Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/1552/
Java: 32bit/jdk-9-ea+132 -client -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test

Error Message:
Expected 2 of 3 replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:38327/cx_","node_name":"127.0.0.1:38327_cx_","state":"active","leader":"true"}];
 clusterState: 
DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/19)={   
"replicationFactor":"3",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "state":"down",           
"base_url":"http://127.0.0.1:34770/cx_";,           
"core":"c8n_1x3_lf_shard1_replica2",           
"node_name":"127.0.0.1:34770_cx_"},         "core_node2":{           
"core":"c8n_1x3_lf_shard1_replica1",           
"base_url":"http://127.0.0.1:35279/cx_";,           
"node_name":"127.0.0.1:35279_cx_",           "state":"down"},         
"core_node3":{           "core":"c8n_1x3_lf_shard1_replica3",           
"base_url":"http://127.0.0.1:38327/cx_";,           
"node_name":"127.0.0.1:38327_cx_",           "state":"active",           
"leader":"true"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"1",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 
1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:38327/cx_","node_name":"127.0.0.1:38327_cx_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/19)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:34770/cx_";,
          "core":"c8n_1x3_lf_shard1_replica2",
          "node_name":"127.0.0.1:34770_cx_"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:35279/cx_";,
          "node_name":"127.0.0.1:35279_cx_",
          "state":"down"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:38327/cx_";,
          "node_name":"127.0.0.1:38327_cx_",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([D4AB4CA8CA973C36:5CFF7372646B51CE]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native 
Method)
        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)


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

Error Message:
expected:<true> but was:<false>

Stack Trace:
java.lang.AssertionError: expected:<true> but was:<false>
        at 
__randomizedtesting.SeedInfo.seed([D4AB4CA8CA973C36:5CFF7372646B51CE]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at org.apache.solr.update.PeerSyncTest.assertSync(PeerSyncTest.java:208)
        at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:124)
        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native 
Method)
        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)




Build Log:
[...truncated 10845 lines...]
   [junit4] Suite: org.apache.solr.update.PeerSyncTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/init-core-data-001
   [junit4]   2> 180119 INFO  
(SUITE-PeerSyncTest-seed#[D4AB4CA8CA973C36]-worker) [    ] o.a.s.SolrTestCaseJ4 
Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776";)
   [junit4]   2> 180119 INFO  
(SUITE-PeerSyncTest-seed#[D4AB4CA8CA973C36]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 180188 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/control/cores/collection1
   [junit4]   2> 180189 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 180190 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1adb402{/,null,AVAILABLE}
   [junit4]   2> 180192 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.e.j.s.ServerConnector Started 
ServerConnector@118810b{HTTP/1.1,[http/1.1]}{127.0.0.1:45950}
   [junit4]   2> 180192 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.e.j.s.Server Started @182206ms
   [junit4]   2> 180192 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=45950, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/control/cores}
   [junit4]   2> 180193 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@1223dd8
   [junit4]   2> 180193 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/control'
   [junit4]   2> 180193 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 180193 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 180193 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/control/solr.xml
   [junit4]   2> 180196 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/control/cores
   [junit4]   2> 180196 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreContainer New CoreContainer 20403596
   [junit4]   2> 180196 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/control]
   [junit4]   2> 180196 WARN  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/control/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/control/lib
   [junit4]   2> 180196 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,connectionsEvictorSleepDelay : 
5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 180198 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 180198 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 180198 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 180198 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 180198 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 180199 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/control/cores
   [junit4]   2> 180199 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, 
dataDir=data/, configSet=collection1, loadOnStartup=true, transient=false, 
name=collection1, config=solrconfig-tlog.xml, 
configSetProperties=configsetprops.json}
   [junit4]   2> 180199 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/control/cores/collection1
   [junit4]   2> 180199 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 180199 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 180199 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 180200 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 180200 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 180200 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 180200 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 180200 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 180215 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 180217 WARN  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 180217 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 180223 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-tlog.xml
   [junit4]   2> 180226 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 180321 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 180327 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 180328 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 180333 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 180335 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 180336 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 180336 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 180338 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 180338 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 180338 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 180338 INFO  (coreLoadExecutor-908-thread-1) [    ] 
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/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 180338 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13eca1d
   [junit4]   2> 180339 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/control/cores/collection1/data/snapshot_metadata
   [junit4]   2> 180339 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 180339 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/control/cores/collection1/data
   [junit4]   2> 180340 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/control/cores/collection1/data/index/
   [junit4]   2> 180340 WARN  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/control/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 180340 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/control/cores/collection1/data/index
   [junit4]   2> 180340 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 180341 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e3bb5e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@345f54),segFN=segments_1,generation=1}
   [junit4]   2> 180341 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 180341 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore 
