Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/5814/
Java: 32bit/jdk1.8.0_92 -server -XX:+UseSerialGC

3 tests failed.
FAILED:  org.apache.solr.cloud.TestCloudBackupRestore.test

Error Message:
Error from server at http://127.0.0.1:65011/solr: Backup directory already 
exists: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-002\mytestbackup

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:65011/solr: Backup directory already exists: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-002\mytestbackup
        at 
__randomizedtesting.SeedInfo.seed([539D76AAF762E5C9:DBC94970599E8831]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1192)
        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.SolrRequest.process(SolrRequest.java:166)
        at 
org.apache.solr.cloud.TestCloudBackupRestore.testBackupAndRestore(TestCloudBackupRestore.java:152)
        at 
org.apache.solr.cloud.TestCloudBackupRestore.test(TestCloudBackupRestore.java:108)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.schema.TestManagedSchemaAPI

Error Message:
ObjectTracker found 8 object(s) that were not released!!! 
[MockDirectoryWrapper, MDCAwareThreadPoolExecutor, TransactionLog, 
MockDirectoryWrapper, MockDirectoryWrapper, MDCAwareThreadPoolExecutor, 
MockDirectoryWrapper, TransactionLog]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 8 object(s) that were not 
released!!! [MockDirectoryWrapper, MDCAwareThreadPoolExecutor, TransactionLog, 
MockDirectoryWrapper, MockDirectoryWrapper, MDCAwareThreadPoolExecutor, 
MockDirectoryWrapper, TransactionLog]
        at __randomizedtesting.SeedInfo.seed([539D76AAF762E5C9]: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:255)
        at sun.reflect.GeneratedMethodAccessor18.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:  junit.framework.TestSuite.org.apache.solr.schema.TestManagedSchemaAPI

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog\tlog.0000000000000000000:
 java.nio.file.FileSystemException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog\tlog.0000000000000000000:
 The process cannot access the file because it is being used by another 
process.     
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1\data:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1\data
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001
 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of 
attempts):
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog\tlog.0000000000000000000:
 java.nio.file.FileSystemException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog\tlog.0000000000000000000:
 The process cannot access the file because it is being used by another process.

   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1\data:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1\data
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001

        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        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 10642 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudBackupRestore
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\init-core-data-001
   [junit4]   2> 144633 INFO  
