Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17650/
Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.OverseerTaskQueueTest.testPeekElements

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([85A0AE2F57000A21:788E140E87395E3C]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.DistributedQueueTest.testPeekElements(DistributedQueueTest.java:177)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 
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(Thread.java:745)


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([85A0AE2F57000A21:DF491F5F9FC67D9]: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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(Thread.java:745)




Build Log:
[...truncated 10591 lines...]
   [junit4] Suite: org.apache.solr.cloud.OverseerTaskQueueTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerTaskQueueTest_85A0AE2F57000A21-001/init-core-data-001
   [junit4]   2> 59164 INFO  
(SUITE-OverseerTaskQueueTest-seed#[85A0AE2F57000A21]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 59169 INFO  
(TEST-OverseerTaskQueueTest.testContainsTaskWithRequestId-seed#[85A0AE2F57000A21])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testContainsTaskWithRequestId
   [junit4]   2> 59169 INFO  
(TEST-OverseerTaskQueueTest.testContainsTaskWithRequestId-seed#[85A0AE2F57000A21])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 59170 INFO  (Thread-113) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 59170 INFO  (Thread-113) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 59270 INFO  
(TEST-OverseerTaskQueueTest.testContainsTaskWithRequestId-seed#[85A0AE2F57000A21])
 [    ] o.a.s.c.ZkTestServer start zk server on port:33978
   [junit4]   2> 59270 INFO  
(TEST-OverseerTaskQueueTest.testContainsTaskWithRequestId-seed#[85A0AE2F57000A21])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 59270 INFO  
(TEST-OverseerTaskQueueTest.testContainsTaskWithRequestId-seed#[85A0AE2F57000A21])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 59273 INFO  (zkCallback-38-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7f6fc406 
name:ZooKeeperConnection Watcher:127.0.0.1:33978/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 59273 INFO  
(TEST-OverseerTaskQueueTest.testContainsTaskWithRequestId-seed#[85A0AE2F57000A21])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 59273 INFO  
(TEST-OverseerTaskQueueTest.testContainsTaskWithRequestId-seed#[85A0AE2F57000A21])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 59274 INFO  
(TEST-OverseerTaskQueueTest.testContainsTaskWithRequestId-seed#[85A0AE2F57000A21])
 [    ] o.a.s.c.c.SolrZkClient makePath: /
   [junit4]   2> 59275 INFO  
(TEST-OverseerTaskQueueTest.testContainsTaskWithRequestId-seed#[85A0AE2F57000A21])
 [    ] o.a.s.c.c.SolrZkClient makePath: /taskqueue/test
   [junit4]   2> 59290 INFO  
(TEST-OverseerTaskQueueTest.testContainsTaskWithRequestId-seed#[85A0AE2F57000A21])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testContainsTaskWithRequestId
   [junit4]   2> 59291 INFO  
(TEST-OverseerTaskQueueTest.testContainsTaskWithRequestId-seed#[85A0AE2F57000A21])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33978 33978
   [junit4]   2> 59292 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x156b65e9cfd0000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 59426 INFO  (Thread-113) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:33978 33978
   [junit4]   2> 59428 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueue-seed#[85A0AE2F57000A21]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testDistributedQueue
   [junit4]   2> 59429 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueue-seed#[85A0AE2F57000A21]) [    
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 59429 INFO  (Thread-114) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 59429 INFO  (Thread-114) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 59529 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueue-seed#[85A0AE2F57000A21]) [    
] o.a.s.c.ZkTestServer start zk server on port:42039
   [junit4]   2> 59529 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueue-seed#[85A0AE2F57000A21]) [    
] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 59530 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueue-seed#[85A0AE2F57000A21]) [    
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 59536 INFO  (zkCallback-40-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@27776412 
name:ZooKeeperConnection Watcher:127.0.0.1:42039/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 59536 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueue-seed#[85A0AE2F57000A21]) [    
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 59536 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueue-seed#[85A0AE2F57000A21]) [    
] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 59537 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueue-seed#[85A0AE2F57000A21]) [    
] o.a.s.c.c.SolrZkClient makePath: /
   [junit4]   2> 59539 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueue-seed#[85A0AE2F57000A21]) [    
] o.a.s.c.c.SolrZkClient makePath: /distqueue/test
   [junit4]   2> 61576 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueue-seed#[85A0AE2F57000A21]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testDistributedQueue
   [junit4]   2> 61578 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueue-seed#[85A0AE2F57000A21]) [    
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42039 42039
   [junit4]   2> 61605 INFO  (Thread-114) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:42039 42039
   [junit4]   2> 61606 WARN  (Thread-114) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/distqueue/test
   [junit4]   2> 
   [junit4]   2> 61608 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueueBlocking-seed#[85A0AE2F57000A21])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDistributedQueueBlocking
   [junit4]   2> 61609 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueueBlocking-seed#[85A0AE2F57000A21])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 61609 INFO  (Thread-117) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 61609 INFO  (Thread-117) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 61709 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueueBlocking-seed#[85A0AE2F57000A21])
 [    ] o.a.s.c.ZkTestServer start zk server on port:33792
   [junit4]   2> 61709 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueueBlocking-seed#[85A0AE2F57000A21])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 61710 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueueBlocking-seed#[85A0AE2F57000A21])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 61719 INFO  (zkCallback-42-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@26a86863 
name:ZooKeeperConnection Watcher:127.0.0.1:33792/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 61719 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueueBlocking-seed#[85A0AE2F57000A21])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 61720 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueueBlocking-seed#[85A0AE2F57000A21])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 61722 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueueBlocking-seed#[85A0AE2F57000A21])
 [    ] o.a.s.c.c.SolrZkClient makePath: /
   [junit4]   2> 61724 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueueBlocking-seed#[85A0AE2F57000A21])
 [    ] o.a.s.c.c.SolrZkClient makePath: /distqueue/test
   [junit4]   2> 62934 WARN  (zkCallback-42-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@26a86863 
name:ZooKeeperConnection Watcher:127.0.0.1:33792/solr got event WatchedEvent 
state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 62934 WARN  (zkCallback-42-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 62934 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueueBlocking-seed#[85A0AE2F57000A21])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 64484 WARN  (zkCallback-42-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@26a86863 
name:ZooKeeperConnection Watcher:127.0.0.1:33792/solr got event WatchedEvent 
state:Expired type:None path:null path:null type:None
   [junit4]   2> 64485 WARN  (zkCallback-42-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. 
Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 64485 WARN  (zkCallback-42-thread-2) [    ] 
o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 64485 INFO  (zkCallback-42-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 64486 INFO  (zkCallback-42-thread-2-EventThread) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@26a86863 
name:ZooKeeperConnection Watcher:127.0.0.1:33792/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 64486 INFO  (zkCallback-42-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 64486 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueueBlocking-seed#[85A0AE2F57000A21])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 64486 INFO  (zkCallback-42-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 64486 INFO  (zkCallback-42-thread-2) [    ] 
o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 64486 INFO  (zkCallback-42-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Connected:true
   [junit4]   2> 67101 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueueBlocking-seed#[85A0AE2F57000A21])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDistributedQueueBlocking
   [junit4]   2> 67102 INFO  
(TEST-OverseerTaskQueueTest.testDistributedQueueBlocking-seed#[85A0AE2F57000A21])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33792 33792
   [junit4]   2> 67207 INFO  (Thread-117) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:33792 33792
   [junit4]   2> 67207 WARN  (Thread-117) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/distqueue/test
   [junit4]   2> 
   [junit4]   2> 67209 INFO  
(TEST-OverseerTaskQueueTest.testPeekElements-seed#[85A0AE2F57000A21]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testPeekElements
   [junit4]   2> 67210 INFO  
(TEST-OverseerTaskQueueTest.testPeekElements-seed#[85A0AE2F57000A21]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 67210 INFO  (Thread-118) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 67210 INFO  (Thread-118) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 67310 INFO  
(TEST-OverseerTaskQueueTest.testPeekElements-seed#[85A0AE2F57000A21]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:33705
   [junit4]   2> 67310 INFO  
(TEST-OverseerTaskQueueTest.testPeekElements-seed#[85A0AE2F57000A21]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 67311 INFO  
(TEST-OverseerTaskQueueTest.testPeekElements-seed#[85A0AE2F57000A21]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 67313 INFO  (zkCallback-44-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@89cde9 name:ZooKeeperConnection 
Watcher:127.0.0.1:33705/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 67313 INFO  
(TEST-OverseerTaskQueueTest.testPeekElements-seed#[85A0AE2F57000A21]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 67313 INFO  
(TEST-OverseerTaskQueueTest.testPeekElements-seed#[85A0AE2F57000A21]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 67313 INFO  
(TEST-OverseerTaskQueueTest.testPeekElements-seed#[85A0AE2F57000A21]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /
   [junit4]   2> 67315 INFO  
(TEST-OverseerTaskQueueTest.testPeekElements-seed#[85A0AE2F57000A21]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /distqueue/test
   [junit4]   2> 70325 INFO  
(TEST-OverseerTaskQueueTest.testPeekElements-seed#[85A0AE2F57000A21]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testPeekElements
   [junit4]   2> 70539 INFO  
(TEST-OverseerTaskQueueTest.testPeekElements-seed#[85A0AE2F57000A21]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:33705 33705
   [junit4]   2> 70716 INFO  (Thread-118) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:33705 33705
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=OverseerTaskQueueTest -Dtests.method=testPeekElements 
-Dtests.seed=85A0AE2F57000A21 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=id -Dtests.timezone=America/Mazatlan -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 3.51s J0 | OverseerTaskQueueTest.testPeekElements <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1> but 
was:<0>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([85A0AE2F57000A21:788E140E87395E3C]:0)
   [junit4]    >        at 
org.apache.solr.cloud.DistributedQueueTest.testPeekElements(DistributedQueueTest.java:177)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 70720 INFO  
(SUITE-OverseerTaskQueueTest-seed#[85A0AE2F57000A21]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerTaskQueueTest_85A0AE2F57000A21-001
   [junit4]   2> Aug 23, 2016 7:48:00 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): {}, 
docValues:{}, maxPointsInLeafNode=1602, maxMBSortInHeap=5.742751401765196, 
sim=ClassicSimilarity, locale=id, timezone=America/Mazatlan
   [junit4]   2> NOTE: Linux 4.4.0-31-generic amd64/Oracle Corporation 
1.8.0_102 (64-bit)/cpus=12,threads=1,free=392395680,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [BasicZkTest, 
CacheHeaderTest, TestDistributedSearch, OverseerTaskQueueTest]
   [junit4] Completed [14/632 (1!)] on J0 in 12.08s, 4 tests, 1 failure <<< 
FAILURES!

[...truncated 895 lines...]
   [junit4] Suite: org.apache.solr.update.PeerSyncTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/init-core-data-001
   [junit4]   2> 764123 INFO  
(SUITE-PeerSyncTest-seed#[85A0AE2F57000A21]-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> 764123 INFO  
(SUITE-PeerSyncTest-seed#[85A0AE2F57000A21]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /dlo/f
   [junit4]   2> 764233 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/control/cores/collection1
   [junit4]   2> 764235 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 764236 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@56ec8027{/dlo/f,null,AVAILABLE}
   [junit4]   2> 764236 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.e.j.s.ServerConnector Started 
ServerConnector@7861811b{HTTP/1.1,[http/1.1]}{127.0.0.1:46498}
   [junit4]   2> 764236 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.e.j.s.Server Started @766256ms
   [junit4]   2> 764236 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
solrconfig=solrconfig-tlog.xml, hostContext=/dlo/f, hostPort=46498, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/control/cores}
   [junit4]   2> 764237 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 764237 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/control'
   [junit4]   2> 764238 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 764238 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 764238 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/control/solr.xml
   [junit4]   2> 764243 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/control/cores
   [junit4]   2> 764243 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CoreContainer New CoreContainer 765093402
   [junit4]   2> 764243 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/control]
   [junit4]   2> 764244 WARN  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/control/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/control/lib
   [junit4]   2> 764244 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] 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,
   [junit4]   2> 764246 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with 
params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 764246 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 764246 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 764246 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 764246 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 764247 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/control/cores
   [junit4]   2> 764247 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig-tlog.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data/, 
configSet=collection1}
   [junit4]   2> 764247 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/control/cores/collection1
   [junit4]   2> 764247 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 764248 INFO  (coreLoadExecutor-3465-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 764248 INFO  (coreLoadExecutor-3465-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 764248 INFO  (coreLoadExecutor-3465-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 764248 INFO  (coreLoadExecutor-3465-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 764248 INFO  (coreLoadExecutor-3465-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 764276 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 764276 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 764280 INFO  (coreLoadExecutor-3465-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 764339 INFO  (coreLoadExecutor-3465-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 764348 INFO  (coreLoadExecutor-3465-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-tlog.xml
   [junit4]   2> 764355 INFO  (coreLoadExecutor-3465-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 764439 INFO  (coreLoadExecutor-3465-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 764455 INFO  (coreLoadExecutor-3465-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 764456 INFO  (coreLoadExecutor-3465-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 764460 INFO  (coreLoadExecutor-3465-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 764462 INFO  (coreLoadExecutor-3465-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 764464 INFO  (coreLoadExecutor-3465-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 764464 INFO  (coreLoadExecutor-3465-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 764467 INFO  (coreLoadExecutor-3465-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-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 764467 INFO  (coreLoadExecutor-3465-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 764467 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 764467 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 764467 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@54596076
   [junit4]   2> 764468 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/control/cores/collection1/data/snapshot_metadata
   [junit4]   2> 764468 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot 
metadata file...
   [junit4]   2> 764468 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/control/cores/collection1/data
   [junit4]   2> 764468 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/control/cores/collection1/data/index/
   [junit4]   2> 764468 WARN  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/control/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 764468 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/control/cores/collection1/data/index
   [junit4]   2> 764469 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=30, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=89.0625, 
floorSegmentMB=1.572265625, forceMergeDeletesPctAllowed=21.35498486507197, 
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 764469 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1780e190 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@53c70a30),segFN=segments_1,generation=1}
   [junit4]   2> 764469 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 764469 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/control/cores/collection1/data/
   [junit4]   2> 764469 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/control/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 764472 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 764472 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 764472 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 764472 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 764472 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 764472 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 764472 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 764472 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 764472 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 764473 WARN  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 764474 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 764475 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 764476 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 764477 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 764480 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] 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> 764480 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 764481 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 764481 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 764481 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 764481 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 764482 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=41.5439453125, 
floorSegmentMB=1.13671875, forceMergeDeletesPctAllowed=3.0017798768447888, 
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 764482 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1780e190 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@53c70a30),segFN=segments_1,generation=1}
   [junit4]   2> 764482 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 764482 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5d4e26aa[collection1] main]
   [junit4]   2> 764483 WARN  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 764483 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 764483 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 764483 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 764483 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 764484 INFO  
(searcherExecutor-3466-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5d4e26aa[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 764484 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 764484 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 764484 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 764484 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1543440091767111680
   [junit4]   2> 764485 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with 
highest version 1543440091767111680
   [junit4]   2> 764486 INFO  (coreLoadExecutor-3465-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 764967 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 764969 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 764970 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2cb92ad6{/dlo/f,null,AVAILABLE}
   [junit4]   2> 764971 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.e.j.s.ServerConnector Started 
ServerConnector@49a9ddb8{HTTP/1.1,[http/1.1]}{127.0.0.1:39209}
   [junit4]   2> 764971 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.e.j.s.Server Started @766991ms
   [junit4]   2> 764971 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
solrconfig=solrconfig-tlog.xml, hostContext=/dlo/f, hostPort=39209, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard0/cores}
   [junit4]   2> 764971 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 764971 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard0'
   [junit4]   2> 764971 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 764971 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 764971 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 764977 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard0/cores
   [junit4]   2> 764977 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CoreContainer New CoreContainer 1046596779
   [junit4]   2> 764977 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard0]
   [junit4]   2> 764977 WARN  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard0/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard0/lib
   [junit4]   2> 764977 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] 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,
   [junit4]   2> 764983 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with 
params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 764983 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 764983 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 764984 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 764984 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 764984 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard0/cores
   [junit4]   2> 764985 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig-tlog.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data/, 
configSet=collection1}
   [junit4]   2> 764985 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 764985 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 764985 INFO  (coreLoadExecutor-3476-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 764986 INFO  (coreLoadExecutor-3476-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 764986 INFO  (coreLoadExecutor-3476-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 764986 INFO  (coreLoadExecutor-3476-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 764986 INFO  (coreLoadExecutor-3476-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 764990 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 764990 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 765003 INFO  (coreLoadExecutor-3476-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 765005 INFO  (coreLoadExecutor-3476-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 765051 INFO  (coreLoadExecutor-3476-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-tlog.xml
   [junit4]   2> 765056 INFO  (coreLoadExecutor-3476-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 765130 INFO  (coreLoadExecutor-3476-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 765137 INFO  (coreLoadExecutor-3476-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 765139 INFO  (coreLoadExecutor-3476-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 765142 INFO  (coreLoadExecutor-3476-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 765145 INFO  (coreLoadExecutor-3476-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 765146 INFO  (coreLoadExecutor-3476-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 765146 INFO  (coreLoadExecutor-3476-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 765148 INFO  (coreLoadExecutor-3476-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-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 765148 INFO  (coreLoadExecutor-3476-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 765149 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 765149 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 765149 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@54596076
   [junit4]   2> 765149 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard0/cores/collection1/data/snapshot_metadata
   [junit4]   2> 765149 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot 
metadata file...
   [junit4]   2> 765150 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard0/cores/collection1/data
   [junit4]   2> 765150 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard0/cores/collection1/data/index/
   [junit4]   2> 765150 WARN  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard0/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 765150 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard0/cores/collection1/data/index
   [junit4]   2> 765151 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=30, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=89.0625, 
floorSegmentMB=1.572265625, forceMergeDeletesPctAllowed=21.35498486507197, 
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 765151 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@2329aa72 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@656d43c5),segFN=segments_1,generation=1}
   [junit4]   2> 765151 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 765151 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard0/cores/collection1/data/
   [junit4]   2> 765152 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard0/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 765155 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 765155 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 765155 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 765155 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 765155 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 765155 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 765155 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 765155 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 765155 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 765156 WARN  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 765157 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 765158 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 765159 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 765160 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 765165 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] 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> 765166 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 765166 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 765166 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 765167 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 765167 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 765168 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=41.5439453125, 
floorSegmentMB=1.13671875, forceMergeDeletesPctAllowed=3.0017798768447888, 
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 765168 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@2329aa72 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@656d43c5),segFN=segments_1,generation=1}
   [junit4]   2> 765168 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 765168 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@393cf7b3[collection1] main]
   [junit4]   2> 765169 WARN  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 765169 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 765169 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 765169 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 765169 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 765170 INFO  
(searcherExecutor-3477-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@393cf7b3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 765170 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 765170 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 765170 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 765170 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1543440092486434816
   [junit4]   2> 765172 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with 
highest version 1543440092486434816
   [junit4]   2> 765172 INFO  (coreLoadExecutor-3476-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 765572 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 765573 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 765574 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6a51afd5{/dlo/f,null,AVAILABLE}
   [junit4]   2> 765575 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.e.j.s.ServerConnector Started 
ServerConnector@522bf19b{HTTP/1.1,[http/1.1]}{127.0.0.1:37531}
   [junit4]   2> 765575 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.e.j.s.Server Started @767594ms
   [junit4]   2> 765575 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
solrconfig=solrconfig-tlog.xml, hostContext=/dlo/f, hostPort=37531, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard1/cores}
   [junit4]   2> 765575 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 765575 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard1'
   [junit4]   2> 765575 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 765575 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 765575 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 765578 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard1/cores
   [junit4]   2> 765578 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CoreContainer New CoreContainer 132667916
   [junit4]   2> 765578 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard1]
   [junit4]   2> 765578 WARN  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard1/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard1/lib
   [junit4]   2> 765579 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] 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,
   [junit4]   2> 765580 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with 
params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 765580 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 765580 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 765580 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 765580 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 765580 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard1/cores
   [junit4]   2> 765581 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig-tlog.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data/, 
configSet=collection1}
   [junit4]   2> 765581 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 765581 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 765581 INFO  (coreLoadExecutor-3487-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 765581 INFO  (coreLoadExecutor-3487-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 765581 INFO  (coreLoadExecutor-3487-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 765581 INFO  (coreLoadExecutor-3487-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 765581 INFO  (coreLoadExecutor-3487-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 765583 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 765583 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 765600 INFO  (coreLoadExecutor-3487-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 765603 INFO  (coreLoadExecutor-3487-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 765610 INFO  (coreLoadExecutor-3487-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-tlog.xml
   [junit4]   2> 765614 INFO  (coreLoadExecutor-3487-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 765729 INFO  (coreLoadExecutor-3487-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 765735 INFO  (coreLoadExecutor-3487-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 765737 INFO  (coreLoadExecutor-3487-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 765741 INFO  (coreLoadExecutor-3487-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 765743 INFO  (coreLoadExecutor-3487-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 765745 INFO  (coreLoadExecutor-3487-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 765745 INFO  (coreLoadExecutor-3487-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 765747 INFO  (coreLoadExecutor-3487-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-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 765747 INFO  (coreLoadExecutor-3487-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 765747 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 765747 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 765748 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@54596076
   [junit4]   2> 765749 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard1/cores/collection1/data/snapshot_metadata
   [junit4]   2> 765749 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot 
metadata file...
   [junit4]   2> 765749 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard1/cores/collection1/data
   [junit4]   2> 765749 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard1/cores/collection1/data/index/
   [junit4]   2> 765749 WARN  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard1/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 765749 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard1/cores/collection1/data/index
   [junit4]   2> 765750 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=30, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=89.0625, 
floorSegmentMB=1.572265625, forceMergeDeletesPctAllowed=21.35498486507197, 
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 765751 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1594c821 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@228593f4),segFN=segments_1,generation=1}
   [junit4]   2> 765751 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 765751 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard1/cores/collection1/data/
   [junit4]   2> 765752 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard1/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 765754 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 765755 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 765755 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 765755 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 765755 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 765755 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 765755 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 765755 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 765755 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 765755 WARN  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 765757 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 765758 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 765760 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 765761 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 765766 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] 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> 765766 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 765766 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 765766 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 765767 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 765767 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 765768 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=41.5439453125, 
floorSegmentMB=1.13671875, forceMergeDeletesPctAllowed=3.0017798768447888, 
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 765769 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1594c821 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@228593f4),segFN=segments_1,generation=1}
   [junit4]   2> 765769 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 765769 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6437c47c[collection1] main]
   [junit4]   2> 765769 WARN  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 765769 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 765769 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 765769 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 765770 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 765771 INFO  
(searcherExecutor-3488-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6437c47c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 765771 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 765771 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 765771 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 765771 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1543440093116628992
   [junit4]   2> 765773 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with 
highest version 1543440093116628992
   [junit4]   2> 765773 INFO  (coreLoadExecutor-3487-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 766184 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard2/cores/collection1
   [junit4]   2> 766185 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 766189 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@36800888{/dlo/f,null,AVAILABLE}
   [junit4]   2> 766189 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.e.j.s.ServerConnector Started 
ServerConnector@89d80b7{HTTP/1.1,[http/1.1]}{127.0.0.1:42560}
   [junit4]   2> 766189 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.e.j.s.Server Started @768209ms
   [junit4]   2> 766189 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
solrconfig=solrconfig-tlog.xml, hostContext=/dlo/f, hostPort=42560, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard2/cores}
   [junit4]   2> 766189 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 766189 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard2'
   [junit4]   2> 766190 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 766190 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 766190 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard2/solr.xml
   [junit4]   2> 766194 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard2/cores
   [junit4]   2> 766195 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CoreContainer New CoreContainer 192895528
   [junit4]   2> 766195 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A2

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

27.0.0.1:0}
   [junit4]   2> 767013 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=192895528
   [junit4]   2> 767034 INFO  (coreCloseExecutor-3510-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6fdaa4c0
   [junit4]   2> 767034 INFO  (coreCloseExecutor-3510-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 767034 INFO  (coreCloseExecutor-3510-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 767035 INFO  (coreCloseExecutor-3510-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 767035 INFO  (coreCloseExecutor-3510-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 767037 INFO  (coreCloseExecutor-3510-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 767045 INFO  (coreCloseExecutor-3510-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 3 
directories currently being tracked
   [junit4]   2> 767045 INFO  (coreCloseExecutor-3510-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard2/cores/collection1/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard2/cores/collection1/data/index;done=false>>]
   [junit4]   2> 767045 INFO  (coreCloseExecutor-3510-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 767045 INFO  (coreCloseExecutor-3510-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard2/cores/collection1/data/index
   [junit4]   2> 767045 INFO  (coreCloseExecutor-3510-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard2/cores/collection1/data/snapshot_metadata
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard2/cores/collection1/data/snapshot_metadata;done=false>>]
   [junit4]   2> 767045 INFO  (coreCloseExecutor-3510-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 767045 INFO  (coreCloseExecutor-3510-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard2/cores/collection1/data/snapshot_metadata
   [junit4]   2> 767045 INFO  (coreCloseExecutor-3510-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard2/cores/collection1/data
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard2/cores/collection1/data;done=false>>]
   [junit4]   2> 767045 INFO  (coreCloseExecutor-3510-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 767045 INFO  (coreCloseExecutor-3510-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001/tempDir-001/shard2/cores/collection1/data
   [junit4]   2> 767046 INFO  (TEST-PeerSyncTest.test-seed#[85A0AE2F57000A21]) 
[    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@36800888{/dlo/f,null,UNAVAILABLE}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=PeerSyncTest 
-Dtests.method=test -Dtests.seed=85A0AE2F57000A21 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=ar-AE -Dtests.timezone=SystemV/PST8 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 2.92s J0 | PeerSyncTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<true> but 
was:<false>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([85A0AE2F57000A21:DF491F5F9FC67D9]:0)
   [junit4]    >        at 
org.apache.solr.update.PeerSyncTest.assertSync(PeerSyncTest.java:208)
   [junit4]    >        at 
org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:124)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 767049 INFO  
(SUITE-PeerSyncTest-seed#[85A0AE2F57000A21]-worker) [    ] o.a.s.SolrTestCaseJ4 
###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_85A0AE2F57000A21-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{range_facet_l_dv=PostingsFormat(name=Memory doPackFST= true), 
n_l1=PostingsFormat(name=Direct), 
multiDefault=PostingsFormat(name=LuceneFixedGap), 
intDefault=PostingsFormat(name=Direct), 
n_dt1=PostingsFormat(name=LuceneFixedGap), 
n_td1=PostingsFormat(name=LuceneFixedGap), n_d1=PostingsFormat(name=Direct), 
range_facet_l=PostingsFormat(name=Direct), 
n_f1=PostingsFormat(name=LuceneFixedGap), n_ti1=PostingsFormat(name=Memory 
doPackFST= true), n_tl1=PostingsFormat(name=LuceneFixedGap), 
_version_=PostingsFormat(name=Direct), n_tf1=PostingsFormat(name=Direct), 
n_tdt1=PostingsFormat(name=Direct), id=PostingsFormat(name=Memory doPackFST= 
true), range_facet_i_dv=PostingsFormat(name=Direct), 
timestamp=PostingsFormat(name=Direct)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), 
range_facet_i_dv=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1561, 
maxMBSortInHeap=6.715257121996052, sim=ClassicSimilarity, locale=ar-AE, 
timezone=SystemV/PST8
   [junit4]   2> NOTE: Linux 4.4.0-31-generic amd64/Oracle Corporation 
1.8.0_102 (64-bit)/cpus=12,threads=1,free=226539464,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [BasicZkTest, 
CacheHeaderTest, TestDistributedSearch, OverseerTaskQueueTest, 
TestCrossCoreJoin, CloudMLTQParserTest, AddBlockUpdateTest, ExplicitHLLTest, 
SpatialRPTFieldTypeTest, DistributedQueueTest, ReturnFieldsTest, 
JavabinLoaderTest, WrapperMergePolicyFactoryTest, TestNoOpRegenerator, 
CursorPagingTest, PreAnalyzedUpdateProcessorTest, TestFastOutputStream, 
HttpPartitionTest, BasicAuthIntegrationTest, RAMDirectoryFactoryTest, 
CdcrRequestHandlerTest, RemoteQueryErrorTest, IndexSchemaRuntimeFieldTest, 
TestSolrXml, DeleteReplicaTest, AnalysisAfterCoreReloadTest, 
ActionThrottleTest, InfoHandlerTest, TestExpandComponent, 
TestLocalFSCloudBackupRestore, DistributedFacetPivotLongTailTest, 
TestSolr4Spatial, TestSizeLimitedDistributedMap, TestSolrFieldCacheMBean, 
DocumentAnalysisRequestHandlerTest, TestComponentsName, ResponseHeaderTest, 
TestJoin, TestBlobHandler, OverseerModifyCollectionTest, 
CollectionStateFormat2Test, TestRTGBase, TestFaceting, 
TestBlendedInfixSuggestions, TestCustomSort, SOLR749Test, SynonymTokenizerTest, 
TestHighFrequencyDictionaryFactory, ResourceLoaderTest, 
TestChildDocTransformer, DistributedSpellCheckComponentTest, 
LeaderInitiatedRecoveryOnShardRestartTest, ConnectionManagerTest, TestDocSet, 
DistributedSuggestComponentTest, AnalyticsQueryTest, JsonLoaderTest, 
TestCloudDeleteByQuery, TriLevelCompositeIdRoutingTest, 
SignatureUpdateProcessorFactoryTest, DistributedDebugComponentTest, 
TestConfigSetImmutable, BigEndianAscendingWordDeserializerTest, 
HdfsThreadLeakTest, RuleEngineTest, DistributedQueryElevationComponentTest, 
TestLuceneMatchVersion, TestDynamicFieldResource, TestRecoveryHdfs, 
HdfsWriteToMultipleCollectionsTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestRestManager, HdfsCollectionsAPIDistributedZkTest, 
TestHdfsCloudBackupRestore, TestValueSourceCache, CoreAdminCreateDiscoverTest, 
CopyFieldTest, TestPhraseSuggestions, TestTrieFacet, 
TestRandomCollapseQParserPlugin, OutputWriterTest, ExternalFileFieldSortTest, 
TestFoldingMultitermQuery, TestDynamicLoading, TestReplicationHandler, 
PreAnalyzedFieldTest, DistributedFacetPivotWhiteBoxTest, SystemInfoHandlerTest, 
TestConfigSetsAPIExclusivity, TestAtomicUpdateErrorCases, 
AlternateDirectoryTest, TestCopyFieldCollectionResource, 
TestAnalyzedSuggestions, TestLMDirichletSimilarityFactory, PrimUtilsTest, 
TestConfig, TestUniqueKeyFieldResource, TestGeoJSONResponseWriter, 
QueryElevationComponentTest, TestJsonFacets, SmileWriterTest, 
TestHighlightDedupGrouping, PeerSyncTest]
   [junit4] Completed [299/632 (2!)] on J0 in 2.95s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 61216 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to