Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/378/

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog] 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.update.HdfsTransactionLog  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at 
org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)  
at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:203)  at 
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:153)  at 
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:110)  at 
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:108)
  at sun.reflect.GeneratedConstructorAccessor220.newInstance(Unknown Source)  
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)  at 
org.apache.solr.core.SolrCore.createInstance(SolrCore.java:760)  at 
org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:822)  at 
org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1088)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:947)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:930)  at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:565)  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
 at java.lang.Thread.run(Thread.java:748)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not 
released!!! [HdfsTransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.update.HdfsTransactionLog
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
        at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:203)
        at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:153)
        at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:110)
        at 
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:108)
        at sun.reflect.GeneratedConstructorAccessor220.newInstance(Unknown 
Source)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:760)
        at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:822)
        at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1088)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:947)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:930)
        at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:565)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)


        at __randomizedtesting.SeedInfo.seed([3940C40812A9F8EE]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:302)
        at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source)
        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$7.evaluate(RandomizedRunner.java:870)
        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:748)


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

Error Message:
Repeated retry for 'inc' results against client: 
org.apache.solr.client.solrj.impl.HttpSolrClient@6d0fe77 (leader); Never got 
numFound=578; results=> {numFound=0,start=0,docs=[]}

Stack Trace:
java.lang.AssertionError: Repeated retry for 'inc' results against client: 
org.apache.solr.client.solrj.impl.HttpSolrClient@6d0fe77 (leader); Never got 
numFound=578; results=> {numFound=0,start=0,docs=[]}
        at 
__randomizedtesting.SeedInfo.seed([3940C40812A9F8EE:B114FBD2BC559516]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.assertDocIdsAndValuesAgainstAllClients(TestInPlaceUpdatesDistrib.java:457)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.docValuesUpdateTest(TestInPlaceUpdatesDistrib.java:388)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:154)
        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:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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:748)




