You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/05/09 07:56:05 UTC

[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4702 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4702/

2 tests failed.
REGRESSION:  org.apache.lucene.index.TestBagOfPositions.test

Error Message:
Captured an uncaught exception in thread: Thread[id=2374, name=Thread-1934, state=RUNNABLE, group=TGRP-TestBagOfPositions]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=2374, name=Thread-1934, state=RUNNABLE, group=TGRP-TestBagOfPositions]
Caused by: java.lang.RuntimeException: java.lang.IllegalArgumentException: at least one of ramBufferSize and maxBufferedDocs must be enabled
	at __randomizedtesting.SeedInfo.seed([C892122BCA9B2835]:0)
	at org.apache.lucene.index.TestBagOfPositions$1.run(TestBagOfPositions.java:123)
Caused by: java.lang.IllegalArgumentException: at least one of ramBufferSize and maxBufferedDocs must be enabled
	at org.apache.lucene.index.LiveIndexWriterConfig.setRAMBufferSizeMB(LiveIndexWriterConfig.java:257)
	at org.apache.lucene.util.LuceneTestCase.maybeChangeLiveIndexWriterConfig(LuceneTestCase.java:1055)
	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:108)
	at org.apache.lucene.index.TestBagOfPositions$1.run(TestBagOfPositions.java:120)


REGRESSION:  org.apache.lucene.index.TestBagOfPostings.test

Error Message:
Captured an uncaught exception in thread: Thread[id=2528, name=Thread-2051, state=RUNNABLE, group=TGRP-TestBagOfPostings]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=2528, name=Thread-2051, state=RUNNABLE, group=TGRP-TestBagOfPostings]
Caused by: java.lang.RuntimeException: java.lang.IllegalArgumentException: at least one of ramBufferSize and maxBufferedDocs must be enabled
	at __randomizedtesting.SeedInfo.seed([C892122BCA9B2835]:0)
	at org.apache.lucene.index.TestBagOfPostings$1.run(TestBagOfPostings.java:115)
Caused by: java.lang.IllegalArgumentException: at least one of ramBufferSize and maxBufferedDocs must be enabled
	at org.apache.lucene.index.LiveIndexWriterConfig.setRAMBufferSizeMB(LiveIndexWriterConfig.java:257)
	at org.apache.lucene.util.LuceneTestCase.maybeChangeLiveIndexWriterConfig(LuceneTestCase.java:1055)
	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:113)
	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:109)
	at org.apache.lucene.index.TestBagOfPostings$1.run(TestBagOfPostings.java:112)




Build Log:
[...truncated 1313 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBagOfPositions
   [junit4]   2> mai 09, 2014 8:51:40 AM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-1934,5,TGRP-TestBagOfPositions]
   [junit4]   2> java.lang.RuntimeException: java.lang.IllegalArgumentException: at least one of ramBufferSize and maxBufferedDocs must be enabled
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([C892122BCA9B2835]:0)
   [junit4]   2> 	at org.apache.lucene.index.TestBagOfPositions$1.run(TestBagOfPositions.java:123)
   [junit4]   2> Caused by: java.lang.IllegalArgumentException: at least one of ramBufferSize and maxBufferedDocs must be enabled
   [junit4]   2> 	at org.apache.lucene.index.LiveIndexWriterConfig.setRAMBufferSizeMB(LiveIndexWriterConfig.java:257)
   [junit4]   2> 	at org.apache.lucene.util.LuceneTestCase.maybeChangeLiveIndexWriterConfig(LuceneTestCase.java:1055)
   [junit4]   2> 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:108)
   [junit4]   2> 	at org.apache.lucene.index.TestBagOfPositions$1.run(TestBagOfPositions.java:120)
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBagOfPositions -Dtests.method=test -Dtests.seed=C892122BCA9B2835 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr_LU -Dtests.timezone=Asia/Qatar -Dtests.file.encoding=UTF-8
   [junit4] ERROR   19.5s J0 | TestBagOfPositions.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1163> but was:<1162>
   [junit4]    > 	at org.apache.lucene.index.TestBagOfPositions.test(TestBagOfPositions.java:145)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=2374, name=Thread-1934, state=RUNNABLE, group=TGRP-TestBagOfPositions]
   [junit4]    > Caused by: java.lang.RuntimeException: java.lang.IllegalArgumentException: at least one of ramBufferSize and maxBufferedDocs must be enabled
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C892122BCA9B2835]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBagOfPositions$1.run(TestBagOfPositions.java:123)
   [junit4]    > Caused by: java.lang.IllegalArgumentException: at least one of ramBufferSize and maxBufferedDocs must be enabled
   [junit4]    > 	at org.apache.lucene.index.LiveIndexWriterConfig.setRAMBufferSizeMB(LiveIndexWriterConfig.java:257)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.maybeChangeLiveIndexWriterConfig(LuceneTestCase.java:1055)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:108)
   [junit4]    > 	at org.apache.lucene.index.TestBagOfPositions$1.run(TestBagOfPositions.java:120)
   [junit4]   2> NOTE: leaving temporary files on disk at: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/build/core/test/J0/./lucene.index.TestBagOfPositions-C892122BCA9B2835-001
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=341), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=341)), sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=fr_LU, timezone=Asia/Qatar
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=1,free=321814960,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestElevationComparator, TestUTF32ToUTF8, TestIndexWriterOnDiskFull, TestIndexWriterThreadsToSegments, TestTermsEnum, TestScorerPerf, TestFieldCacheTermsFilter, TestLucene45DocValuesFormat, TestQueryWrapperFilter, TestLucene40PostingsFormat, TestBytesStore, TestTermsEnum2, TestLongBitSet, TestCachingWrapperFilter, TestUniqueTermCount, TestQueryRescorer, Test2BNumericDocValues, TestTermVectorsWriter, TestSpansAdvanced2, TestEliasFanoSequence, TestBooleanScorer, TestBinaryDocValuesUpdates, TestCharsRef, TestScoreCachingWrappingScorer, TestDirectoryReader, TestFastDecompressionMode, TestBytesRef, TestCachingTokenFilter, TestPositiveScoresOnlyCollector, TestParallelTermEnum, TestSegmentTermDocs, TestControlledRealTimeReopenThread, TestTopDocsMerge, TestFieldsReader, TestTopFieldCollector, TestTransactionRollback, TestMultiPhraseQuery, TestSpansAdvanced, TestCompressingTermVectorsFormat, TestParallelReaderEmptyIndex, TestMultiTermQueryRewrites, TestCrash, TestSloppyPhraseQuery, TestIndexWriterCommit, TestMaxTermFrequency, TestTimeLimitingCollector, TestStoredFieldsFormat, TestBroadWord, TestStressAdvance, TestMultiLevelSkipList, TestIndexWriterReader, TestBytesRefArray, Nested1, TestTermdocPerf, TestNamedSPILoader, TestPhrasePrefixQuery, TestBasicOperations, TestSloppyPhraseQuery2, TestDocBoost, TestOfflineSorter, TestPayloads, TestCompiledAutomaton, TestRamUsageEstimator, TestSameTokenSamePosition, TestDocIdBitSet, TestPhraseQuery, TestMockAnalyzer, TestWildcard, TestFieldCacheRewriteMethod, TestRollback, TestStressIndexing2, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, TestNoMergePolicy, TestPayloadNearQuery, TestSearcherManager, TestSortRandom, TestBooleanQueryVisitSubscorers, TestRegexpQuery, TestReuseDocsEnum, TestAssertions, TestExceedMaxTermLength, TestDeterminism, TestFieldValueFilter, TestNot, TestCloseableThreadLocal, TestRollingBuffer, TestMergeSchedulerExternal, TestNumericRangeQuery64, TestFuzzyQuery, TestStressNRT, TestRollingUpdates, TestComplexExplanationsOfNonMatches, TestMultiTermConstantScore, Nested, Nested, TestSearchAfter, TestFileSwitchDirectory, TestField, TestMmapDirectory, TestVirtualMethod, TestIndexWriter, TestIndexWriterMerging, TestNumericRangeQuery32, TestLookaheadTokenFilter, TestShardSearching, TestBlockPostingsFormat3, TestDeletionPolicy, TestBooleanOr, TestFlushByRamOrCountsPolicy, TestIndexWriterDelete, TestNRTThreads, TestBoolean2, TestPersistentSnapshotDeletionPolicy, TestAtomicUpdate, TestNorms, TestConcurrentMergeScheduler, TestOpenBitSet, TestStressIndexing, TestDocTermOrdsRewriteMethod, TestLucene40PostingsReader, TestPerFieldPostingsFormat, TestByteSlices, TestSimpleExplanations, TestDocTermOrdsRangeFilter, TestLockFactory, TestBagOfPositions]
   [junit4] Completed on J0 in 19.48s, 1 test, 1 error <<< FAILURES!