Looking for old index directories to cleanup for core collection1 in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/control/cores/collection1/data/
   [junit4]   2> 180341 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    ] 
o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/control/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 180344 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 180344 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 180345 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 180345 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 180345 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 180345 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 180345 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 180345 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 180345 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 180345 WARN  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 180347 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 180348 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 180349 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 180350 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 180353 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 180353 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 180354 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 180354 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 180355 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 180355 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 180355 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=29.8837890625, 
floorSegmentMB=1.0908203125, forceMergeDeletesPctAllowed=19.9770751121684, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 180355 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e3bb5e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@345f54),segFN=segments_1,generation=1}
   [junit4]   2> 180355 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 180356 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@19afa85[collection1] main]
   [junit4]   2> 180356 WARN  (coreLoadExecutor-908-thread-1) [    ] 
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> 180356 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 180356 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 180356 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 180356 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 180357 INFO  (searcherExecutor-909-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@19afa85[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 180357 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 180357 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 180357 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 180357 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1543415320138481664
   [junit4]   2> 180359 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 
1543415320138481664
   [junit4]   2> 180359 INFO  (coreLoadExecutor-908-thread-1) [    ] 
o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 180774 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 180775 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 180776 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1c82c95{/,null,AVAILABLE}
   [junit4]   2> 180777 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.e.j.s.ServerConnector Started 
ServerConnector@fced38{HTTP/1.1,[http/1.1]}{127.0.0.1:34710}
   [junit4]   2> 180777 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.e.j.s.Server Started @182790ms
   [junit4]   2> 180777 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=34710, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard0/cores}
   [junit4]   2> 180777 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@1223dd8
   [junit4]   2> 180777 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard0'
   [junit4]   2> 180777 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 180777 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 180777 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 180781 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard0/cores
   [junit4]   2> 180781 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreContainer New CoreContainer 12715479
   [junit4]   2> 180781 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard0]
   [junit4]   2> 180781 WARN  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard0/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard0/lib
   [junit4]   2> 180781 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,connectionsEvictorSleepDelay : 
5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 180782 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 180782 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 180782 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 180782 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 180782 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 180783 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard0/cores
   [junit4]   2> 180783 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, 
dataDir=data/, configSet=collection1, loadOnStartup=true, transient=false, 
name=collection1, config=solrconfig-tlog.xml, 
configSetProperties=configsetprops.json}
   [junit4]   2> 180783 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 180783 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 180783 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 180783 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 180784 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 180784 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 180784 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 180784 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 180784 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 180797 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 180799 WARN  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 180800 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 180805 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-tlog.xml
   [junit4]   2> 180809 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 180876 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 180880 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 180880 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 180884 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 180885 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 180886 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 180886 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 180887 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 180887 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 180888 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 180888 INFO  (coreLoadExecutor-919-thread-1) [    ] 
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/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 180888 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13eca1d
   [junit4]   2> 180888 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard0/cores/collection1/data/snapshot_metadata
   [junit4]   2> 180888 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 180889 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard0/cores/collection1/data
   [junit4]   2> 180889 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard0/cores/collection1/data/index/
   [junit4]   2> 180889 WARN  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard0/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 180889 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard0/cores/collection1/data/index
   [junit4]   2> 180889 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 180889 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@13558c4 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1447611),segFN=segments_1,generation=1}
   [junit4]   2> 180889 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 180892 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore 
Looking for old index directories to cleanup for core collection1 in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard0/cores/collection1/data/
   [junit4]   2> 180892 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    ] 
