Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/3250/
Java: 64bit/jdk1.8.0_121 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.update.TestInPlaceUpdatesDistrib

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
        at __randomizedtesting.SeedInfo.seed([185653484E6BA1FD]:0)
        at java.util.Arrays.copyOf(Arrays.java:3332)
        at 
java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
        at 
java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:448)
        at java.lang.StringBuilder.append(StringBuilder.java:136)
        at java.lang.StringBuilder.append(StringBuilder.java:76)
        at 
java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:484)
        at java.lang.StringBuilder.append(StringBuilder.java:166)
        at java.lang.StringBuilder.append(StringBuilder.java:76)
        at java.util.Formatter$FormatSpecifier.print(Formatter.java:2769)
        at java.util.Formatter.format(Formatter.java:2508)
        at java.util.Formatter.format(Formatter.java:2455)
        at java.lang.String.format(String.java:2940)
        at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:161)
        at java.util.logging.StreamHandler.publish(StreamHandler.java:211)
        at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:116)
        at java.util.logging.Logger.log(Logger.java:738)
        at java.util.logging.Logger.doLog(Logger.java:765)
        at java.util.logging.Logger.log(Logger.java:788)
        at java.util.logging.Logger.severe(Logger.java:1464)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.checkThreadLeaks(ThreadLeakControl.java:621)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:439)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:678)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:140)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:598)


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

Error Message:
Timeout occured while waiting response from server at: 
https://127.0.0.1:35307/fri/yn/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: https://127.0.0.1:35307/fri/yn/collection1
        at 
__randomizedtesting.SeedInfo.seed([185653484E6BA1FD:90026C92E097CC05]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:621)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:484)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:463)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.buildRandomIndex(TestInPlaceUpdatesDistrib.java:1127)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.docValuesUpdateTest(TestInPlaceUpdatesDistrib.java:327)
        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:745)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
        at sun.security.ssl.InputRecord.read(InputRecord.java:503)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
        at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:930)
        at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:515)
        ... 49 more