[...truncated 123 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBagOfPostings
   [junit4]   2> may 09, 2014 8:52:48 AM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-2051,5,TGRP-TestBagOfPostings]
   [junit4]   2> java.lang.RuntimeException: java.lang.IllegalArgumentException: at least one of ramBufferSize and maxBufferedDocs must be enabled
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([C892122BCA9B2835]:0)
   [junit4]   2> 	at org.apache.lucene.index.TestBagOfPostings$1.run(TestBagOfPostings.java:115)
   [junit4]   2> Caused by: java.lang.IllegalArgumentException: at least one of ramBufferSize and maxBufferedDocs must be enabled
   [junit4]   2> 	at org.apache.lucene.index.LiveIndexWriterConfig.setRAMBufferSizeMB(LiveIndexWriterConfig.java:257)
   [junit4]   2> 	at org.apache.lucene.util.LuceneTestCase.maybeChangeLiveIndexWriterConfig(LuceneTestCase.java:1055)
   [junit4]   2> 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:113)
   [junit4]   2> 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:109)
   [junit4]   2> 	at org.apache.lucene.index.TestBagOfPostings$1.run(TestBagOfPostings.java:112)
   [junit4]   2> 
   [junit4]   2> may 09, 2014 8:52:49 AM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-2053,5,TGRP-TestBagOfPostings]
   [junit4]   2> java.lang.RuntimeException: java.lang.IllegalArgumentException: at least one of ramBufferSize and maxBufferedDocs must be enabled
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([C892122BCA9B2835]:0)
   [junit4]   2> 	at org.apache.lucene.index.TestBagOfPostings$1.run(TestBagOfPostings.java:115)
   [junit4]   2> Caused by: java.lang.IllegalArgumentException: at least one of ramBufferSize and maxBufferedDocs must be enabled
   [junit4]   2> 	at org.apache.lucene.index.LiveIndexWriterConfig.setRAMBufferSizeMB(LiveIndexWriterConfig.java:257)
   [junit4]   2> 	at org.apache.lucene.util.LuceneTestCase.maybeChangeLiveIndexWriterConfig(LuceneTestCase.java:1055)
   [junit4]   2> 	at org.apache.lucene.index.RandomIndexWriter.maybeCommit(RandomIndexWriter.java:155)
   [junit4]   2> 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:151)
   [junit4]   2> 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:109)
   [junit4]   2> 	at org.apache.lucene.index.TestBagOfPostings$1.run(TestBagOfPostings.java:112)
   [junit4]   2> 
   [junit4]   2> may 09, 2014 8:52:51 AM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-2052,5,TGRP-TestBagOfPostings]
   [junit4]   2> java.lang.RuntimeException: java.lang.IllegalArgumentException: at least one of ramBufferSize and maxBufferedDocs must be enabled
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([C892122BCA9B2835]:0)
   [junit4]   2> 	at org.apache.lucene.index.TestBagOfPostings$1.run(TestBagOfPostings.java:115)
   [junit4]   2> Caused by: java.lang.IllegalArgumentException: at least one of ramBufferSize and maxBufferedDocs must be enabled
   [junit4]   2> 	at org.apache.lucene.index.LiveIndexWriterConfig.setRAMBufferSizeMB(LiveIndexWriterConfig.java:257)
   [junit4]   2> 	at org.apache.lucene.util.LuceneTestCase.maybeChangeLiveIndexWriterConfig(LuceneTestCase.java:1055)
   [junit4]   2> 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:108)
   [junit4]   2> 	at org.apache.lucene.index.TestBagOfPostings$1.run(TestBagOfPostings.java:112)
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBagOfPostings -Dtests.method=test -Dtests.seed=C892122BCA9B2835 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_NI -Dtests.timezone=Asia/Tel_Aviv -Dtests.file.encoding=UTF-8
   [junit4] ERROR   10.5s J0 | TestBagOfPostings.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1006> but was:<1005>
   [junit4]    > 	at org.apache.lucene.index.TestBagOfPostings.test(TestBagOfPostings.java:137)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=2528, name=Thread-2051, state=RUNNABLE, group=TGRP-TestBagOfPostings]
   [junit4]    > Caused by: java.lang.RuntimeException: java.lang.IllegalArgumentException: at least one of ramBufferSize and maxBufferedDocs must be enabled
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C892122BCA9B2835]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBagOfPostings$1.run(TestBagOfPostings.java:115)
   [junit4]    > Caused by: java.lang.IllegalArgumentException: at least one of ramBufferSize and maxBufferedDocs must be enabled
   [junit4]    > 	at org.apache.lucene.index.LiveIndexWriterConfig.setRAMBufferSizeMB(LiveIndexWriterConfig.java:257)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.maybeChangeLiveIndexWriterConfig(LuceneTestCase.java:1055)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:113)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:109)
   [junit4]    > 	at org.apache.lucene.index.TestBagOfPostings$1.run(TestBagOfPostings.java:112)Throwable #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=2530, name=Thread-2053, state=RUNNABLE, group=TGRP-TestBagOfPostings]
   [junit4]    > Caused by: java.lang.RuntimeException: java.lang.IllegalArgumentException: at least one of ramBufferSize and maxBufferedDocs must be enabled
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C892122BCA9B2835]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBagOfPostings$1.run(TestBagOfPostings.java:115)
   [junit4]    > Caused by: java.lang.IllegalArgumentException: at least one of ramBufferSize and maxBufferedDocs must be enabled
   [junit4]    > 	at org.apache.lucene.index.LiveIndexWriterConfig.setRAMBufferSizeMB(LiveIndexWriterConfig.java:257)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.maybeChangeLiveIndexWriterConfig(LuceneTestCase.java:1055)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.maybeCommit(RandomIndexWriter.java:155)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:151)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:109)
   [junit4]    > 	at org.apache.lucene.index.TestBagOfPostings$1.run(TestBagOfPostings.java:112)Throwable #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=2529, name=Thread-2052, state=RUNNABLE, group=TGRP-TestBagOfPostings]
   [junit4]    > Caused by: java.lang.RuntimeException: java.lang.IllegalArgumentException: at least one of ramBufferSize and maxBufferedDocs must be enabled
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C892122BCA9B2835]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBagOfPostings$1.run(TestBagOfPostings.java:115)
   [junit4]    > Caused by: java.lang.IllegalArgumentException: at least one of ramBufferSize and maxBufferedDocs must be enabled
   [junit4]    > 	at org.apache.lucene.index.LiveIndexWriterConfig.setRAMBufferSizeMB(LiveIndexWriterConfig.java:257)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.maybeChangeLiveIndexWriterConfig(LuceneTestCase.java:1055)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:108)
   [junit4]    > 	at org.apache.lucene.index.TestBagOfPostings$1.run(TestBagOfPostings.java:112)
   [junit4]   2> NOTE: leaving temporary files on disk at: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/build/core/test/J0/./lucene.index.TestBagOfPostings-C892122BCA9B2835-001
   [junit4]   2> NOTE: test params are: codec=Lucene42, sim=DefaultSimilarity, locale=es_NI, timezone=Asia/Tel_Aviv
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=1,free=287735488,total=533725184
   [junit4]   2> NOTE: All tests run in this JVM: [TestElevationComparator, TestUTF32ToUTF8, TestIndexWriterOnDiskFull, TestIndexWriterThreadsToSegments, TestTermsEnum, TestScorerPerf, TestFieldCacheTermsFilter, TestLucene45DocValuesFormat, TestQueryWrapperFilter, TestLucene40PostingsFormat, TestBytesStore, TestTermsEnum2, TestLongBitSet, TestCachingWrapperFilter, TestUniqueTermCount, TestQueryRescorer, Test2BNumericDocValues, TestTermVectorsWriter, TestSpansAdvanced2, TestEliasFanoSequence, TestBooleanScorer, TestBinaryDocValuesUpdates, TestCharsRef, TestScoreCachingWrappingScorer, TestDirectoryReader, TestFastDecompressionMode, TestBytesRef, TestCachingTokenFilter, TestPositiveScoresOnlyCollector, TestParallelTermEnum, TestSegmentTermDocs, TestControlledRealTimeReopenThread, TestTopDocsMerge, TestFieldsReader, TestTopFieldCollector, TestTransactionRollback, TestMultiPhraseQuery, TestSpansAdvanced, TestCompressingTermVectorsFormat, TestParallelReaderEmptyIndex, TestMultiTermQueryRewrites, TestCrash, TestSloppyPhraseQuery, TestIndexWriterCommit, TestMaxTermFrequency, TestTimeLimitingCollector, TestStoredFieldsFormat, TestBroadWord, TestStressAdvance, TestMultiLevelSkipList, TestIndexWriterReader, TestBytesRefArray, Nested1, TestTermdocPerf, TestNamedSPILoader, TestPhrasePrefixQuery, TestBasicOperations, TestSloppyPhraseQuery2, TestDocBoost, TestOfflineSorter, TestPayloads, TestCompiledAutomaton, TestRamUsageEstimator, TestSameTokenSamePosition, TestDocIdBitSet, TestPhraseQuery, TestMockAnalyzer, TestWildcard, TestFieldCacheRewriteMethod, TestRollback, TestStressIndexing2, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, TestNoMergePolicy, TestPayloadNearQuery, TestSearcherManager, TestSortRandom, TestBooleanQueryVisitSubscorers, TestRegexpQuery, TestReuseDocsEnum, TestAssertions, TestExceedMaxTermLength, TestDeterminism, TestFieldValueFilter, TestNot, TestCloseableThreadLocal, TestRollingBuffer, TestMergeSchedulerExternal, TestNumericRangeQuery64, TestFuzzyQuery, TestStressNRT, TestRollingUpdates, TestComplexExplanationsOfNonMatches, TestMultiTermConstantScore, Nested, Nested, TestSearchAfter, TestFileSwitchDirectory, TestField, TestMmapDirectory, TestVirtualMethod, TestIndexWriter, TestIndexWriterMerging, TestNumericRangeQuery32, TestLookaheadTokenFilter, TestShardSearching, TestBlockPostingsFormat3, TestDeletionPolicy, TestBooleanOr, TestFlushByRamOrCountsPolicy, TestIndexWriterDelete, TestNRTThreads, TestBoolean2, TestPersistentSnapshotDeletionPolicy, TestAtomicUpdate, TestNorms, TestConcurrentMergeScheduler, TestOpenBitSet, TestStressIndexing, TestDocTermOrdsRewriteMethod, TestLucene40PostingsReader, TestPerFieldPostingsFormat, TestByteSlices, TestSimpleExplanations, TestDocTermOrdsRangeFilter, TestLockFactory, TestBagOfPositions, TestDoubleBarrelLRUCache, TestComplexExplanations, TestRegexpRandom2, TestSegmentReader, TestParallelCompositeReader, TestTransactions, TestPerFieldPostingsFormat2, TestSort, TestBitVector, TestMultiDocValues, TestBooleanMinShouldMatch, TestDeterminizeLexicon, TestFieldCache, TestFlex, TestSortDocValues, TestDocTermOrds, TestLazyProxSkipping, TestBagOfPostings]
   [junit4] Completed on J0 in 10.50s, 1 test, 1 error <<< FAILURES!

[...truncated 392 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:467: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:447: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:45: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/extra-targets.xml:37: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/build.xml:49: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1296: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:920: There were test failures: 396 suites, 3083 tests, 2 errors, 123 ignored (113 assumptions)

Total time: 18 minutes 7 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4706 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4706/

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

Error Message:
Expected rf=3 as partitions to replicas have been healed, but got 2

Stack Trace:
java.lang.AssertionError: Expected rf=3 as partitions to replicas have been healed, but got 2
	at __randomizedtesting.SeedInfo.seed([313E93ADBC7A7FBC:B0D81DB5CB251F80]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:238)
	at org.apache.solr.cloud.ReplicationFactorTest.doTest(ReplicationFactorTest.java:135)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:863)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:724)


FAILED:  org.apache.solr.cloud.HttpPartitionTest.testDistribSearch

Error Message:
No registered leader was found after waiting for 60000ms , collection: c8n_1x3_lf slice: shard1

Stack Trace:
org.apache.solr.common.SolrException: No registered leader was found after waiting for 60000ms , collection: c8n_1x3_lf slice: shard1
	at __randomizedtesting.SeedInfo.seed([313E93ADBC7A7FBC:B0D81DB5CB251F80]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:567)
	at org.apache.solr.cloud.HttpPartitionTest.testRf3WithLeaderFailover(HttpPartitionTest.java:348)
	at org.apache.solr.cloud.HttpPartitionTest.doTest(HttpPartitionTest.java:148)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:863)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:724)