o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard0/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 180895 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 180896 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 180896 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 180896 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 180896 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 180896 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 180896 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 180896 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 180896 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 180896 WARN  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 180898 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 180899 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 180899 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 180900 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 180902 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 180902 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 180903 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 180903 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 180903 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 180903 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 180904 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=29.8837890625, 
floorSegmentMB=1.0908203125, forceMergeDeletesPctAllowed=19.9770751121684, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 180904 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@13558c4 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1447611),segFN=segments_1,generation=1}
   [junit4]   2> 180904 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 180904 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@143729c[collection1] main]
   [junit4]   2> 180904 WARN  (coreLoadExecutor-919-thread-1) [    ] 
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> 180904 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 180904 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 180904 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 180905 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 180906 INFO  (searcherExecutor-920-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@143729c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 180906 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 180906 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 180906 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 180906 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1543415320714149888
   [junit4]   2> 180908 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 
1543415320714149888
   [junit4]   2> 180908 INFO  (coreLoadExecutor-919-thread-1) [    ] 
o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 181348 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 181350 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 181351 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@127a9f3{/,null,AVAILABLE}
   [junit4]   2> 181352 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.e.j.s.ServerConnector Started 
ServerConnector@159ce23{HTTP/1.1,[http/1.1]}{127.0.0.1:36120}
   [junit4]   2> 181352 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.e.j.s.Server Started @183365ms
   [junit4]   2> 181352 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=36120, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard1/cores}
   [junit4]   2> 181352 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@1223dd8
   [junit4]   2> 181352 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard1'
   [junit4]   2> 181352 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 181352 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 181352 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 181356 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard1/cores
   [junit4]   2> 181356 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreContainer New CoreContainer 6605917
   [junit4]   2> 181356 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard1]
   [junit4]   2> 181356 WARN  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard1/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard1/lib
   [junit4]   2> 181356 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,connectionsEvictorSleepDelay : 
5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 181357 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 181357 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 181357 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 181357 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 181357 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 181358 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard1/cores
   [junit4]   2> 181358 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, 
dataDir=data/, configSet=collection1, loadOnStartup=true, transient=false, 
name=collection1, config=solrconfig-tlog.xml, 
configSetProperties=configsetprops.json}
   [junit4]   2> 181358 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 181358 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 181359 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 181359 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 181359 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 181359 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 181359 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 181359 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 181359 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 181381 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 181385 WARN  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 181385 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 181402 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-tlog.xml
   [junit4]   2> 181406 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 181539 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 181543 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 181544 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 181564 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 181566 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 181566 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 181567 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 181568 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 181568 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 181568 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 181568 INFO  (coreLoadExecutor-930-thread-1) [    ] 
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/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 181568 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13eca1d
   [junit4]   2> 181569 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard1/cores/collection1/data/snapshot_metadata
   [junit4]   2> 181569 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 181569 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard1/cores/collection1/data
   [junit4]   2> 181569 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard1/cores/collection1/data/index/
   [junit4]   2> 181569 WARN  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard1/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 181569 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard1/cores/collection1/data/index
   [junit4]   2> 181569 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 181570 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@4b07ec 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@106d063),segFN=segments_1,generation=1}
   [junit4]   2> 181570 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 181570 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore 
Looking for old index directories to cleanup for core collection1 in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard1/cores/collection1/data/
   [junit4]   2> 181570 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    ] 
o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard1/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 181572 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 181572 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 181572 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 181572 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 181573 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 181573 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 181573 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 181573 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 181573 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 181573 WARN  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 181574 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 181575 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 181575 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 181576 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 181579 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 181579 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 181579 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 181579 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 181580 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 181580 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 181580 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=29.8837890625, 
floorSegmentMB=1.0908203125, forceMergeDeletesPctAllowed=19.9770751121684, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 181581 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@4b07ec 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@106d063),segFN=segments_1,generation=1}
   [junit4]   2> 181581 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 181581 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1de01b9[collection1] main]
   [junit4]   2> 181581 WARN  (coreLoadExecutor-930-thread-1) [    ] 
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> 181581 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 181581 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 181581 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 181581 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 181582 INFO  (searcherExecutor-931-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1de01b9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 181582 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 181582 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 181582 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 181582 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1543415321422987264
   [junit4]   2> 181584 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 
1543415321422987264
   [junit4]   2> 181584 INFO  (coreLoadExecutor-930-thread-1) [    ] 
o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 181944 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard2/cores/collection1
   [junit4]   2> 181945 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 181946 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@8cc633{/,null,AVAILABLE}
   [junit4]   2> 181947 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.e.j.s.ServerConnector Started 
ServerConnector@7d4b0f{HTTP/1.1,[http/1.1]}{127.0.0.1:36700}
   [junit4]   2> 181947 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.e.j.s.Server Started @183960ms
   [junit4]   2> 181947 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=36700, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard2/cores}
   [junit4]   2> 181947 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@1223dd8
   [junit4]   2> 181947 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard2'
   [junit4]   2> 181947 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 181947 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 181947 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard2/solr.xml
   [junit4]   2> 181951 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard2/cores
   [junit4]   2> 181951 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreContainer New CoreContainer 31056582
   [junit4]   2> 181951 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard2]
   [junit4]   2> 181951 WARN  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard2/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard2/lib
   [junit4]   2> 181951 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,connectionsEvictorSleepDelay : 
