Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1246/

2 tests failed.
FAILED:  org.apache.lucene.search.TestShardSearching.testSimple

Error Message:
wrong hit docID expected:<11> but was:<3>

Stack Trace:
java.lang.AssertionError: wrong hit docID expected:<11> but was:<3>
        at 
__randomizedtesting.SeedInfo.seed([D94E59EA03A58262:E1FD7D14245656B3]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.apache.lucene.util.TestUtil.assertEquals(TestUtil.java:1050)
        at 
org.apache.lucene.search.TestShardSearching.assertSame(TestShardSearching.java:387)
        at 
org.apache.lucene.search.TestShardSearching.testSimple(TestShardSearching.java:236)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.update.TestInPlaceUpdatesDistrib.test

Error Message:
'sanitycheck' results against client: 
org.apache.solr.client.solrj.impl.HttpSolrClient@5c6917db (not leader) wrong 
[docid] for SolrDocument{id=0, 
id_field_copy_that_does_not_support_in_place_update_s=0, title_s=title0, 
id_i=0, inplace_updatable_float=101.0, _version_=1560229605069029376, 
inplace_updatable_int_with_default=666, 
inplace_updatable_float_with_default=42.0, [docid]=9487} expected:<7129> but 
was:<9487>

Stack Trace:
java.lang.AssertionError: 'sanitycheck' results against client: 
org.apache.solr.client.solrj.impl.HttpSolrClient@5c6917db (not leader) wrong 
[docid] for SolrDocument{id=0, 
id_field_copy_that_does_not_support_in_place_update_s=0, title_s=title0, 
id_i=0, inplace_updatable_float=101.0, _version_=1560229605069029376, 
inplace_updatable_int_with_default=666, 
inplace_updatable_float_with_default=42.0, [docid]=9487} expected:<7129> but 
was:<9487>
        at 
__randomizedtesting.SeedInfo.seed([8BCA03E3EB9108DF:39E3C39456D6527]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.assertDocIdsAndValuesInResults(TestInPlaceUpdatesDistrib.java:442)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.assertDocIdsAndValuesAgainstAllClients(TestInPlaceUpdatesDistrib.java:413)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.docValuesUpdateTest(TestInPlaceUpdatesDistrib.java:321)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:140)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 757 lines...]
   [junit4] Suite: org.apache.lucene.search.TestShardSearching
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestShardSearching 
-Dtests.method=testSimple -Dtests.seed=D94E59EA03A58262 -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=ar-MA -Dtests.timezone=Etc/GMT+1 -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 1.21s J2 | TestShardSearching.testSimple <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: wrong hit docID 
expected:<11> but was:<3>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D94E59EA03A58262:E1FD7D14245656B3]:0)
   [junit4]    >        at 
org.apache.lucene.util.TestUtil.assertEquals(TestUtil.java:1050)
   [junit4]    >        at 
org.apache.lucene.search.TestShardSearching.assertSame(TestShardSearching.java:387)
   [junit4]    >        at 