Build Log:
[...truncated 11281 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/init-core-data-001
   [junit4]   2> 967381 T15279 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /z_z/l
   [junit4]   2> 967386 T15279 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 967387 T15279 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 967388 T15280 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 967489 T15279 oasc.ZkTestServer.run start zk server on port:33136
   [junit4]   2> 967490 T15279 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 967494 T15286 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1093bc75 name:ZooKeeperConnection Watcher:127.0.0.1:33136 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 967494 T15279 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 967495 T15279 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 967507 T15279 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 967508 T15288 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c8142f4 name:ZooKeeperConnection Watcher:127.0.0.1:33136/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 967509 T15279 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 967509 T15279 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 967520 T15279 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 967522 T15279 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 967525 T15279 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 967534 T15279 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 967534 T15279 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 967548 T15279 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 967548 T15279 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 967652 T15279 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 967653 T15279 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 967656 T15279 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 967656 T15279 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 967659 T15279 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 967660 T15279 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 967667 T15279 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 967667 T15279 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 967670 T15279 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 967670 T15279 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 967673 T15279 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 967674 T15279 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 967676 T15279 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 967677 T15279 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 967684 T15279 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 967685 T15279 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 967687 T15279 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 967688 T15279 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 968670 T15279 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 968675 T15279 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:33140
   [junit4]   2> 968675 T15279 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 968676 T15279 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 968676 T15279 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-002
   [junit4]   2> 968676 T15279 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-002/'
   [junit4]   2> 968714 T15279 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-002/solr.xml
   [junit4]   2> 968799 T15279 oasc.CoreContainer.<init> New CoreContainer 50988857
   [junit4]   2> 968800 T15279 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-002/]
   [junit4]   2> 968801 T15279 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 968801 T15279 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 968802 T15279 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 968802 T15279 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 968803 T15279 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 968803 T15279 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 968803 T15279 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 968804 T15279 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 968804 T15279 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 968805 T15279 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 968805 T15279 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 968805 T15279 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 968806 T15279 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:33136/solr
   [junit4]   2> 968806 T15279 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 968807 T15279 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 968810 T15299 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76030be name:ZooKeeperConnection Watcher:127.0.0.1:33136 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 968811 T15279 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 968834 T15279 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 968836 T15301 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@347c47cf name:ZooKeeperConnection Watcher:127.0.0.1:33136/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 968836 T15279 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 968839 T15279 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 968868 T15279 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 968900 T15279 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 968921 T15279 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 968956 T15279 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 968980 T15279 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 969009 T15279 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33139_z_z%2Fl
   [junit4]   2> 969010 T15279 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33139_z_z%2Fl
   [junit4]   2> 969014 T15279 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 969046 T15279 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 969077 T15279 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:33139_z_z%2Fl
   [junit4]   2> 969078 T15279 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 969080 T15279 oasc.Overseer.start Overseer (id=91788325535023107-127.0.0.1:33139_z_z%2Fl-n_0000000000) starting
   [junit4]   2> 969092 T15279 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 969111 T15303 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 969111 T15279 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 969115 T15279 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 969116 T15279 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 969119 T15302 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 969126 T15304 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 969127 T15304 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 969128 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 969129 T15304 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 969130 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 969131 T15302 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:33139/z_z/l",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33139_z_z%2Fl",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 969131 T15302 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 969131 T15302 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 969134 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 969135 T15301 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> 970130 T15304 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 970130 T15304 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 970131 T15304 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 970132 T15304 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 970133 T15304 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 970133 T15304 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-002/collection1/'
   [junit4]   2> 970135 T15304 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 970136 T15304 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 970137 T15304 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 970254 T15304 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 970342 T15304 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 970444 T15304 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 970455 T15304 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 971031 T15304 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 971045 T15304 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 971049 T15304 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 971063 T15304 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 971068 T15304 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 971072 T15304 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 971073 T15304 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 971075 T15304 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 971075 T15304 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 971076 T15304 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 971076 T15304 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 971077 T15304 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 971077 T15304 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 971077 T15304 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-002/collection1/, dataDir=./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/control/data/
   [junit4]   2> 971078 T15304 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24d710bb
   [junit4]   2> 971079 T15304 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/control/data
   [junit4]   2> 971079 T15304 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/control/data/index/
   [junit4]   2> 971079 T15304 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 971080 T15304 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/control/data/index
   [junit4]   2> 971080 T15304 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 971081 T15304 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@49b27ce8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@65bf5f09),segFN=segments_1,generation=1}
   [junit4]   2> 971081 T15304 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 971086 T15304 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 971086 T15304 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 971087 T15304 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 971087 T15304 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 971088 T15304 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 971088 T15304 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 971088 T15304 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 971089 T15304 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 971089 T15304 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 971090 T15304 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 971090 T15304 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 971091 T15304 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 971091 T15304 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 971092 T15304 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 971092 T15304 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 971093 T15304 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 971093 T15304 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 971111 T15304 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 971118 T15304 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 971118 T15304 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 971119 T15304 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 971120 T15304 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@49b27ce8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@65bf5f09),segFN=segments_1,generation=1}
   [junit4]   2> 971120 T15304 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 971120 T15304 oass.SolrIndexSearcher.<init> Opening Searcher@9896ad[collection1] main
   [junit4]   2> 971121 T15304 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 971122 T15304 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 971122 T15304 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 971123 T15304 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 971123 T15304 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 971123 T15304 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 971124 T15304 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 971124 T15304 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 971125 T15304 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 971125 T15304 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 971128 T15305 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9896ad[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 971132 T15304 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 971132 T15308 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:33139/z_z/l collection:control_collection shard:shard1
   [junit4]   2> 971133 T15279 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 971134 T15279 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 971134 T15308 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 971138 T15279 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 971163 T15311 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6170bef5 name:ZooKeeperConnection Watcher:127.0.0.1:33136/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 971163 T15279 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 971174 T15279 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 971186 T15308 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 971186 T15279 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 971189 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 971190 T15308 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 971190 T15308 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1022 name=collection1 org.apache.solr.core.SolrCore@6584024e url=http://127.0.0.1:33139/z_z/l/collection1 node=127.0.0.1:33139_z_z%2Fl C1022_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:33139/z_z/l, core=collection1, node_name=127.0.0.1:33139_z_z%2Fl}
   [junit4]   2> 971190 T15308 C1022 P33139 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:33139/z_z/l/collection1/
   [junit4]   2> 971191 T15308 C1022 P33139 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 971191 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 971191 T15308 C1022 P33139 oasc.SyncStrategy.syncToMe http://127.0.0.1:33139/z_z/l/collection1/ has no replicas
   [junit4]   2> 971191 T15308 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:33139/z_z/l/collection1/ shard1
   [junit4]   2> 971192 T15308 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 971201 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 971211 T15311 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> 971211 T15301 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> 971218 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 971222 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 971331 T15311 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> 971331 T15301 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> 971371 T15308 oasc.ZkController.register We are http://127.0.0.1:33139/z_z/l/collection1/ and leader is http://127.0.0.1:33139/z_z/l/collection1/
   [junit4]   2> 971371 T15308 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:33139/z_z/l
   [junit4]   2> 971371 T15308 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 971371 T15308 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 971372 T15308 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 971374 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 971374 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 971374 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 971374 T15308 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 971376 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 971376 T15302 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:33139/z_z/l",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33139_z_z%2Fl",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 971379 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 971482 T15301 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> 971483 T15311 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> 972217 T15279 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 972218 T15279 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 972221 T15279 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:33145
   [junit4]   2> 972221 T15279 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 972222 T15279 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 972222 T15279 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-003
   [junit4]   2> 972222 T15279 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-003/'
   [junit4]   2> 972255 T15279 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-003/solr.xml
   [junit4]   2> 972342 T15279 oasc.CoreContainer.<init> New CoreContainer 1348615836
   [junit4]   2> 972343 T15279 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-003/]
   [junit4]   2> 972345 T15279 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 972345 T15279 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 972345 T15279 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 972346 T15279 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 972346 T15279 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 972346 T15279 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 972347 T15279 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 972347 T15279 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 972347 T15279 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 972348 T15279 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 972348 T15279 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 972349 T15279 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 972349 T15279 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:33136/solr
   [junit4]   2> 972350 T15279 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 972350 T15279 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 972353 T15322 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@61fc9cfe name:ZooKeeperConnection Watcher:127.0.0.1:33136 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 972354 T15279 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 972369 T15279 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 972370 T15324 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@21999bb5 name:ZooKeeperConnection Watcher:127.0.0.1:33136/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 972371 T15279 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 972378 T15279 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 973381 T15279 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33144_z_z%2Fl
   [junit4]   2> 973384 T15279 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33144_z_z%2Fl
   [junit4]   2> 973407 T15325 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 973407 T15325 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 973409 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 973409 T15325 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 973409 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 973410 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 973411 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 973412 T15302 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:33144/z_z/l",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33144_z_z%2Fl",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 973413 T15302 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 973413 T15302 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 973416 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 973426 T15324 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> 973426 T15301 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> 973426 T15311 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> 974411 T15325 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 974411 T15325 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 974412 T15325 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 974413 T15325 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 974414 T15325 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 974414 T15325 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-003/collection1/'
   [junit4]   2> 974415 T15325 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 974416 T15325 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 974417 T15325 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 974500 T15325 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 974582 T15325 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 974684 T15325 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 974697 T15325 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 975332 T15325 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 975342 T15325 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 975345 T15325 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 975358 T15325 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 975362 T15325 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 975366 T15325 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 975367 T15325 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 975368 T15325 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 975369 T15325 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 975370 T15325 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 975370 T15325 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 975370 T15325 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 975370 T15325 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 975371 T15325 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-003/collection1/, dataDir=./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/jetty1/
   [junit4]   2> 975371 T15325 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24d710bb
   [junit4]   2> 975372 T15325 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/jetty1
   [junit4]   2> 975372 T15325 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/jetty1/index/
   [junit4]   2> 975372 T15325 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 975373 T15325 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/jetty1/index
   [junit4]   2> 975373 T15325 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 975374 T15325 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@4f4c8d52 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@28601707),segFN=segments_1,generation=1}
   [junit4]   2> 975374 T15325 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 975379 T15325 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 975379 T15325 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 975379 T15325 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 975380 T15325 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 975380 T15325 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 975380 T15325 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 975380 T15325 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 975381 T15325 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 975381 T15325 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 975382 T15325 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 975382 T15325 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 975382 T15325 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 975383 T15325 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 975383 T15325 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 975384 T15325 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 975384 T15325 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 975385 T15325 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 975400 T15325 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 975404 T15325 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 975405 T15325 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 975405 T15325 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 975406 T15325 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@4f4c8d52 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@28601707),segFN=segments_1,generation=1}
   [junit4]   2> 975406 T15325 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 975406 T15325 oass.SolrIndexSearcher.<init> Opening Searcher@2ce0a855[collection1] main
   [junit4]   2> 975407 T15325 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 975408 T15325 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 975408 T15325 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 975409 T15325 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 975409 T15325 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 975409 T15325 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 975410 T15325 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 975410 T15325 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 975410 T15325 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 975411 T15325 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 975414 T15326 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2ce0a855[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 975417 T15325 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 975417 T15329 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:33144/z_z/l collection:collection1 shard:shard2
   [junit4]   2> 975418 T15279 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 975419 T15279 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 975418 T15329 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 975446 T15329 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 975455 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 975455 T15329 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 975455 T15329 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1023 name=collection1 org.apache.solr.core.SolrCore@1927ee36 url=http://127.0.0.1:33144/z_z/l/collection1 node=127.0.0.1:33144_z_z%2Fl C1023_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:33144/z_z/l, core=collection1, node_name=127.0.0.1:33144_z_z%2Fl}
   [junit4]   2> 975455 T15329 C1023 P33144 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:33144/z_z/l/collection1/
   [junit4]   2> 975456 T15329 C1023 P33144 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 975456 T15329 C1023 P33144 oasc.SyncStrategy.syncToMe http://127.0.0.1:33144/z_z/l/collection1/ has no replicas
   [junit4]   2> 975456 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 975456 T15329 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:33144/z_z/l/collection1/ shard2
   [junit4]   2> 975457 T15329 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 975468 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 975475 T15301 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> 975475 T15324 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> 975475 T15311 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> 975485 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 975489 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 975597 T15324 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> 975597 T15311 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> 975597 T15301 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> 975637 T15329 oasc.ZkController.register We are http://127.0.0.1:33144/z_z/l/collection1/ and leader is http://127.0.0.1:33144/z_z/l/collection1/
   [junit4]   2> 975637 T15329 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:33144/z_z/l
   [junit4]   2> 975637 T15329 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 975637 T15329 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 975637 T15329 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 975639 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 975639 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 975640 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 975640 T15329 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 975641 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 975642 T15302 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:33144/z_z/l",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33144_z_z%2Fl",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 975651 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 975753 T15301 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> 975754 T15311 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> 975753 T15324 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> 976530 T15279 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 976531 T15279 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 976534 T15279 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:33149
   [junit4]   2> 976534 T15279 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 976535 T15279 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 976535 T15279 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-004
   [junit4]   2> 976535 T15279 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-004/'
   [junit4]   2> 976578 T15279 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-004/solr.xml
   [junit4]   2> 976677 T15279 oasc.CoreContainer.<init> New CoreContainer 2019857540
   [junit4]   2> 976678 T15279 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-004/]
   [junit4]   2> 976679 T15279 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 976680 T15279 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 976680 T15279 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 976681 T15279 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 976681 T15279 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 976681 T15279 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 976682 T15279 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 976682 T15279 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 976682 T15279 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 976683 T15279 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 976683 T15279 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 976684 T15279 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 976684 T15279 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:33136/solr
   [junit4]   2> 976684 T15279 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 976685 T15279 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 976688 T15341 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1352a3dc name:ZooKeeperConnection Watcher:127.0.0.1:33136 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 976689 T15279 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 976704 T15279 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 976705 T15343 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@39aa82b1 name:ZooKeeperConnection Watcher:127.0.0.1:33136/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 976705 T15279 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 976713 T15279 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 977716 T15279 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33148_z_z%2Fl
   [junit4]   2> 977719 T15279 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33148_z_z%2Fl
   [junit4]   2> 977739 T15344 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 977740 T15344 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 977741 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 977741 T15344 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 977742 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 977742 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 977743 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 977744 T15302 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:33148/z_z/l",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33148_z_z%2Fl",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 977744 T15302 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 977744 T15302 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 977748 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 977757 T15343 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> 977757 T15301 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> 977757 T15311 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> 977757 T15324 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> 978743 T15344 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 978743 T15344 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 978744 T15344 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 978745 T15344 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 978746 T15344 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 978746 T15344 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-004/collection1/'
   [junit4]   2> 978748 T15344 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 978748 T15344 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 978749 T15344 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 978843 T15344 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 978934 T15344 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 979035 T15344 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 979048 T15344 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 979738 T15344 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 979755 T15344 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 979758 T15344 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 979770 T15344 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 979774 T15344 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 979778 T15344 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 979779 T15344 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 979780 T15344 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 979780 T15344 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 979781 T15344 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 979781 T15344 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 979782 T15344 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 979782 T15344 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 979782 T15344 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-004/collection1/, dataDir=./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/jetty2/
   [junit4]   2> 979783 T15344 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24d710bb
   [junit4]   2> 979783 T15344 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/jetty2
   [junit4]   2> 979784 T15344 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/jetty2/index/
   [junit4]   2> 979784 T15344 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 979784 T15344 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/jetty2/index
   [junit4]   2> 979785 T15344 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 979785 T15344 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@727e3d7d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@930142b),segFN=segments_1,generation=1}
   [junit4]   2> 979785 T15344 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 979790 T15344 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 979791 T15344 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 979791 T15344 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 979791 T15344 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 979791 T15344 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 979792 T15344 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 979792 T15344 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 979792 T15344 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 979793 T15344 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 979793 T15344 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 979794 T15344 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 979794 T15344 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 979794 T15344 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 979795 T15344 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 979795 T15344 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 979796 T15344 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 979796 T15344 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 979811 T15344 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 979816 T15344 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 979816 T15344 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 979817 T15344 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 979817 T15344 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@727e3d7d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@930142b),segFN=segments_1,generation=1}
   [junit4]   2> 979817 T15344 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 979818 T15344 oass.SolrIndexSearcher.<init> Opening Searcher@6c27e7f0[collection1] main
   [junit4]   2> 979818 T15344 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 979819 T15344 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 979819 T15344 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 979820 T15344 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 979820 T15344 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 979820 T15344 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 979821 T15344 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 979821 T15344 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 979821 T15344 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 979822 T15344 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 979825 T15345 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6c27e7f0[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 979828 T15344 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 979829 T15348 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:33148/z_z/l collection:collection1 shard:shard1
   [junit4]   2> 979829 T15279 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 979830 T15279 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 979830 T15348 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 979850 T15348 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 979853 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 979853 T15348 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 979853 T15348 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1024 name=collection1 org.apache.solr.core.SolrCore@31a7c9b5 url=http://127.0.0.1:33148/z_z/l/collection1 node=127.0.0.1:33148_z_z%2Fl C1024_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:33148/z_z/l, core=collection1, node_name=127.0.0.1:33148_z_z%2Fl}
   [junit4]   2> 979853 T15348 C1024 P33148 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:33148/z_z/l/collection1/
   [junit4]   2> 979854 T15348 C1024 P33148 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 979854 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 979854 T15348 C1024 P33148 oasc.SyncStrategy.syncToMe http://127.0.0.1:33148/z_z/l/collection1/ has no replicas
   [junit4]   2> 979854 T15348 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:33148/z_z/l/collection1/ shard1
   [junit4]   2> 979854 T15348 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 979865 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 979866 T15301 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> 979866 T15343 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> 979866 T15311 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> 979866 T15324 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> 979870 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 979871 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 979873 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 979977 T15324 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> 979977 T15311 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> 979977 T15301 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> 979977 T15343 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> 980024 T15348 oasc.ZkController.register We are http://127.0.0.1:33148/z_z/l/collection1/ and leader is http://127.0.0.1:33148/z_z/l/collection1/
   [junit4]   2> 980024 T15348 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:33148/z_z/l
   [junit4]   2> 980024 T15348 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 980024 T15348 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 980025 T15348 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 980026 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 980027 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 980027 T15348 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 980027 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 980028 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 980028 T15302 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:33148/z_z/l",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33148_z_z%2Fl",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 980038 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 980140 T15311 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> 980140 T15343 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> 980140 T15324 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> 980140 T15301 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> 980744 T15279 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 980745 T15279 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 980748 T15279 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:33153
   [junit4]   2> 980748 T15279 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 980749 T15279 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 980749 T15279 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-005
   [junit4]   2> 980749 T15279 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-005/'
   [junit4]   2> 980787 T15279 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./solr.cl

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

(live nodes size: 2)
   [junit4]   2> 1665164 T1809 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1665164 T1809 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1665164 T1809 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/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> 1665165 T1809 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/c8n_1x2/leader_elect/shard1/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> 1665195 T1764 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 33205
   [junit4]   2> 1665195 T1764 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 1665196 T1764 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:33180 33180
   [junit4]   2> 1665258 T1765 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:33180 33180
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest -Dtests.method=testDistribSearch -Dtests.seed=313E93ADBC7A7FBC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pl -Dtests.timezone=America/Anguilla -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    672s J1 | HttpPartitionTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: No registered leader was found after waiting for 60000ms , collection: c8n_1x3_lf slice: shard1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([313E93ADBC7A7FBC:B0D81DB5CB251F80]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:567)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.testRf3WithLeaderFailover(HttpPartitionTest.java:348)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.doTest(HttpPartitionTest.java:148)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:863)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)
   [junit4]   2> 1665287 T1764 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solr.cloud.HttpPartitionTest-313E93ADBC7A7FBC-001
   [junit4]   2> 671565 T1763 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> 1665417 T2108 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [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.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:277)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:306)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:289)
   [junit4]   2> 
   [junit4]   2> 1665418 T1786 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene46: {text=PostingsFormat(name=Lucene41WithOrds), _version_=Lucene41(blocksize=128), multiDefault=PostingsFormat(name=SimpleText), timestamp=Lucene41(blocksize=128), range_facet_l=Lucene41(blocksize=128), a_t=Lucene41(blocksize=128), intDefault=Lucene41(blocksize=128), id=PostingsFormat(name=Asserting)}, docValues:{timestamp=DocValuesFormat(name=SimpleText)}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=pl, timezone=America/Anguilla
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=1,free=154112760,total=296747008
   [junit4]   2> NOTE: All tests run in this JVM: [SolrIndexConfigTest, TestCSVLoader, MultiTermTest, PluginInfoTest, TestCustomSort, TestZkChroot, TestQuerySenderListener, QueryResultKeyTest, ExpressionTest, UniqFieldsUpdateProcessorFactoryTest, TestCollationField, ResourceLoaderTest, DisMaxRequestHandlerTest, DefaultValueUpdateProcessorTest, CoreAdminCreateDiscoverTest, TestArbitraryIndexDir, ZkSolrClientTest, SimplePostToolTest, XmlUpdateRequestHandlerTest, ChaosMonkeySafeLeaderTest, OpenExchangeRatesOrgProviderTest, TestDFRSimilarityFactory, QueryFacetTest, TestManagedSynonymFilterFactory, SolrTestCaseJ4Test, TestIndexingPerformance, TestFastWriter, FileUtilsTest, TestSolr4Spatial, CurrencyFieldOpenExchangeTest, TestManagedSchemaFieldResource, TestCoreDiscovery, TestDynamicFieldResource, TestSolrJ, FunctionTest, TestRecovery, PrimUtilsTest, TestFieldTypeCollectionResource, MinimalSchemaTest, JSONWriterTest, TestRandomFaceting, AddSchemaFieldsUpdateProcessorFactoryTest, TestStressRecovery, DistanceFunctionTest, ChangedSchemaMergeTest, CoreContainerCoreInitFailuresTest, NoFacetTest, SortByFunctionTest, DeleteInactiveReplicaTest, TestRangeQuery, TestComponentsName, TestDistributedSearch, TestCopyFieldCollectionResource, DirectSolrConnectionTest, TestSchemaResource, TestBinaryResponseWriter, TestLazyCores, ZkNodePropsTest, TestConfigSets, HdfsLockFactoryTest, TestOmitPositions, IndexSchemaRuntimeFieldTest, AtomicUpdatesTest, TestSolrDeletionPolicy2, TestManagedResource, BadIndexSchemaTest, AnalysisErrorHandlingTest, TestLRUCache, AssignTest, HttpPartitionTest]
   [junit4] Completed on J1 in 672.60s, 1 test, 1 error <<< FAILURES!