5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 181952 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 181953 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 181953 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 181953 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 181953 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 181953 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard2/cores
   [junit4]   2> 181954 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, 
dataDir=data/, configSet=collection1, loadOnStartup=true, transient=false, 
name=collection1, config=solrconfig-tlog.xml, 
configSetProperties=configsetprops.json}
   [junit4]   2> 181954 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard2/cores/collection1
   [junit4]   2> 181954 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 181954 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 181954 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 181954 INFO  (TEST-PeerSyncTest.test-seed#[D4AB4CA8CA973C36]) 
[    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 181954 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 181954 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 181955 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 181955 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 181969 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 181971 WARN  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 181971 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 181977 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-tlog.xml
   [junit4]   2> 181980 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 182044 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 182048 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 182049 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 182052 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 182053 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 182054 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 182054 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 182055 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 182055 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 182055 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 182055 INFO  (coreLoadExecutor-941-thread-1) [    ] 
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/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard2/cores/collection1/data/]
   [junit4]   2> 182055 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13eca1d
   [junit4]   2> 182056 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard2/cores/collection1/data/snapshot_metadata
   [junit4]   2> 182056 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 182056 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard2/cores/collection1/data
   [junit4]   2> 182056 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard2/cores/collection1/data/index/
   [junit4]   2> 182056 WARN  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard2/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 182056 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard2/cores/collection1/data/index
   [junit4]   2> 182057 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 182057 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1282503 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5e4783),segFN=segments_1,generation=1}
   [junit4]   2> 182057 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 182057 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore 
Looking for old index directories to cleanup for core collection1 in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard2/cores/collection1/data/
   [junit4]   2> 182058 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    ] 
o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_D4AB4CA8CA973C36-001/tempDir-001/shard2/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 182060 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 182060 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 182060 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 182060 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 182060 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 182060 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 182060 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 182060 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 182060 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 182060 WARN  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 182062 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 182062 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 182063 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 182064 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 182066 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 182066 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 182067 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 182067 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 182067 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 182067 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 182068 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=29.8837890625, 
floorSegmentMB=1.0908203125, forceMergeDeletesPctAllowed=19.9770751121684, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 182068 INFO  (coreLoadExecutor-941-thread-1) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1282503 
lockFactory=org.apache.lucene.store.Single

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

2817 INFO  (recoveryExecutor-239-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D4AB4CA8CA973C36-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica2/data/snapshot_metadata
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D4AB4CA8CA973C36-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica2/data/snapshot_metadata;done=false>>]
   [junit4]   2> 262817 INFO  (recoveryExecutor-239-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 262817 INFO  (recoveryExecutor-239-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D4AB4CA8CA973C36-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica2/data/snapshot_metadata
   [junit4]   2> 262817 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D4AB4CA8CA973C36]) [    ] 
o.a.s.c.Overseer Overseer 
(id=96463454918279183-127.0.0.1:34770_cx_-n_0000000003) closing
   [junit4]   2> 262817 INFO  
