Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/573/
Java: 32bit/jdk1.8.0_92 -server -XX:+UseParallelGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.schema.TestManagedSchemaAPI

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [MockDirectoryWrapper]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not 
released!!! [MockDirectoryWrapper]
        at __randomizedtesting.SeedInfo.seed([5BDB8779A2DB9146]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:256)
        at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
        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.cloud.TestCloudBackupRestore.test

Error Message:
No collection param specified on request and no default collection has been set.

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No collection param specified 
on request and no default collection has been set.
        at 
__randomizedtesting.SeedInfo.seed([5BDB8779A2DB9146:D38FB8A30C27FCBE]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:590)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1073)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:962)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:898)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:106)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:71)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:85)
        at 
org.apache.solr.cloud.TestCloudBackupRestore.indexDocs(TestCloudBackupRestore.java:132)
        at 
org.apache.solr.cloud.TestCloudBackupRestore.test(TestCloudBackupRestore.java:93)
        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)




Build Log:
[...truncated 11296 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudBackupRestore
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/init-core-data-001
   [junit4]   2> 1193138 INFO  
(SUITE-TestCloudBackupRestore-seed#[5BDB8779A2DB9146]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 1193139 INFO  
(SUITE-TestCloudBackupRestore-seed#[5BDB8779A2DB9146]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1193139 INFO  (Thread-1657) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1193139 INFO  (Thread-1657) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1193239 INFO  
(SUITE-TestCloudBackupRestore-seed#[5BDB8779A2DB9146]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:43085
   [junit4]   2> 1193240 INFO  
(SUITE-TestCloudBackupRestore-seed#[5BDB8779A2DB9146]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1193240 INFO  
(SUITE-TestCloudBackupRestore-seed#[5BDB8779A2DB9146]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1193241 INFO  (zkCallback-613-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@574b09 name:ZooKeeperConnection 
Watcher:127.0.0.1:43085 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1193242 INFO  
(SUITE-TestCloudBackupRestore-seed#[5BDB8779A2DB9146]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1193242 INFO  
(SUITE-TestCloudBackupRestore-seed#[5BDB8779A2DB9146]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1193242 INFO  
(SUITE-TestCloudBackupRestore-seed#[5BDB8779A2DB9146]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1193244 INFO  (jetty-launcher-612-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1193244 INFO  (jetty-launcher-612-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1193246 INFO  (jetty-launcher-612-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@185d36{/solr,null,AVAILABLE}
   [junit4]   2> 1193246 INFO  (jetty-launcher-612-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6b22a5{/solr,null,AVAILABLE}
   [junit4]   2> 1193246 INFO  (jetty-launcher-612-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1293cbb{HTTP/1.1,[http/1.1]}{127.0.0.1:38153}
   [junit4]   2> 1193246 INFO  (jetty-launcher-612-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1724e1d{HTTP/1.1,[http/1.1]}{127.0.0.1:33913}
   [junit4]   2> 1193246 INFO  (jetty-launcher-612-thread-1) [    ] 
o.e.j.s.Server Started @1195026ms
   [junit4]   2> 1193246 INFO  (jetty-launcher-612-thread-2) [    ] 
o.e.j.s.Server Started @1195027ms
   [junit4]   2> 1193246 INFO  (jetty-launcher-612-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38153}
   [junit4]   2> 1193246 INFO  (jetty-launcher-612-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33913}
   [junit4]   2> 1193247 INFO  (jetty-launcher-612-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1193247 INFO  (jetty-launcher-612-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1193247 INFO  (jetty-launcher-612-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node1'
   [junit4]   2> 1193247 INFO  (jetty-launcher-612-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2'
   [junit4]   2> 1193247 INFO  (jetty-launcher-612-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1193247 INFO  (jetty-launcher-612-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1193247 INFO  (jetty-launcher-612-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1193247 INFO  (jetty-launcher-612-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1193247 INFO  (jetty-launcher-612-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1193247 INFO  (jetty-launcher-612-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1193247 INFO  (jetty-launcher-612-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1193247 INFO  (jetty-launcher-612-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1193248 INFO  (zkCallback-615-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@fbe1e1 name:ZooKeeperConnection 
Watcher:127.0.0.1:43085/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1193249 INFO  (jetty-launcher-612-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1193249 INFO  (zkCallback-614-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1ccc41c name:ZooKeeperConnection 
Watcher:127.0.0.1:43085/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1193249 INFO  (jetty-launcher-612-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1193249 INFO  (jetty-launcher-612-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1193249 INFO  (jetty-launcher-612-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1193249 INFO  (jetty-launcher-612-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1193249 INFO  (jetty-launcher-612-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1193256 INFO  (jetty-launcher-612-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2/.
   [junit4]   2> 1193256 INFO  (jetty-launcher-612-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node1/.
   [junit4]   2> 1193257 INFO  (jetty-launcher-612-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 9981734
   [junit4]   2> 1193257 INFO  (jetty-launcher-612-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 33413663
   [junit4]   2> 1193257 INFO  (jetty-launcher-612-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2]
   [junit4]   2> 1193257 INFO  (jetty-launcher-612-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node1]
   [junit4]   2> 1193257 WARN  (jetty-launcher-612-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2/lib
   [junit4]   2> 1193257 WARN  (jetty-launcher-612-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node1/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node1/lib
   [junit4]   2> 1193257 INFO  (jetty-launcher-612-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1193257 INFO  (jetty-launcher-612-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1193258 INFO  (jetty-launcher-612-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1193258 INFO  (jetty-launcher-612-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1193259 INFO  (jetty-launcher-612-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1193259 INFO  (jetty-launcher-612-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1193259 INFO  (jetty-launcher-612-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1193259 INFO  (jetty-launcher-612-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1193259 INFO  (jetty-launcher-612-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43085/solr
   [junit4]   2> 1193259 INFO  (jetty-launcher-612-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43085/solr
   [junit4]   2> 1193260 INFO  (jetty-launcher-612-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1193259 INFO  (jetty-launcher-612-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1193260 INFO  (jetty-launcher-612-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1193260 INFO  (jetty-launcher-612-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1193260 INFO  (jetty-launcher-612-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1193260 INFO  (jetty-launcher-612-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1193261 INFO  (zkCallback-621-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1e23e46 name:ZooKeeperConnection 
Watcher:127.0.0.1:43085 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1193261 INFO  (jetty-launcher-612-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1193261 INFO  (zkCallback-620-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@38085f name:ZooKeeperConnection 
Watcher:127.0.0.1:43085 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1193261 INFO  (jetty-launcher-612-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1193261 INFO  (jetty-launcher-612-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1193261 INFO  (jetty-launcher-612-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1193262 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$26/12689630@1cb67e
   [junit4]   2> 1193262 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$26/12689630@18ec40
   [junit4]   2> 1193262 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1193263 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1193263 INFO  
(zkCallback-622-thread-1-processing-n:127.0.0.1:33913_solr) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6f51b8 name:ZooKeeperConnection 
Watcher:127.0.0.1:43085/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1193263 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1193263 INFO  
(zkCallback-623-thread-1-processing-n:127.0.0.1:38153_solr) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7d1010 name:ZooKeeperConnection 
Watcher:127.0.0.1:43085/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1193263 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1193264 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1193264 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1193264 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1193264 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1193266 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1193266 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1193266 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1193266 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1193267 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1193267 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1193268 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1193268 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1193268 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1193268 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1193268 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1193269 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1193269 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1193269 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1193269 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1193269 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1193269 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1193270 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1193270 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1193270 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1193270 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1193271 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1193271 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1193271 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1193271 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1193271 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95841796275765254-127.0.0.1:38153_solr-n_0000000000
   [junit4]   2> 1193271 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95841796275765253-127.0.0.1:33913_solr-n_0000000001
   [junit4]   2> 1193272 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:38153_solr
   [junit4]   2> 1193272 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 1193272 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95841796275765254-127.0.0.1:38153_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 1193272 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33913_solr
   [junit4]   2> 1193272 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:33913_solr
   [junit4]   2> 1193272 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.Overseer Overseer 
(id=95841796275765254-127.0.0.1:38153_solr-n_0000000000) starting
   [junit4]   2> 1193273 INFO  
(zkCallback-623-thread-1-processing-n:127.0.0.1:38153_solr) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1193273 INFO  
(zkCallback-622-thread-1-processing-n:127.0.0.1:33913_solr) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1193273 INFO  
(zkCallback-623-thread-1-processing-n:127.0.0.1:38153_solr) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1193274 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 1193276 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1193276 INFO  
(OverseerCollectionConfigSetProcessor-95841796275765254-127.0.0.1:38153_solr-n_0000000000)
 [n:127.0.0.1:38153_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 1193276 INFO  
(OverseerStateUpdate-95841796275765254-127.0.0.1:38153_solr-n_0000000000) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1193276 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:38153_solr as DOWN
   [junit4]   2> 1193277 INFO  
(OverseerStateUpdate-95841796275765254-127.0.0.1:38153_solr-n_0000000000) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (1)
   [junit4]   2> 1193278 INFO  
(OverseerStateUpdate-95841796275765254-127.0.0.1:38153_solr-n_0000000000) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:38153_solr"} current state version: 0
   [junit4]   2> 1193278 INFO  
(OverseerStateUpdate-95841796275765254-127.0.0.1:38153_solr-n_0000000000) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:38153_solr
   [junit4]   2> 1193281 INFO  
(zkCallback-622-thread-1-processing-n:127.0.0.1:33913_solr) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1193290 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1193290 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1193290 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2/.
   [junit4]   2> 1193291 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1193291 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1193291 INFO  (jetty-launcher-612-thread-2) 
[n:127.0.0.1:33913_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1194277 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38153_solr
   [junit4]   2> 1194277 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:38153_solr
   [junit4]   2> 1194278 INFO  
(zkCallback-623-thread-1-processing-n:127.0.0.1:38153_solr) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1194278 INFO  
(zkCallback-622-thread-1-processing-n:127.0.0.1:33913_solr) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1194278 INFO  
(zkCallback-623-thread-1-processing-n:127.0.0.1:38153_solr) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1194278 INFO  
(zkCallback-622-thread-1-processing-n:127.0.0.1:33913_solr) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1194304 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1194304 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1194305 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node1/.
   [junit4]   2> 1194305 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1194306 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1194306 INFO  (jetty-launcher-612-thread-1) 
[n:127.0.0.1:38153_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1194306 INFO  
(SUITE-TestCloudBackupRestore-seed#[5BDB8779A2DB9146]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1194306 INFO  
(SUITE-TestCloudBackupRestore-seed#[5BDB8779A2DB9146]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1194307 INFO  (zkCallback-624-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@688760 name:ZooKeeperConnection 
Watcher:127.0.0.1:43085 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1194307 INFO  
(SUITE-TestCloudBackupRestore-seed#[5BDB8779A2DB9146]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1194307 INFO  
(SUITE-TestCloudBackupRestore-seed#[5BDB8779A2DB9146]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1194307 INFO  
(SUITE-TestCloudBackupRestore-seed#[5BDB8779A2DB9146]-worker) [    ] 
o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 
127.0.0.1:43085/solr
   [junit4]   2> 1194308 INFO  
(SUITE-TestCloudBackupRestore-seed#[5BDB8779A2DB9146]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1194308 INFO  
(SUITE-TestCloudBackupRestore-seed#[5BDB8779A2DB9146]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1194308 INFO  (zkCallback-626-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@9c280d name:ZooKeeperConnection 
Watcher:127.0.0.1:43085/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1194308 INFO  
(SUITE-TestCloudBackupRestore-seed#[5BDB8779A2DB9146]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1194308 INFO  
(SUITE-TestCloudBackupRestore-seed#[5BDB8779A2DB9146]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1194309 INFO  
(SUITE-TestCloudBackupRestore-seed#[5BDB8779A2DB9146]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1194309 INFO  
(SUITE-TestCloudBackupRestore-seed#[5BDB8779A2DB9146]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1194309 INFO  
(SUITE-TestCloudBackupRestore-seed#[5BDB8779A2DB9146]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1194310 INFO  
(SUITE-TestCloudBackupRestore-seed#[5BDB8779A2DB9146]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1194321 INFO  
(TEST-TestCloudBackupRestore.test-seed#[5BDB8779A2DB9146]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1194324 INFO  (qtp7292270-4468) [n:127.0.0.1:33913_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&property.customKey=customValue&collection.configName=conf1&maxShardsPerNode=2&router.field=shard_s&name=backuprestore&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1194325 INFO  
(OverseerCollectionConfigSetProcessor-95841796275765254-127.0.0.1:38153_solr-n_0000000000)
 [n:127.0.0.1:38153_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection 
Message Handler: Get the message 
id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"backuprestore",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1194325 INFO  
(OverseerThreadFactory-1838-thread-1-processing-n:127.0.0.1:38153_solr) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.OverseerCollectionMessageHandler 
OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"backuprestore",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1194325 INFO  
(OverseerThreadFactory-1838-thread-1-processing-n:127.0.0.1:38153_solr) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create 
collection backuprestore
   [junit4]   2> 1194326 INFO  
(OverseerThreadFactory-1838-thread-1-processing-n:127.0.0.1:38153_solr) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating 
collections conf node /collections/backuprestore 
   [junit4]   2> 1194326 INFO  
(OverseerThreadFactory-1838-thread-1-processing-n:127.0.0.1:38153_solr) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/collections/backuprestore
   [junit4]   2> 1194326 INFO  
(zkCallback-622-thread-1-processing-n:127.0.0.1:33913_solr) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.ZkStateReader A collections change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], 
has occurred - updating...
   [junit4]   2> 1194326 INFO  (zkCallback-626-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1194326 INFO  
(zkCallback-623-thread-1-processing-n:127.0.0.1:38153_solr) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.ZkStateReader A collections change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], 
has occurred - updating...
   [junit4]   2> 1194327 INFO  
(OverseerStateUpdate-95841796275765254-127.0.0.1:38153_solr-n_0000000000) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "name":"backuprestore",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 1194327 INFO  
(OverseerStateUpdate-95841796275765254-127.0.0.1:38153_solr-n_0000000000) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: backuprestore
   [junit4]   2> 1194328 INFO  
(OverseerStateUpdate-95841796275765254-127.0.0.1:38153_solr-n_0000000000) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/backuprestore/state.json
   [junit4]   2> 1194427 INFO  
(OverseerThreadFactory-1838-thread-1-processing-n:127.0.0.1:38153_solr) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
SolrCores for new collection backuprestore, shardNames [shard1, shard2] , 
replicationFactor : 2
   [junit4]   2> 1194427 INFO  
(OverseerThreadFactory-1838-thread-1-processing-n:127.0.0.1:38153_solr) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
core backuprestore_shard2_replica2 as part of shard shard2 of collection 
backuprestore on 127.0.0.1:33913_solr
   [junit4]   2> 1194428 INFO  
(OverseerThreadFactory-1838-thread-1-processing-n:127.0.0.1:38153_solr) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
core backuprestore_shard1_replica2 as part of shard shard1 of collection 
backuprestore on 127.0.0.1:33913_solr
   [junit4]   2> 1194429 INFO  
(OverseerThreadFactory-1838-thread-1-processing-n:127.0.0.1:38153_solr) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
core backuprestore_shard1_replica1 as part of shard shard1 of collection 
backuprestore on 127.0.0.1:38153_solr
   [junit4]   2> 1194429 INFO  
(OverseerThreadFactory-1838-thread-1-processing-n:127.0.0.1:38153_solr) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
core backuprestore_shard2_replica1 as part of shard shard2 of collection 
backuprestore on 127.0.0.1:38153_solr
   [junit4]   2> 1194431 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.customKey=customValue&qt=/admin/cores&collection.configName=conf1&name=backuprestore_shard2_replica2&action=CREATE&numShards=2&collection=backuprestore&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1194431 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=backuprestore_shard2_replica2, collection.configName=conf1, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=backuprestore, 
customKey=customValue, numShards=2, dataDir=data/, shard=shard2}
   [junit4]   2> 1194434 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.customKey=customValue&qt=/admin/cores&collection.configName=conf1&name=backuprestore_shard1_replica2&action=CREATE&numShards=2&collection=backuprestore&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1194434 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=backuprestore_shard1_replica2, collection.configName=conf1, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=backuprestore, 
customKey=customValue, numShards=2, dataDir=data/, shard=shard1}
   [junit4]   2> 1194435 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 1194435 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 1194441 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.customKey=customValue&qt=/admin/cores&collection.configName=conf1&name=backuprestore_shard1_replica1&action=CREATE&numShards=2&collection=backuprestore&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1194441 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.customKey=customValue&qt=/admin/cores&collection.configName=conf1&name=backuprestore_shard2_replica1&action=CREATE&numShards=2&collection=backuprestore&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1194441 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=backuprestore_shard1_replica1, collection.configName=conf1, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=backuprestore, 
customKey=customValue, numShards=2, dataDir=data/, shard=shard1}
   [junit4]   2> 1194441 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=backuprestore_shard2_replica1, collection.configName=conf1, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=backuprestore, 
customKey=customValue, numShards=2, dataDir=data/, shard=shard2}
   [junit4]   2> 1194441 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController 
Registering watch for collection backuprestore
   [junit4]   2> 1194441 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] 
o.a.s.c.c.ZkStateReader addZkWatch [backuprestore]
   [junit4]   2> 1194441 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController 
Registering watch for collection backuprestore
   [junit4]   2> 1194441 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 1194442 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] 
o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 1194442 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 1194442 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 1194442 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 1194442 INFO  
(OverseerStateUpdate-95841796275765254-127.0.0.1:38153_solr-n_0000000000) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:33913/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:33913_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1194442 INFO  
(OverseerStateUpdate-95841796275765254-127.0.0.1:38153_solr-n_0000000000) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core":"backuprestore_shard2_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:33913/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:33913_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1194442 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController 
Registering watch for collection backuprestore
   [junit4]   2> 1194443 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] 
o.a.s.c.c.ZkStateReader addZkWatch [backuprestore]
   [junit4]   2> 1194442 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController 
Registering watch for collection backuprestore
   [junit4]   2> 1194443 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 1194443 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] 
o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 1194443 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 1194443 INFO  
(OverseerStateUpdate-95841796275765254-127.0.0.1:38153_solr-n_0000000000) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:33913/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:33913_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1194443 INFO  
(OverseerStateUpdate-95841796275765254-127.0.0.1:38153_solr-n_0000000000) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core":"backuprestore_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:33913/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:33913_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1194444 INFO  
(OverseerStateUpdate-95841796275765254-127.0.0.1:38153_solr-n_0000000000) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:38153/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:38153_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1194444 INFO  
(OverseerStateUpdate-95841796275765254-127.0.0.1:38153_solr-n_0000000000) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core":"backuprestore_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:38153/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:38153_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1194445 INFO  
(OverseerStateUpdate-95841796275765254-127.0.0.1:38153_solr-n_0000000000) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:38153/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:38153_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1194445 INFO  
(OverseerStateUpdate-95841796275765254-127.0.0.1:38153_solr-n_0000000000) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core":"backuprestore_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:38153/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:38153_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1194546 INFO  
(OverseerStateUpdate-95841796275765254-127.0.0.1:38153_solr-n_0000000000) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/backuprestore/state.json version: 0
   [junit4]   2> 1194546 INFO  
(zkCallback-623-thread-1-processing-n:127.0.0.1:38153_solr) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/backuprestore/state.json] for collection [backuprestore] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1194546 INFO  
(zkCallback-622-thread-1-processing-n:127.0.0.1:33913_solr) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/backuprestore/state.json] for collection [backuprestore] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1194547 INFO  
(zkCallback-622-thread-1-processing-n:127.0.0.1:33913_solr) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[backuprestore] from [0] to [1]
   [junit4]   2> 1194547 INFO  
(zkCallback-623-thread-1-processing-n:127.0.0.1:38153_solr) 
[n:127.0.0.1:38153_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[backuprestore] from [0] to [1]
   [junit4]   2> 1195442 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for backuprestore_shard1_replica2
   [junit4]   2> 1195442 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController 
Check for collection zkNode:backuprestore
   [junit4]   2> 1195442 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for backuprestore_shard2_replica2
   [junit4]   2> 1195442 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController 
Check for collection zkNode:backuprestore
   [junit4]   2> 1195442 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 1195442 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/backuprestore]
   [junit4]   2> 1195442 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 1195442 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/backuprestore]
   [junit4]   2> 1195443 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] 
o.a.s.c.c.ZkStateReader path=[/collections/backuprestore] [configName]=[conf1] 
specified config exists in ZooKeeper
   [junit4]   2> 1195443 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] 
o.a.s.c.c.ZkStateReader path=[/collections/backuprestore] [configName]=[conf1] 
specified config exists in ZooKeeper
   [junit4]   2> 1195443 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2/backuprestore_shard1_replica2'
   [junit4]   2> 1195443 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2/backuprestore_shard2_replica2'
   [junit4]   2> 1195443 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1195443 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1195443 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1195443 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1195443 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for backuprestore_shard2_replica1
   [junit4]   2> 1195443 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for backuprestore_shard1_replica1
   [junit4]   2> 1195443 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController 
Check for collection zkNode:backuprestore
   [junit4]   2> 1195443 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController 
Check for collection zkNode:backuprestore
   [junit4]   2> 1195443 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 1195443 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 1195443 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/backuprestore]
   [junit4]   2> 1195444 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/backuprestore]
   [junit4]   2> 1195444 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 1195444 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 1195445 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] 
o.a.s.c.c.ZkStateReader path=[/collections/backuprestore] [configName]=[conf1] 
specified config exists in ZooKeeper
   [junit4]   2> 1195445 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node1/backuprestore_shard1_replica1'
   [junit4]   2> 1195445 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1195445 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1195447 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 1195447 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] 
o.a.s.c.c.ZkStateReader path=[/collections/backuprestore] [configName]=[conf1] 
specified config exists in ZooKeeper
   [junit4]   2> 1195447 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node1/backuprestore_shard2_replica1'
   [junit4]   2> 1195448 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1195448 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1195448 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 1195449 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1195450 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1195452 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 1195453 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1195462 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 1195465 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1195467 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema 
[backuprestore_shard1_replica2] Schema name=minimal
   [junit4]   2> 1195467 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema 
[backuprestore_shard2_replica2] Schema name=minimal
   [junit4]   2> 1195468 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 1195469 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 1195469 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 1195471 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1195472 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1195475 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1195476 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1195477 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 1195477 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1195477 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] 
o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard1_replica2' using 
configuration from collection backuprestore
   [junit4]   2> 1195477 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1195477 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.c.SolrCore [[backuprestore_shard1_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2/backuprestore_shard1_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2/./backuprestore_shard1_replica2/data/]
   [junit4]   2> 1195477 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
backuprestore_shard1_replica2
   [junit4]   2> 1195478 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2/./backuprestore_shard1_replica2/data
   [junit4]   2> 1195478 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2/./backuprestore_shard1_replica2/data/index/
   [junit4]   2> 1195478 WARN  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.c.SolrCore [backuprestore_shard1_replica2] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2/./backuprestore_shard1_replica2/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1195479 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2/./backuprestore_shard1_replica2/data/index
   [junit4]   2> 1195479 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@529b8c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a737b),segFN=segments_1,generation=1}
   [junit4]   2> 1195479 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1195480 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema 
[backuprestore_shard1_replica1] Schema name=minimal
   [junit4]   2> 1195480 INFO  
(OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica2) 
[n:127.0.0.1:33913_solr c:backuprestore s:shard1 r:core_node2 
x:backuprestore_shard1_replica2] o.a.s.c.SolrCore Looking for old index 
directories to cleanup for core backuprestore_shard1_replica2 in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2/./backuprestore_shard1_replica2/data/
   [junit4]   2> 1195480 WARN  
(OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica2) 
[n:127.0.0.1:33913_solr c:backuprestore s:shard1 r:core_node2 
x:backuprestore_shard1_replica2] o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2/./backuprestore_shard1_replica2/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1195485 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1195485 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema 
[backuprestore_shard2_replica1] Schema name=minimal
   [junit4]   2> 1195485 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 1195485 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] 
o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard2_replica2' using 
configuration from collection backuprestore
   [junit4]   2> 1195486 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1195486 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1195486 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] 
o.a.s.c.SolrCore [[backuprestore_shard2_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2/backuprestore_shard2_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2/./backuprestore_shard2_replica2/data/]
   [junit4]   2> 1195486 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
backuprestore_shard2_replica2
   [junit4]   2> 1195487 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1195487 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 1195487 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2/./backuprestore_shard2_replica2/data
   [junit4]   2> 1195487 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 1195487 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2/./backuprestore_shard2_replica2/data/index/
   [junit4]   2> 1195487 WARN  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] 
o.a.s.c.SolrCore [backuprestore_shard2_replica2] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2/./backuprestore_shard2_replica2/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1195487 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1195488 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2/./backuprestore_shard2_replica2/data/index
   [junit4]   2> 1195488 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@7a726c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@432399),segFN=segments_1,generation=1}
   [junit4]   2> 1195488 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1195488 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1195489 INFO  
(OldIndexDirectoryCleanupThreadForCore-backuprestore_shard2_replica2) 
[n:127.0.0.1:33913_solr c:backuprestore s:shard2 r:core_node1 
x:backuprestore_shard2_replica2] o.a.s.c.SolrCore Looking for old index 
directories to cleanup for core backuprestore_shard2_replica2 in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2/./backuprestore_shard2_replica2/data/
   [junit4]   2> 1195489 WARN  
(OldIndexDirectoryCleanupThreadForCore-backuprestore_shard2_replica2) 
[n:127.0.0.1:33913_solr c:backuprestore s:shard2 r:core_node1 
x:backuprestore_shard2_replica2] o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node2/./backuprestore_shard2_replica2/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1195489 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 1195489 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1195490 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1195490 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1195490 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1195490 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard1_replica1' using 
configuration from collection backuprestore
   [junit4]   2> 1195490 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1195490 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] 
o.a.s.c.SolrCore [[backuprestore_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node1/backuprestore_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node1/./backuprestore_shard1_replica1/data/]
   [junit4]   2> 1195490 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1195490 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
backuprestore_shard1_replica1
   [junit4]   2> 1195490 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard2_replica1' using 
configuration from collection backuprestore
   [junit4]   2> 1195491 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1195491 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica1] 
o.a.s.c.SolrCore [[backuprestore_shard2_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node1/backuprestore_shard2_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node1/./backuprestore_shard2_replica1/data/]
   [junit4]   2> 1195491 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1195491 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1195491 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica1] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
backuprestore_shard2_replica1
   [junit4]   2> 1195491 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node1/./backuprestore_shard1_replica1/data
   [junit4]   2> 1195491 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node1/./backuprestore_shard1_replica1/data/index/
   [junit4]   2> 1195491 WARN  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] 
o.a.s.c.SolrCore [backuprestore_shard1_replica1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node1/./backuprestore_shard1_replica1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1195491 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@529b8c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a737b),segFN=segments_1,generation=1}
   [junit4]   2> 1195491 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1195492 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@17438e9[backuprestore_shard1_replica2] main]
   [junit4]   2> 1195492 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node1/./backuprestore_shard2_replica1/data
   [junit4]   2> 1195492 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node1/./backuprestore_shard2_replica1/data/index/
   [junit4]   2> 1195492 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/backuprestore]
   [junit4]   2> 1195492 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node1/./backuprestore_shard1_replica1/data/index
   [junit4]   2> 1195492 WARN  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica1] 
o.a.s.c.SolrCore [backuprestore_shard2_replica1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node1/./backuprestore_shard2_replica1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1195492 INFO  (qtp7292270-4460) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard2 r:core_node1 x:backuprestore_shard2_replica2] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 1195492 INFO  (qtp13662607-4469) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node1/./backuprestore_shard2_replica1/data/index
   [junit4]   2> 1195492 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@19513d5 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f92047),segFN=segments_1,generation=1}
   [junit4]   2> 1195492 INFO  (qtp13662607-4467) [n:127.0.0.1:38153_solr 
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1195492 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.c.c.ZkStateReader path=[/collections/backuprestore] [configName]=[conf1] 
specified config exists in ZooKeeper
   [junit4]   2> 1195493 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1195493 INFO  
(OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica1) 
[n:127.0.0.1:38153_solr c:backuprestore s:shard1 r:core_node3 
x:backuprestore_shard1_replica1] o.a.s.c.SolrCore Looking for old index 
directories to cleanup for core backuprestore_shard1_replica1 in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/node1/./backuprestore_shard1_replica1/data/
   [junit4]   2> 1195493 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1195494 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1195494 INFO  (qtp7292270-4472) [n:127.0.0.1:33913_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1195494 WARN  
(OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica1) 
[n:127.0.0.1:38153_solr c:backuprestore s:shard1 r:core_node3 
x:backuprestore_shard1_replica1] o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_5BDB8779A2DB9146-001/tempDir-001/

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

 [junit4]   2>  at 
org.apache.solr.cloud.ZkController$4.run(ZkController.java:2425)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error 
creating ZooKeeper watch for the managed schema
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:773)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.reload(SolrCore.java:462)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:915)
   [junit4]   2>        ... 2 more
   [junit4]   2> Caused by: org.apache.solr.common.cloud.ZooKeeperException: 
Error creating ZooKeeper watch for the managed schema
   [junit4]   2>        at 
org.apache.solr.schema.ZkIndexSchemaReader.createSchemaWatcher(ZkIndexSchemaReader.java:115)
   [junit4]   2>        at 
org.apache.solr.schema.ZkIndexSchemaReader.<init>(ZkIndexSchemaReader.java:70)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.inform(ManagedIndexSchemaFactory.java:378)
   [junit4]   2>        at 
org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:675)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:753)
   [junit4]   2>        ... 4 more
   [junit4]   2> Caused by: 
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /configs/conf1/managed-schema
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:297)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:294)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:294)
   [junit4]   2>        at 
org.apache.solr.schema.ZkIndexSchemaReader.createSchemaWatcher(ZkIndexSchemaReader.java:83)
   [junit4]   2>        ... 8 more
   [junit4]   2> May 05, 2016 6:46:11 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(Lucene60): 
{_version_=PostingsFormat(name=Direct), 
id=PostingsFormat(name=LuceneVarGapFixedInterval), 
myNewField1=PostingsFormat(name=LuceneVarGapFixedInterval), 
myNewField=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{}, 
maxPointsInLeafNode=296, maxMBSortInHeap=7.935135451266917, 
sim=ClassicSimilarity, locale=und, timezone=Libya
   [junit4]   2> NOTE: Linux 4.2.0-35-generic i386/Oracle Corporation 1.8.0_92 
(32-bit)/cpus=12,threads=1,free=72102152,total=530055168
   [junit4]   2> NOTE: All tests run in this JVM: [TestQuerySenderListener, 
TestRTimerTree, DistributedQueueTest, TestExpandComponent, 
ChangedSchemaMergeTest, DistanceFunctionTest, TestCloudManagedSchema, 
TestScoreJoinQPScore, HdfsSyncSliceTest, DistributedFacetPivotWhiteBoxTest, 
ZkSolrClientTest, ShardRoutingTest, TestFieldCollectionResource, 
TestSolrDeletionPolicy2, TestBlendedInfixSuggestions, TestCloudDeleteByQuery, 
TestConfigSetProperties, TestUpdate, ZkControllerTest, InfoHandlerTest, 
DOMUtilTest, MergeStrategyTest, BufferStoreTest, TestRandomRequestDistribution, 
SpatialFilterTest, HLLUtilTest, CheckHdfsIndexTest, NotRequiredUniqueKeyTest, 
TestDefaultSearchFieldResource, BasicAuthIntegrationTest, 
SchemaVersionSpecificBehaviorTest, TestSystemIdResolver, 
HdfsUnloadDistributedZkTest, BasicFunctionalityTest, 
DistributedSuggestComponentTest, TestSolrQueryParserDefaultOperatorResource, 
SolrPluginUtilsTest, SharedFSAutoReplicaFailoverUtilsTest, 
DistribCursorPagingTest, TestRawTransformer, SolrXmlInZkTest, 
JavabinLoaderTest, DocExpirationUpdateProcessorFactoryTest, 
TestShortCircuitedRequests, LeaderInitiatedRecoveryOnShardRestartTest, 
MoreLikeThisHandlerTest, SaslZkACLProviderTest, TestBinaryResponseWriter, 
TestSimpleQParserPlugin, CollectionsAPIDistributedZkTest, 
CollectionsAPIAsyncDistributedZkTest, TestNoOpRegenerator, ConfigSetsAPITest, 
BlockJoinFacetSimpleTest, TestNonDefinedSimilarityFactory, 
TestExactSharedStatsCache, TestCursorMarkWithoutUniqueKey, 
SuggestComponentContextFilterQueryTest, ZkCLITest, ClusterStateUpdateTest, 
DirectoryFactoryTest, DocumentBuilderTest, AtomicUpdatesTest, 
TestStressVersions, ExplicitHLLTest, HdfsBasicDistributedZk2Test, 
TestRandomCollapseQParserPlugin, UpdateRequestProcessorFactoryTest, 
UniqFieldsUpdateProcessorFactoryTest, DistributedDebugComponentTest, 
RestartWhileUpdatingTest, TestHdfsUpdateLog, ChaosMonkeySafeLeaderTest, 
TestEmbeddedSolrServerConstructors, ShardRoutingCustomTest, RequestLoggingTest, 
SimplePostToolTest, TestSolrFieldCacheMBean, PreAnalyzedUpdateProcessorTest, 
TestSurroundQueryParser, SpellingQueryConverterTest, 
DistributedTermsComponentTest, DataDrivenBlockJoinTest, 
DistributedMLTComponentTest, TestDFRSimilarityFactory, TestFiltering, 
OpenExchangeRatesOrgProviderTest, DistributedFacetPivotLongTailTest, 
MBeansHandlerTest, TestFilteredDocIdSet, ConvertedLegacyTest, 
HttpPartitionTest, TestPartialUpdateDeduplication, DeleteReplicaTest, 
TestDistributedGrouping, OpenCloseCoreStressTest, BasicDistributedZkTest, 
TestReplicationHandler, TestRecovery, TestHashPartitioner, 
TermVectorComponentDistributedTest, HardAutoCommitTest, TestRangeQuery, 
TestCoreContainer, TestSolr4Spatial, SolrCoreTest, SpellCheckComponentTest, 
BadIndexSchemaTest, TestSort, DirectUpdateHandlerTest, TestIndexSearcher, 
ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, 
DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, 
SolrIndexSplitterTest, SignatureUpdateProcessorFactoryTest, 
SpellCheckCollatorTest, CoreAdminHandlerTest, SuggesterTest, TestStressLucene, 
TestTrie, SuggesterWFSTTest, TestCSVLoader, NoCacheHeaderTest, 
WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, 
TestPseudoReturnFields, TestWordDelimiterFilterFactory, QueryEqualityTest, 
SortByFunctionTest, TestSolrDeletionPolicy1, CacheHeaderTest, 
IndexBasedSpellCheckerTest, StandardRequestHandlerTest, TestQueryTypes, 
PrimitiveFieldTypeTest, TermsComponentTest, PathHierarchyTokenizerFactoryTest, 
RequiredFieldsTest, FastVectorHighlighterTest, LoggingHandlerTest, 
TestJmxIntegration, BinaryUpdateRequestHandlerTest, PingRequestHandlerTest, 
TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, 
SolrIndexConfigTest, TestStressRecovery, TestMergePolicyConfig, MultiTermTest, 
TestDocSet, NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, 
TestConfig, OutputWriterTest, TestFuzzyAnalyzedSuggestions, 
ExternalFileFieldSortTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, 
DirectSolrConnectionTest, TestPhraseSuggestions, SpellPossibilityIteratorTest, 
TestCodecSupport, SynonymTokenizerTest, EchoParamsTest, 
TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, 
TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, 
TestBM25SimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, 
TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, TestTolerantSearch, 
ConnectionReuseTest, AsyncMigrateRouteKeyTest, CollectionStateFormat2Test, 
ConnectionManagerTest, CustomCollectionTest, MultiThreadedOCPTest, 
RollingRestartTest, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, 
TestDistribDocBasedVersion, TestDownShardTolerantSearch, 
TestLeaderElectionZkExpiry, TestMiniSolrCloudClusterBase, 
TestOnReconnectListenerSupport, TestRebalanceLeaders, TestRequestForwarding, 
TestRequestStatusCollectionAPI, TestStressLiveNodes, 
CachingDirectoryFactoryTest, TestConfigSets, TestDynamicLoading, 
CoreAdminRequestStatusTest, SpatialHeatmapFacetsTest, 
TestFieldTypeCollectionResource, TestSchemaNameResource, 
TestSchemaSimilarityResource, TestUniqueKeyFieldResource, 
TestManagedSynonymFilterFactory, EnumFieldTest, TestCollationFieldDocValues, 
TestManagedSchema, TestManagedSchemaAPI]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestManagedSchemaAPI -Dtests.seed=5BDB8779A2DB9146 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=und 
-Dtests.timezone=Libya -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestManagedSchemaAPI (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 1 
object(s) that were not released!!! [MockDirectoryWrapper]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5BDB8779A2DB9146]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:256)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [539/594 (2!)] on J1 in 14.53s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 179 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:740: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:684: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error 
occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build.xml:233: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/common-build.xml:529: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1457: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1014: 
There were test failures: 594 suites (10 ignored), 2402 tests, 1 suite-level 
error, 1 error, 114 ignored (70 assumptions) [seed: 5BDB8779A2DB9146]

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


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

Reply via email to