[...truncated 734 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:467: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:447: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:45: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/extra-targets.xml:37: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:189: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:496: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1296: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:920: There were test failures: 406 suites, 1688 tests, 1 error, 1 failure, 37 ignored (16 assumptions)

Total time: 86 minutes 19 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4705 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4705/

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

Error Message:
Didn't see all replicas come up within 20000 ms! ClusterState: live nodes:[127.0.0.1:63905_, 127.0.0.1:63669_, 127.0.0.1:64142_] collections:{control_collection=DocCollection(control_collection)={   "autoCreated":"true",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{"core_node1":{           "state":"active",           "base_url":"http://127.0.0.1:63669",           "core":"collection1",           "node_name":"127.0.0.1:63669_",           "leader":"true"}}}},   "replicationFactor":"1",   "router":{"name":"compositeId"},   "maxShardsPerNode":"1"}, collection1=DocCollection(collection1)={   "autoCreated":"true",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{"core_node2":{           "state":"active",           "base_url":"http://127.0.0.1:64142",           "core":"collection1",           "node_name":"127.0.0.1:64142_",           "leader":"true"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{"core_node1":{           "state":"active",           "base_url":"http://127.0.0.1:63905",           "core":"collection1",           "node_name":"127.0.0.1:63905_",           "leader":"true"}}}},   "replicationFactor":"1",   "router":{"name":"compositeId"},   "maxShardsPerNode":"1"}, c8n_1x2=DocCollection(c8n_1x2)={   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "state":"recovering",           "base_url":"http://127.0.0.1:64142",           "core":"c8n_1x2_shard1_replica1",           "node_name":"127.0.0.1:64142_"},         "core_node2":{           "state":"active",           "base_url":"http://127.0.0.1:63669",           "core":"c8n_1x2_shard1_replica2",           "node_name":"127.0.0.1:63669_",           "leader":"true"}}}},   "replicationFactor":"2",   "router":{"name":"compositeId"},   "maxShardsPerNode":"1"}}

Stack Trace:
java.lang.AssertionError: Didn't see all replicas come up within 20000 ms! ClusterState: live nodes:[127.0.0.1:63905_, 127.0.0.1:63669_, 127.0.0.1:64142_] collections:{control_collection=DocCollection(control_collection)={
  "autoCreated":"true",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"core_node1":{
          "state":"active",
          "base_url":"http://127.0.0.1:63669",
          "core":"collection1",
          "node_name":"127.0.0.1:63669_",
          "leader":"true"}}}},
  "replicationFactor":"1",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1"}, collection1=DocCollection(collection1)={
  "autoCreated":"true",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"core_node2":{
          "state":"active",
          "base_url":"http://127.0.0.1:64142",
          "core":"collection1",
          "node_name":"127.0.0.1:64142_",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"core_node1":{
          "state":"active",
          "base_url":"http://127.0.0.1:63905",
          "core":"collection1",
          "node_name":"127.0.0.1:63905_",
          "leader":"true"}}}},
  "replicationFactor":"1",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1"}, c8n_1x2=DocCollection(c8n_1x2)={
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"recovering",
          "base_url":"http://127.0.0.1:64142",
          "core":"c8n_1x2_shard1_replica1",
          "node_name":"127.0.0.1:64142_"},
        "core_node2":{
          "state":"active",
          "base_url":"http://127.0.0.1:63669",
          "core":"c8n_1x2_shard1_replica2",
          "node_name":"127.0.0.1:63669_",
          "leader":"true"}}}},
  "replicationFactor":"2",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1"}}
	at __randomizedtesting.SeedInfo.seed([232D0D4E81A538D4:A2CB8356F6FA58E8]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.HttpPartitionTest.ensureAllReplicasAreActive(HttpPartitionTest.java:495)
	at org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:214)
	at org.apache.solr.cloud.HttpPartitionTest.doTest(HttpPartitionTest.java:141)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:724)