(SUITE-TestCloudBackupRestore-seed#[539D76AAF762E5C9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 144640 INFO  
(SUITE-TestCloudBackupRestore-seed#[539D76AAF762E5C9]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 144641 INFO  (Thread-338) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 144641 INFO  (Thread-338) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 144741 INFO  
(SUITE-TestCloudBackupRestore-seed#[539D76AAF762E5C9]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:65007
   [junit4]   2> 144741 INFO  
(SUITE-TestCloudBackupRestore-seed#[539D76AAF762E5C9]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 144742 INFO  
(SUITE-TestCloudBackupRestore-seed#[539D76AAF762E5C9]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 144749 INFO  (zkCallback-99-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@110b44 name:ZooKeeperConnection 
Watcher:127.0.0.1:65007 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 144749 INFO  
(SUITE-TestCloudBackupRestore-seed#[539D76AAF762E5C9]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 144749 INFO  
(SUITE-TestCloudBackupRestore-seed#[539D76AAF762E5C9]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 144749 INFO  
(SUITE-TestCloudBackupRestore-seed#[539D76AAF762E5C9]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 144763 INFO  (jetty-launcher-98-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 144764 INFO  (jetty-launcher-98-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 144764 INFO  (jetty-launcher-98-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1cd2215{/solr,null,AVAILABLE}
   [junit4]   2> 144765 INFO  (jetty-launcher-98-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3917a7{/solr,null,AVAILABLE}
   [junit4]   2> 144777 INFO  (jetty-launcher-98-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@5f0880{HTTP/1.1,[http/1.1]}{127.0.0.1:65014}
   [junit4]   2> 144777 INFO  (jetty-launcher-98-thread-1) [    ] 
o.e.j.s.Server Started @149839ms
   [junit4]   2> 144777 INFO  (jetty-launcher-98-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65014}
   [junit4]   2> 144778 INFO  (jetty-launcher-98-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 144778 INFO  (jetty-launcher-98-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node1'
   [junit4]   2> 144778 INFO  (jetty-launcher-98-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 144778 INFO  (jetty-launcher-98-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 144781 INFO  (jetty-launcher-98-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1c5378a{HTTP/1.1,[http/1.1]}{127.0.0.1:65011}
   [junit4]   2> 144781 INFO  (jetty-launcher-98-thread-2) [    ] 
o.e.j.s.Server Started @149843ms
   [junit4]   2> 144781 INFO  (jetty-launcher-98-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65011}
   [junit4]   2> 144782 INFO  (jetty-launcher-98-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 144782 INFO  (jetty-launcher-98-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node2'
   [junit4]   2> 144782 INFO  (jetty-launcher-98-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 144782 INFO  (jetty-launcher-98-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 144783 INFO  (jetty-launcher-98-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 144784 INFO  (jetty-launcher-98-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 144785 INFO  (jetty-launcher-98-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 144786 INFO  (jetty-launcher-98-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 144789 INFO  (zkCallback-100-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1afc4a8 name:ZooKeeperConnection 
Watcher:127.0.0.1:65007/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 144789 INFO  (jetty-launcher-98-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 144789 INFO  (jetty-launcher-98-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 144791 INFO  (jetty-launcher-98-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 144792 INFO  (zkCallback-101-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@108f032 name:ZooKeeperConnection 
Watcher:127.0.0.1:65007/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 144792 INFO  (jetty-launcher-98-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 144792 INFO  (jetty-launcher-98-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 144793 INFO  (jetty-launcher-98-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 144811 INFO  (jetty-launcher-98-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node2\.
   [junit4]   2> 144811 INFO  (jetty-launcher-98-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 21106877
   [junit4]   2> 144811 INFO  (jetty-launcher-98-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node2]
   [junit4]   2> 144812 WARN  (jetty-launcher-98-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node2\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node2\lib
   [junit4]   2> 144812 INFO  (jetty-launcher-98-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,
   [junit4]   2> 144818 INFO  (jetty-launcher-98-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node1\.
   [junit4]   2> 144818 INFO  (jetty-launcher-98-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 25374226
   [junit4]   2> 144818 INFO  (jetty-launcher-98-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node1]
   [junit4]   2> 144818 WARN  (jetty-launcher-98-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node1\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node1\lib
   [junit4]   2> 144818 INFO  (jetty-launcher-98-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 144818 INFO  (jetty-launcher-98-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,
   [junit4]   2> 144820 INFO  (jetty-launcher-98-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 144820 INFO  (jetty-launcher-98-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 144820 INFO  (jetty-launcher-98-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 144820 INFO  (jetty-launcher-98-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65007/solr
   [junit4]   2> 144820 INFO  (jetty-launcher-98-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 144820 INFO  (jetty-launcher-98-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 144822 INFO  (jetty-launcher-98-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 144823 INFO  (jetty-launcher-98-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 144823 INFO  (jetty-launcher-98-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65007/solr
   [junit4]   2> 144823 INFO  (jetty-launcher-98-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 144823 INFO  (jetty-launcher-98-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 144823 INFO  (jetty-launcher-98-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 144827 INFO  (jetty-launcher-98-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 144833 INFO  (zkCallback-106-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@78d88b name:ZooKeeperConnection 
Watcher:127.0.0.1:65007 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 144833 INFO  (jetty-launcher-98-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 144833 INFO  (jetty-launcher-98-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 144837 INFO  (zkCallback-107-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@149a724 name:ZooKeeperConnection 
Watcher:127.0.0.1:65007 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 144837 INFO  (jetty-launcher-98-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 144837 INFO  (jetty-launcher-98-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 144839 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15476160a700003, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 144840 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$34/29006536@1721006
   [junit4]   2> 144843 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 144844 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15476160a700004, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 144847 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$34/29006536@16fe0f0
   [junit4]   2> 144851 INFO  
(zkCallback-108-thread-1-processing-n:127.0.0.1:65011_solr) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1d5adee name:ZooKeeperConnection 
Watcher:127.0.0.1:65007/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 144851 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 144851 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 144853 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 144854 INFO  
(zkCallback-109-thread-1-processing-n:127.0.0.1:65014_solr) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@10faaa name:ZooKeeperConnection 
Watcher:127.0.0.1:65007/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 144855 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 144858 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 144861 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 144865 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 144866 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 144869 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 144870 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 144873 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 144873 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 144876 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 144878 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 144879 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 144882 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 144882 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 144884 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 144884 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 144885 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 144885 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 144888 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 144888 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 144889 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 144890 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 144893 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 144895 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 144895 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 144895 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 144895 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 144895 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95831329118093318-127.0.0.1:65014_solr-n_0000000000
   [junit4]   2> 144895 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95831329118093317-127.0.0.1:65011_solr-n_0000000001
   [junit4]   2> 144900 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:65014_solr
   [junit4]   2> 144900 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 144900 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95831329118093318-127.0.0.1:65014_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 144901 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65011_solr
   [junit4]   2> 144902 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.Overseer Overseer 
(id=95831329118093318-127.0.0.1:65014_solr-n_0000000000) starting
   [junit4]   2> 144902 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:65011_solr
   [junit4]   2> 144903 INFO  
(zkCallback-108-thread-1-processing-n:127.0.0.1:65011_solr) 
[n:127.0.0.1:65011_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> 144904 INFO  
(zkCallback-109-thread-1-processing-n:127.0.0.1:65014_solr) 
[n:127.0.0.1:65014_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> 144907 INFO  
(zkCallback-108-thread-1-processing-n:127.0.0.1:65011_solr) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 144907 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 144909 INFO  
(zkCallback-109-thread-1-processing-n:127.0.0.1:65014_solr) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 144931 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 144931 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 144932 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 144933 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node2\.
   [junit4]   2> 144934 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:65014_solr as DOWN
   [junit4]   2> 144935 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 144935 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 144935 INFO  (jetty-launcher-98-thread-2) 
[n:127.0.0.1:65011_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 144936 INFO  
(OverseerCollectionConfigSetProcessor-95831329118093318-127.0.0.1:65014_solr-n_0000000000)
 [n:127.0.0.1:65014_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 144936 INFO  
(OverseerStateUpdate-95831329118093318-127.0.0.1:65014_solr-n_0000000000) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 144939 INFO  
(OverseerStateUpdate-95831329118093318-127.0.0.1:65014_solr-n_0000000000) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (1)
   [junit4]   2> 144941 INFO  
(OverseerStateUpdate-95831329118093318-127.0.0.1:65014_solr-n_0000000000) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:65014_solr"} current state version: 0
   [junit4]   2> 144941 INFO  
(OverseerStateUpdate-95831329118093318-127.0.0.1:65014_solr-n_0000000000) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:65014_solr
   [junit4]   2> 145937 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65014_solr
   [junit4]   2> 145938 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:65014_solr
   [junit4]   2> 145939 INFO  
(zkCallback-109-thread-1-processing-n:127.0.0.1:65014_solr) 
[n:127.0.0.1:65014_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> 145939 INFO  
(zkCallback-108-thread-1-processing-n:127.0.0.1:65011_solr) 
[n:127.0.0.1:65011_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> 145941 INFO  
(zkCallback-109-thread-1-processing-n:127.0.0.1:65014_solr) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 145942 INFO  
(zkCallback-108-thread-1-processing-n:127.0.0.1:65011_solr) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 145960 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 145960 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 145961 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node1\.
   [junit4]   2> 145962 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 145964 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 145964 INFO  (jetty-launcher-98-thread-1) 
[n:127.0.0.1:65014_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 145964 INFO  
(SUITE-TestCloudBackupRestore-seed#[539D76AAF762E5C9]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 145965 INFO  
(SUITE-TestCloudBackupRestore-seed#[539D76AAF762E5C9]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 145972 INFO  (zkCallback-110-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@15bec09 name:ZooKeeperConnection 
Watcher:127.0.0.1:65007 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 145972 INFO  
(SUITE-TestCloudBackupRestore-seed#[539D76AAF762E5C9]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 145973 INFO  
(SUITE-TestCloudBackupRestore-seed#[539D76AAF762E5C9]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 145975 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15476160a700007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 145977 INFO  
(SUITE-TestCloudBackupRestore-seed#[539D76AAF762E5C9]-worker) [    ] 
o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 
127.0.0.1:65007/solr
   [junit4]   2> 145979 INFO  
(SUITE-TestCloudBackupRestore-seed#[539D76AAF762E5C9]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 145980 INFO  
(SUITE-TestCloudBackupRestore-seed#[539D76AAF762E5C9]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 145984 INFO  (zkCallback-112-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@158f54b name:ZooKeeperConnection 
Watcher:127.0.0.1:65007/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 145984 INFO  
(SUITE-TestCloudBackupRestore-seed#[539D76AAF762E5C9]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 145984 INFO  
(SUITE-TestCloudBackupRestore-seed#[539D76AAF762E5C9]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 145984 INFO  
(SUITE-TestCloudBackupRestore-seed#[539D76AAF762E5C9]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 145986 INFO  
(SUITE-TestCloudBackupRestore-seed#[539D76AAF762E5C9]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 145992 INFO  
(SUITE-TestCloudBackupRestore-seed#[539D76AAF762E5C9]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 145999 INFO  
(SUITE-TestCloudBackupRestore-seed#[539D76AAF762E5C9]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 146050 INFO  
(TEST-TestCloudBackupRestore.test-seed#[539D76AAF762E5C9]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 146065 INFO  (qtp3509220-1001) [n:127.0.0.1:65014_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&property.customKey=customValue&collection.configName=conf1&maxShardsPerNode=2&name=backuprestore&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 146070 INFO  
(OverseerCollectionConfigSetProcessor-95831329118093318-127.0.0.1:65014_solr-n_0000000000)
 [n:127.0.0.1:65014_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>   "operation":"create"}
   [junit4]   2> 146072 INFO  
(OverseerThreadFactory-359-thread-1-processing-n:127.0.0.1:65014_solr) 
[n:127.0.0.1:65014_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>   "operation":"create"}
   [junit4]   2> 146072 INFO  
(OverseerThreadFactory-359-thread-1-processing-n:127.0.0.1:65014_solr) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create 
collection backuprestore
   [junit4]   2> 146073 INFO  
(OverseerThreadFactory-359-thread-1-processing-n:127.0.0.1:65014_solr) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating 
collections conf node /collections/backuprestore 
   [junit4]   2> 146075 INFO  
(OverseerThreadFactory-359-thread-1-processing-n:127.0.0.1:65014_solr) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/collections/backuprestore
   [junit4]   2> 146077 INFO  
(zkCallback-108-thread-1-processing-n:127.0.0.1:65011_solr) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.c.ZkStateReader A collections change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], 
has occurred - updating...
   [junit4]   2> 146077 INFO  
(zkCallback-109-thread-1-processing-n:127.0.0.1:65014_solr) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.c.ZkStateReader A collections change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], 
has occurred - updating...
   [junit4]   2> 146077 INFO  (zkCallback-112-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 146083 INFO  
(OverseerStateUpdate-95831329118093318-127.0.0.1:65014_solr-n_0000000000) 
[n:127.0.0.1:65014_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>   "operation":"create"} current state version: 0
   [junit4]   2> 146083 INFO  
(OverseerStateUpdate-95831329118093318-127.0.0.1:65014_solr-n_0000000000) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: backuprestore
   [junit4]   2> 146085 INFO  
(OverseerStateUpdate-95831329118093318-127.0.0.1:65014_solr-n_0000000000) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/backuprestore/state.json
   [junit4]   2> 146183 INFO  
(OverseerThreadFactory-359-thread-1-processing-n:127.0.0.1:65014_solr) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
SolrCores for new collection backuprestore, shardNames [shard1, shard2] , 
replicationFactor : 2
   [junit4]   2> 146183 INFO  
(OverseerThreadFactory-359-thread-1-processing-n:127.0.0.1:65014_solr) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
core backuprestore_shard1_replica1 as part of shard shard1 of collection 
backuprestore on 127.0.0.1:65014_solr
   [junit4]   2> 146184 INFO  
(OverseerThreadFactory-359-thread-1-processing-n:127.0.0.1:65014_solr) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
core backuprestore_shard1_replica2 as part of shard shard1 of collection 
backuprestore on 127.0.0.1:65011_solr
   [junit4]   2> 146184 INFO  
(OverseerThreadFactory-359-thread-1-processing-n:127.0.0.1:65014_solr) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
core backuprestore_shard2_replica1 as part of shard shard2 of collection 
backuprestore on 127.0.0.1:65014_solr
   [junit4]   2> 146186 INFO  
(OverseerThreadFactory-359-thread-1-processing-n:127.0.0.1:65014_solr) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
core backuprestore_shard2_replica2 as part of shard shard2 of collection 
backuprestore on 127.0.0.1:65011_solr
   [junit4]   2> 146189 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_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> 146189 INFO  (qtp13644971-995) [n:127.0.0.1:65011_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> 146196 INFO  (qtp3509220-999) [n:127.0.0.1:65014_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> 146196 INFO  (qtp13644971-995) [n:127.0.0.1:65011_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> 146198 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 146199 INFO  (qtp3509220-999) [n:127.0.0.1:65014_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> 146199 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController 
Registering watch for collection backuprestore
   [junit4]   2> 146199 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] 
o.a.s.c.c.ZkStateReader addZkWatch [backuprestore]
   [junit4]   2> 146200 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_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> 146200 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] 
o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 146200 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 146201 INFO  
(OverseerStateUpdate-95831329118093318-127.0.0.1:65014_solr-n_0000000000) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:65011/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:65011_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> 146201 INFO  (qtp3509220-999) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 146202 INFO  
(OverseerStateUpdate-95831329118093318-127.0.0.1:65014_solr-n_0000000000) 
[n:127.0.0.1:65014_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:65011/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:65011_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 146202 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 146202 INFO  (qtp3509220-999) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController 
Registering watch for collection backuprestore
   [junit4]   2> 146202 INFO  (qtp3509220-999) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] 
o.a.s.c.c.ZkStateReader addZkWatch [backuprestore]
   [junit4]   2> 146203 INFO  (qtp13644971-992) [n:127.0.0.1:65011_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> 146203 INFO  (qtp3509220-999) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] 
o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 146203 INFO  (qtp3509220-999) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 146203 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController 
Registering watch for collection backuprestore
   [junit4]   2> 146203 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 146204 INFO  (qtp13644971-992) [n:127.0.0.1:65011_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> 146204 INFO  
(OverseerStateUpdate-95831329118093318-127.0.0.1:65014_solr-n_0000000000) 
[n:127.0.0.1:65014_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:65014/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:65014_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> 146205 INFO  (qtp13644971-992) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 146206 INFO  (qtp13644971-992) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController 
Registering watch for collection backuprestore
   [junit4]   2> 146206 INFO  (qtp13644971-992) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 146206 INFO  
(OverseerStateUpdate-95831329118093318-127.0.0.1:65014_solr-n_0000000000) 
[n:127.0.0.1:65014_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:65014/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:65014_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 146207 INFO  
(OverseerStateUpdate-95831329118093318-127.0.0.1:65014_solr-n_0000000000) 
[n:127.0.0.1:65014_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:65014/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:65014_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> 146208 INFO  
(OverseerStateUpdate-95831329118093318-127.0.0.1:65014_solr-n_0000000000) 
[n:127.0.0.1:65014_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:65014/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:65014_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 146211 INFO  
(OverseerStateUpdate-95831329118093318-127.0.0.1:65014_solr-n_0000000000) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:65011/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:65011_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> 146212 INFO  
(OverseerStateUpdate-95831329118093318-127.0.0.1:65014_solr-n_0000000000) 
[n:127.0.0.1:65014_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:65011/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:65011_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 146315 INFO  
(OverseerStateUpdate-95831329118093318-127.0.0.1:65014_solr-n_0000000000) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/backuprestore/state.json version: 0
   [junit4]   2> 146316 INFO  
(zkCallback-109-thread-1-processing-n:127.0.0.1:65014_solr) 
[n:127.0.0.1:65014_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> 146316 INFO  
(zkCallback-108-thread-1-processing-n:127.0.0.1:65011_solr) 
[n:127.0.0.1:65011_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> 146317 INFO  
(zkCallback-108-thread-1-processing-n:127.0.0.1:65011_solr) 
[n:127.0.0.1:65011_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[backuprestore] from [0] to [1]
   [junit4]   2> 146317 INFO  
(zkCallback-109-thread-1-processing-n:127.0.0.1:65014_solr) 
[n:127.0.0.1:65014_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[backuprestore] from [0] to [1]
   [junit4]   2> 147200 INFO  (qtp13644971-995) [n:127.0.0.1:65011_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> 147200 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController 
Check for collection zkNode:backuprestore
   [junit4]   2> 147200 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 147200 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/backuprestore]
   [junit4]   2> 147201 INFO  (qtp13644971-995) [n:127.0.0.1:65011_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> 147201 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node2\backuprestore_shard1_replica2'
   [junit4]   2> 147201 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 147201 INFO  (qtp13644971-995) [n:127.0.0.1:65011_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> 147203 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_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> 147203 INFO  (qtp3509220-999) [n:127.0.0.1:65014_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> 147203 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController 
Check for collection zkNode:backuprestore
   [junit4]   2> 147203 INFO  (qtp3509220-999) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController 
Check for collection zkNode:backuprestore
   [junit4]   2> 147203 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 147203 INFO  (qtp3509220-999) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 147203 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 147203 INFO  (qtp3509220-999) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/backuprestore]
   [junit4]   2> 147203 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/backuprestore]
   [junit4]   2> 147205 INFO  (qtp3509220-999) [n:127.0.0.1:65014_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> 147205 INFO  (qtp3509220-999) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node1\backuprestore_shard1_replica1'
   [junit4]   2> 147205 INFO  (qtp3509220-999) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 147205 INFO  (qtp3509220-999) [n:127.0.0.1:65014_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> 147205 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_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> 147205 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node1\backuprestore_shard2_replica1'
   [junit4]   2> 147205 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 147205 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_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> 147207 INFO  (qtp13644971-992) [n:127.0.0.1:65011_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> 147207 INFO  (qtp13644971-992) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController 
Check for collection zkNode:backuprestore
   [junit4]   2> 147208 INFO  (qtp13644971-992) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 147208 INFO  (qtp13644971-992) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/backuprestore]
   [junit4]   2> 147208 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 147210 INFO  (qtp3509220-999) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 147211 INFO  (qtp13644971-992) [n:127.0.0.1:65011_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> 147212 INFO  (qtp13644971-992) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node2\backuprestore_shard2_replica2'
   [junit4]   2> 147212 INFO  (qtp13644971-992) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 147212 INFO  (qtp13644971-992) [n:127.0.0.1:65011_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> 147215 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 147215 INFO  (qtp3509220-999) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 147225 INFO  (qtp3509220-999) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 147225 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 147227 INFO  (qtp13644971-992) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 147235 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 147236 INFO  (qtp3509220-999) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 147237 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 147238 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 147247 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 147248 INFO  (qtp13644971-992) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 147250 INFO  (qtp13644971-992) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 147251 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema 
[backuprestore_shard1_replica2] Schema name=minimal
   [junit4]   2> 147251 INFO  (qtp3509220-999) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema 
[backuprestore_shard1_replica1] Schema name=minimal
   [junit4]   2> 147252 INFO  (qtp13644971-992) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 147256 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema 
[backuprestore_shard2_replica1] Schema name=minimal
   [junit4]   2> 147264 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 147264 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 147266 INFO  (qtp3509220-999) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 147275 INFO  (qtp13644971-992) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema 
[backuprestore_shard2_replica2] Schema name=minimal
   [junit4]   2> 147276 INFO  (qtp3509220-999) [n:127.0.0.1:65014_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 147277 INFO  (qtp3509220-999) [n:127.0.0.1:65014_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> 147277 INFO  (qtp13644971-995) [n:127.0.0.1:65011_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 147277 INFO  (qtp13644971-995) [n:127.0.0.1:65011_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> 147277 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 147277 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_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> 147278 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 147278 INFO  (qtp3509220-999) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 147278 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 147278 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] 
o.a.s.c.SolrCore [[backuprestore_shard1_replica2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node2\backuprestore_shard1_replica2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\]
   [junit4]   2> 147278 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] 
o.a.s.c.SolrCore [[backuprestore_shard2_replica1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node1\backuprestore_shard2_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\]
   [junit4]   2> 147278 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
backuprestore_shard1_replica2
   [junit4]   2> 147278 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
backuprestore_shard2_replica1
   [junit4]   2> 147278 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\
   [junit4]   2> 147280 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\index/
   [junit4]   2> 147280 WARN  (qtp3509220-1000) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] 
o.a.s.c.SolrCore [backuprestore_shard2_replica1] Solr index directory 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 147278 INFO  (qtp3509220-999) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] 
o.a.s.c.SolrCore [[backuprestore_shard1_replica1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node1\backuprestore_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\]
   [junit4]   2> 147280 INFO  (qtp3509220-999) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
backuprestore_shard1_replica1
   [junit4]   2> 147280 INFO  (qtp13644971-992) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 147281 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\
   [junit4]   2> 147282 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\index/
   [junit4]   2> 147282 WARN  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] 
o.a.s.c.SolrCore [backuprestore_shard1_replica2] Solr index directory 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 147282 INFO  (qtp3509220-999) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\
   [junit4]   2> 147281 INFO  (qtp3509220-1000) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node1\.\backuprestore_shard2_replica1\data\index
   [junit4]   2> 147282 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node2\.\backuprestore_shard1_replica2\data\index
   [junit4]   2> 147282 INFO  (qtp3509220-999) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\index/
   [junit4]   2> 147282 WARN  (qtp3509220-999) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] 
o.a.s.c.SolrCore [backuprestore_shard1_replica1] Solr index directory 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 147283 INFO  (qtp3509220-999) [n:127.0.0.1:65014_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node1\.\backuprestore_shard1_replica1\data\index
   [junit4]   2> 147283 INFO  (qtp13644971-992) [n:127.0.0.1:65011_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=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 147283 INFO  (qtp13644971-992) [n:127.0.0.1:65011_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> 147285 INFO  (qtp13644971-992) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 147285 INFO  (qtp13644971-992) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] 
o.a.s.c.SolrCore [[backuprestore_shard2_replica2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node2\backuprestore_shard2_replica2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\]
   [junit4]   2> 147285 INFO  (qtp13644971-992) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
backuprestore_shard2_replica2
   [junit4]   2> 147285 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5d8c7a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e8b1ba),segFN=segments_1,generation=1}
   [junit4]   2> 147285 INFO  (qtp13644971-995) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica2] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 147285 INFO  (qtp13644971-992) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\
   [junit4]   2> 147285 INFO  (qtp13644971-992) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\index/
   [junit4]   2> 147285 WARN  (qtp13644971-992) [n:127.0.0.1:65011_solr 
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] 
o.a.s.c.SolrCore [backuprestore_shard2_replica2] Solr index directory 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudBackupRestore_539D76AAF762E5C9-001\tempDir-001\node2\.\backuprestore_shard2_replica2\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 147286 INFO  (qtp13644971-992) [n:127.0.0

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

toryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 315517 INFO  (Thread-926) [n:127.0.0.1:49638_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\.\testschemaapi_shard1_replica1\data\
   [junit4]   2> 315518 INFO  (Thread-926) [n:127.0.0.1:49638_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory looking to close 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\.\testschemaapi_shard1_replica1\data\index
 
[CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\.\testschemaapi_shard1_replica1\data\index;done=false>>]
   [junit4]   2> 315518 INFO  (Thread-926) [n:127.0.0.1:49638_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 315518 INFO  (Thread-926) [n:127.0.0.1:49638_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\.\testschemaapi_shard1_replica1\data\index
   [junit4]   2> 315518 WARN  (Thread-926) [n:127.0.0.1:49638_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: Unable to reload core 
[testschemaapi_shard1_replica1]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:945)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2489)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController$4.run(ZkController.java:2425)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not 
find config name for collection:testschemaapi
   [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:939)
   [junit4]   2>        ... 2 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not 
find config name for collection:testschemaapi
   [junit4]   2>        at 
org.apache.solr.rest.ManagedResourceStorage.newStorageIO(ManagedResourceStorage.java:101)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initRestManager(SolrCore.java:2284)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:749)
   [junit4]   2>        ... 4 more
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): 
{_version_=FSTOrd50, 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
myNewField1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 myNewField=BlockTreeOrds(blocksize=128)}, docValues:{}, 
maxPointsInLeafNode=1215, maxMBSortInHeap=6.941504718082792, 
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=id-ID, 
timezone=US/Arizona
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_92 
(32-bit)/cpus=3,threads=1,free=36372128,total=136343552
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldCollectionResource, 
TestLRUStatsCache, TestJoin, BadCopyFieldTest, TestPHPSerializedResponseWriter, 
DirectUpdateHandlerOptimizeTest, DistributedFacetPivotWhiteBoxTest, 
AliasIntegrationTest, FacetPivotSmallTest, TlogReplayBufferedWhileIndexingTest, 
ResponseLogComponentTest, ConnectionReuseTest, BlockCacheTest, 
AnalyticsMergeStrategyTest, TestTrie, DeleteReplicaTest, SynonymTokenizerTest, 
WrapperMergePolicyFactoryTest, OpenCloseCoreStressTest, TestHashQParserPlugin, 
DistributedIntervalFacetingTest, TestFoldingMultitermQuery, 
TestRandomRequestDistribution, SearchHandlerTest, DateFieldTest, 
BlockJoinFacetSimpleTest, TestCloudPivotFacet, SolrPluginUtilsTest, 
TestBinaryResponseWriter, TestManagedSchemaAPI]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestManagedSchemaAPI -Dtests.seed=539D76AAF762E5C9 -Dtests.slow=true 
-Dtests.locale=id-ID -Dtests.timezone=US/Arizona -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestManagedSchemaAPI (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 8 
object(s) that were not released!!! [MockDirectoryWrapper, 
MDCAwareThreadPoolExecutor, TransactionLog, MockDirectoryWrapper, 
MockDirectoryWrapper, MDCAwareThreadPoolExecutor, MockDirectoryWrapper, 
TransactionLog]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([539D76AAF762E5C9]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:255)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)Throwable #2: 
java.io.IOException: Could not remove the following files (in the order of 
attempts):
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog\tlog.0000000000000000000:
 java.nio.file.FileSystemException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog\tlog.0000000000000000000:
 The process cannot access the file because it is being used by another process.
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1\data:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1\data
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2\testschemaapi_shard1_replica1
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001\node2
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001\tempDir-001
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_539D76AAF762E5C9-001
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [61/593 (2!)] on J1 in 14.36s, 1 test, 1 failure, 1 error 
<<< FAILURES!

[...truncated 1720 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:740: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:684: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:59: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build.xml:233: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\common-build.xml:529:
 The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1457:
 The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1014:
 There were test failures: 593 suites (10 ignored), 2395 tests, 2 suite-level 
errors, 1 error, 124 ignored (80 assumptions) [seed: 539D76AAF762E5C9]

Total time: 75 minutes 43 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