Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/332/
Java: 64bit/jdk1.8.0_92 -XX:-UseCompressedOops -XX:+UseG1GC

4 tests failed.
FAILED:  org.apache.solr.cloud.TestRandomRequestDistribution.test

Error Message:
Shard a1x2_shard1_replica1 received all 10 requests

Stack Trace:
java.lang.AssertionError: Shard a1x2_shard1_replica1 received all 10 requests
        at 
__randomizedtesting.SeedInfo.seed([306D13643B351859:B8392CBE95C975A1]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.TestRandomRequestDistribution.testRequestTracking(TestRandomRequestDistribution.java:121)
        at 
org.apache.solr.cloud.TestRandomRequestDistribution.test(TestRandomRequestDistribution.java:65)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


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

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

Stack Trace:
java.lang.AssertionError: ObjectTracker found 8 object(s) that were not 
released!!! [MockDirectoryWrapper, TransactionLog, MDCAwareThreadPoolExecutor, 
MDCAwareThreadPoolExecutor, MockDirectoryWrapper, MockDirectoryWrapper, 
MockDirectoryWrapper, TransactionLog]
        at __randomizedtesting.SeedInfo.seed([306D13643B351859]: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.teardownTestCases(SolrTestCaseJ4.java:258)
        at sun.reflect.GeneratedMethodAccessor29.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-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000000:
 java.nio.file.FileSystemException: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000000:
 The process cannot access the file because it is being used by another 
process.     
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\testschemaapi_shard1_replica2\data\tlog:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\testschemaapi_shard1_replica2\data\tlog
    
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\testschemaapi_shard1_replica2\data:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\testschemaapi_shard1_replica2\data
    
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\testschemaapi_shard1_replica2:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\testschemaapi_shard1_replica2
    
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2
    
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001
 

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

   
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\testschemaapi_shard1_replica2\data\tlog:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\testschemaapi_shard1_replica2\data\tlog
   
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\testschemaapi_shard1_replica2\data:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\testschemaapi_shard1_replica2\data
   
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\testschemaapi_shard1_replica2:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\testschemaapi_shard1_replica2
   
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2
   
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-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)


FAILED:  org.apache.solr.cloud.TestLocalFSCloudBackupRestore.test

Error Message:
expected:<COMPLETED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<FAILED>
        at 
__randomizedtesting.SeedInfo.seed([306D13643B351859:B8392CBE95C975A1]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:208)
        at 
org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:126)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11529 lines...]
   [junit4] Suite: org.apache.solr.schema.TestManagedSchemaAPI
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\init-core-data-001
   [junit4]   2> 1215113 INFO  