(OverseerStateUpdate-96463454918279183-127.0.0.1:34770_cx_-n_0000000003) [    ] 
o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34770_cx_
   [junit4]   2> 262818 INFO  (zkCallback-241-thread-6) [    ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [1])
   [junit4]   2> 262818 WARN  (zkCallback-241-thread-6) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 262818 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D4AB4CA8CA973C36]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@1613b78{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 262819 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D4AB4CA8CA973C36]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1dbfa95{/cx_,null,UNAVAILABLE}
   [junit4]   2> 262819 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D4AB4CA8CA973C36]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:40457 40457
   [junit4]   2> 262967 INFO  (Thread-328) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:40457 40457
   [junit4]   2> 262967 WARN  (Thread-328) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        3       /solr/collections/c8n_1x3_lf/state.json
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/96463454918279177-127.0.0.1:37481_cx_-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        117     /solr/overseer/collection-queue-work
   [junit4]   2>        39      /solr/overseer/queue
   [junit4]   2>        22      /solr/overseer/queue-work
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2> 
   [junit4]   2> 262967 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D4AB4CA8CA973C36]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:35279/cx_, 
target: http://127.0.0.1:35485/cx_
   [junit4]   2> 262967 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D4AB4CA8CA973C36]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:34770/cx_, 
target: http://127.0.0.1:39047/cx_
   [junit4]   2> 262967 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D4AB4CA8CA973C36]) [    ] 
o.a.s.c.SocketProxy Closing 7 connections to: http://127.0.0.1:38327/cx_, 
target: http://127.0.0.1:33013/cx_
   [junit4]   2> 262967 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D4AB4CA8CA973C36]) [    ] 
o.a.s.c.SocketProxy Closing 5 connections to: http://127.0.0.1:37481/cx_, 
target: http://127.0.0.1:43179/cx_
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=D4AB4CA8CA973C36 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=fy-NL -Dtests.timezone=Asia/Almaty -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  122s J1 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 
replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:38327/cx_","node_name":"127.0.0.1:38327_cx_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/19)={
   [junit4]    >   "replicationFactor":"3",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:34770/cx_";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "node_name":"127.0.0.1:34770_cx_"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:35279/cx_";,
   [junit4]    >           "node_name":"127.0.0.1:35279_cx_",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:38327/cx_";,
   [junit4]    >           "node_name":"127.0.0.1:38327_cx_",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D4AB4CA8CA973C36:5CFF7372646B51CE]:0)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
   [junit4]    >        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native 
Method)
   [junit4]    >        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    >        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 262970 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[D4AB4CA8CA973C36]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [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.cloud.LeaderFailoverAfterPartitionTest_D4AB4CA8CA973C36-001
   [junit4]   2> Aug 23, 2016 1:27:12 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{range_facet_l_dv=FSTOrd50, _version_=PostingsFormat(name=LuceneFixedGap), 
multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), 
a_t=PostingsFormat(name=LuceneVarGapFixedInterval), 
intDefault=PostingsFormat(name=LuceneFixedGap), id=FSTOrd50, 
range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval), 
text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval), 
timestamp=PostingsFormat(name=LuceneVarGapFixedInterval)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Lucene54), 
timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1609, 
maxMBSortInHeap=7.691095190204973, sim=ClassicSimilarity, locale=fy-NL, 
timezone=Asia/Almaty
   [junit4]   2> NOTE: Linux 4.4.0-31-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=12,threads=1,free=68665280,total=179306496
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestCursorMarkWithoutUniqueKey, HdfsLockFactoryTest, LoggingHandlerTest, 
DOMUtilTest, ConvertedLegacyTest, TestFreeTextSuggestions, 
TestSolrQueryParserResource, AliasIntegrationTest, DistributedVersionInfoTest, 
SpellPossibilityIteratorTest, TestUninvertingReader, TestBM25SimilarityFactory, 
TestSolrFieldCacheMBean, TestRecoveryHdfs, TestDocumentBuilder, CoreSorterTest, 
TestHdfsBackupRestoreCore, TestSSLRandomization, HdfsDirectoryFactoryTest, 
MergeStrategyTest, ParsingFieldUpdateProcessorsTest, TestJsonFacets, 
DirectSolrSpellCheckerTest, TestSchemaVersionResource, DeleteShardTest, 
TestSlowCompositeReaderWrapper, WordBreakSolrSpellCheckerTest, 
TestBinaryResponseWriter, BitVectorTest, IndexBasedSpellCheckerTest, 
TestDynamicFieldCollectionResource, TestClusterStateMutator, 
LeaderFailoverAfterPartitionTest]
   [junit4] Completed [95/631 (2!)] on J1 in 122.41s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 51475 lines...]

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

Reply via email to