org.apache.lucene.search.TestShardSearching.testSimple(TestShardSearching.java:236)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J2/temp/lucene.search.TestShardSearching_D94E59EA03A58262-001
   [junit4]   2> Feb 24, 2017 12:59:21 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{date=PostingsFormat(name=LuceneFixedGap), docid=FSTOrd50, 
titleTokenized=BlockTreeOrds(blocksize=128), 
body=PostingsFormat(name=LuceneFixedGap), title=Lucene50(blocksize=128)}, 
docValues:{date=DocValuesFormat(name=Lucene70), 
docid_intDV=DocValuesFormat(name=Lucene70), 
docid_int=DocValuesFormat(name=Asserting), 
docid=DocValuesFormat(name=Lucene70), 
titleTokenized=DocValuesFormat(name=Lucene70), 
title=DocValuesFormat(name=Asserting), body=DocValuesFormat(name=Asserting), 
titleDV=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1770, 
maxMBSortInHeap=6.364059311570613, sim=RandomSimilarity(queryNorm=false): {}, 
locale=ar-MA, timezone=Etc/GMT+1
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=339230568,total=439877632
   [junit4]   2> NOTE: All tests run in this JVM: [TestTopDocsCollector, 
TestDirectoryReader, TestGeoEncodingUtils, TestDocsWithFieldSet, TestDateSort, 
TestRegexpQuery, TestTermScorer, TestFrequencyTrackingRingBuffer, 
TestDocValuesRewriteMethod, TestPayloadsOnVectors, TestSparseFixedBitDocIdSet, 
TestRollingBuffer, TestPolygon2D, TestNRTThreads, TestConsistentFieldNumbers, 
TestMixedCodecs, TestNoMergePolicy, TestIndexWriterMaxDocs, 
TestNRTReaderWithThreads, TestCharTermAttributeImpl, TestFastCompressionMode, 
TestPositiveScoresOnlyCollector, TestSameTokenSamePosition, 
TestRamUsageEstimator, TestSpanNotQuery, TestEarlyTermination, 
TestDocIdSetBuilder, TestLongPostings, TestMultiMMap, TestLongBitSet, 
TestHighCompressionMode, TestSegmentReader, TestMultiTermsEnum, TestBKD, 
TestAllFilesHaveChecksumFooter, TestPackedInts, TestSimpleFSLockFactory, 
TestIndexWriterThreadsToSegments, TestRollingUpdates, 
Test2BSortedDocValuesOrds, TestAttributeSource, TermInSetQueryTest, 
TestTwoPhaseCommitTool, TestNeedsScores, TestAllFilesHaveCodecHeader, 
TestVersion, TestSynonymQuery, TestSimpleExplanationsOfNonMatches, 
TestOneMergeWrappingMergePolicy, TestDocValuesScoring, 
TestComplexExplanationsOfNonMatches, TestSpanCollection, TestConjunctionDISI, 
TestPrefixQuery, TestLongValuesSource, TestSearchForDuplicates, 
TestFieldsReader, TestSearchWithThreads, TestForUtil, TestDocument, 
TestSortedSetDocValues, TestMultiFields, TestSpansEnum, TestDirectPacked, 
TestReqExclBulkScorer, TestPayloads, TestHugeRamFile, TestIndexWriterCommit, 
TestCharacterUtils, TestCachingTokenFilter, TestLogMergePolicy, 
TestSpanSearchEquivalence, TestClassicSimilarity, TestStressIndexing2, 
TestIndexWriterLockRelease, TestIndexWriter, TestPerFieldDocValuesFormat, 
TestIndexWriterReader, TestIndexWriterMerging, TestBytesStore, 
TestGraphTokenizers, TestAddIndexes, TestShardSearching]
   [junit4] Completed [161/448 (1!)] on J2 in 15.14s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 10859 lines...]
   [junit4] Suite: org.apache.solr.update.TestInPlaceUpdatesDistrib
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/init-core-data-001
   [junit4]   2> 562859 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[8BCA03E3EB9108DF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 562860 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[8BCA03E3EB9108DF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 562860 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[8BCA03E3EB9108DF]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_hs/d
   [junit4]   2> 562862 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[8BCA03E3EB9108DF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 562863 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[8BCA03E3EB9108DF]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 562890 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[8BCA03E3EB9108DF]-worker) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 562890 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[8BCA03E3EB9108DF]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 562918 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[8BCA03E3EB9108DF]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=inplace-updates
   [junit4]   2> 562922 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[8BCA03E3EB9108DF]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 562948 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[8BCA03E3EB9108DF]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 562950 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[8BCA03E3EB9108DF]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@64732321
   [junit4]   2> 562950 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[8BCA03E3EB9108DF]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 562952 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[8BCA03E3EB9108DF]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@64732321
   [junit4]   2> 562952 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[8BCA03E3EB9108DF]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 562952 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[8BCA03E3EB9108DF]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@64732321
   [junit4]   2> 562953 INFO  (coreLoadExecutor-1311-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 562976 WARN  (coreLoadExecutor-1311-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 562976 INFO  (coreLoadExecutor-1311-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 562985 INFO  (coreLoadExecutor-1311-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
   [junit4]   2> 562988 INFO  (coreLoadExecutor-1311-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with 
uniqueid field id
   [junit4]   2> 562989 INFO  (coreLoadExecutor-1311-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1
   [junit4]   2> 562989 WARN  (coreLoadExecutor-1311-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was 
configured, using first MBeanServer.
   [junit4]   2> 562989 INFO  (coreLoadExecutor-1311-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@64732321
   [junit4]   2> 562989 INFO  (coreLoadExecutor-1311-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/init-core-data-001/]
   [junit4]   2> 562989 INFO  (coreLoadExecutor-1311-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@64732321
   [junit4]   2> 562990 INFO  (coreLoadExecutor-1311-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=1.3251953125, 
floorSegmentMB=0.6796875, forceMergeDeletesPctAllowed=22.522385965353358, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.25535115980707734
   [junit4]   2> 562994 WARN  (coreLoadExecutor-1311-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 563022 INFO  (coreLoadExecutor-1311-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 563022 INFO  (coreLoadExecutor-1311-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 563022 INFO  (coreLoadExecutor-1311-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 563022 INFO  (coreLoadExecutor-1311-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 563023 INFO  (coreLoadExecutor-1311-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@6a940de0
   [junit4]   2> 563023 INFO  (coreLoadExecutor-1311-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@525ccd4c[collection1] main]
   [junit4]   2> 563023 WARN  (coreLoadExecutor-1311-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 563023 INFO  (coreLoadExecutor-1311-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 563025 INFO  
(searcherExecutor-1312-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@525ccd4c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 563025 INFO  (coreLoadExecutor-1311-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1560229579125161984
   [junit4]   2> 563029 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[8BCA03E3EB9108DF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 563032 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 563032 INFO  (Thread-612) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 563032 INFO  (Thread-612) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 563132 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:60379
   [junit4]   2> 563144 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 563146 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema-inplace-updates.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 563147 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 563148 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 563149 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 563150 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 563151 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 563152 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 563153 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 563154 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 563154 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 563224 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/control-001/cores/collection1
   [junit4]   2> 563225 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 563226 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@12d9f759{/_hs/d,null,AVAILABLE}
   [junit4]   2> 563227 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6b33fcf9{HTTP/1.1,[http/1.1]}{127.0.0.1:47004}
   [junit4]   2> 563227 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.e.j.s.Server Started @566961ms
   [junit4]   2> 563227 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/tempDir-001/control/data,
 hostContext=/_hs/d, hostPort=47004, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/control-001/cores}
   [junit4]   2> 563227 ERROR 
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 563227 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 563227 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 563227 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 563228 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-24T15:41:17.512Z
   [junit4]   2> 563230 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 563230 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/control-001/solr.xml
   [junit4]   2> 563235 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60379/solr
   [junit4]   2> 563252 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) 
[n:127.0.0.1:47004__hs%2Fd    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 563252 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) 
[n:127.0.0.1:47004__hs%2Fd    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:47004__hs%2Fd
   [junit4]   2> 563253 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) 
[n:127.0.0.1:47004__hs%2Fd    ] o.a.s.c.Overseer Overseer 
(id=97514348696240132-127.0.0.1:47004__hs%2Fd-n_0000000000) starting
   [junit4]   2> 563259 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) 
[n:127.0.0.1:47004__hs%2Fd    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:47004__hs%2Fd
   [junit4]   2> 563260 INFO  
(zkCallback-399-thread-1-processing-n:127.0.0.1:47004__hs%2Fd) 
[n:127.0.0.1:47004__hs%2Fd    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 563319 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) 
[n:127.0.0.1:47004__hs%2Fd    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/control-001/cores
   [junit4]   2> 563319 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) 
[n:127.0.0.1:47004__hs%2Fd    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 563325 INFO  
(OverseerStateUpdate-97514348696240132-127.0.0.1:47004__hs%2Fd-n_0000000000) 
[n:127.0.0.1:47004__hs%2Fd    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 564350 WARN  
(coreLoadExecutor-1324-thread-1-processing-n:127.0.0.1:47004__hs%2Fd) 
[n:127.0.0.1:47004__hs%2Fd c:control_collection   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 564351 INFO  
(coreLoadExecutor-1324-thread-1-processing-n:127.0.0.1:47004__hs%2Fd) 
[n:127.0.0.1:47004__hs%2Fd c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 564363 INFO  
(coreLoadExecutor-1324-thread-1-processing-n:127.0.0.1:47004__hs%2Fd) 
[n:127.0.0.1:47004__hs%2Fd c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
   [junit4]   2> 564366 INFO  
(coreLoadExecutor-1324-thread-1-processing-n:127.0.0.1:47004__hs%2Fd) 
[n:127.0.0.1:47004__hs%2Fd c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 564367 INFO  
(coreLoadExecutor-1324-thread-1-processing-n:127.0.0.1:47004__hs%2Fd) 
[n:127.0.0.1:47004__hs%2Fd c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 564367 INFO  
(coreLoadExecutor-1324-thread-1-processing-n:127.0.0.1:47004__hs%2Fd) 
[n:127.0.0.1:47004__hs%2Fd c:control_collection   x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/control-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/control-001/cores/collection1/data/]
   [junit4]   2> 564368 INFO  
(coreLoadExecutor-1324-thread-1-processing-n:127.0.0.1:47004__hs%2Fd) 
[n:127.0.0.1:47004__hs%2Fd c:control_collection   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@64732321
   [junit4]   2> 564368 INFO  
(coreLoadExecutor-1324-thread-1-processing-n:127.0.0.1:47004__hs%2Fd) 
[n:127.0.0.1:47004__hs%2Fd c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=1.3251953125, 
floorSegmentMB=0.6796875, forceMergeDeletesPctAllowed=22.522385965353358, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.25535115980707734
   [junit4]   2> 564373 WARN  
(coreLoadExecutor-1324-thread-1-processing-n:127.0.0.1:47004__hs%2Fd) 
[n:127.0.0.1:47004__hs%2Fd c:control_collection   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 564402 INFO  
(coreLoadExecutor-1324-thread-1-processing-n:127.0.0.1:47004__hs%2Fd) 
[n:127.0.0.1:47004__hs%2Fd c:control_collection   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 564402 INFO  
(coreLoadExecutor-1324-thread-1-processing-n:127.0.0.1:47004__hs%2Fd) 
[n:127.0.0.1:47004__hs%2Fd c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 564403 INFO  
(coreLoadExecutor-1324-thread-1-processing-n:127.0.0.1:47004__hs%2Fd) 
[n:127.0.0.1:47004__hs%2Fd c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 564403 INFO  
(coreLoadExecutor-1324-thread-1-processing-n:127.0.0.1:47004__hs%2Fd) 
[n:127.0.0.1:47004__hs%2Fd c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 564404 INFO  
(coreLoadExecutor-1324-thread-1-processing-n:127.0.0.1:47004__hs%2Fd) 
[n:127.0.0.1:47004__hs%2Fd c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@6f9cfac0
   [junit4]   2> 564404 INFO  
(coreLoadExecutor-1324-thread-1-processing-n:127.0.0.1:47004__hs%2Fd) 
[n:127.0.0.1:47004__hs%2Fd c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6a907204[collection1] main]
   [junit4]   2> 564405 INFO  
(coreLoadExecutor-1324-thread-1-processing-n:127.0.0.1:47004__hs%2Fd) 
[n:127.0.0.1:47004__hs%2Fd c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 564405 INFO  
(coreLoadExecutor-1324-thread-1-processing-n:127.0.0.1:47004__hs%2Fd) 
[n:127.0.0.1:47004__hs%2Fd c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 564405 INFO  
(coreLoadExecutor-1324-thread-1-processing-n:127.0.0.1:47004__hs%2Fd) 
[n:127.0.0.1:47004__hs%2Fd c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 564406 INFO  
(searcherExecutor-1325-thread-1-processing-n:127.0.0.1:47004__hs%2Fd 
x:collection1 c:control_collection) [n:127.0.0.1:47004__hs%2Fd 
c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@6a907204[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 564406 INFO  
(coreLoadExecutor-1324-thread-1-processing-n:127.0.0.1:47004__hs%2Fd) 
[n:127.0.0.1:47004__hs%2Fd c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1560229580573245440
   [junit4]   2> 564412 INFO  
(coreZkRegister-1317-thread-1-processing-n:127.0.0.1:47004__hs%2Fd 
x:collection1 c:control_collection) [n:127.0.0.1:47004__hs%2Fd 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 564412 INFO  
(coreZkRegister-1317-thread-1-processing-n:127.0.0.1:47004__hs%2Fd 
x:collection1 c:control_collection) [n:127.0.0.1:47004__hs%2Fd 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 564412 INFO  
(coreZkRegister-1317-thread-1-processing-n:127.0.0.1:47004__hs%2Fd 
x:collection1 c:control_collection) [n:127.0.0.1:47004__hs%2Fd 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:47004/_hs/d/collection1/
   [junit4]   2> 564412 INFO  
(coreZkRegister-1317-thread-1-processing-n:127.0.0.1:47004__hs%2Fd 
x:collection1 c:control_collection) [n:127.0.0.1:47004__hs%2Fd 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 564412 INFO  
(coreZkRegister-1317-thread-1-processing-n:127.0.0.1:47004__hs%2Fd 
x:collection1 c:control_collection) [n:127.0.0.1:47004__hs%2Fd 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:47004/_hs/d/collection1/ has no replicas
   [junit4]   2> 564412 INFO  
(coreZkRegister-1317-thread-1-processing-n:127.0.0.1:47004__hs%2Fd 
x:collection1 c:control_collection) [n:127.0.0.1:47004__hs%2Fd 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 564415 INFO  
(coreZkRegister-1317-thread-1-processing-n:127.0.0.1:47004__hs%2Fd 
x:collection1 c:control_collection) [n:127.0.0.1:47004__hs%2Fd 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:47004/_hs/d/collection1/ shard1
   [junit4]   2> 564565 INFO  
(coreZkRegister-1317-thread-1-processing-n:127.0.0.1:47004__hs%2Fd 
x:collection1 c:control_collection) [n:127.0.0.1:47004__hs%2Fd 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 564887 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 564888 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60379/solr ready
   [junit4]   2> 564888 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 564888 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 564958 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/shard-1-001/cores/collection1
   [junit4]   2> 564959 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/shard-1-001
   [junit4]   2> 564959 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 564960 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2f9f5107{/_hs/d,null,AVAILABLE}
   [junit4]   2> 564961 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@27cab66e{HTTP/1.1,[http/1.1]}{127.0.0.1:60027}
   [junit4]   2> 564961 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.e.j.s.Server Started @568695ms
   [junit4]   2> 564961 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/_hs/d, hostPort=60027, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/shard-1-001/cores}
   [junit4]   2> 564961 ERROR 
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 564961 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 564962 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 564962 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 564962 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-24T15:41:19.246Z
   [junit4]   2> 564964 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 564964 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/shard-1-001/solr.xml
   [junit4]   2> 564970 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60379/solr
   [junit4]   2> 564977 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) 
[n:127.0.0.1:60027__hs%2Fd    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 564978 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) 
[n:127.0.0.1:60027__hs%2Fd    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 564980 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) 
[n:127.0.0.1:60027__hs%2Fd    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60027__hs%2Fd
   [junit4]   2> 564981 INFO  (zkCallback-403-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 564982 INFO  
(zkCallback-399-thread-3-processing-n:127.0.0.1:47004__hs%2Fd) 
[n:127.0.0.1:47004__hs%2Fd    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 564983 INFO  
(zkCallback-409-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 565028 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) 
[n:127.0.0.1:60027__hs%2Fd    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/shard-1-001/cores
   [junit4]   2> 565028 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) 
[n:127.0.0.1:60027__hs%2Fd    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 565033 INFO  
(OverseerStateUpdate-97514348696240132-127.0.0.1:47004__hs%2Fd-n_0000000000) 
[n:127.0.0.1:47004__hs%2Fd    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 565134 WARN  
(OverseerStateUpdate-97514348696240132-127.0.0.1:47004__hs%2Fd-n_0000000000) 
[n:127.0.0.1:47004__hs%2Fd    ] o.a.s.c.Overseer Bad version writing to ZK 
using compare-and-set, will force refresh cluster state: KeeperErrorCode = 
BadVersion for /collections/collection1/state.json
   [junit4]   2> 565136 INFO  
(zkCallback-409-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 565137 INFO  
(OverseerStateUpdate-97514348696240132-127.0.0.1:47004__hs%2Fd-n_0000000000) 
[n:127.0.0.1:47004__hs%2Fd    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 565138 INFO  
(zkCallback-409-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 566054 WARN  
(coreLoadExecutor-1335-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd c:collection1   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 566055 INFO  
(coreLoadExecutor-1335-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 566065 INFO  
(coreLoadExecutor-1335-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=inplace-updates
   [junit4]   2> 566068 INFO  
(coreLoadExecutor-1335-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 566069 INFO  
(coreLoadExecutor-1335-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 566069 INFO  
(coreLoadExecutor-1335-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/shard-1-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 566070 INFO  
(coreLoadExecutor-1335-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@64732321
   [junit4]   2> 566070 INFO  
(coreLoadExecutor-1335-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=1.3251953125, 
floorSegmentMB=0.6796875, forceMergeDeletesPctAllowed=22.522385965353358, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.25535115980707734
   [junit4]   2> 566075 WARN  
(coreLoadExecutor-1335-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd c:collection1   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 566119 INFO  
(coreLoadExecutor-1335-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 566119 INFO  
(coreLoadExecutor-1335-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 566119 INFO  
(coreLoadExecutor-1335-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 566119 INFO  
(coreLoadExecutor-1335-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 566121 INFO  
(coreLoadExecutor-1335-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@60ca252a
   [junit4]   2> 566121 INFO  
(coreLoadExecutor-1335-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@11a03448[collection1] main]
   [junit4]   2> 566122 INFO  
(coreLoadExecutor-1335-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 566122 INFO  
(coreLoadExecutor-1335-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 566123 INFO  
(coreLoadExecutor-1335-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 566125 INFO  
(searcherExecutor-1336-thread-1-processing-n:127.0.0.1:60027__hs%2Fd 
x:collection1 c:collection1) [n:127.0.0.1:60027__hs%2Fd c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@11a03448[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 566125 INFO  
(coreLoadExecutor-1335-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1560229582375747584
   [junit4]   2> 566133 INFO  
(coreZkRegister-1330-thread-1-processing-n:127.0.0.1:60027__hs%2Fd 
x:collection1 c:collection1) [n:127.0.0.1:60027__hs%2Fd c:collection1 s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 566133 INFO  
(coreZkRegister-1330-thread-1-processing-n:127.0.0.1:60027__hs%2Fd 
x:collection1 c:collection1) [n:127.0.0.1:60027__hs%2Fd c:collection1 s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new 
leader - try and sync
   [junit4]   2> 566133 INFO  
(coreZkRegister-1330-thread-1-processing-n:127.0.0.1:60027__hs%2Fd 
x:collection1 c:collection1) [n:127.0.0.1:60027__hs%2Fd c:collection1 s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:60027/_hs/d/collection1/
   [junit4]   2> 566133 INFO  
(coreZkRegister-1330-thread-1-processing-n:127.0.0.1:60027__hs%2Fd 
x:collection1 c:collection1) [n:127.0.0.1:60027__hs%2Fd c:collection1 s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 566133 INFO  
(coreZkRegister-1330-thread-1-processing-n:127.0.0.1:60027__hs%2Fd 
x:collection1 c:collection1) [n:127.0.0.1:60027__hs%2Fd c:collection1 s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:60027/_hs/d/collection1/ has no replicas
   [junit4]   2> 566133 INFO  
(coreZkRegister-1330-thread-1-processing-n:127.0.0.1:60027__hs%2Fd 
x:collection1 c:collection1) [n:127.0.0.1:60027__hs%2Fd c:collection1 s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 566135 INFO  
(coreZkRegister-1330-thread-1-processing-n:127.0.0.1:60027__hs%2Fd 
x:collection1 c:collection1) [n:127.0.0.1:60027__hs%2Fd c:collection1 s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:60027/_hs/d/collection1/ shard1
   [junit4]   2> 566236 INFO  
(zkCallback-409-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 566286 INFO  
(coreZkRegister-1330-thread-1-processing-n:127.0.0.1:60027__hs%2Fd 
x:collection1 c:collection1) [n:127.0.0.1:60027__hs%2Fd c:collection1 s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 566389 INFO  
(zkCallback-409-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 566705 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/shard-2-001/cores/collection1
   [junit4]   2> 566705 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/shard-2-001
   [junit4]   2> 566706 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 566707 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1361eb57{/_hs/d,null,AVAILABLE}
   [junit4]   2> 566707 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@67200c99{HTTP/1.1,[http/1.1]}{127.0.0.1:36000}
   [junit4]   2> 566707 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.e.j.s.Server Started @570442ms
   [junit4]   2> 566707 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/_hs/d, hostPort=36000, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/shard-2-001/cores}
   [junit4]   2> 566707 ERROR 
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 566707 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 566708 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 566708 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 566708 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-24T15:41:20.992Z
   [junit4]   2> 566710 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 566710 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/shard-2-001/solr.xml
   [junit4]   2> 566716 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60379/solr
   [junit4]   2> 566722 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) 
[n:127.0.0.1:36000__hs%2Fd    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 566724 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) 
[n:127.0.0.1:36000__hs%2Fd    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 566725 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) 
[n:127.0.0.1:36000__hs%2Fd    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36000__hs%2Fd
   [junit4]   2> 566726 INFO  (zkCallback-403-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 566726 INFO  
(zkCallback-409-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 566727 INFO  
(zkCallback-399-thread-3-processing-n:127.0.0.1:47004__hs%2Fd) 
[n:127.0.0.1:47004__hs%2Fd    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 566732 INFO  
(zkCallback-415-thread-1-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 566765 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) 
[n:127.0.0.1:36000__hs%2Fd    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/shard-2-001/cores
   [junit4]   2> 566765 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) 
[n:127.0.0.1:36000__hs%2Fd    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 566772 INFO  
(OverseerStateUpdate-97514348696240132-127.0.0.1:47004__hs%2Fd-n_0000000000) 
[n:127.0.0.1:47004__hs%2Fd    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 566873 INFO  
(zkCallback-409-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 566873 INFO  
(zkCallback-415-thread-2-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 567776 WARN  
(coreLoadExecutor-1346-thread-1-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd c:collection1   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 567776 INFO  
(coreLoadExecutor-1346-thread-1-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 567795 INFO  
(coreLoadExecutor-1346-thread-1-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=inplace-updates
   [junit4]   2> 567799 INFO  
(coreLoadExecutor-1346-thread-1-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 567800 INFO  
(coreLoadExecutor-1346-thread-1-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 567800 INFO  
(coreLoadExecutor-1346-thread-1-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/shard-2-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 567801 INFO  
(coreLoadExecutor-1346-thread-1-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@64732321
   [junit4]   2> 567802 INFO  
(coreLoadExecutor-1346-thread-1-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=1.3251953125, 
floorSegmentMB=0.6796875, forceMergeDeletesPctAllowed=22.522385965353358, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.25535115980707734
   [junit4]   2> 567806 WARN  
(coreLoadExecutor-1346-thread-1-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd c:collection1   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 567838 INFO  
(coreLoadExecutor-1346-thread-1-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 567838 INFO  
(coreLoadExecutor-1346-thread-1-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 567839 INFO  
(coreLoadExecutor-1346-thread-1-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 567839 INFO  
(coreLoadExecutor-1346-thread-1-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 567840 INFO  
(coreLoadExecutor-1346-thread-1-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@78bea4c0
   [junit4]   2> 567840 INFO  
(coreLoadExecutor-1346-thread-1-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6009a8f5[collection1] main]
   [junit4]   2> 567841 INFO  
(coreLoadExecutor-1346-thread-1-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 567841 INFO  
(coreLoadExecutor-1346-thread-1-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 567841 INFO  
(coreLoadExecutor-1346-thread-1-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 567842 INFO  
(coreLoadExecutor-1346-thread-1-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1560229584176152576
   [junit4]   2> 567844 INFO  
(searcherExecutor-1347-thread-1-processing-n:127.0.0.1:36000__hs%2Fd 
x:collection1 c:collection1) [n:127.0.0.1:36000__hs%2Fd c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6009a8f5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 567845 INFO  
(coreZkRegister-1341-thread-1-processing-n:127.0.0.1:36000__hs%2Fd 
x:collection1 c:collection1) [n:127.0.0.1:36000__hs%2Fd c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ZkController Core needs to 
recover:collection1
   [junit4]   2> 567846 INFO  
(updateExecutor-412-thread-1-processing-n:127.0.0.1:36000__hs%2Fd x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36000__hs%2Fd c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.u.DefaultSolrCoreState Running 
recovery
   [junit4]   2> 567851 INFO  
(recoveryExecutor-413-thread-1-processing-n:127.0.0.1:36000__hs%2Fd 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36000__hs%2Fd 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 567852 INFO  
(recoveryExecutor-413-thread-1-processing-n:127.0.0.1:36000__hs%2Fd 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36000__hs%2Fd 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
###### startupVersions=[[]]
   [junit4]   2> 567852 INFO  
(recoveryExecutor-413-thread-1-processing-n:127.0.0.1:36000__hs%2Fd 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36000__hs%2Fd 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Begin buffering updates. core=[collection1]
   [junit4]   2> 567852 INFO  
(recoveryExecutor-413-thread-1-processing-n:127.0.0.1:36000__hs%2Fd 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36000__hs%2Fd 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Starting 
to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 567852 INFO  
(recoveryExecutor-413-thread-1-processing-n:127.0.0.1:36000__hs%2Fd 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36000__hs%2Fd 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Publishing state of core [collection1] as recovering, leader is 
[http://127.0.0.1:60027/_hs/d/collection1/] and I am 
[http://127.0.0.1:36000/_hs/d/collection1/]
   [junit4]   2> 567855 INFO  
(recoveryExecutor-413-thread-1-processing-n:127.0.0.1:36000__hs%2Fd 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36000__hs%2Fd 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Sending prep recovery command to [http://127.0.0.1:60027/_hs/d]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:36000__hs%252Fd&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 567859 INFO  (qtp530177572-3138) [n:127.0.0.1:60027__hs%2Fd    
] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node2, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 567864 INFO  (qtp530177572-3138) [n:127.0.0.1:60027__hs%2Fd    
] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard1 of collection1) have state: recovering
   [junit4]   2> 567864 INFO  (qtp530177572-3138) [n:127.0.0.1:60027__hs%2Fd    
] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? 
true, live=true, checkLive=true, currentState=down, localState=active, 
nodeName=127.0.0.1:36000__hs%2Fd, coreNodeName=core_node2, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node2:{"core":"collection1","base_url":"http://127.0.0.1:36000/_hs/d","node_name":"127.0.0.1:36000__hs%2Fd","state":"down"}
   [junit4]   2> 567954 INFO  
(zkCallback-409-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 567954 INFO  
(zkCallback-415-thread-2-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 568411 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/shard-3-001/cores/collection1
   [junit4]   2> 568412 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/shard-3-001
   [junit4]   2> 568412 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 568413 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@366aa916{/_hs/d,null,AVAILABLE}
   [junit4]   2> 568413 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4dd3c0f5{HTTP/1.1,[http/1.1]}{127.0.0.1:46297}
   [junit4]   2> 568413 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.e.j.s.Server Started @572148ms
   [junit4]   2> 568413 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/_hs/d, hostPort=46297, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/shard-3-001/cores}
   [junit4]   2> 568414 ERROR 
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 568415 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 568420 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 568420 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 568420 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-24T15:41:22.704Z
   [junit4]   2> 568422 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 568422 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/shard-3-001/solr.xml
   [junit4]   2> 568429 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60379/solr
   [junit4]   2> 568438 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) 
[n:127.0.0.1:46297__hs%2Fd    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 568440 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) 
[n:127.0.0.1:46297__hs%2Fd    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 568441 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) 
[n:127.0.0.1:46297__hs%2Fd    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46297__hs%2Fd
   [junit4]   2> 568442 INFO  
(zkCallback-415-thread-2-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 568442 INFO  
(zkCallback-399-thread-3-processing-n:127.0.0.1:47004__hs%2Fd) 
[n:127.0.0.1:47004__hs%2Fd    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 568451 INFO  
(zkCallback-422-thread-1-processing-n:127.0.0.1:46297__hs%2Fd) 
[n:127.0.0.1:46297__hs%2Fd    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 568442 INFO  (zkCallback-403-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 568442 INFO  
(zkCallback-409-thread-1-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 568531 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) 
[n:127.0.0.1:46297__hs%2Fd    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/shard-3-001/cores
   [junit4]   2> 568531 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) 
[n:127.0.0.1:46297__hs%2Fd    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 568535 INFO  
(OverseerStateUpdate-97514348696240132-127.0.0.1:47004__hs%2Fd-n_0000000000) 
[n:127.0.0.1:47004__hs%2Fd    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 568637 INFO  
(zkCallback-415-thread-2-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 568637 INFO  
(zkCallback-409-thread-2-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 568637 INFO  
(zkCallback-422-thread-2-processing-n:127.0.0.1:46297__hs%2Fd) 
[n:127.0.0.1:46297__hs%2Fd    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 568864 INFO  (qtp530177572-3138) [n:127.0.0.1:60027__hs%2Fd    
] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? 
true, live=true, checkLive=true, currentState=recovering, localState=active, 
nodeName=127.0.0.1:36000__hs%2Fd, coreNodeName=core_node2, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node2:{"core":"collection1","base_url":"http://127.0.0.1:36000/_hs/d","node_name":"127.0.0.1:36000__hs%2Fd","state":"recovering"}
   [junit4]   2> 568864 INFO  (qtp530177572-3138) [n:127.0.0.1:60027__hs%2Fd    
] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node2, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 568864 INFO  (qtp530177572-3138) [n:127.0.0.1:60027__hs%2Fd    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:36000__hs%252Fd&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1007
   [junit4]   2> 569366 INFO  
(recoveryExecutor-413-thread-1-processing-n:127.0.0.1:36000__hs%2Fd 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36000__hs%2Fd 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Attempting to PeerSync from [http://127.0.0.1:60027/_hs/d/collection1/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 569366 INFO  
(recoveryExecutor-413-thread-1-processing-n:127.0.0.1:36000__hs%2Fd 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36000__hs%2Fd 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.PeerSync PeerSync: 
core=collection1 url=http://127.0.0.1:36000/_hs/d START 
replicas=[http://127.0.0.1:60027/_hs/d/collection1/] nUpdates=100
   [junit4]   2> 569370 INFO  (qtp530177572-3144) [n:127.0.0.1:60027__hs%2Fd 
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 569370 INFO  (qtp530177572-3144) [n:127.0.0.1:60027__hs%2Fd 
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/_hs/d path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 569371 INFO  
(recoveryExecutor-413-thread-1-processing-n:127.0.0.1:36000__hs%2Fd 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36000__hs%2Fd 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 569371 INFO  
(recoveryExecutor-413-thread-1-processing-n:127.0.0.1:36000__hs%2Fd 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36000__hs%2Fd 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.PeerSync We are 
already in sync. No need to do a PeerSync 
   [junit4]   2> 569371 INFO  
(recoveryExecutor-413-thread-1-processing-n:127.0.0.1:36000__hs%2Fd 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36000__hs%2Fd 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 569371 INFO  
(recoveryExecutor-413-thread-1-processing-n:127.0.0.1:36000__hs%2Fd 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36000__hs%2Fd 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 569372 INFO  
(recoveryExecutor-413-thread-1-processing-n:127.0.0.1:36000__hs%2Fd 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36000__hs%2Fd 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 569372 INFO  
(recoveryExecutor-413-thread-1-processing-n:127.0.0.1:36000__hs%2Fd 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36000__hs%2Fd 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
PeerSync stage of recovery was successful.
   [junit4]   2> 569372 INFO  
(recoveryExecutor-413-thread-1-processing-n:127.0.0.1:36000__hs%2Fd 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36000__hs%2Fd 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Replaying updates buffered during PeerSync.
   [junit4]   2> 569372 INFO  
(recoveryExecutor-413-thread-1-processing-n:127.0.0.1:36000__hs%2Fd 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36000__hs%2Fd 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy No 
replay needed.
   [junit4]   2> 569372 INFO  
(recoveryExecutor-413-thread-1-processing-n:127.0.0.1:36000__hs%2Fd 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36000__hs%2Fd 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Registering as Active after recovery.
   [junit4]   2> 569475 INFO  
(zkCallback-409-thread-2-processing-n:127.0.0.1:60027__hs%2Fd) 
[n:127.0.0.1:60027__hs%2Fd    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 569475 INFO  
(zkCallback-422-thread-2-processing-n:127.0.0.1:46297__hs%2Fd) 
[n:127.0.0.1:46297__hs%2Fd    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 569476 INFO  
(zkCallback-415-thread-2-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 569549 WARN  
(coreLoadExecutor-1357-thread-1-processing-n:127.0.0.1:46297__hs%2Fd) 
[n:127.0.0.1:46297__hs%2Fd c:collection1   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 569550 INFO  
(coreLoadExecutor-1357-thread-1-processing-n:127.0.0.1:46297__hs%2Fd) 
[n:127.0.0.1:46297__hs%2Fd c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 569559 INFO  
(coreLoadExecutor-1357-thread-1-processing-n:127.0.0.1:46297__hs%2Fd) 
[n:127.0.0.1:46297__hs%2Fd c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=inplace-updates
   [junit4]   2> 569562 INFO  
(coreLoadExecutor-1357-thread-1-processing-n:127.0.0.1:46297__hs%2Fd) 
[n:127.0.0.1:46297__hs%2Fd c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 569564 INFO  
(coreLoadExecutor-1357-thread-1-processing-n:127.0.0.1:46297__hs%2Fd) 
[n:127.0.0.1:46297__hs%2Fd c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 569564 INFO  
(coreLoadExecutor-1357-thread-1-processing-n:127.0.0.1:46297__hs%2Fd) 
[n:127.0.0.1:46297__hs%2Fd c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/shard-3-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 569565 INFO  
(coreLoadExecutor-1357-thread-1-processing-n:127.0.0.1:46297__hs%2Fd) 
[n:127.0.0.1:46297__hs%2Fd c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@64732321
   [junit4]   2> 569565 INFO  
(coreLoadExecutor-1357-thread-1-processing-n:127.0.0.1:46297__hs%2Fd) 
[n:127.0.0.1:46297__hs%2Fd c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=1.3251953125, 
floorSegmentMB=0.6796875, forceMergeDeletesPctAllowed=22.522385965353358, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.25535115980707734
   [junit4]   2> 569570 WARN  
(coreLoadExecutor-1357-thread-1-processing-n:127.0.0.1:46297__hs%2Fd) 
[n:127.0.0.1:46297__hs%2Fd c:collection1   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}

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

on1 s:shard1 r:core_node3 x:collection1] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 644601 INFO  
(zkCallback-422-thread-5-processing-n:127.0.0.1:46297__hs%2Fd) 
[n:127.0.0.1:46297__hs%2Fd c:collection1 s:shard1 r:core_node3 x:collection1] 
o.a.s.c.SyncStrategy http://127.0.0.1:46297/_hs/d/collection1/ has no replicas
   [junit4]   2> 644603 INFO  
(zkCallback-422-thread-5-processing-n:127.0.0.1:46297__hs%2Fd) 
[n:127.0.0.1:46297__hs%2Fd c:collection1 s:shard1 r:core_node3 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46297/_hs/d/collection1/ shard1
   [junit4]   2> 644605 INFO  
(zkCallback-422-thread-5-processing-n:127.0.0.1:46297__hs%2Fd) 
[n:127.0.0.1:46297__hs%2Fd    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 644703 INFO  
(zkCallback-415-thread-5-processing-n:127.0.0.1:36000__hs%2Fd) 
[n:127.0.0.1:36000__hs%2Fd c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 644703 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 644704 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@67200c99{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 644704 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1361eb57{/_hs/d,null,UNAVAILABLE}
   [junit4]   2> 644705 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop shard! 46297
   [junit4]   2> 644705 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=172559074
   [junit4]   2> 644709 INFO  (coreCloseExecutor-1378-thread-1) 
[n:127.0.0.1:46297__hs%2Fd c:collection1 s:shard1 r:core_node3 x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@41d78284
   [junit4]   2> 644774 INFO  (coreCloseExecutor-1378-thread-1) 
[n:127.0.0.1:46297__hs%2Fd c:collection1 s:shard1 r:core_node3 x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 644774 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.Overseer Overseer 
(id=97514348696240143-127.0.0.1:46297__hs%2Fd-n_0000000003) closing
   [junit4]   2> 644775 INFO  
(OverseerStateUpdate-97514348696240143-127.0.0.1:46297__hs%2Fd-n_0000000003) 
[n:127.0.0.1:46297__hs%2Fd    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:46297__hs%2Fd
   [junit4]   2> 644776 WARN  
(zkCallback-422-thread-4-processing-n:127.0.0.1:46297__hs%2Fd) 
[n:127.0.0.1:46297__hs%2Fd    ] o.a.s.c.c.ZkStateReader ZooKeeper watch 
triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for 
/live_nodes]
   [junit4]   2> 644776 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 644777 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@4dd3c0f5{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 644778 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@366aa916{/_hs/d,null,UNAVAILABLE}
   [junit4]   2> 644779 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8BCA03E3EB9108DF]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:60379 60379
   [junit4]   2> 644870 INFO  (Thread-612) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:60379 60379
   [junit4]   2> 644871 WARN  (Thread-612) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        82      /solr/overseer/collection-queue-work
   [junit4]   2>        27      /solr/overseer/queue
   [junit4]   2>        11      /solr/overseer/queue-work
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestInPlaceUpdatesDistrib -Dtests.method=test 
-Dtests.seed=8BCA03E3EB9108DF -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=sk -Dtests.timezone=America/Indianapolis -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 81.8s J1 | TestInPlaceUpdatesDistrib.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 'sanitycheck' results 
against client: org.apache.solr.client.solrj.impl.HttpSolrClient@5c6917db (not 
leader) wrong [docid] for SolrDocument{id=0, 
id_field_copy_that_does_not_support_in_place_update_s=0, title_s=title0, 
id_i=0, inplace_updatable_float=101.0, _version_=1560229605069029376, 
inplace_updatable_int_with_default=666, 
inplace_updatable_float_with_default=42.0, [docid]=9487} expected:<7129> but 
was:<9487>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8BCA03E3EB9108DF:39E3C39456D6527]:0)
   [junit4]    >        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.assertDocIdsAndValuesInResults(TestInPlaceUpdatesDistrib.java:442)
   [junit4]    >        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.assertDocIdsAndValuesAgainstAllClients(TestInPlaceUpdatesDistrib.java:413)
   [junit4]    >        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.docValuesUpdateTest(TestInPlaceUpdatesDistrib.java:321)
   [junit4]    >        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:140)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 644875 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[8BCA03E3EB9108DF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 644875 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[8BCA03E3EB9108DF]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=854469010
   [junit4]   2> 644876 INFO  (coreCloseExecutor-1380-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@b721843
   [junit4]   2> 644921 INFO  (coreCloseExecutor-1380-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 644923 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[8BCA03E3EB9108DF]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8BCA03E3EB9108DF-001
   [junit4]   2> Feb 24, 2017 3:42:39 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=24486, maxDocsPerChunk=110, blockSize=1019), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=24486, blockSize=1019)), sim=RandomSimilarity(queryNorm=false): {}, 
locale=sk, timezone=America/Indianapolis
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=123212544,total=454557696
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigSetsAPIZkFailure, 
TestFieldSortValues, TestCustomDocTransformer, IndexBasedSpellCheckerTest, 
TestSurroundQueryParser, VMParamsZkACLAndCredentialsProvidersTest, 
TestWordDelimiterFilterFactory, MigrateRouteKeyTest, TestConfigReload, 
PKIAuthenticationIntegrationTest, TestMaxScoreQueryParser, TestHashPartitioner, 
SolrGangliaReporterTest, HdfsRestartWhileUpdatingTest, 
DeleteLastCustomShardedReplicaTest, TestReloadAndDeleteDocs, 
TestSerializedLuceneMatchVersion, TestTestInjection, SpellCheckCollatorTest, 
DistributedExpandComponentTest, TestSystemIdResolver, 
ReplicaListTransformerTest, CollectionTooManyReplicasTest, 
WordBreakSolrSpellCheckerTest, DOMUtilTest, TestCursorMarkWithoutUniqueKey, 
TestPostingsSolrHighlighter, ZkSolrClientTest, TestConfigsApi, 
SpatialFilterTest, OverseerModifyCollectionTest, SpellingQueryConverterTest, 
TestDocTermOrds, ClassificationUpdateProcessorFactoryTest, 
ConcurrentDeleteAndCreateCollectionTest, TestCopyFieldCollectionResource, 
ConvertedLegacyTest, CloudExitableDirectoryReaderTest, 
TestInPlaceUpdatesDistrib]
   [junit4] Completed [100/693 (1!)] on J1 in 83.09s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 64523 lines...]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to