Build Log:
[...truncated 11606 lines...]
   [junit4] Suite: org.apache.solr.update.TestInPlaceUpdatesDistrib
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/init-core-data-001
   [junit4]   2> 209659 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[3940C40812A9F8EE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 209659 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[3940C40812A9F8EE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 209661 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[3940C40812A9F8EE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 209662 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[3940C40812A9F8EE]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /pn_/f
   [junit4]   2> 209663 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[3940C40812A9F8EE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 209664 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[3940C40812A9F8EE]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 209692 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[3940C40812A9F8EE]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 209720 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[3940C40812A9F8EE]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=inplace-updates
   [junit4]   2> 209724 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[3940C40812A9F8EE]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 209729 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[3940C40812A9F8EE]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 209766 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[3940C40812A9F8EE]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7255253f
   [junit4]   2> 209772 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[3940C40812A9F8EE]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7255253f
   [junit4]   2> 209773 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[3940C40812A9F8EE]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7255253f
   [junit4]   2> 209775 INFO  (coreLoadExecutor-195-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-6.x/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 209805 INFO  (coreLoadExecutor-195-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 209818 INFO  (coreLoadExecutor-195-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
   [junit4]   2> 209822 INFO  (coreLoadExecutor-195-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with 
uniqueid field id
   [junit4]   2> 209822 INFO  (coreLoadExecutor-195-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 209824 INFO  (coreLoadExecutor-195-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7255253f
   [junit4]   2> 209824 INFO  (coreLoadExecutor-195-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 209824 INFO  (coreLoadExecutor-195-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/init-core-data-001/]
   [junit4]   2> 209825 INFO  (coreLoadExecutor-195-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7255253f
   [junit4]   2> 209851 WARN  (coreLoadExecutor-195-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> 209924 INFO  (coreLoadExecutor-195-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 209924 INFO  (coreLoadExecutor-195-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 209925 INFO  (coreLoadExecutor-195-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 209925 INFO  (coreLoadExecutor-195-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 209932 INFO  (coreLoadExecutor-195-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@29bc3791[collection1] main]
   [junit4]   2> 209933 WARN  (coreLoadExecutor-195-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 209933 INFO  (coreLoadExecutor-195-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 209934 INFO  (coreLoadExecutor-195-thread-1) [    
x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache 
for 2147483647 transient cores
   [junit4]   2> 209935 INFO  
(searcherExecutor-196-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@29bc3791[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 209936 INFO  (coreLoadExecutor-195-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1570908507051393024
   [junit4]   2> 209939 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[3940C40812A9F8EE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 209943 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 209945 INFO  (Thread-395) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 209945 INFO  (Thread-395) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 209951 ERROR (Thread-395) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 210045 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:46433
   [junit4]   2> 210062 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 210064 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema-inplace-updates.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 210067 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 210070 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 210072 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 210073 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 210075 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 210077 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 210079 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 210080 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 210082 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 210215 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/control-001/cores/collection1
   [junit4]   2> 210220 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 210227 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@331c98b2{/pn_/f,null,AVAILABLE}
   [junit4]   2> 210230 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5cd45a05{SSL,[ssl, 
http/1.1]}{127.0.0.1:55828}
   [junit4]   2> 210230 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.e.j.s.Server Started @213131ms
   [junit4]   2> 210230 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/tempDir-001/control/data,
 hostContext=/pn_/f, hostPort=55828, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/control-001/cores}
   [junit4]   2> 210230 ERROR 
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 210230 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.7.0
   [junit4]   2> 210231 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 210231 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 210231 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-22T12:38:16.894Z
   [junit4]   2> 210240 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 210240 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/control-001/solr.xml
   [junit4]   2> 210248 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 210249 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46433/solr
   [junit4]   2> 210291 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) 
[n:127.0.0.1:55828_pn_%2Ff    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 210292 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) 
[n:127.0.0.1:55828_pn_%2Ff    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:55828_pn_%2Ff
   [junit4]   2> 210293 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) 
[n:127.0.0.1:55828_pn_%2Ff    ] o.a.s.c.Overseer Overseer 
(id=98181781691432965-127.0.0.1:55828_pn_%2Ff-n_0000000000) starting
   [junit4]   2> 210306 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) 
[n:127.0.0.1:55828_pn_%2Ff    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55828_pn_%2Ff
   [junit4]   2> 210309 INFO  
(zkCallback-70-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff) 
[n:127.0.0.1:55828_pn_%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 210399 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) 
[n:127.0.0.1:55828_pn_%2Ff    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/control-001/cores
   [junit4]   2> 210399 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) 
[n:127.0.0.1:55828_pn_%2Ff    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 210400 INFO  
(coreLoadExecutor-208-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff) 
[n:127.0.0.1:55828_pn_%2Ff c:control_collection   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 210408 INFO  
(OverseerStateUpdate-98181781691432965-127.0.0.1:55828_pn_%2Ff-n_0000000000) 
[n:127.0.0.1:55828_pn_%2Ff    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 211429 INFO  
(coreLoadExecutor-208-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff) 
[n:127.0.0.1:55828_pn_%2Ff c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 211462 INFO  
(coreLoadExecutor-208-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff) 
[n:127.0.0.1:55828_pn_%2Ff c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
   [junit4]   2> 211466 INFO  
(coreLoadExecutor-208-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff) 
[n:127.0.0.1:55828_pn_%2Ff c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 211466 INFO  
(coreLoadExecutor-208-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff) 
[n:127.0.0.1:55828_pn_%2Ff c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection, trusted=true
   [junit4]   2> 211466 INFO  
(coreLoadExecutor-208-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff) 
[n:127.0.0.1:55828_pn_%2Ff c:control_collection   x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 211466 INFO  
(coreLoadExecutor-208-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff) 
[n:127.0.0.1:55828_pn_%2Ff c:control_collection   x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/control-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/control-001/cores/collection1/data/]
   [junit4]   2> 211467 INFO  
(coreLoadExecutor-208-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff) 
[n:127.0.0.1:55828_pn_%2Ff 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@7255253f
   [junit4]   2> 211484 WARN  
(coreLoadExecutor-208-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff) 
[n:127.0.0.1:55828_pn_%2Ff 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> 211548 INFO  
(coreLoadExecutor-208-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff) 
[n:127.0.0.1:55828_pn_%2Ff c:control_collection   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 211548 INFO  
(coreLoadExecutor-208-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff) 
[n:127.0.0.1:55828_pn_%2Ff c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 211549 INFO  
(coreLoadExecutor-208-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff) 
[n:127.0.0.1:55828_pn_%2Ff c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 211549 INFO  
(coreLoadExecutor-208-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff) 
[n:127.0.0.1:55828_pn_%2Ff c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 211552 INFO  
(coreLoadExecutor-208-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff) 
[n:127.0.0.1:55828_pn_%2Ff c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5bfd013c[collection1] main]
   [junit4]   2> 211553 INFO  
(coreLoadExecutor-208-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff) 
[n:127.0.0.1:55828_pn_%2Ff c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 211554 INFO  
(coreLoadExecutor-208-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff) 
[n:127.0.0.1:55828_pn_%2Ff c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 211554 INFO  
(coreLoadExecutor-208-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff) 
[n:127.0.0.1:55828_pn_%2Ff c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 211558 INFO  
(searcherExecutor-209-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff 
x:collection1 c:control_collection) [n:127.0.0.1:55828_pn_%2Ff 
c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@5bfd013c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 211559 INFO  
(coreLoadExecutor-208-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff) 
[n:127.0.0.1:55828_pn_%2Ff c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570908508753231872
   [junit4]   2> 211569 INFO  
(coreZkRegister-201-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff x:collection1 
c:control_collection) [n:127.0.0.1:55828_pn_%2Ff c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 211569 INFO  
(coreZkRegister-201-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff x:collection1 
c:control_collection) [n:127.0.0.1:55828_pn_%2Ff 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> 211569 INFO  
(coreZkRegister-201-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff x:collection1 
c:control_collection) [n:127.0.0.1:55828_pn_%2Ff c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:55828/pn_/f/collection1/
   [junit4]   2> 211569 INFO  
(coreZkRegister-201-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff x:collection1 
c:control_collection) [n:127.0.0.1:55828_pn_%2Ff c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 211570 INFO  
(coreZkRegister-201-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff x:collection1 
c:control_collection) [n:127.0.0.1:55828_pn_%2Ff c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
https://127.0.0.1:55828/pn_/f/collection1/ has no replicas
   [junit4]   2> 211570 INFO  
(coreZkRegister-201-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff x:collection1 
c:control_collection) [n:127.0.0.1:55828_pn_%2Ff 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> 211576 INFO  
(coreZkRegister-201-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff x:collection1 
c:control_collection) [n:127.0.0.1:55828_pn_%2Ff c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: https://127.0.0.1:55828/pn_/f/collection1/ shard1
   [junit4]   2> 211728 INFO  
(coreZkRegister-201-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff x:collection1 
c:control_collection) [n:127.0.0.1:55828_pn_%2Ff c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 211933 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 211934 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46433/solr ready
   [junit4]   2> 211935 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 212052 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/shard-1-001/cores/collection1
   [junit4]   2> 212053 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/shard-1-001
   [junit4]   2> 212056 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 212058 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7bb8a734{/pn_/f,null,AVAILABLE}
   [junit4]   2> 212059 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@22f9823d{SSL,[ssl, 
http/1.1]}{127.0.0.1:47274}
   [junit4]   2> 212059 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.e.j.s.Server Started @214960ms
   [junit4]   2> 212059 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/pn_/f, hostPort=47274, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/shard-1-001/cores}
   [junit4]   2> 212059 ERROR 
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 212060 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.7.0
   [junit4]   2> 212060 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 212060 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 212060 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-22T12:38:18.723Z
   [junit4]   2> 212066 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 212067 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/shard-1-001/solr.xml
   [junit4]   2> 212077 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 212078 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46433/solr
   [junit4]   2> 212100 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) 
[n:127.0.0.1:47274_pn_%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 212111 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) 
[n:127.0.0.1:47274_pn_%2Ff    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 212114 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) 
[n:127.0.0.1:47274_pn_%2Ff    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:47274_pn_%2Ff
   [junit4]   2> 212117 INFO  
(zkCallback-70-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff) 
[n:127.0.0.1:55828_pn_%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 212125 INFO  (zkCallback-74-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 212126 INFO  
(zkCallback-79-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff) 
[n:127.0.0.1:47274_pn_%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 212185 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) 
[n:127.0.0.1:47274_pn_%2Ff    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/shard-1-001/cores
   [junit4]   2> 212185 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) 
[n:127.0.0.1:47274_pn_%2Ff    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 212186 INFO  
(coreLoadExecutor-219-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff) 
[n:127.0.0.1:47274_pn_%2Ff c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 212190 INFO  
(OverseerStateUpdate-98181781691432965-127.0.0.1:55828_pn_%2Ff-n_0000000000) 
[n:127.0.0.1:55828_pn_%2Ff    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 213211 INFO  
(coreLoadExecutor-219-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff) 
[n:127.0.0.1:47274_pn_%2Ff c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 213224 INFO  
(coreLoadExecutor-219-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff) 
[n:127.0.0.1:47274_pn_%2Ff c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=inplace-updates
   [junit4]   2> 213229 INFO  
(coreLoadExecutor-219-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff) 
[n:127.0.0.1:47274_pn_%2Ff c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 213229 INFO  
(coreLoadExecutor-219-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff) 
[n:127.0.0.1:47274_pn_%2Ff c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 213229 INFO  
(coreLoadExecutor-219-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff) 
[n:127.0.0.1:47274_pn_%2Ff c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 213229 INFO  
(coreLoadExecutor-219-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff) 
[n:127.0.0.1:47274_pn_%2Ff c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/shard-1-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 213229 INFO  
(coreLoadExecutor-219-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff) 
[n:127.0.0.1:47274_pn_%2Ff c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7255253f
   [junit4]   2> 213245 WARN  
(coreLoadExecutor-219-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff) 
[n:127.0.0.1:47274_pn_%2Ff 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> 213297 INFO  
(coreLoadExecutor-219-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff) 
[n:127.0.0.1:47274_pn_%2Ff c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 213297 INFO  
(coreLoadExecutor-219-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff) 
[n:127.0.0.1:47274_pn_%2Ff c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 213298 INFO  
(coreLoadExecutor-219-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff) 
[n:127.0.0.1:47274_pn_%2Ff c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 213298 INFO  
(coreLoadExecutor-219-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff) 
[n:127.0.0.1:47274_pn_%2Ff c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 213300 INFO  
(coreLoadExecutor-219-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff) 
[n:127.0.0.1:47274_pn_%2Ff c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6dd5d425[collection1] main]
   [junit4]   2> 213302 INFO  
(coreLoadExecutor-219-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff) 
[n:127.0.0.1:47274_pn_%2Ff c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 213303 INFO  
(coreLoadExecutor-219-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff) 
[n:127.0.0.1:47274_pn_%2Ff c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 213303 INFO  
(coreLoadExecutor-219-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff) 
[n:127.0.0.1:47274_pn_%2Ff c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 213306 INFO  
(searcherExecutor-220-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff 
x:collection1 c:collection1) [n:127.0.0.1:47274_pn_%2Ff c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6dd5d425[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 213307 INFO  
(coreLoadExecutor-219-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff) 
[n:127.0.0.1:47274_pn_%2Ff c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1570908510586142720
   [junit4]   2> 213315 INFO  
(coreZkRegister-214-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff x:collection1 
c:collection1) [n:127.0.0.1:47274_pn_%2Ff c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 213315 INFO  
(coreZkRegister-214-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff x:collection1 
c:collection1) [n:127.0.0.1:47274_pn_%2Ff 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> 213315 INFO  
(coreZkRegister-214-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff x:collection1 
c:collection1) [n:127.0.0.1:47274_pn_%2Ff c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:47274/pn_/f/collection1/
   [junit4]   2> 213315 INFO  
(coreZkRegister-214-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff x:collection1 
c:collection1) [n:127.0.0.1:47274_pn_%2Ff c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 213315 INFO  
(coreZkRegister-214-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff x:collection1 
c:collection1) [n:127.0.0.1:47274_pn_%2Ff c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:47274/pn_/f/collection1/ 
has no replicas
   [junit4]   2> 213315 INFO  
(coreZkRegister-214-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff x:collection1 
c:collection1) [n:127.0.0.1:47274_pn_%2Ff c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 213320 INFO  
(coreZkRegister-214-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff x:collection1 
c:collection1) [n:127.0.0.1:47274_pn_%2Ff c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:47274/pn_/f/collection1/ shard1
   [junit4]   2> 213472 INFO  
(coreZkRegister-214-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff x:collection1 
c:collection1) [n:127.0.0.1:47274_pn_%2Ff c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 213833 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/shard-2-001/cores/collection1
   [junit4]   2> 213833 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/shard-2-001
   [junit4]   2> 213836 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 213839 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1733069{/pn_/f,null,AVAILABLE}
   [junit4]   2> 213840 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@773f1a26{SSL,[ssl, 
http/1.1]}{127.0.0.1:46371}
   [junit4]   2> 213840 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.e.j.s.Server Started @216741ms
   [junit4]   2> 213840 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/pn_/f, hostPort=46371, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/shard-2-001/cores}
   [junit4]   2> 213840 ERROR 
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 213841 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.7.0
   [junit4]   2> 213841 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 213841 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 213841 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-22T12:38:20.504Z
   [junit4]   2> 213855 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 213856 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/shard-2-001/solr.xml
   [junit4]   2> 213864 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 213865 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46433/solr
   [junit4]   2> 213884 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) 
[n:127.0.0.1:46371_pn_%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 213889 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) 
[n:127.0.0.1:46371_pn_%2Ff    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 213892 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) 
[n:127.0.0.1:46371_pn_%2Ff    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46371_pn_%2Ff
   [junit4]   2> 213895 INFO  (zkCallback-74-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 213895 INFO  
(zkCallback-79-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff) 
[n:127.0.0.1:47274_pn_%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 213895 INFO  
(zkCallback-70-thread-1-processing-n:127.0.0.1:55828_pn_%2Ff) 
[n:127.0.0.1:55828_pn_%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 213896 INFO  
(zkCallback-85-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff) 
[n:127.0.0.1:46371_pn_%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 213981 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) 
[n:127.0.0.1:46371_pn_%2Ff    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/shard-2-001/cores
   [junit4]   2> 213981 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) 
[n:127.0.0.1:46371_pn_%2Ff    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 213982 INFO  
(coreLoadExecutor-230-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff) 
[n:127.0.0.1:46371_pn_%2Ff c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 213986 INFO  
(OverseerStateUpdate-98181781691432965-127.0.0.1:55828_pn_%2Ff-n_0000000000) 
[n:127.0.0.1:55828_pn_%2Ff    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 215002 INFO  
(coreLoadExecutor-230-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff) 
[n:127.0.0.1:46371_pn_%2Ff c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 215015 INFO  
(coreLoadExecutor-230-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff) 
[n:127.0.0.1:46371_pn_%2Ff c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=inplace-updates
   [junit4]   2> 215019 INFO  
(coreLoadExecutor-230-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff) 
[n:127.0.0.1:46371_pn_%2Ff c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 215019 INFO  
(coreLoadExecutor-230-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff) 
[n:127.0.0.1:46371_pn_%2Ff c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 215020 INFO  
(coreLoadExecutor-230-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff) 
[n:127.0.0.1:46371_pn_%2Ff c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 215020 INFO  
(coreLoadExecutor-230-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff) 
[n:127.0.0.1:46371_pn_%2Ff c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/shard-2-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 215020 INFO  
(coreLoadExecutor-230-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff) 
[n:127.0.0.1:46371_pn_%2Ff c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7255253f
   [junit4]   2> 215039 WARN  
(coreLoadExecutor-230-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff) 
[n:127.0.0.1:46371_pn_%2Ff 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> 215090 INFO  
(coreLoadExecutor-230-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff) 
[n:127.0.0.1:46371_pn_%2Ff c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 215090 INFO  
(coreLoadExecutor-230-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff) 
[n:127.0.0.1:46371_pn_%2Ff c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 215091 INFO  
(coreLoadExecutor-230-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff) 
[n:127.0.0.1:46371_pn_%2Ff c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 215091 INFO  
(coreLoadExecutor-230-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff) 
[n:127.0.0.1:46371_pn_%2Ff c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 215093 INFO  
(coreLoadExecutor-230-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff) 
[n:127.0.0.1:46371_pn_%2Ff c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@23fdbc7d[collection1] main]
   [junit4]   2> 215095 INFO  
(coreLoadExecutor-230-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff) 
[n:127.0.0.1:46371_pn_%2Ff c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 215095 INFO  
(coreLoadExecutor-230-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff) 
[n:127.0.0.1:46371_pn_%2Ff c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 215095 INFO  
(coreLoadExecutor-230-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff) 
[n:127.0.0.1:46371_pn_%2Ff c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 215098 INFO  
(searcherExecutor-231-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff 
x:collection1 c:collection1) [n:127.0.0.1:46371_pn_%2Ff c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@23fdbc7d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 215099 INFO  
(coreLoadExecutor-230-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff) 
[n:127.0.0.1:46371_pn_%2Ff c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1570908512465190912
   [junit4]   2> 215104 INFO  
(coreZkRegister-225-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff x:collection1 
c:collection1) [n:127.0.0.1:46371_pn_%2Ff c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 215105 INFO  
(updateExecutor-82-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46371_pn_%2Ff c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.u.DefaultSolrCoreState Running 
recovery
   [junit4]   2> 215105 INFO  
(recoveryExecutor-83-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46371_pn_%2Ff 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 215106 INFO  
(recoveryExecutor-83-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46371_pn_%2Ff 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
###### startupVersions=[[]]
   [junit4]   2> 215106 INFO  
(recoveryExecutor-83-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46371_pn_%2Ff 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Begin buffering updates. core=[collection1]
   [junit4]   2> 215106 INFO  
(recoveryExecutor-83-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46371_pn_%2Ff 
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> 215106 INFO  
(recoveryExecutor-83-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46371_pn_%2Ff 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Publishing state of core [collection1] as recovering, leader is 
[https://127.0.0.1:47274/pn_/f/collection1/] and I am 
[https://127.0.0.1:46371/pn_/f/collection1/]
   [junit4]   2> 215109 INFO  
(recoveryExecutor-83-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46371_pn_%2Ff 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Sending prep recovery command to [https://127.0.0.1:47274/pn_/f]; 
[WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:46371_pn_%252Ff&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 215170 INFO  (qtp787514995-726) [n:127.0.0.1:47274_pn_%2Ff    
] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node2, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 215171 INFO  (qtp787514995-726) [n:127.0.0.1:47274_pn_%2Ff    
] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard1 of collection1) have state: recovering
   [junit4]   2> 215172 INFO  (qtp787514995-726) [n:127.0.0.1:47274_pn_%2Ff    
] 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:46371_pn_%2Ff, coreNodeName=core_node2, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node2:{"core":"collection1","base_url":"https://127.0.0.1:46371/pn_/f","node_name":"127.0.0.1:46371_pn_%2Ff","state":"down"}
   [junit4]   2> 215763 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/shard-3-001/cores/collection1
   [junit4]   2> 215764 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/shard-3-001
   [junit4]   2> 215766 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 215769 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6e58d358{/pn_/f,null,AVAILABLE}
   [junit4]   2> 215769 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6cb67438{SSL,[ssl, 
http/1.1]}{127.0.0.1:57700}
   [junit4]   2> 215769 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.e.j.s.Server Started @218671ms
   [junit4]   2> 215770 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/pn_/f, hostPort=57700, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/shard-3-001/cores}
   [junit4]   2> 215770 ERROR 
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 215771 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.7.0
   [junit4]   2> 215771 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 215771 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 215771 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-22T12:38:22.434Z
   [junit4]   2> 215781 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 215781 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/shard-3-001/solr.xml
   [junit4]   2> 215801 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 215802 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46433/solr
   [junit4]   2> 215829 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) 
[n:127.0.0.1:57700_pn_%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 215833 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) 
[n:127.0.0.1:57700_pn_%2Ff    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 215836 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) 
[n:127.0.0.1:57700_pn_%2Ff    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57700_pn_%2Ff
   [junit4]   2> 215837 INFO  
(zkCallback-85-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff) 
[n:127.0.0.1:46371_pn_%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 215838 INFO  
(zkCallback-79-thread-1-processing-n:127.0.0.1:47274_pn_%2Ff) 
[n:127.0.0.1:47274_pn_%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 215838 INFO  (zkCallback-74-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 215839 INFO  
(zkCallback-70-thread-2-processing-n:127.0.0.1:55828_pn_%2Ff) 
[n:127.0.0.1:55828_pn_%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 215840 INFO  
(zkCallback-92-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff) 
[n:127.0.0.1:57700_pn_%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 215940 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) 
[n:127.0.0.1:57700_pn_%2Ff    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/shard-3-001/cores
   [junit4]   2> 215940 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) 
[n:127.0.0.1:57700_pn_%2Ff    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 215940 INFO  
(coreLoadExecutor-241-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff) 
[n:127.0.0.1:57700_pn_%2Ff c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 215942 INFO  
(OverseerStateUpdate-98181781691432965-127.0.0.1:55828_pn_%2Ff-n_0000000000) 
[n:127.0.0.1:55828_pn_%2Ff    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 216172 INFO  (qtp787514995-726) [n:127.0.0.1:47274_pn_%2Ff    
] 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:46371_pn_%2Ff, coreNodeName=core_node2, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node2:{"core":"collection1","base_url":"https://127.0.0.1:46371/pn_/f","node_name":"127.0.0.1:46371_pn_%2Ff","state":"recovering"}
   [junit4]   2> 216172 INFO  (qtp787514995-726) [n:127.0.0.1:47274_pn_%2Ff    
] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node2, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 216172 INFO  (qtp787514995-726) [n:127.0.0.1:47274_pn_%2Ff    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:46371_pn_%252Ff&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1001
   [junit4]   2> 216673 INFO  
(recoveryExecutor-83-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46371_pn_%2Ff 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Attempting to PeerSync from [https://127.0.0.1:47274/pn_/f/collection1/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 216674 INFO  
(recoveryExecutor-83-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46371_pn_%2Ff 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.PeerSync PeerSync: 
core=collection1 url=https://127.0.0.1:46371/pn_/f START 
replicas=[https://127.0.0.1:47274/pn_/f/collection1/] nUpdates=100
   [junit4]   2> 216687 INFO  (qtp787514995-726) [n:127.0.0.1:47274_pn_%2Ff 
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> 216687 INFO  (qtp787514995-726) [n:127.0.0.1:47274_pn_%2Ff 
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/pn_/f path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 216688 INFO  
(recoveryExecutor-83-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46371_pn_%2Ff 
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> 216688 INFO  
(recoveryExecutor-83-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46371_pn_%2Ff 
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> 216688 INFO  
(recoveryExecutor-83-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46371_pn_%2Ff 
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> 216688 INFO  
(recoveryExecutor-83-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46371_pn_%2Ff 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 216689 INFO  
(recoveryExecutor-83-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46371_pn_%2Ff 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 216689 INFO  
(recoveryExecutor-83-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46371_pn_%2Ff 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
PeerSync stage of recovery was successful.
   [junit4]   2> 216689 INFO  
(recoveryExecutor-83-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46371_pn_%2Ff 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Replaying updates buffered during PeerSync.
   [junit4]   2> 216689 INFO  
(recoveryExecutor-83-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46371_pn_%2Ff 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy No 
replay needed.
   [junit4]   2> 216689 INFO  
(recoveryExecutor-83-thread-1-processing-n:127.0.0.1:46371_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46371_pn_%2Ff 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Registering as Active after recovery.
   [junit4]   2> 216962 INFO  
(coreLoadExecutor-241-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff) 
[n:127.0.0.1:57700_pn_%2Ff c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 216975 INFO  
(coreLoadExecutor-241-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff) 
[n:127.0.0.1:57700_pn_%2Ff c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=inplace-updates
   [junit4]   2> 216980 INFO  
(coreLoadExecutor-241-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff) 
[n:127.0.0.1:57700_pn_%2Ff c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 216980 INFO  
(coreLoadExecutor-241-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff) 
[n:127.0.0.1:57700_pn_%2Ff c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 216980 INFO  
(coreLoadExecutor-241-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff) 
[n:127.0.0.1:57700_pn_%2Ff c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 216980 INFO  
(coreLoadExecutor-241-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff) 
[n:127.0.0.1:57700_pn_%2Ff c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/shard-3-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_3940C40812A9F8EE-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 216980 INFO  
(coreLoadExecutor-241-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff) 
[n:127.0.0.1:57700_pn_%2Ff c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7255253f
   [junit4]   2> 216996 WARN  
(coreLoadExecutor-241-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff) 
[n:127.0.0.1:57700_pn_%2Ff 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> 217067 INFO  
(coreLoadExecutor-241-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff) 
[n:127.0.0.1:57700_pn_%2Ff c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 217067 INFO  
(coreLoadExecutor-241-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff) 
[n:127.0.0.1:57700_pn_%2Ff c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 217068 INFO  
(coreLoadExecutor-241-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff) 
[n:127.0.0.1:57700_pn_%2Ff c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 217068 INFO  
(coreLoadExecutor-241-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff) 
[n:127.0.0.1:57700_pn_%2Ff c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 217070 INFO  
(coreLoadExecutor-241-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff) 
[n:127.0.0.1:57700_pn_%2Ff c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@19a914be[collection1] main]
   [junit4]   2> 217072 INFO  
(coreLoadExecutor-241-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff) 
[n:127.0.0.1:57700_pn_%2Ff c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 217072 INFO  
(coreLoadExecutor-241-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff) 
[n:127.0.0.1:57700_pn_%2Ff c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 217072 INFO  
(coreLoadExecutor-241-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff) 
[n:127.0.0.1:57700_pn_%2Ff c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 217075 INFO  
(searcherExecutor-242-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff 
x:collection1 c:collection1) [n:127.0.0.1:57700_pn_%2Ff c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@19a914be[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 217076 INFO  
(coreLoadExecutor-241-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff) 
[n:127.0.0.1:57700_pn_%2Ff c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1570908514538225664
   [junit4]   2> 217083 INFO  
(coreZkRegister-236-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff x:collection1 
c:collection1) [n:127.0.0.1:57700_pn_%2Ff c:collection1 s:shard1 r:core_node3 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 217084 INFO  
(updateExecutor-89-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57700_pn_%2Ff c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running 
recovery
   [junit4]   2> 217084 INFO  
(recoveryExecutor-90-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57700_pn_%2Ff 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 217085 INFO  
(recoveryExecutor-90-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57700_pn_%2Ff 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
###### startupVersions=[[]]
   [junit4]   2> 217085 INFO  
(recoveryExecutor-90-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57700_pn_%2Ff 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Begin buffering updates. core=[collection1]
   [junit4]   2> 217085 INFO  
(recoveryExecutor-90-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57700_pn_%2Ff 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting 
to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 217085 INFO  
(recoveryExecutor-90-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57700_pn_%2Ff 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Publishing state of core [collection1] as recovering, leader is 
[https://127.0.0.1:47274/pn_/f/collection1/] and I am 
[https://127.0.0.1:57700/pn_/f/collection1/]
   [junit4]   2> 217090 INFO  
(recoveryExecutor-90-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57700_pn_%2Ff 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Sending prep recovery command to [https://127.0.0.1:47274/pn_/f]; 
[WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:57700_pn_%252Ff&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 217101 INFO  (qtp787514995-720) [n:127.0.0.1:47274_pn_%2Ff    
] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 217102 INFO  (qtp787514995-720) [n:127.0.0.1:47274_pn_%2Ff    
] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard1 of collection1) have state: recovering
   [junit4]   2> 217102 INFO  (qtp787514995-720) [n:127.0.0.1:47274_pn_%2Ff    
] 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:57700_pn_%2Ff, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"https://127.0.0.1:57700/pn_/f","node_name":"127.0.0.1:57700_pn_%2Ff","state":"down"}
   [junit4]   2> 217460 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 217460 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[3940C40812A9F8EE]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   1> replica:core_node1 rstate:active live:true
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node3 rstate:recovering live:true
   [junit4]   2> 218102 INFO  (qtp787514995-720) [n:127.0.0.1:47274_pn_%2Ff    
] 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:57700_pn_%2Ff, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"https://127.0.0.1:57700/pn_/f","node_name":"127.0.0.1:57700_pn_%2Ff","state":"recovering"}
   [junit4]   2> 218102 INFO  (qtp787514995-720) [n:127.0.0.1:47274_pn_%2Ff    
] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 218102 INFO  (qtp787514995-720) [n:127.0.0.1:47274_pn_%2Ff    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:57700_pn_%252Ff&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1001
   [junit4]   1> -
   [junit4]   1> replica:core_node1 rstate:active live:true
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node3 rstate:recovering live:true
   [junit4]   2> 218603 INFO  
(recoveryExecutor-90-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57700_pn_%2Ff 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Attempting to PeerSync from [https://127.0.0.1:47274/pn_/f/collection1/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 218603 INFO  
(recoveryExecutor-90-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57700_pn_%2Ff 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: 
core=collection1 url=https://127.0.0.1:57700/pn_/f START 
replicas=[https://127.0.0.1:47274/pn_/f/collection1/] nUpdates=100
   [junit4]   2> 218614 INFO  (qtp787514995-723) [n:127.0.0.1:47274_pn_%2Ff 
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> 218614 INFO  (qtp787514995-723) [n:127.0.0.1:47274_pn_%2Ff 
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/pn_/f path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 218615 INFO  
(recoveryExecutor-90-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57700_pn_%2Ff 
c:collection1 s:shard1 r:core_node3 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> 218615 INFO  
(recoveryExecutor-90-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57700_pn_%2Ff 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.PeerSync We are 
already in sync. No need to do a PeerSync 
   [junit4]   2> 218615 INFO  
(recoveryExecutor-90-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57700_pn_%2Ff 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 218615 INFO  
(recoveryExecutor-90-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57700_pn_%2Ff 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 218616 INFO  
(recoveryExecutor-90-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57700_pn_%2Ff 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 218616 INFO  
(recoveryExecutor-90-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57700_pn_%2Ff 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
PeerSync stage of recovery was successful.
   [junit4]   2> 218616 INFO  
(recoveryExecutor-90-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57700_pn_%2Ff 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Replaying updates buffered during PeerSync.
   [junit4]   2> 218616 INFO  
(recoveryExecutor-90-thread-1-processing-n:127.0.0.1:57700_pn_%2Ff 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57700_pn_%2Ff 
c:collectio

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

otsearch.randomizedtesting.*]
   [junit4]   2>     java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> JUnit4-serializer-daemon:
   [junit4]   2>     java.lang.Thread.sleep(Native Method)
   [junit4]   2>     
com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2> 
   [junit4]   2> IPC Parameter Sending Thread #2:
   [junit4]   2>     [...sun.*]
   [junit4]   2>     
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>     
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]   2>     
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]   2>     
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   [junit4]   2>     
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
   [junit4]   2>     
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>     
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>     java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> Thread-56506:
   [junit4]   2>     java.lang.Thread.sleep(Native Method)
   [junit4]   2>     org.apache.zookeeper.Login$1.run(Login.java:185)
   [junit4]   2>     java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> SUITE-HdfsRecoveryZkTest-seed#[3940C40812A9F8EE]:
   [junit4]   2>     java.lang.Object.wait(Native Method)
   [junit4]   2>     java.lang.Thread.join(Thread.java:1260)
   [junit4]   2>     [...com.carrotsearch.randomizedtesting.*]
   [junit4]   2> 
   [junit4]   2> 3619000 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[3940C40812A9F8EE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{rnd_b=FSTOrd50, _version_=BlockTreeOrds(blocksize=128), 
a_t=PostingsFormat(name=Memory doPackFST= true), a_i=FSTOrd50, id=FSTOrd50}, 
docValues:{}, maxPointsInLeafNode=812, maxMBSortInHeap=7.660547897643366, 
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=el-GR, 
timezone=Europe/Dublin
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=2,free=173527552,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomFlRTGCloud, 
SuggestComponentTest, DistributedQueryElevationComponentTest, 
TestLeaderElectionWithEmptyReplica, TestManagedResourceStorage, 
TestInPlaceUpdatesDistrib, ClassificationUpdateProcessorTest, 
TestNumericTerms32, SparseHLLTest, QueryEqualityTest, OutputWriterTest, 
DateFieldTest, TestHttpShardHandlerFactory, SolrCoreTest, 
TestUniqueKeyFieldResource, TestFunctionQuery, TestFieldCacheSanityChecker, 
BasicZkTest, RegexBoostProcessorTest, NotRequiredUniqueKeyTest, 
TestSlowCompositeReaderWrapper, AtomicUpdatesTest, 
ShufflingReplicaListTransformerTest, TestCryptoKeys, 
PathHierarchyTokenizerFactoryTest, EnumFieldTest, TestSolrCloudSnapshots, 
TestJettySolrRunner, ReplicationFactorTest, JsonValidatorTest, 
HdfsBasicDistributedZk2Test, DocValuesNotIndexedTest, TestBadConfig, 
CursorPagingTest, TestSolr4Spatial2, SolrGangliaReporterTest, 
CoreAdminCreateDiscoverTest, HdfsRecoverLeaseTest, 
TestHighFrequencyDictionaryFactory, TestManagedSchemaThreadSafety, 
SortSpecParsingTest, TestCloudNestedDocsSort, TestCrossCoreJoin, 
DistributedFacetExistsSmallTest, SolrMetricManagerTest, 
StandardRequestHandlerTest, FacetPivotSmallTest, TestHighlightDedupGrouping, 
TestScoreJoinQPScore, TestSortByMinMaxFunction, PolyFieldTest, 
TestNonDefinedSimilarityFactory, TestGeoJSONResponseWriter, 
TestSolrConfigHandler, TestReRankQParserPlugin, SolrCLIZkUtilsTest, 
TestFieldCacheVsDocValues, TestLocalFSCloudBackupRestore, 
TestBackupRepositoryFactory, FullHLLTest, CustomCollectionTest, 
DataDrivenBlockJoinTest, TestIBSimilarityFactory, TestCoreAdminApis, 
TestDocTermOrds, TestXmlQParser, TestStandardQParsers, SolrSlf4jReporterTest, 
TestValueSourceCache, TestSchemaResource, BigEndianAscendingWordSerializerTest, 
TestSolrQueryResponse, AnalyticsMergeStrategyTest, 
TestPHPSerializedResponseWriter, RecoveryAfterSoftCommitTest, 
LeaderInitiatedRecoveryOnCommitTest, LeaderElectionContextKeyTest, 
TestManagedSynonymGraphFilterFactory, AddBlockUpdateTest, 
CurrencyFieldOpenExchangeTest, ClusterStateTest, TestSQLHandler, 
TestInfoStreamLogging, OverseerStatusTest, TestExactSharedStatsCache, 
TestSSLRandomization, TestComponentsName, BufferStoreTest, 
TestCloudJSONFacetJoinDomain, TestQueryWrapperFilter, 
TestSubQueryTransformerCrossCore, TestRandomFaceting, 
TestComplexPhraseLeadingWildcard, TestDistributedSearch, 
TestSolrCoreProperties, TestDocSet, JavabinLoaderTest, HighlighterConfigTest, 
TestJsonFacets, AliasIntegrationTest, LeaderElectionIntegrationTest, 
TestStressRecovery, PeerSyncTest, TestRandomDVFaceting, TestHashQParserPlugin, 
TestRealTimeGet, QueryElevationComponentTest, TestMacros, TestFastLRUCache, 
DisMaxRequestHandlerTest, TestCloudRecovery, BasicDistributedZkTest, 
SyncSliceTest, OverseerTest, ShardRoutingTest, RecoveryZkTest, 
TestReplicationHandler, TestHashPartitioner, TestJoin, HardAutoCommitTest, 
TestSolr4Spatial, SpellCheckComponentTest, TestGroupingSearch, 
ConvertedLegacyTest, TestFiltering, DirectUpdateHandlerTest, HighlighterTest, 
SimplePostToolTest, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, 
SolrRequestParserTest, SuggesterTSTTest, TestStressLucene, TestTrie, 
TestCSVLoader, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, 
FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, 
DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, 
SortByFunctionTest, TestRemoteStreaming, DistanceFunctionTest, 
SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, 
TestQueryUtils, TestReversedWildcardFilterFactory, 
DocumentAnalysisRequestHandlerTest, TestOmitPositions, RequestHandlersTest, 
RequiredFieldsTest, FastVectorHighlighterTest, LoggingHandlerTest, 
IndexSchemaTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, 
QueryParsingTest, TestAnalyzedSuggestions, SearchHandlerTest, TestLFUCache, 
PrimUtilsTest, DOMUtilTest, TestSolrJ, TestDocumentBuilder, ZkNodePropsTest, 
UUIDFieldTest, CircularListTest, DistributedMLTComponentTest, TestRTGBase, 
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestSimpleTrackingShardHandler, AssignTest, BaseCdcrDistributedZkTest, 
CdcrReplicationDistributedZkTest, CdcrReplicationHandlerTest, 
ConcurrentDeleteAndCreateCollectionTest, DistribCursorPagingTest, 
MoveReplicaTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, SSLMigrationTest, 
SaslZkACLProviderTest, ShardSplitTest, TriLevelCompositeIdRoutingTest, 
HdfsRecoveryZkTest]
   [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=HdfsRecoveryZkTest 
-Dtests.seed=3940C40812A9F8EE -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=el-GR -Dtests.timezone=Europe/Dublin -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | HdfsRecoveryZkTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 1 
object(s) that were not released!!! [HdfsTransactionLog]
   [junit4]    > 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.update.HdfsTransactionLog
   [junit4]    >        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    >        at 
org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
   [junit4]    >        at 
org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:203)
   [junit4]    >        at 
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:153)
   [junit4]    >        at 
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:110)
   [junit4]    >        at 
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:108)
   [junit4]    >        at 
java.lang.reflect.Constructor.newInstance(Constructor.java:423)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.createInstance(SolrCore.java:760)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:822)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1088)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:947)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:930)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:565)
   [junit4]    >        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3940C40812A9F8EE]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:302)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [542/715 (2!)] on J0 in 39.40s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 43989 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to