Build Log:
[...truncated 10856 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/init-core-data-001
   [junit4]   2> 574304 T3595 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 574311 T3595 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 574312 T3595 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 574313 T3596 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 574413 T3595 oasc.ZkTestServer.run start zk server on port:63354
   [junit4]   2> 574414 T3595 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 574420 T3602 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4d4396fd name:ZooKeeperConnection Watcher:127.0.0.1:63354 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 574420 T3595 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 574421 T3595 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 574431 T3595 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 574433 T3604 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@313d8cd3 name:ZooKeeperConnection Watcher:127.0.0.1:63354/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 574433 T3595 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 574434 T3595 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 574444 T3595 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 574446 T3595 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 574448 T3595 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 574457 T3595 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 574458 T3595 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 574468 T3595 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 574469 T3595 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 574573 T3595 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 574574 T3595 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 574582 T3595 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 574583 T3595 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 574586 T3595 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 574587 T3595 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 574590 T3595 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 574591 T3595 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 574594 T3595 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 574594 T3595 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 574597 T3595 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 574598 T3595 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 574602 T3595 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 574604 T3595 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 574607 T3595 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 574608 T3595 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 574612 T3595 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 574613 T3595 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 575625 T3595 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 575633 T3595 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:63670
   [junit4]   2> 575634 T3595 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 575634 T3595 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 575635 T3595 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-002
   [junit4]   2> 575635 T3595 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-002/'
   [junit4]   2> 575667 T3595 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-002/solr.xml
   [junit4]   2> 575742 T3595 oasc.CoreContainer.<init> New CoreContainer 826375641
   [junit4]   2> 575742 T3595 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-002/]
   [junit4]   2> 575744 T3595 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 575744 T3595 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 575744 T3595 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 575745 T3595 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 575745 T3595 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 575745 T3595 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 575746 T3595 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 575746 T3595 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 575746 T3595 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 575747 T3595 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 575747 T3595 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 575748 T3595 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 575748 T3595 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63354/solr
   [junit4]   2> 575748 T3595 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 575749 T3595 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 575752 T3615 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@42ad4ad2 name:ZooKeeperConnection Watcher:127.0.0.1:63354 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 575752 T3595 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 575767 T3595 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 575769 T3617 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2b83ed6 name:ZooKeeperConnection Watcher:127.0.0.1:63354/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 575769 T3595 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 575771 T3595 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 575774 T3595 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 575777 T3595 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 575780 T3595 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 575783 T3595 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 575785 T3595 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 575787 T3595 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63669_
   [junit4]   2> 575788 T3595 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63669_
   [junit4]   2> 575791 T3595 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 575793 T3595 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 575797 T3595 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:63669_
   [junit4]   2> 575797 T3595 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 575799 T3595 oasc.Overseer.start Overseer (id=91746878621614083-127.0.0.1:63669_-n_0000000000) starting
   [junit4]   2> 575809 T3595 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 575835 T3619 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 575835 T3595 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 575836 T3619 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes at 127.0.0.1:63669_
   [junit4]   2> 575838 T3595 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 575840 T3595 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 575842 T3618 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 575847 T3620 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 575847 T3620 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 575849 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 575849 T3620 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 575849 T3618 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 575850 T3618 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:63669",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:63669_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 575851 T3618 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 575851 T3618 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 575853 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 575863 T3617 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> 576850 T3620 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 576850 T3620 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 576851 T3620 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 576851 T3620 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 576852 T3620 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 576852 T3620 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-002/collection1/'
   [junit4]   2> 576854 T3620 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 576855 T3620 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 576856 T3620 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 576940 T3620 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 577022 T3620 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 577123 T3620 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 577135 T3620 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 577831 T3620 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 577846 T3620 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 577851 T3620 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 577862 T3620 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 577867 T3620 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 577872 T3620 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 577873 T3620 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 577873 T3620 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 577874 T3620 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 577874 T3620 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 577875 T3620 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 577875 T3620 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 577875 T3620 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 577876 T3620 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-002/collection1/, dataDir=./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-001/control/data/
   [junit4]   2> 577876 T3620 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@984978b
   [junit4]   2> 577877 T3620 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-001/control/data
   [junit4]   2> 577877 T3620 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-001/control/data/index/
   [junit4]   2> 577877 T3620 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 577878 T3620 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-001/control/data/index
   [junit4]   2> 577878 T3620 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=79.908203125, floorSegmentMB=0.978515625, forceMergeDeletesPctAllowed=15.856114204092469, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.839582413043627
   [junit4]   2> 577879 T3620 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2a170174 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4c33d225),segFN=segments_1,generation=1}
   [junit4]   2> 577879 T3620 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 577884 T3620 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 577884 T3620 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 577885 T3620 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 577885 T3620 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 577885 T3620 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 577886 T3620 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 577886 T3620 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 577886 T3620 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 577887 T3620 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 577887 T3620 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 577888 T3620 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 577888 T3620 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 577888 T3620 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 577889 T3620 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 577889 T3620 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 577890 T3620 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 577890 T3620 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 577911 T3620 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 577918 T3620 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 577918 T3620 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 577919 T3620 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=3.65234375, floorSegmentMB=1.4794921875, forceMergeDeletesPctAllowed=4.4949085014061465, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 577919 T3620 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2a170174 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4c33d225),segFN=segments_1,generation=1}
   [junit4]   2> 577919 T3620 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 577920 T3620 oass.SolrIndexSearcher.<init> Opening Searcher@2cd8f8d[collection1] main
   [junit4]   2> 577920 T3620 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 577921 T3620 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 577921 T3620 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 577922 T3620 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 577922 T3620 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 577922 T3620 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 577923 T3620 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 577923 T3620 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 577924 T3620 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 577924 T3620 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 577927 T3621 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2cd8f8d[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 577929 T3620 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 577930 T3624 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63669 collection:control_collection shard:shard1
   [junit4]   2> 577931 T3595 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 577931 T3595 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 577931 T3624 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 577936 T3595 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 577952 T3627 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@63efc277 name:ZooKeeperConnection Watcher:127.0.0.1:63354/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 577952 T3595 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 577953 T3595 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 577962 T3624 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 577964 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 577964 T3595 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 577964 T3624 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 577964 T3624 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C550 name=collection1 org.apache.solr.core.SolrCore@74229732 url=http://127.0.0.1:63669/collection1 node=127.0.0.1:63669_ C550_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:63669, core=collection1, node_name=127.0.0.1:63669_}
   [junit4]   2> 577965 T3624 C550 P63669 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63669/collection1/
   [junit4]   2> 577965 T3618 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 577965 T3624 C550 P63669 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 577966 T3624 C550 P63669 oasc.SyncStrategy.syncToMe http://127.0.0.1:63669/collection1/ has no replicas
   [junit4]   2> 577966 T3624 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63669/collection1/ shard1
   [junit4]   2> 577966 T3624 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 577968 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 577969 T3627 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> 577969 T3617 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> 577973 T3618 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 577976 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 578079 T3617 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> 578079 T3627 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> 578126 T3624 oasc.ZkController.register We are http://127.0.0.1:63669/collection1/ and leader is http://127.0.0.1:63669/collection1/
   [junit4]   2> 578126 T3624 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63669
   [junit4]   2> 578126 T3624 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 578126 T3624 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 578127 T3624 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 578128 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 578129 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 578129 T3624 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 578129 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 578130 T3618 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 578131 T3618 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63669",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:63669_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 578133 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 578235 T3617 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> 578235 T3627 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> 579071 T3595 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 579072 T3595 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 579075 T3595 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:63906
   [junit4]   2> 579075 T3595 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 579076 T3595 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 579076 T3595 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-003
   [junit4]   2> 579076 T3595 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-003/'
   [junit4]   2> 579111 T3595 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-003/solr.xml
   [junit4]   2> 579195 T3595 oasc.CoreContainer.<init> New CoreContainer 262392181
   [junit4]   2> 579196 T3595 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-003/]
   [junit4]   2> 579197 T3595 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 579197 T3595 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 579198 T3595 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 579198 T3595 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 579198 T3595 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 579199 T3595 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 579199 T3595 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 579199 T3595 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 579200 T3595 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 579200 T3595 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 579201 T3595 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 579201 T3595 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 579201 T3595 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63354/solr
   [junit4]   2> 579202 T3595 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 579202 T3595 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 579205 T3638 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@49ff2858 name:ZooKeeperConnection Watcher:127.0.0.1:63354 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 579206 T3595 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 579222 T3595 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 579224 T3640 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@43ea8b62 name:ZooKeeperConnection Watcher:127.0.0.1:63354/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 579224 T3595 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 579237 T3595 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 580240 T3595 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63905_
   [junit4]   2> 580242 T3595 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63905_
   [junit4]   2> 580265 T3641 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 580265 T3641 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 580266 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 580266 T3641 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 580267 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 580267 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 580268 T3618 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 580268 T3618 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63905",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:63905_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 580269 T3618 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 580269 T3618 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 580272 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 580273 T3627 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> 580273 T3617 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> 580273 T3640 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> 581268 T3641 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 581268 T3641 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 581269 T3641 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 581269 T3641 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 581270 T3641 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 581270 T3641 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-003/collection1/'
   [junit4]   2> 581272 T3641 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 581273 T3641 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 581273 T3641 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 581356 T3641 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 581439 T3641 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 581541 T3641 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 581553 T3641 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 582200 T3641 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 582216 T3641 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 582220 T3641 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 582232 T3641 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 582237 T3641 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 582242 T3641 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 582243 T3641 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 582244 T3641 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 582244 T3641 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 582245 T3641 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 582245 T3641 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 582245 T3641 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 582246 T3641 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 582246 T3641 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-003/collection1/, dataDir=./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-001/jetty1/
   [junit4]   2> 582246 T3641 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@984978b
   [junit4]   2> 582247 T3641 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-001/jetty1
   [junit4]   2> 582248 T3641 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-001/jetty1/index/
   [junit4]   2> 582248 T3641 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 582248 T3641 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-001/jetty1/index
   [junit4]   2> 582249 T3641 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=79.908203125, floorSegmentMB=0.978515625, forceMergeDeletesPctAllowed=15.856114204092469, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.839582413043627
   [junit4]   2> 582250 T3641 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@38fda3b8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6c976957),segFN=segments_1,generation=1}
   [junit4]   2> 582250 T3641 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 582256 T3641 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 582256 T3641 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 582257 T3641 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 582257 T3641 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 582257 T3641 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 582257 T3641 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 582258 T3641 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 582258 T3641 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 582259 T3641 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 582259 T3641 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 582260 T3641 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 582260 T3641 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 582261 T3641 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 582261 T3641 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 582262 T3641 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 582263 T3641 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 582263 T3641 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 582281 T3641 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 582286 T3641 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 582287 T3641 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 582287 T3641 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=3.65234375, floorSegmentMB=1.4794921875, forceMergeDeletesPctAllowed=4.4949085014061465, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 582288 T3641 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@38fda3b8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6c976957),segFN=segments_1,generation=1}
   [junit4]   2> 582288 T3641 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 582289 T3641 oass.SolrIndexSearcher.<init> Opening Searcher@713b8b64[collection1] main
   [junit4]   2> 582289 T3641 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 582290 T3641 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 582290 T3641 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 582291 T3641 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 582291 T3641 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 582291 T3641 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 582292 T3641 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 582292 T3641 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 582293 T3641 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 582293 T3641 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 582298 T3642 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@713b8b64[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 582301 T3641 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 582302 T3645 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63905 collection:collection1 shard:shard2
   [junit4]   2> 582302 T3595 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 582303 T3595 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 582303 T3645 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 582337 T3645 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 582340 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 582340 T3645 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 582340 T3645 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C551 name=collection1 org.apache.solr.core.SolrCore@1732f228 url=http://127.0.0.1:63905/collection1 node=127.0.0.1:63905_ C551_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:63905, core=collection1, node_name=127.0.0.1:63905_}
   [junit4]   2> 582340 T3645 C551 P63905 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63905/collection1/
   [junit4]   2> 582341 T3618 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 582341 T3645 C551 P63905 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 582341 T3645 C551 P63905 oasc.SyncStrategy.syncToMe http://127.0.0.1:63905/collection1/ has no replicas
   [junit4]   2> 582342 T3645 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63905/collection1/ shard2
   [junit4]   2> 582342 T3645 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 582350 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 582361 T3617 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> 582361 T3640 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> 582361 T3627 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> 582375 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 582376 T3618 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 582379 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 582481 T3640 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> 582481 T3627 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> 582481 T3617 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> 582528 T3645 oasc.ZkController.register We are http://127.0.0.1:63905/collection1/ and leader is http://127.0.0.1:63905/collection1/
   [junit4]   2> 582528 T3645 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63905
   [junit4]   2> 582528 T3645 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 582529 T3645 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 582529 T3645 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 582531 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 582531 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 582531 T3645 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 582531 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 582532 T3618 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 582533 T3618 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63905",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:63905_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 582541 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 582644 T3627 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> 582644 T3617 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> 582644 T3640 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> 583413 T3595 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 583414 T3595 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 583417 T3595 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:64144
   [junit4]   2> 583418 T3595 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 583418 T3595 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 583418 T3595 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-004
   [junit4]   2> 583419 T3595 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-004/'
   [junit4]   2> 583449 T3595 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-004/solr.xml
   [junit4]   2> 583523 T3595 oasc.CoreContainer.<init> New CoreContainer 451751214
   [junit4]   2> 583523 T3595 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-004/]
   [junit4]   2> 583525 T3595 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 583525 T3595 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 583525 T3595 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 583526 T3595 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 583526 T3595 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 583526 T3595 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 583527 T3595 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 583527 T3595 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 583527 T3595 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 583528 T3595 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 583528 T3595 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 583529 T3595 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 583529 T3595 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63354/solr
   [junit4]   2> 583529 T3595 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 583530 T3595 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 583533 T3657 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@493134d1 name:ZooKeeperConnection Watcher:127.0.0.1:63354 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 583534 T3595 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 583547 T3595 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 583558 T3597 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x145f34ccd7e0007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:724)
   [junit4]   2> 
   [junit4]   2> 583562 T3659 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3aae4fa0 name:ZooKeeperConnection Watcher:127.0.0.1:63354/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 583562 T3595 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 583582 T3595 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 584586 T3595 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64142_
   [junit4]   2> 584588 T3595 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:64142_
   [junit4]   2> 584609 T3660 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 584610 T3660 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 584611 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 584612 T3660 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 584612 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 584612 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 584613 T3618 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 584613 T3618 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64142",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:64142_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 584614 T3618 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 584614 T3618 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 584617 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 584618 T3640 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> 584618 T3617 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> 584618 T3659 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> 584618 T3627 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> 585613 T3660 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 585613 T3660 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 585614 T3660 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 585614 T3660 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 585615 T3660 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 585615 T3660 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-004/collection1/'
   [junit4]   2> 585617 T3660 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 585617 T3660 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 585618 T3660 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 585699 T3660 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 585792 T3660 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 585893 T3660 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 585905 T3660 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 586562 T3660 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 586578 T3660 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 586583 T3660 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 586595 T3660 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 586601 T3660 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 586607 T3660 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 586608 T3660 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 586609 T3660 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 586609 T3660 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 586610 T3660 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 586610 T3660 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 586610 T3660 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 586610 T3660 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 586611 T3660 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-004/collection1/, dataDir=./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-001/jetty2/
   [junit4]   2> 586611 T3660 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@984978b
   [junit4]   2> 586613 T3660 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-001/jetty2
   [junit4]   2> 586613 T3660 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-001/jetty2/index/
   [junit4]   2> 586614 T3660 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 586614 T3660 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-001/jetty2/index
   [junit4]   2> 586615 T3660 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=79.908203125, floorSegmentMB=0.978515625, forceMergeDeletesPctAllowed=15.856114204092469, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.839582413043627
   [junit4]   2> 586616 T3660 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@42765436 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7bb3c7da),segFN=segments_1,generation=1}
   [junit4]   2> 586616 T3660 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 586624 T3660 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 586625 T3660 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 586625 T3660 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 586626 T3660 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 586626 T3660 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 586626 T3660 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 586627 T3660 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 586627 T3660 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 586628 T3660 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 586629 T3660 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 586629 T3660 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 586630 T3660 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 586630 T3660 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 586631 T3660 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 586632 T3660 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 586633 T3660 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 586640 T3660 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 586659 T3660 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 586666 T3660 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 586666 T3660 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 586667 T3660 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=3.65234375, floorSegmentMB=1.4794921875, forceMergeDeletesPctAllowed=4.4949085014061465, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 586668 T3660 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@42765436 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7bb3c7da),segFN=segments_1,generation=1}
   [junit4]   2> 586669 T3660 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 586669 T3660 oass.SolrIndexSearcher.<init> Opening Searcher@2295a3a8[collection1] main
   [junit4]   2> 586669 T3660 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 586670 T3660 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 586671 T3660 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 586671 T3660 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 586672 T3660 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 586672 T3660 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 586673 T3660 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 586673 T3660 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 586674 T3660 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 586674 T3660 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 586679 T3661 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2295a3a8[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 586683 T3660 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 586684 T3664 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:64142 collection:collection1 shard:shard1
   [junit4]   2> 586684 T3595 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 586685 T3595 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 586685 T3664 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 586686 T3595 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 586691 T3595 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 30000 for each attempt
   [junit4]   2> 586692 T3595 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 586695 T3595 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 586711 T3664 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 586720 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 586720 T3664 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 586720 T3664 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C552 name=collection1 org.apache.solr.core.SolrCore@169347e0 url=http://127.0.0.1:64142/collection1 node=127.0.0.1:64142_ C552_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:64142, core=collection1, node_name=127.0.0.1:64142_}
   [junit4]   2> 586721 T3664 C552 P64142 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:64142/collection1/
   [junit4]   2> 586721 T3618 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 586721 T3664 C552 P64142 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 586721 T3664 C552 P64142 oasc.SyncStrategy.syncToMe http://127.0.0.1:64142/collection1/ has no replicas
   [junit4]   2> 586722 T3664 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:64142/collection1/ shard1
   [junit4]   2> 586722 T3664 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 586730 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 586731 T3617 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> 586731 T3627 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> 586731 T3640 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> 586731 T3659 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> 586735 T3618 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 586737 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 586844 T3640 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> 586844 T3617 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> 586844 T3659 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> 586844 T3627 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> 586888 T3664 oasc.ZkController.register We are http://127.0.0.1:64142/collection1/ and leader is http://127.0.0.1:64142/collection1/
   [junit4]   2> 586888 T3664 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:64142
   [junit4]   2> 586888 T3664 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 586889 T3664 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 586889 T3664 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 586891 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 586891 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 586891 T3664 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 586891 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 586892 T3618 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 586893 T3618 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64142",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:64142_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 586903 T3617 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 587007 T3617 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> 587007 T3659 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> 587007 T3640 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> 587007 T3627 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> 587704 T3595 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 587705 T3595 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
   [junit4]   2> 587707 T3625 oasc.SocketProxy$Acceptor.run accepted Socket[addr=/140.211.11.196,port=65079,localport=63669], receiveBufferSize:6565888
   [junit4]   2> 587711 T3625 oasc.SocketProxy$Bridge.<init> proxy connection Socket[addr=/127.0.0.1,port=63670,localport=65081], receiveBufferSize=6565888
   [junit4]   2> ASYNC  NEW_CORE C553 name=collection1 org.apache.solr.core.SolrCore@74229732 url=http://127.0.0.1:63669/collection1 node=127.0.0.1:63669_ C553_STATE=coll:control_collection core:collection1 props:{state=active, base_url=http://127.0.0.1:63669, core=collection1, node_name=127.0.0.1:63669_, leader=true}
   [junit4]   2> 587713 T3607 C553 P63669 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 587713 T3607 C553 P63669 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 587714 T3607 C553 P63669 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 587714 T3607 C553 P63669 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 587715 T3607 C553 P63669 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={version=2&waitSearcher

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

[junit4]   2> 982272 T3595 oasc.CachingDirectoryFactory.close Closing directory: ./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-004/c8n_1x2_shard1_replica1/data/index.20140513040223882
   [junit4]   2> 982272 T3595 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-004/c8n_1x2_shard1_replica1/data [CachedDir<<refCount=0;path=./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-004/c8n_1x2_shard1_replica1/data;done=false>>]
   [junit4]   2> 982273 T3595 oasc.CachingDirectoryFactory.close Closing directory: ./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001/tempDir-004/c8n_1x2_shard1_replica1/data
   [junit4]   2> 982274 T3782 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:64142_
   [junit4]   2> 982274 T3659 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 982276 T3595 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 982328 T3595 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 982329 T3595 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:63354 63354
   [junit4]   2> 983579 T3596 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:63354 63354
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest -Dtests.method=testDistribSearch -Dtests.seed=232D0D4E81A538D4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_IQ -Dtests.timezone=Europe/Copenhagen -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  409s J0 | HttpPartitionTest.testDistribSearch <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Didn't see all replicas come up within 20000 ms! ClusterState: live nodes:[127.0.0.1:63905_, 127.0.0.1:63669_, 127.0.0.1:64142_] collections:{control_collection=DocCollection(control_collection)={
   [junit4]    >   "autoCreated":"true",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{"core_node1":{
   [junit4]    >           "state":"active",
   [junit4]    >           "base_url":"http://127.0.0.1:63669",
   [junit4]    >           "core":"collection1",
   [junit4]    >           "node_name":"127.0.0.1:63669_",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1"}, collection1=DocCollection(collection1)={
   [junit4]    >   "autoCreated":"true",
   [junit4]    >   "shards":{
   [junit4]    >     "shard1":{
   [junit4]    >       "range":"80000000-ffffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{"core_node2":{
   [junit4]    >           "state":"active",
   [junit4]    >           "base_url":"http://127.0.0.1:64142",
   [junit4]    >           "core":"collection1",
   [junit4]    >           "node_name":"127.0.0.1:64142_",
   [junit4]    >           "leader":"true"}}},
   [junit4]    >     "shard2":{
   [junit4]    >       "range":"0-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{"core_node1":{
   [junit4]    >           "state":"active",
   [junit4]    >           "base_url":"http://127.0.0.1:63905",
   [junit4]    >           "core":"collection1",
   [junit4]    >           "node_name":"127.0.0.1:63905_",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1"}, c8n_1x2=DocCollection(c8n_1x2)={
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "state":"recovering",
   [junit4]    >           "base_url":"http://127.0.0.1:64142",
   [junit4]    >           "core":"c8n_1x2_shard1_replica1",
   [junit4]    >           "node_name":"127.0.0.1:64142_"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "state":"active",
   [junit4]    >           "base_url":"http://127.0.0.1:63669",
   [junit4]    >           "core":"c8n_1x2_shard1_replica2",
   [junit4]    >           "node_name":"127.0.0.1:63669_",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "replicationFactor":"2",
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1"}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([232D0D4E81A538D4:A2CB8356F6FA58E8]:0)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.ensureAllReplicasAreActive(HttpPartitionTest.java:495)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:214)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.doTest(HttpPartitionTest.java:141)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)
   [junit4]   2> 983611 T3595 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./solr.cloud.HttpPartitionTest-232D0D4E81A538D4-001
   [junit4]   2> 409315 T3594 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> 983776 T3784 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [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.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:277)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:306)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:289)
   [junit4]   2> 
   [junit4]   2> 983776 T3659 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene46: {multiDefault=PostingsFormat(name=MockRandom), intDefault=PostingsFormat(name=FSTPulsing41), id=PostingsFormat(name=SimpleText), timestamp=PostingsFormat(name=FSTPulsing41), a_t=PostingsFormat(name=FSTPulsing41), range_facet_l=PostingsFormat(name=FSTPulsing41), _version_=PostingsFormat(name=FSTPulsing41), text=PostingsFormat(name=Direct)}, docValues:{timestamp=DocValuesFormat(name=Disk)}, sim=DefaultSimilarity, locale=ar_IQ, timezone=Europe/Copenhagen
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=1,free=371488016,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [CircularListTest, NoFacetTest, TestFieldTypeResource, TestCharFilters, ExternalFileFieldSortTest, SpellPossibilityIteratorTest, ParsingFieldUpdateProcessorsTest, TestDynamicFieldResource, TestRemoteStreaming, TestSolrXmlPersistor, SyncSliceTest, TestSort, TestLMJelinekMercerSimilarityFactory, TimeZoneUtilsTest, ShardSplitTest, SampleTest, TestSolrXmlPersistence, TermsComponentTest, CustomCollectionTest, TestInitQParser, AbstractAnalyticsFacetTest, BasicFunctionalityTest, TestGroupingSearch, TestElisionMultitermQuery, SOLR749Test, TestQueryUtils, TestConfig, FastVectorHighlighterTest, TestManagedSchemaFieldResource, QueryEqualityTest, SearchHandlerTest, ReturnFieldsTest, TestStressUserVersions, TestSystemIdResolver, RAMDirectoryFactoryTest, ZkCLITest, PeerSyncTest, HttpPartitionTest]
   [junit4] Completed on J0 in 409.60s, 1 test, 1 failure <<< FAILURES!

[...truncated 931 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:467: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:447: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:45: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/extra-targets.xml:37: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:189: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:496: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1296: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:920: There were test failures: 400 suites, 1679 tests, 1 failure, 37 ignored (16 assumptions)

Total time: 89 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4704 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4704/

2 tests failed.
FAILED:  org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch

Error Message:
shard2 is not consistent.  Got 95 from https://127.0.0.1:57678/collection1lastClient and got 91 from https://127.0.0.1:34666/collection1

Stack Trace:
java.lang.AssertionError: shard2 is not consistent.  Got 95 from https://127.0.0.1:57678/collection1lastClient and got 91 from https://127.0.0.1:34666/collection1
	at __randomizedtesting.SeedInfo.seed([C5D0C5AA1B348895:44364BB26C6BE8A9]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1130)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1109)
	at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.doTest(ChaosMonkeySafeLeaderTest.java:150)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:724)


FAILED:  org.apache.solr.cloud.HttpPartitionTest.testDistribSearch

Error Message:
No registered leader was found after waiting for 30000ms , collection: c8n_1x3_lf slice: shard1

Stack Trace:
org.apache.solr.common.SolrException: No registered leader was found after waiting for 30000ms , collection: c8n_1x3_lf slice: shard1
	at __randomizedtesting.SeedInfo.seed([C5D0C5AA1B348895:44364BB26C6BE8A9]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:567)
	at org.apache.solr.cloud.HttpPartitionTest.testRf3WithLeaderFailover(HttpPartitionTest.java:348)
	at org.apache.solr.cloud.HttpPartitionTest.doTest(HttpPartitionTest.java:148)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:724)