(SUITE-TestManagedSchemaAPI-seed#[306D13643B351859]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1215119 INFO  
(SUITE-TestManagedSchemaAPI-seed#[306D13643B351859]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1215119 INFO  (Thread-2702) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1215119 INFO  (Thread-2702) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1215219 INFO  
(SUITE-TestManagedSchemaAPI-seed#[306D13643B351859]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:62776
   [junit4]   2> 1215219 INFO  
(SUITE-TestManagedSchemaAPI-seed#[306D13643B351859]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1215220 INFO  
(SUITE-TestManagedSchemaAPI-seed#[306D13643B351859]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1215226 INFO  (zkCallback-1558-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3ae76b4e 
name:ZooKeeperConnection Watcher:127.0.0.1:62776 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1215227 INFO  
(SUITE-TestManagedSchemaAPI-seed#[306D13643B351859]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1215227 INFO  
(SUITE-TestManagedSchemaAPI-seed#[306D13643B351859]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1215227 INFO  
(SUITE-TestManagedSchemaAPI-seed#[306D13643B351859]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1215230 INFO  
(SUITE-TestManagedSchemaAPI-seed#[306D13643B351859]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json
   [junit4]   2> 1215243 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1215244 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@603580b3{/solr,null,AVAILABLE}
   [junit4]   2> 1215248 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@638d521d{SSL,[ssl, 
http/1.1]}{127.0.0.1:62780}
   [junit4]   2> 1215248 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.e.j.s.Server Started @1223990ms
   [junit4]   2> 1215248 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62780}
   [junit4]   2> 1215248 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1215248 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node1'
   [junit4]   2> 1215249 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1215249 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1215250 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1215251 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1215256 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1215257 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4ac850d{/solr,null,AVAILABLE}
   [junit4]   2> 1215259 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@42ad2239{SSL,[ssl, 
http/1.1]}{127.0.0.1:62785}
   [junit4]   2> 1215259 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.e.j.s.Server Started @1224001ms
   [junit4]   2> 1215259 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62785}
   [junit4]   2> 1215259 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1215259 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2'
   [junit4]   2> 1215259 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1215259 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1215260 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1215260 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1215270 INFO  (zkCallback-1559-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5bb28a2b 
name:ZooKeeperConnection Watcher:127.0.0.1:62776/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1215270 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1215270 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1215271 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1215291 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node1\.
   [junit4]   2> 1215291 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 733035207
   [junit4]   2> 1215291 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node1]
   [junit4]   2> 1215291 WARN  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node1\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node1\lib
   [junit4]   2> 1215291 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : 
false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 1215295 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1215296 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1215296 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1215296 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62776/solr
   [junit4]   2> 1215296 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1215296 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1215297 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1215300 INFO  (zkCallback-1560-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@422179f1 
name:ZooKeeperConnection Watcher:127.0.0.1:62776/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1215300 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1215300 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1215301 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1215308 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\.
   [junit4]   2> 1215308 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 519033433
   [junit4]   2> 1215308 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2]
   [junit4]   2> 1215308 WARN  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\lib
   [junit4]   2> 1215309 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : 
false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 1215311 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1215311 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1215311 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1215311 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62776/solr
   [junit4]   2> 1215311 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1215311 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1215312 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1215337 INFO  (zkCallback-1563-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6f272053 
name:ZooKeeperConnection Watcher:127.0.0.1:62776 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1215338 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1215338 INFO  (jetty-launcher-1557-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1215340 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 0x15608946c690003, 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> 1215343 INFO  (zkCallback-1566-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@52e15c91 
name:ZooKeeperConnection Watcher:127.0.0.1:62776 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1215343 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$27/824514671@2e78b769
   [junit4]   2> 1215343 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1215343 INFO  (jetty-launcher-1557-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1215344 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1215345 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$27/824514671@34bfbf58
   [junit4]   2> 1215346 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1215349 INFO  
(zkCallback-1567-thread-1-processing-n:127.0.0.1:62780_solr) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5f4ddc15 
name:ZooKeeperConnection Watcher:127.0.0.1:62776/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1215349 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1215350 INFO  
(zkCallback-1568-thread-1-processing-n:127.0.0.1:62785_solr) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@aeeb450 name:ZooKeeperConnection 
Watcher:127.0.0.1:62776/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1215350 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1215350 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1215351 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1215353 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1215353 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1215357 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1215357 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1215359 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1215360 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1215362 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1215362 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1215363 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1215364 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1215365 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1215365 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1215366 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1215366 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1215367 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1215368 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1215369 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1215369 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1215370 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1215370 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1215371 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 1215371 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 1215371 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1215372 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1215375 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1215375 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1215376 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1215376 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1215377 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1215378 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1215378 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96273875602046982-127.0.0.1:62785_solr-n_0000000000
   [junit4]   2> 1215378 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96273875602046981-127.0.0.1:62780_solr-n_0000000001
   [junit4]   2> 1215378 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:62785_solr
   [junit4]   2> 1215379 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 1215379 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96273875602046982-127.0.0.1:62785_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 1215379 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62780_solr
   [junit4]   2> 1215379 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:62780_solr
   [junit4]   2> 1215380 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.Overseer Overseer 
(id=96273875602046982-127.0.0.1:62785_solr-n_0000000000) starting
   [junit4]   2> 1215381 INFO  
(zkCallback-1567-thread-1-processing-n:127.0.0.1:62780_solr) 
[n:127.0.0.1:62780_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> 1215381 INFO  
(zkCallback-1568-thread-1-processing-n:127.0.0.1:62785_solr) 
[n:127.0.0.1:62785_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> 1215382 INFO  
(zkCallback-1567-thread-1-processing-n:127.0.0.1:62780_solr) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1215385 INFO  
(zkCallback-1568-thread-1-processing-n:127.0.0.1:62785_solr) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1215385 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 1215396 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1215396 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1215397 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node1\.
   [junit4]   2> 1215398 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1215398 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1215398 INFO  (jetty-launcher-1557-thread-1) 
[n:127.0.0.1:62780_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1215399 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1215400 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:62785_solr as DOWN
   [junit4]   2> 1215401 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62785_solr
   [junit4]   2> 1215401 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:62785_solr
   [junit4]   2> 1215404 INFO  
(OverseerCollectionConfigSetProcessor-96273875602046982-127.0.0.1:62785_solr-n_0000000000)
 [n:127.0.0.1:62785_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 1215404 INFO  
(OverseerStateUpdate-96273875602046982-127.0.0.1:62785_solr-n_0000000000) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1215404 INFO  
(zkCallback-1568-thread-1-processing-n:127.0.0.1:62785_solr) 
[n:127.0.0.1:62785_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> 1215405 INFO  
(zkCallback-1567-thread-1-processing-n:127.0.0.1:62780_solr) 
[n:127.0.0.1:62780_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> 1215405 INFO  
(zkCallback-1567-thread-1-processing-n:127.0.0.1:62780_solr) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1215406 INFO  
(OverseerStateUpdate-96273875602046982-127.0.0.1:62785_solr-n_0000000000) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1215414 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1215414 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1215415 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\.
   [junit4]   2> 1215415 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1215416 INFO  
(OverseerStateUpdate-96273875602046982-127.0.0.1:62785_solr-n_0000000000) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:62785_solr"} current state version: 0
   [junit4]   2> 1215416 INFO  
(OverseerStateUpdate-96273875602046982-127.0.0.1:62785_solr-n_0000000000) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:62785_solr
   [junit4]   2> 1215416 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1215416 INFO  (jetty-launcher-1557-thread-2) 
[n:127.0.0.1:62785_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1215416 INFO  
(SUITE-TestManagedSchemaAPI-seed#[306D13643B351859]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1215417 INFO  
(SUITE-TestManagedSchemaAPI-seed#[306D13643B351859]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1215420 INFO  (zkCallback-1571-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2cf0ef32 
name:ZooKeeperConnection Watcher:127.0.0.1:62776 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1215420 INFO  
(SUITE-TestManagedSchemaAPI-seed#[306D13643B351859]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1215421 INFO  
(SUITE-TestManagedSchemaAPI-seed#[306D13643B351859]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1215423 INFO  
(SUITE-TestManagedSchemaAPI-seed#[306D13643B351859]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1215425 INFO  
(SUITE-TestManagedSchemaAPI-seed#[306D13643B351859]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1215426 INFO  (zkCallback-1574-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7d02bd44 
name:ZooKeeperConnection Watcher:127.0.0.1:62776/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1215426 INFO  
(SUITE-TestManagedSchemaAPI-seed#[306D13643B351859]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1215426 INFO  
(SUITE-TestManagedSchemaAPI-seed#[306D13643B351859]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1215426 INFO  
(SUITE-TestManagedSchemaAPI-seed#[306D13643B351859]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1215427 INFO  
(SUITE-TestManagedSchemaAPI-seed#[306D13643B351859]-worker) [    ] 
o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 1215428 INFO  
(SUITE-TestManagedSchemaAPI-seed#[306D13643B351859]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1215430 INFO  
(SUITE-TestManagedSchemaAPI-seed#[306D13643B351859]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/managed-schema
   [junit4]   2> 1215433 INFO  
(SUITE-TestManagedSchemaAPI-seed#[306D13643B351859]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1215452 INFO  
(TEST-TestManagedSchemaAPI.test-seed#[306D13643B351859]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1215475 INFO  (qtp2138587203-10421) [n:127.0.0.1:62785_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf1&name=testschemaapi&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1215477 INFO  
(OverseerCollectionConfigSetProcessor-96273875602046982-127.0.0.1:62785_solr-n_0000000000)
 [n:127.0.0.1:62785_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection 
Message Handler: Get the message 
id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1215477 INFO  
(OverseerThreadFactory-5064-thread-1-processing-n:127.0.0.1:62785_solr) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.OverseerCollectionMessageHandler 
OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1215477 INFO  
(OverseerThreadFactory-5064-thread-1-processing-n:127.0.0.1:62785_solr) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create 
collection testschemaapi
   [junit4]   2> 1215478 INFO  
(OverseerThreadFactory-5064-thread-1-processing-n:127.0.0.1:62785_solr) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating 
collections conf node /collections/testschemaapi 
   [junit4]   2> 1215478 INFO  
(OverseerThreadFactory-5064-thread-1-processing-n:127.0.0.1:62785_solr) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/collections/testschemaapi
   [junit4]   2> 1215479 INFO  
(zkCallback-1568-thread-1-processing-n:127.0.0.1:62785_solr) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.ZkStateReader A collections change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], 
has occurred - updating...
   [junit4]   2> 1215479 INFO  
(zkCallback-1567-thread-1-processing-n:127.0.0.1:62780_solr) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.ZkStateReader A collections change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], 
has occurred - updating...
   [junit4]   2> 1215480 INFO  (zkCallback-1574-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1215483 INFO  
(OverseerStateUpdate-96273875602046982-127.0.0.1:62785_solr-n_0000000000) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 1215483 INFO  
(OverseerStateUpdate-96273875602046982-127.0.0.1:62785_solr-n_0000000000) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: testschemaapi
   [junit4]   2> 1215485 INFO  
(OverseerStateUpdate-96273875602046982-127.0.0.1:62785_solr-n_0000000000) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/testschemaapi/state.json
   [junit4]   2> 1215582 INFO  
(OverseerThreadFactory-5064-thread-1-processing-n:127.0.0.1:62785_solr) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
SolrCores for new collection testschemaapi, shardNames [shard1] , 
replicationFactor : 2
   [junit4]   2> 1215582 INFO  
(OverseerThreadFactory-5064-thread-1-processing-n:127.0.0.1:62785_solr) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
core testschemaapi_shard1_replica1 as part of shard shard1 of collection 
testschemaapi on 127.0.0.1:62780_solr
   [junit4]   2> 1215583 INFO  
(OverseerThreadFactory-5064-thread-1-processing-n:127.0.0.1:62785_solr) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
core testschemaapi_shard1_replica2 as part of shard shard1 of collection 
testschemaapi on 127.0.0.1:62785_solr
   [junit4]   2> 1215605 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=testschemaapi_shard1_replica2&action=CREATE&numShards=1&collection=testschemaapi&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1215606 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr    
] o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=testschemaapi_shard1_replica2, collection.configName=conf1, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=testschemaapi, numShards=1, 
dataDir=data\, shard=shard1}
   [junit4]   2> 1215623 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 1215624 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=testschemaapi_shard1_replica1&action=CREATE&numShards=1&collection=testschemaapi&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1215625 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=testschemaapi_shard1_replica1, collection.configName=conf1, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=testschemaapi, numShards=1, 
dataDir=data\, shard=shard1}
   [junit4]   2> 1215627 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 1215627 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController 
Registering watch for collection testschemaapi
   [junit4]   2> 1215628 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 1215628 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 1215629 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 
Registering watch for collection testschemaapi
   [junit4]   2> 1215629 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 1215630 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 1215630 INFO  
(OverseerStateUpdate-96273875602046982-127.0.0.1:62785_solr-n_0000000000) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:62785/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:62785_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1215630 INFO  
(OverseerStateUpdate-96273875602046982-127.0.0.1:62785_solr-n_0000000000) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:62785/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:62785_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1215632 INFO  
(OverseerStateUpdate-96273875602046982-127.0.0.1:62785_solr-n_0000000000) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:62780/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:62780_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1215632 INFO  
(OverseerStateUpdate-96273875602046982-127.0.0.1:62785_solr-n_0000000000) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:62780/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:62780_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1215743 INFO  
(OverseerStateUpdate-96273875602046982-127.0.0.1:62785_solr-n_0000000000) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testschemaapi/state.json version: 0
   [junit4]   2> 1215744 INFO  
(zkCallback-1568-thread-3-processing-n:127.0.0.1:62785_solr) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testschemaapi/state.json] for collection [testschemaapi] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1215744 INFO  
(zkCallback-1567-thread-1-processing-n:127.0.0.1:62780_solr) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testschemaapi/state.json] for collection [testschemaapi] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1215745 INFO  
(zkCallback-1568-thread-3-processing-n:127.0.0.1:62785_solr) 
[n:127.0.0.1:62785_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[testschemaapi] from [0] to [1]
   [junit4]   2> 1215745 INFO  
(zkCallback-1567-thread-1-processing-n:127.0.0.1:62780_solr) 
[n:127.0.0.1:62780_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[testschemaapi] from [0] to [1]
   [junit4]   2> 1216628 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for testschemaapi_shard1_replica2
   [junit4]   2> 1216628 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController 
Check for collection zkNode:testschemaapi
   [junit4]   2> 1216628 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 1216628 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/testschemaapi]
   [junit4]   2> 1216630 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for testschemaapi_shard1_replica1
   [junit4]   2> 1216630 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 
Check for collection zkNode:testschemaapi
   [junit4]   2> 1216630 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] 
specified config exists in ZooKeeper
   [junit4]   2> 1216630 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\testschemaapi_shard1_replica2'
   [junit4]   2> 1216630 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 1216630 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/testschemaapi]
   [junit4]   2> 1216630 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1216630 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1216631 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] 
specified config exists in ZooKeeper
   [junit4]   2> 1216631 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node1\testschemaapi_shard1_replica1'
   [junit4]   2> 1216631 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1216631 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1216635 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 1216658 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 1216668 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 1216673 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 1216679 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1216681 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 1216683 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 1216688 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1216695 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema 
[testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 1216703 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 1216704 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema 
[testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 1216708 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 1216710 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1  x:testschemaapi_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-6.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1216710 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1  x:testschemaapi_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-6.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1216710 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.CoreContainer Creating SolrCore 'testschemaapi_shard1_replica2' using 
configuration from collection testschemaapi
   [junit4]   2> 1216710 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'testschemaapi_shard1_replica1' using 
configuration from collection testschemaapi
   [junit4]   2> 1216710 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1216710 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1216710 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore [[testschemaapi_shard1_replica2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\testschemaapi_shard1_replica2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\]
   [junit4]   2> 1216710 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
testschemaapi_shard1_replica2
   [junit4]   2> 1216710 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore [[testschemaapi_shard1_replica1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node1\testschemaapi_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\]
   [junit4]   2> 1216711 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
testschemaapi_shard1_replica1
   [junit4]   2> 1216711 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\
   [junit4]   2> 1216711 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\index/
   [junit4]   2> 1216711 WARN  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Solr index directory 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 1216712 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\
   [junit4]   2> 1216712 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\index
   [junit4]   2> 1216712 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\index/
   [junit4]   2> 1216712 WARN  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Solr index directory 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 1216712 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\index
   [junit4]   2> 1216713 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5fea73e9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6037cc8d),segFN=segments_1,generation=1}
   [junit4]   2> 1216713 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1216713 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@57969fb0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3cd81c90),segFN=segments_1,generation=1}
   [junit4]   2> 1216713 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1216715 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 1216718 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1216719 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 1216721 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1216723 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1216724 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1216726 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1216729 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 1216729 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1216732 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1216732 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1216735 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1216735 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1216736 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1216737 INFO  
(OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) 
[n:127.0.0.1:62785_solr c:testschemaapi s:shard1 r:core_node1 
x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore Looking for old index 
directories to cleanup for core testschemaapi_shard1_replica2 in 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\
   [junit4]   2> 1216738 WARN  
(OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) 
[n:127.0.0.1:62785_solr c:testschemaapi s:shard1 r:core_node1 
x:testschemaapi_shard1_replica2] o.a.s.c.DirectoryFactory 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1216741 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1216742 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1216748 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 1216748 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1216748 INFO  
(OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) 
[n:127.0.0.1:62780_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore Looking for old index 
directories to cleanup for core testschemaapi_shard1_replica1 in 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_306D13643B351859-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\
   [junit4]   2> 1216749 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1216749 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1216751 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@57969fb0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3cd81c90),segFN=segments_1,generation=1}
   [junit4]   2> 1216751 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1216751 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1486400c[testschemaapi_shard1_replica1] main]
   [junit4]   2> 1216751 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/testschemaapi]
   [junit4]   2> 1216751 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1216751 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1216752 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] 
specified config exists in ZooKeeper
   [junit4]   2> 1216752 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1216753 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1216753 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1216753 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1216753 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5fea73e9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6037cc8d),segFN=segments_1,generation=1}
   [junit4]   2> 1216753 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1216754 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@240cce30[testschemaapi_shard1_replica2] main]
   [junit4]   2> 1216754 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/testschemaapi]
   [junit4]   2> 1216754 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 1216754 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1216754 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1216754 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 1216755 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: 
/configs/conf1/managed-schema, uniqueCoreId: 
testschemaapi_shard1_replica1:315942941767130
   [junit4]   2> 1216755 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1216755 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] 
specified config exists in ZooKeeper
   [junit4]   2> 1216755 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1216755 INFO  
(searcherExecutor-5068-thread-1-processing-n:127.0.0.1:62780_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:62780_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore 
[testschemaapi_shard1_replica1] Registered new searcher 
Searcher@1486400c[testschemaapi_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1216755 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1216756 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 1216756 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 1216756 INFO  (qtp27930310-10407) [n:127.0.0.1:62780_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1540382011342979072
   [junit4]   2> 1216757 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1216757 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1216757 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1216758 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 1216758 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1216758 INFO  (qtp2138587203-10422) [n:127.0.0.1:62785_solr 
c:testschemaapi 

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

n(Thread.java:745)
   [junit4]   2> 2375051 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[306D13643B351859]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@c36c051{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2375052 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[306D13643B351859]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@560a745b{/madq/t,null,UNAVAILABLE}
   [junit4]   2> 2375057 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[306D13643B351859]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:53462 53462
   [junit4]   2> 2375059 INFO  (Thread-4467) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:53462 53462
   [junit4]   2> 2375061 WARN  (Thread-4467) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        2       /solr/collections/a1x2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        43      /solr/overseer/queue
   [junit4]   2>        29      /solr/overseer/collection-queue-work
   [junit4]   2>        8       /solr/overseer/queue-work
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestRandomRequestDistribution -Dtests.method=test 
-Dtests.seed=306D13643B351859 -Dtests.slow=true -Dtests.locale=th 
-Dtests.timezone=Asia/Srednekolymsk -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 35.6s J0 | TestRandomRequestDistribution.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Shard 
a1x2_shard1_replica1 received all 10 requests
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([306D13643B351859:B8392CBE95C975A1]:0)
   [junit4]    >        at 
org.apache.solr.cloud.TestRandomRequestDistribution.testRequestTracking(TestRandomRequestDistribution.java:121)
   [junit4]    >        at 
org.apache.solr.cloud.TestRandomRequestDistribution.test(TestRandomRequestDistribution.java:65)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2375064 INFO  
(SUITE-TestRandomRequestDistribution-seed#[306D13643B351859]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestRandomRequestDistribution_306D13643B351859-001
   [junit4]   2> Jul 20, 2016 2:11:59 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=710, maxMBSortInHeap=5.640141600531729, 
sim=ClassicSimilarity, locale=th, timezone=Asia/Srednekolymsk
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_92 
(64-bit)/cpus=3,threads=1,free=264010080,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldCache, 
TestFilteredDocIdSet, TestSQLHandler, TestExceedMaxTermLength, 
TimeZoneUtilsTest, TestExactSharedStatsCache, HttpPartitionTest, 
DistributedVersionInfoTest, SchemaVersionSpecificBehaviorTest, 
CloudMLTQParserTest, CollectionStateFormat2Test, CoreAdminRequestStatusTest, 
ClusterStateTest, PingRequestHandlerTest, TestConfigSetsAPIExclusivity, 
TestRestManager, TestFieldCacheWithThreads, ClusterStateUpdateTest, 
TestTolerantSearch, UpdateParamsTest, TestSolrQueryResponse, SliceStateTest, 
AlternateDirectoryTest, TestBlendedInfixSuggestions, TestStressLucene, 
StatelessScriptUpdateProcessorFactoryTest, TestStressUserVersions, 
BJQParserTest, TestSolrDeletionPolicy1, TestFieldResource, 
CloneFieldUpdateProcessorFactoryTest, SolrCLIZkUtilsTest, TestStressReorder, 
HdfsTlogReplayBufferedWhileIndexingTest, DirectSolrSpellCheckerTest, 
TestLazyCores, TestSmileRequest, CloudExitableDirectoryReaderTest, 
TestNoOpRegenerator, ReturnFieldsTest, TestIBSimilarityFactory, TestOrdValues, 
TestMiniSolrCloudClusterBase, TestSolrFieldCacheMBean, CdcrRequestHandlerTest, 
ActionThrottleTest, TestJmxMonitoredMap, DirectoryFactoryTest, 
BlobRepositoryCloudTest, DOMUtilTest, DistributedFacetPivotLongTailTest, 
TestDefaultSearchFieldResource, CdcrReplicationDistributedZkTest, 
GraphQueryTest, MigrateRouteKeyTest, TestJsonFacets, HLLSerializationTest, 
DistributedQueryElevationComponentTest, CustomCollectionTest, TestReqParamsAPI, 
PeerSyncTest, TestPerFieldSimilarityWithDefaultOverride, TestHashQParserPlugin, 
AnalysisErrorHandlingTest, DocValuesMultiTest, DistanceUnitsTest, 
TestPseudoReturnFields, TestFreeTextSuggestions, TestCollapseQParserPlugin, 
AtomicUpdatesTest, QueryElevationComponentTest, HdfsSyncSliceTest, 
DistribCursorPagingTest, HdfsDirectoryFactoryTest, CursorMarkTest, 
TestHighlightDedupGrouping, BlockJoinFacetRandomTest, TestReloadAndDeleteDocs, 
TestAddFieldRealTimeGet, LeaderInitiatedRecoveryOnCommitTest, 
DistributedSuggestComponentTest, ShardRoutingTest, TestLRUStatsCache, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestChildDocTransformer, 
CachingDirectoryFactoryTest, AsyncMigrateRouteKeyTest, TestReplicationHandler, 
SparseHLLTest, TestLFUCache, IndexSchemaTest, TestSolrConfigHandler, 
CollectionsAPIAsyncDistributedZkTest, TestPostingsSolrHighlighter, 
TestComponentsName, HdfsWriteToMultipleCollectionsTest, 
TestEmbeddedSolrServerConstructors, ZkCLITest, QueryEqualityTest, 
XmlUpdateRequestHandlerTest, SolrRequestParserTest, BufferStoreTest, 
TestExtendedDismaxParser, TestSha256AuthenticationProvider, 
SuggestComponentTest, SystemInfoHandlerTest, TestWordDelimiterFilterFactory, 
TestLMDirichletSimilarityFactory, BadComponentTest, TestScoreJoinQPScore, 
LeaderElectionTest, SSLMigrationTest, HighlighterMaxOffsetTest, 
HdfsLockFactoryTest, TestTolerantUpdateProcessorCloud, 
DisMaxRequestHandlerTest, TestClassicSimilarityFactory, 
AnalyticsMergeStrategyTest, DistribJoinFromCollectionTest, 
TestNonDefinedSimilarityFactory, SpatialHeatmapFacetsTest, SimplePostToolTest, 
TestRecoveryHdfs, TestXIncludeConfig, HdfsRecoveryZkTest, TestManagedSchemaAPI, 
DocumentAnalysisRequestHandlerTest, TestSchemaResource, 
DistributedQueryComponentCustomSortTest, TestCSVLoader, 
TestBackupRepositoryFactory, SimpleFacetsTest, CurrencyFieldXmlFileTest, 
TestXmlQParser, TolerantUpdateProcessorTest, URLClassifyProcessorTest, 
ZkStateWriterTest, TestDownShardTolerantSearch, TestCollationFieldDocValues, 
TestTestInjection, VMParamsZkACLAndCredentialsProvidersTest, 
TestExpandComponent, RequiredFieldsTest, TestRandomFlRTGCloud, 
RegexBoostProcessorTest, SampleTest, ScriptEngineTest, 
TestHdfsBackupRestoreCore, OverseerTest, DistributedSpellCheckComponentTest, 
BasicDistributedZkTest, CollectionsAPIDistributedZkTest, AutoCommitTest, 
TestDistributedGrouping, TestFaceting, TestHashPartitioner, ZkControllerTest, 
TestJoin, TestReload, TestStressVersions, HardAutoCommitTest, 
DistributedTermsComponentTest, TestRangeQuery, StatsComponentTest, TestSort, 
BasicFunctionalityTest, TestBadConfig, HighlighterTest, 
CurrencyFieldOpenExchangeTest, AnalysisAfterCoreReloadTest, SuggesterFSTTest, 
TestFoldingMultitermQuery, DocValuesTest, SolrInfoMBeanTest, CacheHeaderTest, 
TestSurroundQueryParser, TestQueryUtils, TestQueryTypes, 
PrimitiveFieldTypeTest, TermsComponentTest, RequestHandlersTest, 
PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, 
FastVectorHighlighterTest, TestJmxIntegration, TestCollationField, 
MBeansHandlerTest, UniqFieldsUpdateProcessorFactoryTest, 
TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, SOLR749Test, 
TestQuerySenderListener, TestSolrIndexConfig, TestQuerySenderNoQuery, 
CopyFieldTest, SolrIndexConfigTest, TestStressRecovery, TestMergePolicyConfig, 
MultiTermTest, TestDocSet, TestBinaryField, TestSearchPerf, NumericFieldsTest, 
MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, OutputWriterTest, 
TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, 
TestSolrCoreProperties, DirectSolrConnectionTest, TestLuceneMatchVersion, 
TestPhraseSuggestions, SynonymTokenizerTest, TestSweetSpotSimilarityFactory, 
TestDFRSimilarityFactory, ResourceLoaderTest, TestFastLRUCache, 
PreAnalyzedFieldTest, PrimUtilsTest, TestSuggestSpellingConverter, 
DateFieldTest, RAMDirectoryFactoryTest, TestSolrJ, TestLRUCache, 
TestDocumentBuilder, ZkNodePropsTest, UUIDFieldTest, FileUtilsTest, 
CircularListTest, DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, 
SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, 
TestSimpleTrackingShardHandler, ConnectionReuseTest, AliasIntegrationTest, 
ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, 
ConnectionManagerTest, CreateCollectionCleanupTest, 
DeleteLastCustomShardedReplicaTest, DeleteShardTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MultiThreadedOCPTest, 
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, 
OverseerStatusTest, OverseerTaskQueueTest, RecoveryAfterSoftCommitTest, 
ShardSplitTest, TestConfigSetsAPI, TestCryptoKeys, TestHdfsCloudBackupRestore, 
TestLeaderElectionZkExpiry, TestLeaderInitiatedRecoveryThread, 
TestMiniSolrCloudClusterSSL, TestRandomRequestDistribution]
   [junit4] Completed [498/624 (3!)] on J0 in 35.92s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 60542 lines...]

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

Reply via email to