Build Log:
[...truncated 13200 lines...]
   [junit4] Suite: org.apache.solr.update.TestInPlaceUpdatesDistrib
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/init-core-data-001
   [junit4]   2> 564653 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[185653484E6BA1FD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 564653 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[185653484E6BA1FD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 564654 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[185653484E6BA1FD]-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> 564655 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[185653484E6BA1FD]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /fri/yn
   [junit4]   2> 564655 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[185653484E6BA1FD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 564656 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[185653484E6BA1FD]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 564676 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[185653484E6BA1FD]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 564684 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[185653484E6BA1FD]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=inplace-updates
   [junit4]   2> 564687 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[185653484E6BA1FD]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 564689 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[185653484E6BA1FD]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 564705 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[185653484E6BA1FD]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 564707 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[185653484E6BA1FD]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@24c99e0b
   [junit4]   2> 564707 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[185653484E6BA1FD]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 564709 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[185653484E6BA1FD]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@24c99e0b
   [junit4]   2> 564709 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[185653484E6BA1FD]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 564709 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[185653484E6BA1FD]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@24c99e0b
   [junit4]   2> 564711 INFO  (coreLoadExecutor-1628-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 564729 INFO  (coreLoadExecutor-1628-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 564743 INFO  (coreLoadExecutor-1628-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
   [junit4]   2> 564746 INFO  (coreLoadExecutor-1628-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with 
uniqueid field id
   [junit4]   2> 564746 INFO  (coreLoadExecutor-1628-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 564746 WARN  (coreLoadExecutor-1628-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was 
configured, using first MBeanServer.
   [junit4]   2> 564747 INFO  (coreLoadExecutor-1628-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@24c99e0b
   [junit4]   2> 564748 INFO  (coreLoadExecutor-1628-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 564748 INFO  (coreLoadExecutor-1628-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/init-core-data-001/]
   [junit4]   2> 564748 INFO  (coreLoadExecutor-1628-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24c99e0b
   [junit4]   2> 564753 WARN  (coreLoadExecutor-1628-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> 564783 INFO  (coreLoadExecutor-1628-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 564783 INFO  (coreLoadExecutor-1628-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 564784 INFO  (coreLoadExecutor-1628-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 564784 INFO  (coreLoadExecutor-1628-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 564785 INFO  (coreLoadExecutor-1628-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4ee691a6[collection1] main]
   [junit4]   2> 564785 WARN  (coreLoadExecutor-1628-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 564785 INFO  (coreLoadExecutor-1628-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 564786 INFO  (coreLoadExecutor-1628-thread-1) [    
x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache 
for 2147483647 transient cores
   [junit4]   2> 564786 INFO  
(searcherExecutor-1629-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4ee691a6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 564786 INFO  (coreLoadExecutor-1628-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1564350417905647616
   [junit4]   2> 564789 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[185653484E6BA1FD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 564791 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 564791 INFO  (Thread-919) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 564791 INFO  (Thread-919) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 564892 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38462
   [junit4]   2> 564897 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 564898 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema-inplace-updates.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 564899 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 564899 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 564900 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 564901 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 564901 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 564902 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 564902 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 564904 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 564904 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 564972 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/control-001/cores/collection1
   [junit4]   2> 564975 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 564976 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@b820a9{/fri/yn,null,AVAILABLE}
   [junit4]   2> 564976 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7961c94d{SSL,[ssl, 
http/1.1]}{127.0.0.1:46686}
   [junit4]   2> 564977 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.e.j.s.Server Started @566957ms
   [junit4]   2> 564977 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/tempDir-001/control/data,
 hostContext=/fri/yn, hostPort=46686, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/control-001/cores}
   [junit4]   2> 564977 ERROR 
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 564977 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 564977 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 564977 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 564977 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-11T03:20:15.607Z
   [junit4]   2> 564979 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 564979 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/control-001/solr.xml
   [junit4]   2> 564984 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 564984 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38462/solr
   [junit4]   2> 564993 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) 
[n:127.0.0.1:46686_fri%2Fyn    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 564993 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) 
[n:127.0.0.1:46686_fri%2Fyn    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:46686_fri%2Fyn
   [junit4]   2> 564994 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) 
[n:127.0.0.1:46686_fri%2Fyn    ] o.a.s.c.Overseer Overseer 
(id=97771901119496197-127.0.0.1:46686_fri%2Fyn-n_0000000000) starting
   [junit4]   2> 564996 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) 
[n:127.0.0.1:46686_fri%2Fyn    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46686_fri%2Fyn
   [junit4]   2> 564997 INFO  
(zkCallback-666-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn) 
[n:127.0.0.1:46686_fri%2Fyn    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 565078 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) 
[n:127.0.0.1:46686_fri%2Fyn    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/control-001/cores
   [junit4]   2> 565079 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) 
[n:127.0.0.1:46686_fri%2Fyn    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 565079 INFO  
(coreLoadExecutor-1641-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn) 
[n:127.0.0.1:46686_fri%2Fyn c:control_collection   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 565080 INFO  
(OverseerStateUpdate-97771901119496197-127.0.0.1:46686_fri%2Fyn-n_0000000000) 
[n:127.0.0.1:46686_fri%2Fyn    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 566089 INFO  
(coreLoadExecutor-1641-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn) 
[n:127.0.0.1:46686_fri%2Fyn c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 566099 INFO  
(coreLoadExecutor-1641-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn) 
[n:127.0.0.1:46686_fri%2Fyn c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
   [junit4]   2> 566102 INFO  
(coreLoadExecutor-1641-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn) 
[n:127.0.0.1:46686_fri%2Fyn c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 566102 INFO  
(coreLoadExecutor-1641-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn) 
[n:127.0.0.1:46686_fri%2Fyn c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection, trusted=true
   [junit4]   2> 566102 INFO  
(coreLoadExecutor-1641-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn) 
[n:127.0.0.1:46686_fri%2Fyn c:control_collection   x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 566102 INFO  
(coreLoadExecutor-1641-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn) 
[n:127.0.0.1:46686_fri%2Fyn c:control_collection   x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/control-001/cores/collection1/data/]
   [junit4]   2> 566103 INFO  
(coreLoadExecutor-1641-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn) 
[n:127.0.0.1:46686_fri%2Fyn 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@24c99e0b
   [junit4]   2> 566108 WARN  
(coreLoadExecutor-1641-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn) 
[n:127.0.0.1:46686_fri%2Fyn 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> 566149 INFO  
(coreLoadExecutor-1641-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn) 
[n:127.0.0.1:46686_fri%2Fyn c:control_collection   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 566149 INFO  
(coreLoadExecutor-1641-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn) 
[n:127.0.0.1:46686_fri%2Fyn c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 566150 INFO  
(coreLoadExecutor-1641-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn) 
[n:127.0.0.1:46686_fri%2Fyn c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 566150 INFO  
(coreLoadExecutor-1641-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn) 
[n:127.0.0.1:46686_fri%2Fyn c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 566151 INFO  
(coreLoadExecutor-1641-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn) 
[n:127.0.0.1:46686_fri%2Fyn c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1b590acd[collection1] main]
   [junit4]   2> 566152 INFO  
(coreLoadExecutor-1641-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn) 
[n:127.0.0.1:46686_fri%2Fyn c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 566152 INFO  
(coreLoadExecutor-1641-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn) 
[n:127.0.0.1:46686_fri%2Fyn c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 566152 INFO  
(coreLoadExecutor-1641-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn) 
[n:127.0.0.1:46686_fri%2Fyn c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 566153 INFO  
(searcherExecutor-1642-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn 
x:collection1 c:control_collection) [n:127.0.0.1:46686_fri%2Fyn 
c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@1b590acd[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 566153 INFO  
(coreLoadExecutor-1641-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn) 
[n:127.0.0.1:46686_fri%2Fyn c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1564350419339051008
   [junit4]   2> 566158 INFO  
(coreZkRegister-1634-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn 
x:collection1 c:control_collection) [n:127.0.0.1:46686_fri%2Fyn 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 566158 INFO  
(coreZkRegister-1634-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn 
x:collection1 c:control_collection) [n:127.0.0.1:46686_fri%2Fyn 
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> 566158 INFO  
(coreZkRegister-1634-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn 
x:collection1 c:control_collection) [n:127.0.0.1:46686_fri%2Fyn 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:46686/fri/yn/collection1/
   [junit4]   2> 566158 INFO  
(coreZkRegister-1634-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn 
x:collection1 c:control_collection) [n:127.0.0.1:46686_fri%2Fyn 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 566159 INFO  
(coreZkRegister-1634-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn 
x:collection1 c:control_collection) [n:127.0.0.1:46686_fri%2Fyn 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
https://127.0.0.1:46686/fri/yn/collection1/ has no replicas
   [junit4]   2> 566159 INFO  
(coreZkRegister-1634-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn 
x:collection1 c:control_collection) [n:127.0.0.1:46686_fri%2Fyn 
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> 566161 INFO  
(coreZkRegister-1634-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn 
x:collection1 c:control_collection) [n:127.0.0.1:46686_fri%2Fyn 
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:46686/fri/yn/collection1/ shard1
   [junit4]   2> 566232 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 566233 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38462/solr ready
   [junit4]   2> 566233 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 566313 INFO  
(coreZkRegister-1634-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn 
x:collection1 c:control_collection) [n:127.0.0.1:46686_fri%2Fyn 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 566351 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/shard-1-001/cores/collection1
   [junit4]   2> 566351 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/shard-1-001
   [junit4]   2> 566353 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 566354 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2d02faff{/fri/yn,null,AVAILABLE}
   [junit4]   2> 566356 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7c5efccd{SSL,[ssl, 
http/1.1]}{127.0.0.1:35307}
   [junit4]   2> 566356 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.e.j.s.Server Started @568337ms
   [junit4]   2> 566356 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/fri/yn, hostPort=35307, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/shard-1-001/cores}
   [junit4]   2> 566357 ERROR 
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 566357 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 566357 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 566357 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 566357 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-11T03:20:16.987Z
   [junit4]   2> 566360 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 566360 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/shard-1-001/solr.xml
   [junit4]   2> 566368 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 566381 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38462/solr
   [junit4]   2> 566386 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) 
[n:127.0.0.1:35307_fri%2Fyn    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 566387 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) 
[n:127.0.0.1:35307_fri%2Fyn    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 566389 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) 
[n:127.0.0.1:35307_fri%2Fyn    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35307_fri%2Fyn
   [junit4]   2> 566389 INFO  (zkCallback-670-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 566390 INFO  
(zkCallback-675-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn) 
[n:127.0.0.1:35307_fri%2Fyn    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 566390 INFO  
(zkCallback-666-thread-2-processing-n:127.0.0.1:46686_fri%2Fyn) 
[n:127.0.0.1:46686_fri%2Fyn    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 566467 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) 
[n:127.0.0.1:35307_fri%2Fyn    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/shard-1-001/cores
   [junit4]   2> 566467 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) 
[n:127.0.0.1:35307_fri%2Fyn    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 566468 INFO  
(coreLoadExecutor-1652-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn) 
[n:127.0.0.1:35307_fri%2Fyn c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 566478 INFO  
(OverseerStateUpdate-97771901119496197-127.0.0.1:46686_fri%2Fyn-n_0000000000) 
[n:127.0.0.1:46686_fri%2Fyn    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 567481 INFO  
(coreLoadExecutor-1652-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn) 
[n:127.0.0.1:35307_fri%2Fyn c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 567490 INFO  
(coreLoadExecutor-1652-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn) 
[n:127.0.0.1:35307_fri%2Fyn c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=inplace-updates
   [junit4]   2> 567493 INFO  
(coreLoadExecutor-1652-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn) 
[n:127.0.0.1:35307_fri%2Fyn c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 567494 INFO  
(coreLoadExecutor-1652-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn) 
[n:127.0.0.1:35307_fri%2Fyn c:collection1   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 567494 INFO  
(coreLoadExecutor-1652-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn) 
[n:127.0.0.1:35307_fri%2Fyn c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 567494 INFO  
(coreLoadExecutor-1652-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn) 
[n:127.0.0.1:35307_fri%2Fyn c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 567494 INFO  
(coreLoadExecutor-1652-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn) 
[n:127.0.0.1:35307_fri%2Fyn c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24c99e0b
   [junit4]   2> 567499 WARN  
(coreLoadExecutor-1652-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn) 
[n:127.0.0.1:35307_fri%2Fyn 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> 567548 INFO  
(coreLoadExecutor-1652-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn) 
[n:127.0.0.1:35307_fri%2Fyn c:collection1   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 567548 INFO  
(coreLoadExecutor-1652-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn) 
[n:127.0.0.1:35307_fri%2Fyn c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 567549 INFO  
(coreLoadExecutor-1652-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn) 
[n:127.0.0.1:35307_fri%2Fyn c:collection1   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 567549 INFO  
(coreLoadExecutor-1652-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn) 
[n:127.0.0.1:35307_fri%2Fyn c:collection1   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 567550 INFO  
(coreLoadExecutor-1652-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn) 
[n:127.0.0.1:35307_fri%2Fyn c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3d8a627b[collection1] main]
   [junit4]   2> 567557 INFO  
(coreLoadExecutor-1652-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn) 
[n:127.0.0.1:35307_fri%2Fyn c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 567557 INFO  
(coreLoadExecutor-1652-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn) 
[n:127.0.0.1:35307_fri%2Fyn c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 567557 INFO  
(coreLoadExecutor-1652-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn) 
[n:127.0.0.1:35307_fri%2Fyn c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 567558 INFO  
(coreLoadExecutor-1652-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn) 
[n:127.0.0.1:35307_fri%2Fyn c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1564350420812300288
   [junit4]   2> 567560 INFO  
(searcherExecutor-1653-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn 
x:collection1 c:collection1) [n:127.0.0.1:35307_fri%2Fyn c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3d8a627b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 567562 INFO  
(coreZkRegister-1647-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn 
x:collection1 c:collection1) [n:127.0.0.1:35307_fri%2Fyn c:collection1 s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 567562 INFO  
(coreZkRegister-1647-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn 
x:collection1 c:collection1) [n:127.0.0.1:35307_fri%2Fyn 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> 567562 INFO  
(coreZkRegister-1647-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn 
x:collection1 c:collection1) [n:127.0.0.1:35307_fri%2Fyn c:collection1 s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:35307/fri/yn/collection1/
   [junit4]   2> 567562 INFO  
(coreZkRegister-1647-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn 
x:collection1 c:collection1) [n:127.0.0.1:35307_fri%2Fyn c:collection1 s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 567562 INFO  
(coreZkRegister-1647-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn 
x:collection1 c:collection1) [n:127.0.0.1:35307_fri%2Fyn c:collection1 s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
https://127.0.0.1:35307/fri/yn/collection1/ has no replicas
   [junit4]   2> 567562 INFO  
(coreZkRegister-1647-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn 
x:collection1 c:collection1) [n:127.0.0.1:35307_fri%2Fyn c:collection1 s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 567565 INFO  
(coreZkRegister-1647-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn 
x:collection1 c:collection1) [n:127.0.0.1:35307_fri%2Fyn c:collection1 s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: https://127.0.0.1:35307/fri/yn/collection1/ shard1
   [junit4]   2> 567716 INFO  
(coreZkRegister-1647-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn 
x:collection1 c:collection1) [n:127.0.0.1:35307_fri%2Fyn c:collection1 s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 567742 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/shard-2-001/cores/collection1
   [junit4]   2> 567743 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/shard-2-001
   [junit4]   2> 567745 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 567748 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4edda390{/fri/yn,null,AVAILABLE}
   [junit4]   2> 567749 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@30d40d9a{SSL,[ssl, 
http/1.1]}{127.0.0.1:43866}
   [junit4]   2> 567749 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.e.j.s.Server Started @569730ms
   [junit4]   2> 567750 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/fri/yn, hostPort=43866, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/shard-2-001/cores}
   [junit4]   2> 567750 ERROR 
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 567750 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 567750 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 567750 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 567750 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-11T03:20:18.380Z
   [junit4]   2> 567757 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 567757 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/shard-2-001/solr.xml
   [junit4]   2> 567765 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 567766 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38462/solr
   [junit4]   2> 567782 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) 
[n:127.0.0.1:43866_fri%2Fyn    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (2)
   [junit4]   2> 567784 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) 
[n:127.0.0.1:43866_fri%2Fyn    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 567785 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) 
[n:127.0.0.1:43866_fri%2Fyn    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43866_fri%2Fyn
   [junit4]   2> 567787 INFO  (zkCallback-670-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 567787 INFO  
(zkCallback-675-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn) 
[n:127.0.0.1:35307_fri%2Fyn    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 567789 INFO  
(zkCallback-666-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn) 
[n:127.0.0.1:46686_fri%2Fyn    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 567791 INFO  
(zkCallback-681-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn) 
[n:127.0.0.1:43866_fri%2Fyn    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 567892 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) 
[n:127.0.0.1:43866_fri%2Fyn    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/shard-2-001/cores
   [junit4]   2> 567892 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) 
[n:127.0.0.1:43866_fri%2Fyn    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 567893 INFO  
(coreLoadExecutor-1663-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn) 
[n:127.0.0.1:43866_fri%2Fyn c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 567894 INFO  
(OverseerStateUpdate-97771901119496197-127.0.0.1:46686_fri%2Fyn-n_0000000000) 
[n:127.0.0.1:46686_fri%2Fyn    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 568908 INFO  
(coreLoadExecutor-1663-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn) 
[n:127.0.0.1:43866_fri%2Fyn c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 568930 INFO  
(coreLoadExecutor-1663-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn) 
[n:127.0.0.1:43866_fri%2Fyn c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=inplace-updates
   [junit4]   2> 568933 INFO  
(coreLoadExecutor-1663-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn) 
[n:127.0.0.1:43866_fri%2Fyn c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 568933 INFO  
(coreLoadExecutor-1663-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn) 
[n:127.0.0.1:43866_fri%2Fyn c:collection1   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 568933 INFO  
(coreLoadExecutor-1663-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn) 
[n:127.0.0.1:43866_fri%2Fyn c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 568933 INFO  
(coreLoadExecutor-1663-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn) 
[n:127.0.0.1:43866_fri%2Fyn c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 568933 INFO  
(coreLoadExecutor-1663-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn) 
[n:127.0.0.1:43866_fri%2Fyn c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24c99e0b
   [junit4]   2> 568952 WARN  
(coreLoadExecutor-1663-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn) 
[n:127.0.0.1:43866_fri%2Fyn 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> 568997 INFO  
(coreLoadExecutor-1663-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn) 
[n:127.0.0.1:43866_fri%2Fyn c:collection1   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 568997 INFO  
(coreLoadExecutor-1663-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn) 
[n:127.0.0.1:43866_fri%2Fyn c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 568998 INFO  
(coreLoadExecutor-1663-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn) 
[n:127.0.0.1:43866_fri%2Fyn c:collection1   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 568998 INFO  
(coreLoadExecutor-1663-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn) 
[n:127.0.0.1:43866_fri%2Fyn c:collection1   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 569000 INFO  
(coreLoadExecutor-1663-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn) 
[n:127.0.0.1:43866_fri%2Fyn c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@68b79f21[collection1] main]
   [junit4]   2> 569001 INFO  
(coreLoadExecutor-1663-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn) 
[n:127.0.0.1:43866_fri%2Fyn c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 569001 INFO  
(coreLoadExecutor-1663-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn) 
[n:127.0.0.1:43866_fri%2Fyn c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 569001 INFO  
(coreLoadExecutor-1663-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn) 
[n:127.0.0.1:43866_fri%2Fyn c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 569002 INFO  
(searcherExecutor-1664-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn 
x:collection1 c:collection1) [n:127.0.0.1:43866_fri%2Fyn c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@68b79f21[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 569002 INFO  
(coreLoadExecutor-1663-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn) 
[n:127.0.0.1:43866_fri%2Fyn c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1564350422326444032
   [junit4]   2> 569006 INFO  
(coreZkRegister-1658-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn 
x:collection1 c:collection1) [n:127.0.0.1:43866_fri%2Fyn c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ZkController Core needs to 
recover:collection1
   [junit4]   2> 569008 INFO  
(updateExecutor-678-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43866_fri%2Fyn 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DefaultSolrCoreState 
Running recovery
   [junit4]   2> 569008 INFO  
(recoveryExecutor-679-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43866_fri%2Fyn 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 569008 INFO  
(recoveryExecutor-679-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43866_fri%2Fyn 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
###### startupVersions=[[]]
   [junit4]   2> 569008 INFO  
(recoveryExecutor-679-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43866_fri%2Fyn 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Begin buffering updates. core=[collection1]
   [junit4]   2> 569008 INFO  
(recoveryExecutor-679-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43866_fri%2Fyn 
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> 569008 INFO  
(recoveryExecutor-679-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43866_fri%2Fyn 
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:35307/fri/yn/collection1/] and I am 
[https://127.0.0.1:43866/fri/yn/collection1/]
   [junit4]   2> 569010 INFO  
(recoveryExecutor-679-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43866_fri%2Fyn 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Sending prep recovery command to [https://127.0.0.1:35307/fri/yn]; 
[WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:43866_fri%252Fyn&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 569071 INFO  (qtp979199992-4363) [n:127.0.0.1:35307_fri%2Fyn   
 ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node2, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 569071 INFO  (qtp979199992-4363) [n:127.0.0.1:35307_fri%2Fyn   
 ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard1 of collection1) have state: recovering
   [junit4]   2> 569071 INFO  (qtp979199992-4363) [n:127.0.0.1:35307_fri%2Fyn   
 ] 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:43866_fri%2Fyn, 
coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: 
core_node2:{"core":"collection1","base_url":"https://127.0.0.1:43866/fri/yn","node_name":"127.0.0.1:43866_fri%2Fyn","state":"down"}
   [junit4]   2> 569192 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/shard-3-001/cores/collection1
   [junit4]   2> 569192 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/shard-3-001
   [junit4]   2> 569195 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 569197 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@34994f6d{/fri/yn,null,AVAILABLE}
   [junit4]   2> 569197 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1c2b200{SSL,[ssl, 
http/1.1]}{127.0.0.1:34447}
   [junit4]   2> 569198 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.e.j.s.Server Started @571179ms
   [junit4]   2> 569198 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/fri/yn, hostPort=34447, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/shard-3-001/cores}
   [junit4]   2> 569198 ERROR 
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 569199 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 569199 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 569199 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 569200 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-11T03:20:19.829Z
   [junit4]   2> 569213 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 569213 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/shard-3-001/solr.xml
   [junit4]   2> 569219 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 569219 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38462/solr
   [junit4]   2> 569228 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) 
[n:127.0.0.1:34447_fri%2Fyn    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (3)
   [junit4]   2> 569229 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) 
[n:127.0.0.1:34447_fri%2Fyn    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 569230 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) 
[n:127.0.0.1:34447_fri%2Fyn    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34447_fri%2Fyn
   [junit4]   2> 569231 INFO  (zkCallback-670-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 569232 INFO  
(zkCallback-666-thread-1-processing-n:127.0.0.1:46686_fri%2Fyn) 
[n:127.0.0.1:46686_fri%2Fyn    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 569232 INFO  
(zkCallback-681-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn) 
[n:127.0.0.1:43866_fri%2Fyn    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 569232 INFO  
(zkCallback-675-thread-1-processing-n:127.0.0.1:35307_fri%2Fyn) 
[n:127.0.0.1:35307_fri%2Fyn    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 569233 INFO  
(zkCallback-688-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn) 
[n:127.0.0.1:34447_fri%2Fyn    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 569322 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) 
[n:127.0.0.1:34447_fri%2Fyn    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/shard-3-001/cores
   [junit4]   2> 569322 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) 
[n:127.0.0.1:34447_fri%2Fyn    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 569322 INFO  
(coreLoadExecutor-1674-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn) 
[n:127.0.0.1:34447_fri%2Fyn c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 569323 INFO  
(OverseerStateUpdate-97771901119496197-127.0.0.1:46686_fri%2Fyn-n_0000000000) 
[n:127.0.0.1:46686_fri%2Fyn    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 570072 INFO  (qtp979199992-4363) [n:127.0.0.1:35307_fri%2Fyn   
 ] 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:43866_fri%2Fyn, 
coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: 
core_node2:{"core":"collection1","base_url":"https://127.0.0.1:43866/fri/yn","node_name":"127.0.0.1:43866_fri%2Fyn","state":"recovering"}
   [junit4]   2> 570072 INFO  (qtp979199992-4363) [n:127.0.0.1:35307_fri%2Fyn   
 ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node2, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 570072 INFO  (qtp979199992-4363) [n:127.0.0.1:35307_fri%2Fyn   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:43866_fri%252Fyn&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> 570345 INFO  
(coreLoadExecutor-1674-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn) 
[n:127.0.0.1:34447_fri%2Fyn c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 570362 INFO  
(coreLoadExecutor-1674-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn) 
[n:127.0.0.1:34447_fri%2Fyn c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=inplace-updates
   [junit4]   2> 570367 INFO  
(coreLoadExecutor-1674-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn) 
[n:127.0.0.1:34447_fri%2Fyn c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 570367 INFO  
(coreLoadExecutor-1674-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn) 
[n:127.0.0.1:34447_fri%2Fyn c:collection1   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 570367 INFO  
(coreLoadExecutor-1674-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn) 
[n:127.0.0.1:34447_fri%2Fyn c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 570367 INFO  
(coreLoadExecutor-1674-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn) 
[n:127.0.0.1:34447_fri%2Fyn c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 570368 INFO  
(coreLoadExecutor-1674-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn) 
[n:127.0.0.1:34447_fri%2Fyn c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24c99e0b
   [junit4]   2> 570374 WARN  
(coreLoadExecutor-1674-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn) 
[n:127.0.0.1:34447_fri%2Fyn 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> 570408 INFO  
(coreLoadExecutor-1674-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn) 
[n:127.0.0.1:34447_fri%2Fyn c:collection1   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 570408 INFO  
(coreLoadExecutor-1674-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn) 
[n:127.0.0.1:34447_fri%2Fyn c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 570409 INFO  
(coreLoadExecutor-1674-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn) 
[n:127.0.0.1:34447_fri%2Fyn c:collection1   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 570409 INFO  
(coreLoadExecutor-1674-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn) 
[n:127.0.0.1:34447_fri%2Fyn c:collection1   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 570410 INFO  
(coreLoadExecutor-1674-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn) 
[n:127.0.0.1:34447_fri%2Fyn c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2a426701[collection1] main]
   [junit4]   2> 570412 INFO  
(coreLoadExecutor-1674-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn) 
[n:127.0.0.1:34447_fri%2Fyn c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 570412 INFO  
(coreLoadExecutor-1674-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn) 
[n:127.0.0.1:34447_fri%2Fyn c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 570412 INFO  
(coreLoadExecutor-1674-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn) 
[n:127.0.0.1:34447_fri%2Fyn c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 570413 INFO  
(searcherExecutor-1675-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn 
x:collection1 c:collection1) [n:127.0.0.1:34447_fri%2Fyn c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2a426701[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 570414 INFO  
(coreLoadExecutor-1674-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn) 
[n:127.0.0.1:34447_fri%2Fyn c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1564350423807033344
   [junit4]   2> 570425 INFO  
(coreZkRegister-1669-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn 
x:collection1 c:collection1) [n:127.0.0.1:34447_fri%2Fyn c:collection1 s:shard1 
r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to 
recover:collection1
   [junit4]   2> 570425 INFO  
(updateExecutor-685-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:34447_fri%2Fyn 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState 
Running recovery
   [junit4]   2> 570425 INFO  
(recoveryExecutor-686-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:34447_fri%2Fyn 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 570426 INFO  
(recoveryExecutor-686-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:34447_fri%2Fyn 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
###### startupVersions=[[]]
   [junit4]   2> 570426 INFO  
(recoveryExecutor-686-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:34447_fri%2Fyn 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Begin buffering updates. core=[collection1]
   [junit4]   2> 570426 INFO  
(recoveryExecutor-686-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:34447_fri%2Fyn 
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> 570426 INFO  
(recoveryExecutor-686-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:34447_fri%2Fyn 
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:35307/fri/yn/collection1/] and I am 
[https://127.0.0.1:34447/fri/yn/collection1/]
   [junit4]   2> 570429 INFO  
(recoveryExecutor-686-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:34447_fri%2Fyn 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Sending prep recovery command to [https://127.0.0.1:35307/fri/yn]; 
[WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:34447_fri%252Fyn&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 570433 INFO  (qtp979199992-4364) [n:127.0.0.1:35307_fri%2Fyn   
 ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 570434 INFO  (qtp979199992-4364) [n:127.0.0.1:35307_fri%2Fyn   
 ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard1 of collection1) have state: recovering
   [junit4]   2> 570434 INFO  (qtp979199992-4364) [n:127.0.0.1:35307_fri%2Fyn   
 ] 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:34447_fri%2Fyn, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"https://127.0.0.1:34447/fri/yn","node_name":"127.0.0.1:34447_fri%2Fyn","state":"down"}
   [junit4]   2> 570540 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 570540 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
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:recovering live:true
   [junit4]   1> replica:core_node3 rstate:recovering live:true
   [junit4]   2> 570573 INFO  
(recoveryExecutor-679-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43866_fri%2Fyn 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Attempting to PeerSync from [https://127.0.0.1:35307/fri/yn/collection1/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 570573 INFO  
(recoveryExecutor-679-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43866_fri%2Fyn 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.PeerSync PeerSync: 
core=collection1 url=https://127.0.0.1:43866/fri/yn START 
replicas=[https://127.0.0.1:35307/fri/yn/collection1/] nUpdates=100
   [junit4]   2> 570582 INFO  (qtp979199992-4363) [n:127.0.0.1:35307_fri%2Fyn 
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:1.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 570582 INFO  (qtp979199992-4363) [n:127.0.0.1:35307_fri%2Fyn 
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/fri/yn path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 570582 INFO  
(recoveryExecutor-679-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43866_fri%2Fyn 
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> 570582 INFO  
(recoveryExecutor-679-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43866_fri%2Fyn 
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> 570582 INFO  
(recoveryExecutor-679-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43866_fri%2Fyn 
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> 570582 INFO  
(recoveryExecutor-679-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43866_fri%2Fyn 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 570582 INFO  
(recoveryExecutor-679-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43866_fri%2Fyn 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 570583 INFO  
(recoveryExecutor-679-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43866_fri%2Fyn 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
PeerSync stage of recovery was successful.
   [junit4]   2> 570583 INFO  
(recoveryExecutor-679-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43866_fri%2Fyn 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Replaying updates buffered during PeerSync.
   [junit4]   2> 570583 INFO  
(recoveryExecutor-679-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43866_fri%2Fyn 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy No 
replay needed.
   [junit4]   2> 570583 INFO  
(recoveryExecutor-679-thread-1-processing-n:127.0.0.1:43866_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43866_fri%2Fyn 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy 
Registering as Active after recovery.
   [junit4]   2> 571434 INFO  (qtp979199992-4364) [n:127.0.0.1:35307_fri%2Fyn   
 ] 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:34447_fri%2Fyn, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"https://127.0.0.1:34447/fri/yn","node_name":"127.0.0.1:34447_fri%2Fyn","state":"recovering"}
   [junit4]   2> 571434 INFO  (qtp979199992-4364) [n:127.0.0.1:35307_fri%2Fyn   
 ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 571434 INFO  (qtp979199992-4364) [n:127.0.0.1:35307_fri%2Fyn   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:34447_fri%252Fyn&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1000
   [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> 571935 INFO  
(recoveryExecutor-686-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:34447_fri%2Fyn 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Attempting to PeerSync from [https://127.0.0.1:35307/fri/yn/collection1/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 571936 INFO  
(recoveryExecutor-686-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:34447_fri%2Fyn 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: 
core=collection1 url=https://127.0.0.1:34447/fri/yn START 
replicas=[https://127.0.0.1:35307/fri/yn/collection1/] nUpdates=100
   [junit4]   2> 571939 INFO  (qtp979199992-4366) [n:127.0.0.1:35307_fri%2Fyn 
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> 571939 INFO  (qtp979199992-4366) [n:127.0.0.1:35307_fri%2Fyn 
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/fri/yn path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 571941 INFO  
(recoveryExecutor-686-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:34447_fri%2Fyn 
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> 571941 INFO  
(recoveryExecutor-686-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:34447_fri%2Fyn 
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> 571941 INFO  
(recoveryExecutor-686-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:34447_fri%2Fyn 
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> 571941 INFO  
(recoveryExecutor-686-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:34447_fri%2Fyn 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 571941 INFO  
(recoveryExecutor-686-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:34447_fri%2Fyn 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 571941 INFO  
(recoveryExecutor-686-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:34447_fri%2Fyn 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
PeerSync stage of recovery was successful.
   [junit4]   2> 571941 INFO  
(recoveryExecutor-686-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:34447_fri%2Fyn 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Replaying updates buffered during PeerSync.
   [junit4]   2> 571941 INFO  
(recoveryExecutor-686-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:34447_fri%2Fyn 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No 
replay needed.
   [junit4]   2> 571941 INFO  
(recoveryExecutor-686-thread-1-processing-n:127.0.0.1:34447_fri%2Fyn 
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:34447_fri%2Fyn 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Registering as Active after recovery.
   [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:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 572540 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 572601 INFO  (qtp2139352788-4425) [n:127.0.0.1:34447_fri%2Fyn 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/fri/yn path=/schema/fields/inplace_updatable_int 
params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 572609 INFO  (qtp979199992-4365) [n:127.0.0.1:35307_fri%2Fyn 
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/fri/yn path=/schema/fields/inplace_updatable_float 
params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 572665 INFO  (qtp514524663-4391) [n:127.0.0.1:43866_fri%2Fyn 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/fri/yn path=/schema/fields/_version_ 
params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 572666 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 572668 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@27253a19[collection1] realtime]
   [junit4]   2> 572668 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[185653484E6BA1FD]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 2
   [junit4]

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

nit4]   2>      at 
com.sun.jmx.mbeanserver.JmxMBeanServer.queryNames(JmxMBeanServer.java:619)
   [junit4]   2>        at 
org.apache.solr.core.JmxMonitoredMap.clear(JmxMonitoredMap.java:160)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.close(SolrCore.java:1546)
   [junit4]   2>        at 
org.apache.solr.core.SolrCores.lambda$close$0(SolrCores.java:121)
   [junit4]   2>        at 
org.apache.solr.core.SolrCores$$Lambda$169/3996528.call(Unknown Source)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$116/295619160.run(Unknown
 Source)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2903530 ERROR (coreCloseExecutor-1688-thread-1) [    
x:collection1] o.a.s.c.SolrCores Error shutting down 
core:java.lang.OutOfMemoryError: Java heap space
   [junit4]   2>        at 
java.util.ComparableTimSort.ensureCapacity(ComparableTimSort.java:900)
   [junit4]   2>        at 
java.util.ComparableTimSort.mergeHi(ComparableTimSort.java:770)
   [junit4]   2>        at 
java.util.ComparableTimSort.mergeAt(ComparableTimSort.java:483)
   [junit4]   2>        at 
java.util.ComparableTimSort.mergeForceCollapse(ComparableTimSort.java:422)
   [junit4]   2>        at 
java.util.ComparableTimSort.sort(ComparableTimSort.java:222)
   [junit4]   2>        at java.util.Arrays.sort(Arrays.java:1246)
   [junit4]   2>        at 
org.apache.lucene.store.RAMDirectory.listAll(RAMDirectory.java:128)
   [junit4]   2>        at 
org.apache.lucene.store.MockDirectoryWrapper.listAll(MockDirectoryWrapper.java:1037)
   [junit4]   2>        at 
org.apache.solr.core.DirectoryFactory.sizeOfDirectory(DirectoryFactory.java:265)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.getIndexSize(SolrCore.java:410)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getStatistics(ReplicationHandler.java:843)
   [junit4]   2>        at 
org.apache.solr.core.JmxMonitoredMap$SolrDynamicMBean.getMBeanInfo(JmxMonitoredMap.java:336)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getClassName(DefaultMBeanServerInterceptor.java:1804)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.safeGetClassName(DefaultMBeanServerInterceptor.java:1595)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.objectInstancesFromFilteredNamedObjects(DefaultMBeanServerInterceptor.java:1556)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.queryMBeansImpl(DefaultMBeanServerInterceptor.java:513)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.queryNames(DefaultMBeanServerInterceptor.java:526)
   [junit4]   2>        at 
com.sun.jmx.mbeanserver.JmxMBeanServer.queryNames(JmxMBeanServer.java:619)
   [junit4]   2>        at 
org.apache.solr.core.JmxMonitoredMap.clear(JmxMonitoredMap.java:160)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.close(SolrCore.java:1546)
   [junit4]   2>        at 
org.apache.solr.core.SolrCores.lambda$close$0(SolrCores.java:121)
   [junit4]   2>        at 
org.apache.solr.core.SolrCores$$Lambda$169/3996528.call(Unknown Source)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$116/295619160.run(Unknown
 Source)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2923364 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[185653484E6BA1FD]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_185653484E6BA1FD-001
   [junit4]   2> Apr 11, 2017 3:59:59 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 6 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=8, maxDocsPerChunk=862, blockSize=4), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=8, blockSize=4)), sim=RandomSimilarity(queryNorm=false,coord=yes): 
{}, locale=hi, timezone=Etc/GMT-4
   [junit4]   2> NOTE: Linux 4.4.0-72-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=12,threads=7,free=13968688,total=494927872
   [junit4]   2> NOTE: All tests run in this JVM: [IndexBasedSpellCheckerTest, 
TestSolrCloudWithKerberosAlt, TestCoreAdminApis, TestStressInPlaceUpdates, 
DirectoryFactoryTest, HdfsChaosMonkeyNothingIsSafeTest, 
TestSurroundQueryParser, BlockJoinFacetSimpleTest, SuggesterFSTTest, 
SearchHandlerTest, LeaderFailoverAfterPartitionTest, TestStressUserVersions, 
RulesTest, URLClassifyProcessorTest, TestFastOutputStream, ZkCLITest, 
TestRecoveryHdfs, SampleTest, FileUtilsTest, SpellingQueryConverterTest, 
CdcrRequestHandlerTest, TestCloudDeleteByQuery, CSVRequestHandlerTest, 
TestBM25SimilarityFactory, DistributedMLTComponentTest, 
TestCustomDocTransformer, TestCursorMarkWithoutUniqueKey, 
VMParamsZkACLAndCredentialsProvidersTest, UUIDUpdateProcessorFallbackTest, 
TestTestInjection, StressHdfsTest, SaslZkACLProviderTest, 
TestLeaderInitiatedRecoveryThread, TemplateUpdateProcessorTest, TestUpdate, 
IndexSchemaTest, TestLMDirichletSimilarityFactory, TestIntervalFaceting, 
OverseerModifyCollectionTest, ForceLeaderTest, TestImplicitCoreProperties, 
TestReplicationHandlerBackup, SchemaVersionSpecificBehaviorTest, 
BadCopyFieldTest, SolrMetricReporterTest, TestCSVResponseWriter, 
TestApiFramework, TestSolrCloudSnapshots, SoftAutoCommitTest, VersionInfoTest, 
TestRebalanceLeaders, TestSerializedLuceneMatchVersion, EchoParamsTest, 
TestFiltering, DistanceFunctionTest, ConnectionManagerTest, 
TestSimpleQParserPlugin, QueryResultKeyTest, CoreAdminCreateDiscoverTest, 
TestBlobHandler, DistributedQueryComponentCustomSortTest, MultiTermTest, 
TestRequestStatusCollectionAPI, RestartWhileUpdatingTest, TermsComponentTest, 
TestInPlaceUpdatesDistrib]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestInPlaceUpdatesDistrib -Dtests.seed=185653484E6BA1FD 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hi 
-Dtests.timezone=Etc/GMT-4 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestInPlaceUpdatesDistrib (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([185653484E6BA1FD]:0)
   [junit4]    >        at java.util.Arrays.copyOf(Arrays.java:3332)
   [junit4]    >        at 
java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
   [junit4]    >        at 
java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:448)
   [junit4]    >        at 
java.lang.StringBuilder.append(StringBuilder.java:136)
   [junit4]    >        at java.lang.StringBuilder.append(StringBuilder.java:76)
   [junit4]    >        at 
java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:484)
   [junit4]    >        at 
java.lang.StringBuilder.append(StringBuilder.java:166)
   [junit4]    >        at java.lang.StringBuilder.append(StringBuilder.java:76)
   [junit4]    >        at 
java.util.Formatter$FormatSpecifier.print(Formatter.java:2769)
   [junit4]    >        at java.util.Formatter.format(Formatter.java:2508)
   [junit4]    >        at java.util.Formatter.format(Formatter.java:2455)
   [junit4]    >        at java.lang.String.format(String.java:2940)
   [junit4]    >        at 
java.util.logging.SimpleFormatter.format(SimpleFormatter.java:161)
   [junit4]    >        at 
java.util.logging.StreamHandler.publish(StreamHandler.java:211)
   [junit4]    >        at 
java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:116)
   [junit4]    >        at java.util.logging.Logger.log(Logger.java:738)
   [junit4]    >        at java.util.logging.Logger.doLog(Logger.java:765)
   [junit4]    >        at java.util.logging.Logger.log(Logger.java:788)
   [junit4]    >        at java.util.logging.Logger.severe(Logger.java:1464)
   [junit4] Completed [653/704 (1!)] on J1 in 2493.08s, 1 test, 2 errors <<< 
FAILURES!

[...truncated 153 lines...]
   [junit4] JVM J1: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/temp/junit4-J1-20170411_031048_6108931653201436357396.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/heapdumps/java_pid13949.hprof ...
   [junit4] Heap dump file created [506571725 bytes in 2.308 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 7487 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:775: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:727: Some of the tests 
produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? 
Dumps created:
* java_pid13949.hprof

Total time: 87 minutes 31 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


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

Reply via email to