Build Log:
[...truncated 10861 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/init-core-data-001
   [junit4]   2> 53006 T96 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 53006 T96 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 53022 T96 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 53033 T96 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 53042 T97 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 53243 T96 oasc.ZkTestServer.run start zk server on port:47219
   [junit4]   2> 53570 T96 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 53614 T98 oazs.NIOServerCnxn.doIO WARN Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 55697 T103 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@374d7e46 name:ZooKeeperConnection Watcher:127.0.0.1:47219 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 55698 T96 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 55704 T96 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 55812 T96 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 55814 T105 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a9009bb name:ZooKeeperConnection Watcher:127.0.0.1:47219/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 55815 T96 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 55828 T96 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 55834 T96 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 55839 T96 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 55842 T96 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 55848 T96 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 55881 T96 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 55896 T96 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 55897 T96 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 55903 T96 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 55904 T96 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 55909 T96 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 55910 T96 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 55915 T96 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 55916 T96 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 55920 T96 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 55921 T96 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 55927 T96 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 55928 T96 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 55933 T96 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 55934 T96 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 55939 T96 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 55940 T96 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 55945 T96 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 55946 T96 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 55951 T96 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 55951 T96 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 55975 T96 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 55978 T107 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4be5f3e7 name:ZooKeeperConnection Watcher:127.0.0.1:47219/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 55978 T96 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 57117 T96 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 57123 T96 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 57128 T96 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:48450
   [junit4]   2> 57130 T96 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 57131 T96 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 57131 T96 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-002
   [junit4]   2> 57132 T96 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-002/'
   [junit4]   2> 57170 T96 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-002/solr.xml
   [junit4]   2> 57285 T96 oasc.CoreContainer.<init> New CoreContainer 1460028191
   [junit4]   2> 57285 T96 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-002/]
   [junit4]   2> 57287 T96 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 57287 T96 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 57288 T96 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 57288 T96 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 57288 T96 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 57289 T96 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 57289 T96 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 57289 T96 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 57290 T96 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 57295 T96 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 57295 T96 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 57295 T96 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 57296 T96 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:47219/solr
   [junit4]   2> 57334 T96 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 57335 T96 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 57338 T118 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fccab1d name:ZooKeeperConnection Watcher:127.0.0.1:47219 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 57339 T96 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 57368 T96 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 57370 T120 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5f17c550 name:ZooKeeperConnection Watcher:127.0.0.1:47219/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 57370 T96 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 57392 T96 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 57408 T96 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 57418 T96 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 57424 T96 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 57437 T96 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 57460 T96 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 57463 T96 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48450_
   [junit4]   2> 57470 T96 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48450_
   [junit4]   2> 57474 T96 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 57482 T96 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 57505 T96 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:48450_
   [junit4]   2> 57505 T96 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 57508 T96 oasc.Overseer.start Overseer (id=91745797155651588-127.0.0.1:48450_-n_0000000000) starting
   [junit4]   2> 57541 T96 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 57581 T122 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 57582 T96 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 57584 T96 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 57587 T96 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 57587 T122 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes at 127.0.0.1:48450_
   [junit4]   2> 57611 T121 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 57633 T123 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 57633 T123 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 57641 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 57642 T123 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 57648 T121 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 57649 T121 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:48450",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:48450_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 57649 T121 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 57684 T121 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 57691 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 57705 T120 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> 58643 T123 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 58643 T123 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 58645 T123 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 58645 T123 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 58647 T123 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 58648 T123 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-002/collection1/'
   [junit4]   2> 58649 T123 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 58650 T123 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 58651 T123 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 58796 T123 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 58877 T123 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 58880 T123 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 58892 T123 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 59532 T123 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 59537 T123 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 59540 T123 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 59547 T123 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 59600 T123 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 59601 T123 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 59675 T123 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-002/collection1/, dataDir=./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-001/control/data/
   [junit4]   2> 59675 T123 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f7f22a5
   [junit4]   2> 59682 T123 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-001/control/data
   [junit4]   2> 59684 T123 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-001/control/data/index/
   [junit4]   2> 59685 T123 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 59686 T123 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-001/control/data/index
   [junit4]   2> 59687 T123 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=10.013671875, floorSegmentMB=1.6875, forceMergeDeletesPctAllowed=25.74280513676035, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 59705 T123 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 59705 T123 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 59721 T123 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 59793 T123 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 59794 T123 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 59794 T123 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 59795 T123 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 59795 T123 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 59795 T123 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 59796 T123 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 59796 T123 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 59797 T123 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 59798 T123 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 59798 T123 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 59799 T123 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 59800 T123 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 59800 T123 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 59801 T123 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 59802 T123 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 59815 T123 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 59821 T123 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 59821 T123 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 59823 T123 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=37.3203125, floorSegmentMB=1.5595703125, forceMergeDeletesPctAllowed=19.34561035096232, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8608774689713852
   [junit4]   2> 59825 T123 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 59825 T123 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 59825 T123 oass.SolrIndexSearcher.<init> Opening Searcher@249620e7[collection1] main
   [junit4]   2> 59826 T123 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 59827 T123 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 59828 T123 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 59837 T123 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 59837 T123 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 59838 T123 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 59839 T123 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 59839 T123 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 59839 T123 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 59840 T123 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 59847 T124 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@249620e7[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 59857 T123 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 59858 T127 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:48450 collection:control_collection shard:shard1
   [junit4]   2> 59859 T96 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 59860 T96 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 59887 T127 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 59910 T96 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 59912 T129 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7f63ace8 name:ZooKeeperConnection Watcher:127.0.0.1:47219/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 59912 T96 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 59921 T127 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 59922 T96 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 59929 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 59930 T127 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 59931 T127 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 59932 T121 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 59933 T96 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> ASYNC  NEW_CORE C11 name=collection1 org.apache.solr.core.SolrCore@e84a9a9 url=https://127.0.0.1:48450/collection1 node=127.0.0.1:48450_ C11_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:48450, core=collection1, node_name=127.0.0.1:48450_}
   [junit4]   2> 59935 T127 C11 P48450 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:48450/collection1/
   [junit4]   2> 59935 T127 C11 P48450 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 59936 T127 C11 P48450 oasc.SyncStrategy.syncToMe https://127.0.0.1:48450/collection1/ has no replicas
   [junit4]   2> 59936 T127 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:48450/collection1/ shard1
   [junit4]   2> 59939 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 59941 T120 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> 59941 T129 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> 59944 T127 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 59964 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 59966 T121 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 59971 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 60076 T129 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> 60076 T120 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> 60118 T127 oasc.ZkController.register We are https://127.0.0.1:48450/collection1/ and leader is https://127.0.0.1:48450/collection1/
   [junit4]   2> 60118 T127 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:48450
   [junit4]   2> 60118 T127 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 60119 T127 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 60119 T127 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 60122 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 60122 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 60122 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 60122 T127 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 60124 T121 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 60125 T121 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:48450",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:48450_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 60131 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 60236 T129 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> 60236 T120 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> 60963 T96 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 60972 T96 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 60981 T96 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 60985 T96 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:57559
   [junit4]   2> 60989 T96 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 60990 T96 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 60990 T96 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-003
   [junit4]   2> 60991 T96 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-003/'
   [junit4]   2> 61057 T96 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-003/solr.xml
   [junit4]   2> 61169 T96 oasc.CoreContainer.<init> New CoreContainer 606452851
   [junit4]   2> 61170 T96 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-003/]
   [junit4]   2> 61172 T96 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 61173 T96 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 61173 T96 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 61174 T96 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 61175 T96 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 61175 T96 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 61176 T96 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 61176 T96 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 61177 T96 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 61184 T96 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 61184 T96 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 61185 T96 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 61185 T96 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:47219/solr
   [junit4]   2> 61186 T96 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 61187 T96 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 61190 T140 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@624fdc8 name:ZooKeeperConnection Watcher:127.0.0.1:47219 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 61191 T96 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 61195 T96 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 61223 T142 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@35d42cfe name:ZooKeeperConnection Watcher:127.0.0.1:47219/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 61224 T96 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 61328 T96 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 62334 T96 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57559_
   [junit4]   2> 62342 T96 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57559_
   [junit4]   2> 62366 T143 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 62367 T143 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 62369 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 62369 T143 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 62370 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 62370 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 62372 T121 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 62374 T121 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57559",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57559_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 62374 T121 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 62375 T121 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 62380 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 62387 T142 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> 62387 T120 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> 62387 T129 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> 63371 T143 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 63371 T143 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 63373 T143 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 63373 T143 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 63375 T143 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 63375 T143 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-003/collection1/'
   [junit4]   2> 63377 T143 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 63378 T143 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 63379 T143 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 63462 T143 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 63542 T143 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 63544 T143 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 63557 T143 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 64147 T143 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 64150 T143 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 64152 T143 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 64157 T143 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 64206 T143 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 64207 T143 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 64207 T143 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-003/collection1/, dataDir=./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-001/jetty1/
   [junit4]   2> 64207 T143 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f7f22a5
   [junit4]   2> 64209 T143 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-001/jetty1
   [junit4]   2> 64210 T143 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-001/jetty1/index/
   [junit4]   2> 64211 T143 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 64212 T143 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-001/jetty1/index
   [junit4]   2> 64212 T143 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=10.013671875, floorSegmentMB=1.6875, forceMergeDeletesPctAllowed=25.74280513676035, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 64216 T143 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 64216 T143 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 64226 T143 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 64226 T143 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 64227 T143 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 64227 T143 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 64227 T143 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 64228 T143 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 64228 T143 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 64229 T143 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 64229 T143 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 64230 T143 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 64232 T143 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 64232 T143 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 64232 T143 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 64234 T143 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 64234 T143 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 64236 T143 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 64237 T143 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 64249 T143 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 64252 T143 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 64253 T143 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 64255 T143 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=37.3203125, floorSegmentMB=1.5595703125, forceMergeDeletesPctAllowed=19.34561035096232, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8608774689713852
   [junit4]   2> 64256 T143 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 64257 T143 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 64257 T143 oass.SolrIndexSearcher.<init> Opening Searcher@22fcb25d[collection1] main
   [junit4]   2> 64257 T143 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 64259 T143 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 64259 T143 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 64260 T143 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 64260 T143 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 64261 T143 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 64262 T143 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 64262 T143 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 64262 T143 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 64263 T143 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 64273 T144 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@22fcb25d[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 64286 T143 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 64287 T147 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:57559 collection:collection1 shard:shard3
   [junit4]   2> 64288 T96 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 64288 T96 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 64289 T147 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 64315 T147 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 64324 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 64324 T147 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 64324 T147 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C12 name=collection1 org.apache.solr.core.SolrCore@751036cc url=https://127.0.0.1:57559/collection1 node=127.0.0.1:57559_ C12_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:57559, core=collection1, node_name=127.0.0.1:57559_}
   [junit4]   2> 64325 T147 C12 P57559 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:57559/collection1/
   [junit4]   2> 64325 T147 C12 P57559 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 64326 T147 C12 P57559 oasc.SyncStrategy.syncToMe https://127.0.0.1:57559/collection1/ has no replicas
   [junit4]   2> 64326 T121 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 64326 T147 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:57559/collection1/ shard3
   [junit4]   2> 64327 T147 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 64340 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 64342 T142 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> 64342 T120 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> 64342 T129 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> 64358 T121 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 64371 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 64476 T120 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> 64476 T142 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> 64476 T129 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> 64509 T147 oasc.ZkController.register We are https://127.0.0.1:57559/collection1/ and leader is https://127.0.0.1:57559/collection1/
   [junit4]   2> 64509 T147 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:57559
   [junit4]   2> 64509 T147 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 64510 T147 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 64510 T147 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 64513 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 64514 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 64514 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 64514 T147 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 64515 T121 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 64517 T121 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57559",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57559_",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 64521 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 64626 T120 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> 64626 T129 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> 64626 T142 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> 65121 T96 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 65122 T96 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 65128 T96 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 65132 T96 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:57631
   [junit4]   2> 65135 T96 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 65135 T96 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 65136 T96 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-004
   [junit4]   2> 65136 T96 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-004/'
   [junit4]   2> 65168 T96 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-004/solr.xml
   [junit4]   2> 65242 T96 oasc.CoreContainer.<init> New CoreContainer 12407186
   [junit4]   2> 65242 T96 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-004/]
   [junit4]   2> 65244 T96 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 65244 T96 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 65245 T96 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 65245 T96 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 65245 T96 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 65246 T96 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 65246 T96 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 65246 T96 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 65247 T96 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 65251 T96 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 65251 T96 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 65252 T96 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 65252 T96 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:47219/solr
   [junit4]   2> 65253 T96 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 65253 T96 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 65257 T158 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ac9a702 name:ZooKeeperConnection Watcher:127.0.0.1:47219 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 65257 T96 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 65261 T96 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 65263 T160 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1efae5c1 name:ZooKeeperConnection Watcher:127.0.0.1:47219/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 65264 T96 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 65290 T96 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 66295 T96 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57631_
   [junit4]   2> 66298 T96 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57631_
   [junit4]   2> 66321 T161 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 66322 T161 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 66324 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 66324 T161 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 66324 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 66325 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 66327 T121 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 66329 T121 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57631",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57631_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 66329 T121 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 66329 T121 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 66334 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 66342 T129 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> 66342 T142 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> 66342 T120 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> 66342 T160 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> 67325 T161 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 67325 T161 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 67327 T161 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 67327 T161 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 67329 T161 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 67329 T161 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-004/collection1/'
   [junit4]   2> 67331 T161 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 67332 T161 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 67333 T161 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 67415 T161 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 67509 T161 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 67511 T161 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 67524 T161 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 68120 T161 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 68124 T161 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 68127 T161 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 68133 T161 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 68182 T161 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 68182 T161 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 68183 T161 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-004/collection1/, dataDir=./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-001/jetty2/
   [junit4]   2> 68183 T161 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f7f22a5
   [junit4]   2> 68185 T161 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-001/jetty2
   [junit4]   2> 68186 T161 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-001/jetty2/index/
   [junit4]   2> 68187 T161 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 68188 T161 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-001/jetty2/index
   [junit4]   2> 68189 T161 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=10.013671875, floorSegmentMB=1.6875, forceMergeDeletesPctAllowed=25.74280513676035, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 68194 T161 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 68194 T161 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 68219 T161 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 68220 T161 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 68220 T161 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 68221 T161 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 68221 T161 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 68222 T161 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 68222 T161 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 68223 T161 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 68223 T161 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 68225 T161 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 68227 T161 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 68227 T161 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 68228 T161 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 68230 T161 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 68231 T161 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 68233 T161 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 68235 T161 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 68253 T161 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 68258 T161 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 68259 T161 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 68261 T161 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=37.3203125, floorSegmentMB=1.5595703125, forceMergeDeletesPctAllowed=19.34561035096232, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8608774689713852
   [junit4]   2> 68264 T161 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 68264 T161 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 68265 T161 oass.SolrIndexSearcher.<init> Opening Searcher@628fcd98[collection1] main
   [junit4]   2> 68265 T161 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 68267 T161 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 68267 T161 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 68268 T161 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 68269 T161 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 68269 T161 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 68270 T161 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 68271 T161 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 68271 T161 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 68271 T161 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 68283 T162 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@628fcd98[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 68294 T161 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 68295 T165 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:57631 collection:collection1 shard:shard1
   [junit4]   2> 68296 T96 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 68296 T96 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 68297 T165 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 68338 T165 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 68349 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 68350 T165 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 68350 T165 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C13 name=collection1 org.apache.solr.core.SolrCore@5d18daf6 url=https://127.0.0.1:57631/collection1 node=127.0.0.1:57631_ C13_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:57631, core=collection1, node_name=127.0.0.1:57631_}
   [junit4]   2> 68350 T165 C13 P57631 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:57631/collection1/
   [junit4]   2> 68351 T165 C13 P57631 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 68351 T165 C13 P57631 oasc.SyncStrategy.syncToMe https://127.0.0.1:57631/collection1/ has no replicas
   [junit4]   2> 68352 T121 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 68352 T165 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:57631/collection1/ shard1
   [junit4]   2> 68353 T165 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 68358 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 68368 T129 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> 68368 T142 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> 68368 T120 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> 68368 T160 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> 68376 T121 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 68381 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 68486 T120 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> 68486 T142 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> 68486 T129 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> 68486 T160 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> 68527 T165 oasc.ZkController.register We are https://127.0.0.1:57631/collection1/ and leader is https://127.0.0.1:57631/collection1/
   [junit4]   2> 68527 T165 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:57631
   [junit4]   2> 68527 T165 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 68528 T165 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 68528 T165 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 68531 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 68531 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 68532 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 68532 T165 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 68534 T121 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 68535 T121 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57631",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57631_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 68540 T120 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 68644 T129 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> 68645 T142 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> 68645 T160 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> 68644 T120 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> 69410 T96 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 69411 T96 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 69417 T96 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 69419 T96 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:57643
   [junit4]   2> 69422 T96 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 69422 T96 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 69423 T96 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-C5D0C5AA1B348895-001/tempDir-005
   [junit4]   2> 69423 T96 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..

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

keeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/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> 3409035 T8796 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 3409036 T8796 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:23475 23475
   [junit4]   2> 3409102 T8797 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:23475 23475
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest -Dtests.method=testDistribSearch -Dtests.seed=C5D0C5AA1B348895 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hu_HU -Dtests.timezone=Poland -Dtests.file.encoding=UTF-8
   [junit4] ERROR    698s J0 | HttpPartitionTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: No registered leader was found after waiting for 30000ms , collection: c8n_1x3_lf slice: shard1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C5D0C5AA1B348895:44364BB26C6BE8A9]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:567)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.testRf3WithLeaderFailover(HttpPartitionTest.java:348)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.doTest(HttpPartitionTest.java:148)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)
   [junit4]   2> 3409131 T8796 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./solr.cloud.HttpPartitionTest-C5D0C5AA1B348895-001
   [junit4]   2> 697993 T8795 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene41, sim=DefaultSimilarity, locale=hu_HU, timezone=Poland
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=1,free=392567552,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [ResponseLogComponentTest, TestConfigSets, AliasIntegrationTest, TestRealTimeGet, QueryFacetTest, CoreMergeIndexesAdminHandlerTest, CustomCollectionTest, ShardRoutingTest, FileBasedSpellCheckerTest, HdfsWriteToMultipleCollectionsTest, TestCoreContainer, AtomicUpdatesTest, TestModifyConfFiles, TestFieldSortValues, TestQueryUtils, BasicDistributedZkTest, TestStressVersions, TestRandomDVFaceting, FieldMutatingUpdateProcessorTest, ZkControllerTest, BasicFunctionalityTest, ClusterStateTest, ZkCLITest, TimeZoneUtilsTest, TestManagedSynonymFilterFactory, IndexSchemaTest, TestManagedResource, TestLuceneMatchVersion, TestFunctionQuery, ChangedSchemaMergeTest, TestAnalyzeInfixSuggestions, SuggesterTest, TestPseudoReturnFields, BlockCacheTest, TestBM25SimilarityFactory, ReturnFieldsTest, UUIDFieldTest, PrimitiveFieldTypeTest, DeleteInactiveReplicaTest, LoggingHandlerTest, TestSurroundQueryParser, PolyFieldTest, BadCopyFieldTest, SpatialFilterTest, TestRecoveryHdfs, ShowFileRequestHandlerTest, TestOverriddenPrefixQueryForCustomFieldType, UpdateParamsTest, LeaderElectionTest, HdfsCollectionsAPIDistributedZkTest, ResponseHeaderTest, UpdateRequestProcessorFactoryTest, FastVectorHighlighterTest, DistribDocExpirationUpdateProcessorTest, TestFieldTypeResource, SearchHandlerTest, SolrTestCaseJ4Test, DistributedSpellCheckComponentTest, HdfsBasicDistributedZkTest, TestReversedWildcardFilterFactory, SyncSliceTest, ChaosMonkeyNothingIsSafeTest, TestCharFilters, DirectUpdateHandlerOptimizeTest, QueryEqualityTest, PreAnalyzedFieldTest, DistributedQueryComponentCustomSortTest, HdfsSyncSliceTest, URLClassifyProcessorTest, LukeRequestHandlerTest, CoreAdminHandlerTest, TriLevelCompositeIdRoutingTest, TestCustomSort, TestRestManager, ScriptEngineTest, TestSolrDeletionPolicy1, TestSolrXml, RecoveryZkTest, SuggesterFSTTest, SOLR749Test, AnalysisAfterCoreReloadTest, SchemaVersionSpecificBehaviorTest, CircularListTest, TestFastLRUCache, TestLFUCache, SuggestComponentTest, TestConfig, TestCopyFieldCollectionResource, OverseerStatusTest, TestDocSet, TestPostingsSolrHighlighter, TestAddFieldRealTimeGet, TestExtendedDismaxParser, DistributedQueryElevationComponentTest, ShardSplitTest, TestTrie, TestFileDictionaryLookup, TestHighlightDedupGrouping, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OverseerTest, LeaderElectionIntegrationTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, TestZkChroot, ShardRoutingCustomTest, SliceStateUpdateTest, AutoCommitTest, TestFaceting, TestRecovery, TermVectorComponentDistributedTest, TestStressReorder, TestJoin, TestReload, HardAutoCommitTest, DistributedTermsComponentTest, TestRangeQuery, SimpleFacetsTest, SolrCoreTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, ConvertedLegacyTest, TestSort, DirectUpdateHandlerTest, TestBadConfig, OverseerCollectionProcessorTest, HighlighterTest, SoftAutoCommitTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, SpellCheckCollatorTest, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterWFSTTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, TestUpdate, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, DebugComponentTest, CacheHeaderTest, TestWriterPerf, DirectSolrSpellCheckerTest, TestOmitPositions, TermsComponentTest, RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, TermVectorComponentTest, MoreLikeThisHandlerTest, RequiredFieldsTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, JSONWriterTest, MBeansHandlerTest, QueryParsingTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestSolrIndexConfig, CopyFieldTest, BadComponentTest, TestMergePolicyConfig, SampleTest, TestBinaryField, TestSearchPerf, NumericFieldsTest, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, DirectSolrConnectionTest, TestPhraseSuggestions, SpellPossibilityIteratorTest, SynonymTokenizerTest, EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, LegacyHTMLStripCharFilterTest, TestJmxMonitoredMap, OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestSystemIdResolver, TestSuggestSpellingConverter, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, TestSolrJ, TestLRUCache, TestUtils, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, FileUtilsTest, TestRTGBase, CursorPagingTest, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, AbstractAnalyticsStatsTest, NoFacetTest, ExpressionTest, AbstractAnalyticsFacetTest, FieldFacetExtrasTest, FieldFacetTest, RangeFacetTest, FunctionTest, AsyncMigrateRouteKeyTest, ConnectionManagerTest, DeleteReplicaTest, DeleteShardTest, HttpPartitionTest]
   [junit4] Completed on J0 in 699.02s, 1 test, 1 error <<< FAILURES!

[...truncated 11 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:467: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:447: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:45: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/extra-targets.xml:37: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:189: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:496: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1296: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:920: There were test failures: 400 suites, 1679 tests, 1 error, 1 failure, 37 ignored (16 assumptions)

Total time: 94 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure