You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/10/17 23:20:04 UTC

[JENKINS] Lucene-Solr-5.5-Windows (64bit/jdk1.7.0_80) - Build # 142 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Windows/142/
Java: 64bit/jdk1.7.0_80 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.schema.TestManagedSchemaAPI.test

Error Message:
Error from server at http://127.0.0.1:58652/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:58652/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
	at __randomizedtesting.SeedInfo.seed([F11325FA37F072DD:79471A20990C1F25]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:653)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1002)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:891)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:827)
	at org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:101)
	at org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:69)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:58652/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:628)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:625)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more




Build Log:
[...truncated 12422 lines...]
   [junit4] Suite: org.apache.solr.schema.TestManagedSchemaAPI
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\init-core-data-001
   [junit4]   2> 3254132 INFO  (SUITE-TestManagedSchemaAPI-seed#[F11325FA37F072DD]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 3254137 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F11325FA37F072DD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 3254139 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F11325FA37F072DD]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3254139 INFO  (Thread-8081) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3254139 INFO  (Thread-8081) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3254240 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F11325FA37F072DD]) [    ] o.a.s.c.ZkTestServer start zk server on port:58648
   [junit4]   2> 3254240 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F11325FA37F072DD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3254241 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F11325FA37F072DD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3254245 INFO  (zkCallback-10706-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@72a09c48 name:ZooKeeperConnection Watcher:127.0.0.1:58648 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3254245 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F11325FA37F072DD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3254245 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F11325FA37F072DD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3254245 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F11325FA37F072DD]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 3254250 INFO  (jetty-launcher-10705-thread-1) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 3254250 INFO  (jetty-launcher-10705-thread-2) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 3254255 INFO  (jetty-launcher-10705-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a431b49{/solr,null,AVAILABLE}
   [junit4]   2> 3254255 INFO  (jetty-launcher-10705-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4bb49454{/solr,null,AVAILABLE}
   [junit4]   2> 3254256 INFO  (jetty-launcher-10705-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@3c763da0{HTTP/1.1}{127.0.0.1:58652}
   [junit4]   2> 3254256 INFO  (jetty-launcher-10705-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@40fa3cda{HTTP/1.1}{127.0.0.1:58653}
   [junit4]   2> 3254256 INFO  (jetty-launcher-10705-thread-2) [    ] o.e.j.s.Server Started @3260417ms
   [junit4]   2> 3254256 INFO  (jetty-launcher-10705-thread-1) [    ] o.e.j.s.Server Started @3260417ms
   [junit4]   2> 3254256 INFO  (jetty-launcher-10705-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58652}
   [junit4]   2> 3254256 INFO  (jetty-launcher-10705-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58653}
   [junit4]   2> 3254256 INFO  (jetty-launcher-10705-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@2a6d23ea
   [junit4]   2> 3254256 INFO  (jetty-launcher-10705-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@2a6d23ea
   [junit4]   2> 3254256 INFO  (jetty-launcher-10705-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node2'
   [junit4]   2> 3254256 INFO  (jetty-launcher-10705-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node1'
   [junit4]   2> 3254256 INFO  (jetty-launcher-10705-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3254256 INFO  (jetty-launcher-10705-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3254256 INFO  (jetty-launcher-10705-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3254256 INFO  (jetty-launcher-10705-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3254257 INFO  (jetty-launcher-10705-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3254257 INFO  (jetty-launcher-10705-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3254257 INFO  (jetty-launcher-10705-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3254258 INFO  (jetty-launcher-10705-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3254260 INFO  (zkCallback-10707-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2d6c01c2 name:ZooKeeperConnection Watcher:127.0.0.1:58648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3254260 INFO  (jetty-launcher-10705-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3254260 INFO  (zkCallback-10708-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@de77eda name:ZooKeeperConnection Watcher:127.0.0.1:58648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3254260 INFO  (jetty-launcher-10705-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3254260 INFO  (jetty-launcher-10705-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3254260 INFO  (jetty-launcher-10705-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3254261 INFO  (jetty-launcher-10705-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3254261 INFO  (jetty-launcher-10705-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3254280 INFO  (jetty-launcher-10705-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node2\.
   [junit4]   2> 3254280 INFO  (jetty-launcher-10705-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 176389634
   [junit4]   2> 3254280 INFO  (jetty-launcher-10705-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node2]
   [junit4]   2> 3254280 WARN  (jetty-launcher-10705-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node2\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node2\lib
   [junit4]   2> 3254282 INFO  (jetty-launcher-10705-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 3254282 INFO  (jetty-launcher-10705-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node1\.
   [junit4]   2> 3254282 INFO  (jetty-launcher-10705-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1941387356
   [junit4]   2> 3254283 INFO  (jetty-launcher-10705-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node1]
   [junit4]   2> 3254283 WARN  (jetty-launcher-10705-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node1\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node1\lib
   [junit4]   2> 3254283 INFO  (jetty-launcher-10705-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3254283 INFO  (jetty-launcher-10705-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 3254284 INFO  (jetty-launcher-10705-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3254284 INFO  (jetty-launcher-10705-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3254284 INFO  (jetty-launcher-10705-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3254284 INFO  (jetty-launcher-10705-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58648/solr
   [junit4]   2> 3254284 INFO  (jetty-launcher-10705-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3254284 INFO  (jetty-launcher-10705-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3254285 INFO  (jetty-launcher-10705-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3254285 INFO  (jetty-launcher-10705-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3254285 INFO  (jetty-launcher-10705-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58648/solr
   [junit4]   2> 3254285 INFO  (jetty-launcher-10705-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3254285 INFO  (jetty-launcher-10705-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3254285 INFO  (jetty-launcher-10705-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3254286 INFO  (jetty-launcher-10705-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3254287 INFO  (zkCallback-10713-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@28beebce name:ZooKeeperConnection Watcher:127.0.0.1:58648 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3254288 INFO  (jetty-launcher-10705-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3254288 INFO  (jetty-launcher-10705-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3254288 INFO  (zkCallback-10714-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5b7a38d7 name:ZooKeeperConnection Watcher:127.0.0.1:58648 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3254288 INFO  (jetty-launcher-10705-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3254289 INFO  (jetty-launcher-10705-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3254289 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@2f9a9125
   [junit4]   2> 3254290 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@960450
   [junit4]   2> 3254290 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3254291 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3254293 INFO  (zkCallback-10715-thread-1-processing-n:127.0.0.1:58652_solr) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5fcfc0f4 name:ZooKeeperConnection Watcher:127.0.0.1:58648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3254293 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3254293 INFO  (zkCallback-10716-thread-1-processing-n:127.0.0.1:58653_solr) [n:127.0.0.1:58653_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@38fcbf3 name:ZooKeeperConnection Watcher:127.0.0.1:58648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3254295 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3254296 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3254296 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3254301 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 3254302 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 3254306 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 3254306 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 3254308 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 3254308 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 3254314 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 3254314 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 3254316 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 3254317 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 3254318 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 3254322 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 3254322 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 3254322 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 3254322 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 3254322 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 3254327 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 3254327 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 3254328 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58652_solr
   [junit4]   2> 3254328 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58653_solr
   [junit4]   2> 3254328 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:58652_solr
   [junit4]   2> 3254328 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:58653_solr
   [junit4]   2> 3254329 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 3254331 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 3254331 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 3254332 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3254332 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3254332 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/98846685303930885-127.0.0.1:58652_solr-n_0000000000
   [junit4]   2> 3254333 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/98846685303930886-127.0.0.1:58653_solr-n_0000000001
   [junit4]   2> 3254333 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58652_solr
   [junit4]   2> 3254333 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 3254333 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/98846685303930885-127.0.0.1:58652_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 3254333 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3254334 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.Overseer Overseer (id=98846685303930885-127.0.0.1:58652_solr-n_0000000000) starting
   [junit4]   2> 3254337 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 3254345 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3254345 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3254346 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 3254346 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 3254346 INFO  (OverseerCollectionConfigSetProcessor-98846685303930885-127.0.0.1:58652_solr-n_0000000000) [n:127.0.0.1:58652_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 3254347 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node1\.
   [junit4]   2> 3254348 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 3254349 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 3254349 INFO  (jetty-launcher-10705-thread-1) [n:127.0.0.1:58653_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 3254349 INFO  (OverseerStateUpdate-98846685303930885-127.0.0.1:58652_solr-n_0000000000) [n:127.0.0.1:58652_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 3254358 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 3254360 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 3254361 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node2\.
   [junit4]   2> 3254362 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 3254364 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 3254364 INFO  (jetty-launcher-10705-thread-2) [n:127.0.0.1:58652_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 3254364 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F11325FA37F072DD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3254365 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F11325FA37F072DD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3254366 INFO  (zkCallback-10717-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@36da721e name:ZooKeeperConnection Watcher:127.0.0.1:58648 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3254367 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F11325FA37F072DD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3254367 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F11325FA37F072DD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3254373 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F11325FA37F072DD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3254374 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F11325FA37F072DD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3254377 INFO  (zkCallback-10719-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@69f74d92 name:ZooKeeperConnection Watcher:127.0.0.1:58648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3254378 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F11325FA37F072DD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3254379 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F11325FA37F072DD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3254380 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F11325FA37F072DD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/managed-schema
   [junit4]   2> 3254386 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F11325FA37F072DD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3254392 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F11325FA37F072DD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3254394 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F11325FA37F072DD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3254396 INFO  (zkCallback-10720-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@50ca891e name:ZooKeeperConnection Watcher:127.0.0.1:58648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3254397 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F11325FA37F072DD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3254397 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F11325FA37F072DD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3254397 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F11325FA37F072DD]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3254405 INFO  (qtp2114213013-46565) [n:127.0.0.1:58653_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params name=testschemaapi&version=2&wt=javabin&replicationFactor=2&numShards=1&action=CREATE&collection.configName=conf1 and sendToOCPQueue=true
   [junit4]   2> 3254408 INFO  (OverseerCollectionConfigSetProcessor-98846685303930885-127.0.0.1:58652_solr-n_0000000000) [n:127.0.0.1:58652_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> 3254408 INFO  (OverseerThreadFactory-11494-thread-1-processing-n:127.0.0.1:58652_solr) [n:127.0.0.1:58652_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> 3254410 INFO  (OverseerThreadFactory-11494-thread-1-processing-n:127.0.0.1:58652_solr) [n:127.0.0.1:58652_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection testschemaapi
   [junit4]   2> 3254411 INFO  (OverseerThreadFactory-11494-thread-1-processing-n:127.0.0.1:58652_solr) [n:127.0.0.1:58652_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/testschemaapi 
   [junit4]   2> 3254412 INFO  (OverseerThreadFactory-11494-thread-1-processing-n:127.0.0.1:58652_solr) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi
   [junit4]   2> 3254413 INFO  (zkCallback-10716-thread-1-processing-n:127.0.0.1:58653_solr) [n:127.0.0.1:58653_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 3254413 INFO  (zkCallback-10720-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 3254413 INFO  (zkCallback-10715-thread-1-processing-n:127.0.0.1:58652_solr) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 3254417 INFO  (OverseerStateUpdate-98846685303930885-127.0.0.1:58652_solr-n_0000000000) [n:127.0.0.1:58652_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> 3254417 INFO  (OverseerStateUpdate-98846685303930885-127.0.0.1:58652_solr-n_0000000000) [n:127.0.0.1:58652_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: testschemaapi
   [junit4]   2> 3254419 INFO  (OverseerStateUpdate-98846685303930885-127.0.0.1:58652_solr-n_0000000000) [n:127.0.0.1:58652_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testschemaapi/state.json
   [junit4]   2> 3254518 INFO  (OverseerThreadFactory-11494-thread-1-processing-n:127.0.0.1:58652_solr) [n:127.0.0.1:58652_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection testschemaapi, shardNames [shard1] , replicationFactor : 2
   [junit4]   2> 3254518 INFO  (OverseerThreadFactory-11494-thread-1-processing-n:127.0.0.1:58652_solr) [n:127.0.0.1:58652_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica1 as part of shard shard1 of collection testschemaapi on 127.0.0.1:58653_solr
   [junit4]   2> 3254519 INFO  (OverseerThreadFactory-11494-thread-1-processing-n:127.0.0.1:58652_solr) [n:127.0.0.1:58652_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica2 as part of shard shard1 of collection testschemaapi on 127.0.0.1:58652_solr
   [junit4]   2> 3254522 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&name=testschemaapi_shard1_replica1&shard=shard1&version=2&wt=javabin&action=CREATE&numShards=1&collection.configName=conf1&collection=testschemaapi
   [junit4]   2> 3254523 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, name=testschemaapi_shard1_replica1, dataDir=data\, collection=testschemaapi, transient=false, config=solrconfig.xml, shard=shard1, configSetProperties=configsetprops.json, numShards=1, loadOnStartup=true, collection.configName=conf1}
   [junit4]   2> 3254526 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&name=testschemaapi_shard1_replica2&shard=shard1&version=2&wt=javabin&action=CREATE&numShards=1&collection.configName=conf1&collection=testschemaapi
   [junit4]   2> 3254527 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 3254528 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {dataDir=data\, numShards=1, name=testschemaapi_shard1_replica2, transient=false, configSetProperties=configsetprops.json, schema=schema.xml, collection=testschemaapi, config=solrconfig.xml, collection.configName=conf1, shard=shard1, loadOnStartup=true}
   [junit4]   2> 3254528 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 3254529 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
   [junit4]   2> 3254529 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 3254529 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 3254530 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 3254530 INFO  (OverseerStateUpdate-98846685303930885-127.0.0.1:58652_solr-n_0000000000) [n:127.0.0.1:58652_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "node_name":"127.0.0.1:58653_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:58653/solr",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"testschemaapi"} current state version: 0
   [junit4]   2> 3254530 INFO  (OverseerStateUpdate-98846685303930885-127.0.0.1:58652_solr-n_0000000000) [n:127.0.0.1:58652_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "node_name":"127.0.0.1:58653_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:58653/solr",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"testschemaapi"}
   [junit4]   2> 3254531 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 3254531 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
   [junit4]   2> 3254532 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 3254532 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 3254532 INFO  (OverseerStateUpdate-98846685303930885-127.0.0.1:58652_solr-n_0000000000) [n:127.0.0.1:58652_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "node_name":"127.0.0.1:58652_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:58652/solr",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"testschemaapi"} current state version: 0
   [junit4]   2> 3254533 INFO  (OverseerStateUpdate-98846685303930885-127.0.0.1:58652_solr-n_0000000000) [n:127.0.0.1:58652_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "node_name":"127.0.0.1:58652_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:58652/solr",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"testschemaapi"}
   [junit4]   2> 3254638 INFO  (OverseerStateUpdate-98846685303930885-127.0.0.1:58652_solr-n_0000000000) [n:127.0.0.1:58652_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 0
   [junit4]   2> 3254639 INFO  (zkCallback-10715-thread-1-processing-n:127.0.0.1:58652_solr) [n:127.0.0.1:58652_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> 3254639 INFO  (zkCallback-10716-thread-1-processing-n:127.0.0.1:58653_solr) [n:127.0.0.1:58653_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> 3254640 INFO  (zkCallback-10715-thread-1-processing-n:127.0.0.1:58652_solr) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 3254640 INFO  (zkCallback-10716-thread-1-processing-n:127.0.0.1:58653_solr) [n:127.0.0.1:58653_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 3255529 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_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> 3255529 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 3255529 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 3255529 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 3255530 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_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> 3255530 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node1\testschemaapi_shard1_replica1'
   [junit4]   2> 3255530 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3255530 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_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> 3255533 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_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> 3255533 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 3255533 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 3255533 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 3255534 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_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> 3255534 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node2\testschemaapi_shard1_replica2'
   [junit4]   2> 3255534 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3255534 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_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> 3255538 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 3255538 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 3255557 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 3255557 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 3255569 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.4
   [junit4]   2> 3255569 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.4
   [junit4]   2> 3255609 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3255610 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3255615 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 3255616 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 3255627 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 3255630 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 3255630 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_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-5.5-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 3255630 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_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> 3255630 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3255630 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [[testschemaapi_shard1_replica2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node2\testschemaapi_shard1_replica2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\]
   [junit4]   2> 3255630 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore JMX monitoring not detected for core: testschemaapi_shard1_replica2
   [junit4]   2> 3255630 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_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-5.5-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 3255630 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\
   [junit4]   2> 3255631 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_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> 3255631 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\index/
   [junit4]   2> 3255631 WARN  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3255631 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3255632 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\index
   [junit4]   2> 3255632 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [[testschemaapi_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node1\testschemaapi_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\]
   [junit4]   2> 3255632 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: testschemaapi_shard1_replica1
   [junit4]   2> 3255632 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2dbcc17 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2c33fb78),segFN=segments_1,generation=1}
   [junit4]   2> 3255632 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 3255632 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\
   [junit4]   2> 3255632 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\index/
   [junit4]   2> 3255633 WARN  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3255633 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\
   [junit4]   2> 3255633 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\index
   [junit4]   2> 3255634 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3255634 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-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> 3255634 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@314853b3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@36f260c),segFN=segments_1,generation=1}
   [junit4]   2> 3255634 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 3255635 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\
   [junit4]   2> 3255636 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3255636 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 3255636 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3255639 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3255640 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3255641 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3255642 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3255643 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3255644 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3255644 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.RequestHandlers Registered paths: /replication,/admin/ping,/update/json/docs,/admin/threads,/config,/get,/admin/system,/admin/segments,/update/json,/admin/file,/admin/luke,/admin/mbeans,/admin/logging,/update/csv,/update,/admin/properties,/admin/plugins,/schema,/select
   [junit4]   2> 3255646 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3255646 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3255648 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3255648 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3255648 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.RequestHandlers Registered paths: /replication,/admin/ping,/update/json/docs,/admin/threads,/config,/get,/admin/system,/admin/segments,/update/json,/admin/file,/admin/luke,/admin/mbeans,/admin/logging,/update/csv,/update,/admin/properties,/admin/plugins,/schema,/select
   [junit4]   2> 3255650 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3255650 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3255651 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3255651 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2dbcc17 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2c33fb78),segFN=segments_1,generation=1}
   [junit4]   2> 3255651 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 3255652 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening Searcher@753c1ad9[testschemaapi_shard1_replica2] main
   [junit4]   2> 3255652 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3255652 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 3255652 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3255652 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 3255652 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3255653 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3255653 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 3255653 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3255653 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3255653 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3255654 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3255654 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3255654 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@314853b3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@36f260c),segFN=segments_1,generation=1}
   [junit4]   2> 3255654 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 3255654 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 3255654 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 3255654 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening Searcher@6850a1e6[testschemaapi_shard1_replica1] main
   [junit4]   2> 3255654 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 3255654 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: /configs/conf1/managed-schema, uniqueCoreId: testschemaapi_shard1_replica2:2195609778314177
   [junit4]   2> 3255655 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3255655 INFO  (searcherExecutor-11497-thread-1-processing-s:shard1 x:testschemaapi_shard1_replica2 n:127.0.0.1:58652_solr r:core_node2 c:testschemaapi) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Registered new searcher Searcher@753c1ad9[testschemaapi_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3255655 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 3255655 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 3255655 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3255655 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 3255655 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 3255655 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1581546966448340992
   [junit4]   2> 3255655 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3255655 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 3255657 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3255657 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3255657 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3255657 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 3255657 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 3255657 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1581546966448340992
   [junit4]   2> 3255658 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 3255658 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: /configs/conf1/managed-schema, uniqueCoreId: testschemaapi_shard1_replica1:2195609779748061
   [junit4]   2> 3255658 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3255658 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 3255658 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 3255658 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 3255658 INFO  (searcherExecutor-11498-thread-1-processing-s:shard1 x:testschemaapi_shard1_replica1 n:127.0.0.1:58653_solr c:testschemaapi r:core_node1) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Registered new searcher Searcher@6850a1e6[testschemaapi_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3255658 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1581546966451486720
   [junit4]   2> 3255658 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica2
   [junit4]   2> 3255659 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Register replica - core:testschemaapi_shard1_replica2 address:http://127.0.0.1:58652/solr collection:testschemaapi shard:shard1
   [junit4]   2> 3255660 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leader_elect/shard1/election
   [junit4]   2> 3255660 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1581546966451486720
   [junit4]   2> 3255660 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 3255661 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica1
   [junit4]   2> 3255661 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Register replica - core:testschemaapi_shard1_replica1 address:http://127.0.0.1:58653/solr collection:testschemaapi shard:shard1
   [junit4]   2> 3255663 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leader_elect/shard1/election
   [junit4]   2> 3255664 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.LeaderElector Joined leadership election with path: /collections/testschemaapi/leader_elect/shard1/election/98846685303930885-core_node2-n_0000000000
   [junit4]   2> 3255664 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 3255666 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/testschemaapi/leader_elect/shard1/election/98846685303930886-core_node1-n_0000000001
   [junit4]   2> 3255667 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.LeaderElector Watching path /collections/testschemaapi/leader_elect/shard1/election/98846685303930885-core_node2-n_0000000000 to know if I could be the leader
   [junit4]   2> 3255667 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3255668 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3255668 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:58652/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 3255668 INFO  (OverseerStateUpdate-98846685303930885-127.0.0.1:58652_solr-n_0000000000) [n:127.0.0.1:58652_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi"} current state version: 0
   [junit4]   2> 3255668 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica2 url=http://127.0.0.1:58652/solr START replicas=[http://127.0.0.1:58653/solr/testschemaapi_shard1_replica1/] nUpdates=100
   [junit4]   2> 3255668 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica2 url=http://127.0.0.1:58652/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 3255668 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3255668 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 3255670 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leaders/shard1
   [junit4]   2> 3255672 INFO  (qtp2114213013-46569) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.S.Request [testschemaapi_shard1_replica1]  webapp=/solr path=/get params={qt=/get&fingerprint=false&version=2&getVersions=100&wt=javabin&distrib=false} status=0 QTime=0
   [junit4]   2> 3255674 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testschemaapi/leaders/shard1/leader after winning as /collections/testschemaapi/leader_elect/shard1/election/98846685303930885-core_node2-n_0000000000
   [junit4]   2> 3255677 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:58652/solr/testschemaapi_shard1_replica2/ shard1
   [junit4]   2> 3255679 INFO  (OverseerStateUpdate-98846685303930885-127.0.0.1:58652_solr-n_0000000000) [n:127.0.0.1:58652_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "base_url":"http://127.0.0.1:58652/solr",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 3255782 INFO  (OverseerStateUpdate-98846685303930885-127.0.0.1:58652_solr-n_0000000000) [n:127.0.0.1:58652_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 1
   [junit4]   2> 3255783 INFO  (zkCallback-10715-thread-1-processing-n:127.0.0.1:58652_solr) [n:127.0.0.1:58652_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> 3255783 INFO  (zkCallback-10716-thread-1-processing-n:127.0.0.1:58653_solr) [n:127.0.0.1:58653_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> 3255784 INFO  (zkCallback-10715-thread-1-processing-n:127.0.0.1:58652_solr) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 3255784 INFO  (zkCallback-10716-thread-1-processing-n:127.0.0.1:58653_solr) [n:127.0.0.1:58653_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 3255832 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController We are http://127.0.0.1:58652/solr/testschemaapi_shard1_replica2/ and leader is http://127.0.0.1:58652/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 3255832 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController No LogReplay needed for core=testschemaapi_shard1_replica2 baseURL=http://127.0.0.1:58652/solr
   [junit4]   2> 3255832 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3255832 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 3255834 INFO  (OverseerStateUpdate-98846685303930885-127.0.0.1:58652_solr-n_0000000000) [n:127.0.0.1:58652_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "node_name":"127.0.0.1:58652_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:58652/solr",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "collection":"testschemaapi"} current state version: 0
   [junit4]   2> 3255834 INFO  (OverseerStateUpdate-98846685303930885-127.0.0.1:58652_solr-n_0000000000) [n:127.0.0.1:58652_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "node_name":"127.0.0.1:58652_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:58652/solr",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "collection":"testschemaapi"}
   [junit4]   2> 3255837 INFO  (qtp508671468-46568) [n:127.0.0.1:58652_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&shard=shard1&name=testschemaapi_shard1_replica2&version=2&wt=javabin&numShards=1&action=CREATE&collection.configName=conf1&collection=testschemaapi} status=0 QTime=1310
   [junit4]   2> 3255937 INFO  (OverseerStateUpdate-98846685303930885-127.0.0.1:58652_solr-n_0000000000) [n:127.0.0.1:58652_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 2
   [junit4]   2> 3255938 INFO  (zkCallback-10715-thread-1-processing-n:127.0.0.1:58652_solr) [n:127.0.0.1:58652_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> 3255938 INFO  (zkCallback-10716-thread-1-processing-n:127.0.0.1:58653_solr) [n:127.0.0.1:58653_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> 3255938 INFO  (zkCallback-10715-thread-1-processing-n:127.0.0.1:58652_solr) [n:127.0.0.1:58652_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [2] to [3]
   [junit4]   2> 3255938 INFO  (zkCallback-10716-thread-1-processing-n:127.0.0.1:58653_solr) [n:127.0.0.1:58653_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [2] to [3]
   [junit4]   2> 3256668 INFO  (qtp2114213013-46567) [n:127.0.0.1:58653_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c

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

asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   12.4s J1 | TestManagedSchemaAPI.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:58652/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F11325FA37F072DD:79471A20990C1F25]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:653)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1002)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:891)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:827)
   [junit4]    > 	at org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:101)
   [junit4]    > 	at org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:69)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:58652/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:628)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:625)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    > 	... 1 more
   [junit4]   2> 3266562 INFO  (SUITE-TestManagedSchemaAPI-seed#[F11325FA37F072DD]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_F11325FA37F072DD-001
   [junit4]   2> Oct 17, 2017 10:52:12 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(Lucene54): {myNewField=PostingsFormat(name=Memory doPackFST= true), id=PostingsFormat(name=Memory doPackFST= false), _version_=PostingsFormat(name=Memory doPackFST= true)}, docValues:{}, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=es-HN, timezone=Canada/East-Saskatchewan
   [junit4]   2> NOTE: Windows 8.1 6.3 amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=3,threads=1,free=244082080,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestQueryUtils, IndexSchemaRuntimeFieldTest, TestSolrCoreProperties, TestSuggestSpellingConverter, TestNRTOpen, TestSolrJ, TestIndexingPerformance, TestClassicSimilarityFactory, TestRecovery, HdfsNNFailoverTest, HighlighterConfigTest, TestCollapseQParserPlugin, DataDrivenBlockJoinTest, TestOmitPositions, AutoCommitTest, TestConfigReload, LoggingHandlerTest, BadCopyFieldTest, TestMacros, RuleEngineTest, TestFileDictionaryLookup, OutOfBoxZkACLAndCredentialsProvidersTest, TestSolrIndexConfig, TestCloudManagedSchemaConcurrent, TestMiniSolrCloudCluster, UniqFieldsUpdateProcessorFactoryTest, TestCollationField, DistributedFacetPivotSmallAdvancedTest, TestAnalyzeInfixSuggestions, ZkSolrClientTest, TestConfigOverlay, CoreAdminHandlerTest, TestSerializedLuceneMatchVersion, TestSystemIdResolver, SortByFunctionTest, DeleteLastCustomShardedReplicaTest, OverseerCollectionConfigSetProcessorTest, OverseerStatusTest, DefaultValueUpdateProcessorTest, BigEndianAscendingWordSerializerTest, TestDynamicLoading, TestDistributedGrouping, TestMaxScoreQueryParser, CopyFieldTest, ConvertedLegacyTest, TestBinaryField, CursorMarkTest, TestCrossCoreJoin, TestReRankQParserPlugin, HdfsRecoveryZkTest, TestFieldTypeCollectionResource, MultiTermTest, TestFieldCollectionResource, TestRangeQuery, TestExceedMaxTermLength, NotRequiredUniqueKeyTest, SignatureUpdateProcessorFactoryTest, ResponseLogComponentTest, TestDownShardTolerantSearch, CurrencyFieldOpenExchangeTest, SpellCheckComponentTest, TestTrie, CustomCollectionTest, SharedFSAutoReplicaFailoverUtilsTest, TestManagedResourceStorage, HdfsDirectoryFactoryTest, WordBreakSolrSpellCheckerTest, DocExpirationUpdateProcessorFactoryTest, TestSolrQueryParser, TestCharFilters, FullSolrCloudDistribCmdsTest, SolrPluginUtilsTest, TestInfoStreamLogging, TestCryptoKeys, SearchHandlerTest, BinaryUpdateRequestHandlerTest, TestScoreJoinQPScore, RequestHandlersTest, ZkNodePropsTest, DistributedQueryComponentOptimizationTest, ResourceLoaderTest, HdfsDirectoryTest, BlockDirectoryTest, TestTestInjection, TestPHPSerializedResponseWriter, HdfsSyncSliceTest, TestPerFieldSimilarity, SynonymTokenizerTest, BlockJoinFacetDistribTest, SuggesterWFSTTest, TestRebalanceLeaders, TestCoreDiscovery, FileUtilsTest, TestPivotHelperCode, TestFastWriter, QueryParsingTest, ShardSplitTest, TestNoOpRegenerator, TestSchemaSimilarityResource, TestCSVResponseWriter, SolrCoreCheckLockOnStartupTest, ZkStateReaderTest, CollectionStateFormat2Test, TestWriterPerf, TestRawTransformer, TestStressRecovery, TestAddFieldRealTimeGet, TestJettySolrRunner, TestLeaderElectionZkExpiry, TestCloudInspectUtil, TestCollectionAPI, TestBadConfig, EnumFieldTest, TestNonDefinedSimilarityFactory, TestDistributedStatsComponentCardinality, CollectionsAPIAsyncDistributedZkTest, DirectSolrConnectionTest, BasicFunctionalityTest, CollectionsAPIDistributedZkTest, TestStressLiveNodes, CloudExitableDirectoryReaderTest, RankQueryTest, TestSortByMinMaxFunction, SuggesterTSTTest, VMParamsZkACLAndCredentialsProvidersTest, OutputWriterTest, TestRandomCollapseQParserPlugin, TestConfigSetProperties, TermVectorComponentTest, RAMDirectoryFactoryTest, DistributedIntervalFacetingTest, TestSolrConfigHandlerCloud, StatsComponentTest, DistribCursorPagingTest, FacetPivotSmallTest, BlockJoinFacetSimpleTest, RequestLoggingTest, LukeRequestHandlerTest, MigrateRouteKeyTest, FieldAnalysisRequestHandlerTest, UnloadDistributedZkTest, ShardRoutingTest, TestReplicationHandler, TestFaceting, TestHashPartitioner, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestStressReorder, TestJoin, TestReload, DistributedTermsComponentTest, TestSolr4Spatial, TestGroupingSearch, BadIndexSchemaTest, TestFiltering, TestIndexSearcher, ShowFileRequestHandlerTest, SolrIndexSplitterTest, SolrRequestParserTest, SuggesterTest, PolyFieldTest, TestUpdate, TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, TestSolrDeletionPolicy1, DebugComponentTest, CacheHeaderTest, DirectSolrSpellCheckerTest, TestQueryTypes, FileBasedSpellCheckerTest, TestValueSourceCache, MoreLikeThisHandlerTest, RegexBoostProcessorTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest, JsonLoaderTest, CSVRequestHandlerTest, TestBinaryResponseWriter, SOLR749Test, TestQuerySenderListener, SolrIndexConfigTest, BadComponentTest, TestSolrDeletionPolicy2, TestDocSet, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, TestLuceneMatchVersion, TestPhraseSuggestions, EchoParamsTest, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TimeZoneUtilsTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, DateMathParserTest, DateFieldTest, DistributedMLTComponentTest, TestDistributedMissingSort, TestTolerantSearch, ConnectionReuseTest, AssignTest, AsyncCallRequestStatusResponseTest, CollectionReloadTest, DeleteShardTest, DistribDocExpirationUpdateProcessorTest, HttpPartitionTest, RemoteQueryErrorTest, SimpleCollectionCreateDeleteTest, TestCloudPivotFacet, TestConfigSetsAPIExclusivity, TestDistribDocBasedVersion, TestExclusionRuleCollectionAccess, TestLeaderInitiatedRecoveryThread, TestRandomRequestDistribution, TestSolrCloudWithKerberosAlt, CachingDirectoryFactoryTest, TestReplicationHandlerBackup, TestReqParamsAPI, TestRestoreCore, CoreAdminCreateDiscoverTest, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, SecurityConfHandlerTest, DistributedDebugComponentTest, DistributedFacetPivotLargeTest, DistributedFacetPivotWhiteBoxTest, SuggestComponentContextFilterQueryTest, SuggestComponentTest, JavabinLoaderTest, WrapperMergePolicyFactoryTest, CheckHdfsIndexTest, TestIntervalFaceting, TestChildDocTransformer, TestCustomDocTransformer, TestSortingResponseWriter, TestManagedResource, TestRestManager, TestBulkSchemaAPI, TestFieldTypeResource, TestManagedSchemaFieldResource, TestRemoveLastDynamicCopyField, TestSchemaNameResource, TestSolrQueryParserDefaultOperatorResource, TestUniqueKeyFieldResource, TestManagedSynonymFilterFactory, ChangedSchemaMergeTest, DateRangeFieldTest, SpatialRPTFieldTypeTest, TestCloudManagedSchema, TestCloudSchemaless, TestCollationFieldDocValues, TestManagedSchemaAPI]
   [junit4] Completed [521/575 (1!)] on J1 in 12.71s, 1 test, 1 error <<< FAILURES!

[...truncated 57129 lines...]

[JENKINS] Lucene-Solr-5.5-Windows (32bit/jdk1.8.0_144) - Build # 144 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Windows/144/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseConcMarkSweepGC

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

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

Stack Trace:
java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [TransactionLog, MockDirectoryWrapper, MDCAwareThreadPoolExecutor, MockDirectoryWrapper]
	at __randomizedtesting.SeedInfo.seed([E44690A17EBB85CE]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:238)
	at sun.reflect.GeneratedMethodAccessor23.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:748)


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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000001: java.nio.file.FileSystemException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000001: The process cannot access the file because it is being used by another process.     C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\testschemaapi_shard1_replica2\data\tlog: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\testschemaapi_shard1_replica2\data\tlog    C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\testschemaapi_shard1_replica2\data: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\testschemaapi_shard1_replica2\data    C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\testschemaapi_shard1_replica2: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\testschemaapi_shard1_replica2    C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2    C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000001: java.nio.file.FileSystemException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000001: The process cannot access the file because it is being used by another process.

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

	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:295)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:217)
	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:748)




Build Log:
[...truncated 10807 lines...]
   [junit4] Suite: org.apache.solr.schema.TestManagedSchemaAPI
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\init-core-data-001
   [junit4]   2> 370067 INFO  (SUITE-TestManagedSchemaAPI-seed#[E44690A17EBB85CE]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 370068 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E44690A17EBB85CE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 370069 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E44690A17EBB85CE]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 370070 INFO  (Thread-1016) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 370070 INFO  (Thread-1016) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 370170 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E44690A17EBB85CE]) [    ] o.a.s.c.ZkTestServer start zk server on port:52591
   [junit4]   2> 370170 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E44690A17EBB85CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 370171 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E44690A17EBB85CE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 370176 INFO  (zkCallback-6257-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ac5783 name:ZooKeeperConnection Watcher:127.0.0.1:52591 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 370176 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E44690A17EBB85CE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 370176 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E44690A17EBB85CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 370176 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E44690A17EBB85CE]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 370183 INFO  (jetty-launcher-6256-thread-2) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 370184 INFO  (jetty-launcher-6256-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@32a806{/solr,null,AVAILABLE}
   [junit4]   2> 370185 INFO  (jetty-launcher-6256-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@1b0d220{HTTP/1.1}{127.0.0.1:52595}
   [junit4]   2> 370185 INFO  (jetty-launcher-6256-thread-2) [    ] o.e.j.s.Server Started @372671ms
   [junit4]   2> 370185 INFO  (jetty-launcher-6256-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52595}
   [junit4]   2> 370186 INFO  (jetty-launcher-6256-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 370186 INFO  (jetty-launcher-6256-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node1'
   [junit4]   2> 370186 INFO  (jetty-launcher-6256-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 370186 INFO  (jetty-launcher-6256-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 370186 INFO  (jetty-launcher-6256-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 370187 INFO  (jetty-launcher-6256-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 370188 INFO  (jetty-launcher-6256-thread-1) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 370189 INFO  (jetty-launcher-6256-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c2ab7f{/solr,null,AVAILABLE}
   [junit4]   2> 370190 INFO  (jetty-launcher-6256-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@6e0339{HTTP/1.1}{127.0.0.1:52600}
   [junit4]   2> 370190 INFO  (jetty-launcher-6256-thread-1) [    ] o.e.j.s.Server Started @372676ms
   [junit4]   2> 370190 INFO  (jetty-launcher-6256-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52600}
   [junit4]   2> 370191 INFO  (jetty-launcher-6256-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 370191 INFO  (jetty-launcher-6256-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2'
   [junit4]   2> 370192 INFO  (jetty-launcher-6256-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 370192 INFO  (jetty-launcher-6256-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 370193 INFO  (jetty-launcher-6256-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 370193 INFO  (jetty-launcher-6256-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 370201 INFO  (zkCallback-6258-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5519b7 name:ZooKeeperConnection Watcher:127.0.0.1:52591/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 370201 INFO  (jetty-launcher-6256-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 370202 INFO  (jetty-launcher-6256-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 370202 INFO  (jetty-launcher-6256-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 370205 INFO  (zkCallback-6259-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ea64a name:ZooKeeperConnection Watcher:127.0.0.1:52591/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 370205 INFO  (jetty-launcher-6256-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 370205 INFO  (jetty-launcher-6256-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 370209 INFO  (jetty-launcher-6256-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 370212 INFO  (jetty-launcher-6256-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node1\.
   [junit4]   2> 370212 INFO  (jetty-launcher-6256-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 20606562
   [junit4]   2> 370212 INFO  (jetty-launcher-6256-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node1]
   [junit4]   2> 370213 WARN  (jetty-launcher-6256-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node1\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node1\lib
   [junit4]   2> 370213 INFO  (jetty-launcher-6256-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 370216 INFO  (jetty-launcher-6256-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\.
   [junit4]   2> 370216 INFO  (jetty-launcher-6256-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 27263024
   [junit4]   2> 370216 INFO  (jetty-launcher-6256-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2]
   [junit4]   2> 370216 WARN  (jetty-launcher-6256-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\lib
   [junit4]   2> 370216 INFO  (jetty-launcher-6256-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 370216 INFO  (jetty-launcher-6256-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 370218 INFO  (jetty-launcher-6256-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 370218 INFO  (jetty-launcher-6256-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 370218 INFO  (jetty-launcher-6256-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52591/solr
   [junit4]   2> 370218 INFO  (jetty-launcher-6256-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 370218 INFO  (jetty-launcher-6256-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 370218 INFO  (jetty-launcher-6256-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 370221 INFO  (jetty-launcher-6256-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 370221 INFO  (jetty-launcher-6256-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 370221 INFO  (jetty-launcher-6256-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52591/solr
   [junit4]   2> 370221 INFO  (jetty-launcher-6256-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 370221 INFO  (jetty-launcher-6256-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 370221 INFO  (jetty-launcher-6256-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 370221 INFO  (jetty-launcher-6256-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 370225 INFO  (zkCallback-6262-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1c38f79 name:ZooKeeperConnection Watcher:127.0.0.1:52591 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 370225 INFO  (jetty-launcher-6256-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 370225 INFO  (jetty-launcher-6256-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 370228 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@1a07610
   [junit4]   2> 370229 INFO  (zkCallback-6265-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@98a3a7 name:ZooKeeperConnection Watcher:127.0.0.1:52591 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 370229 INFO  (jetty-launcher-6256-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 370229 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 370229 INFO  (jetty-launcher-6256-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 370230 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 0x15f31b89bb50004, 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:748)
   [junit4]   2> 370230 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@1d6d6
   [junit4]   2> 370231 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 370235 INFO  (zkCallback-6266-thread-1-processing-n:127.0.0.1:52595_solr) [n:127.0.0.1:52595_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1f5b7bf name:ZooKeeperConnection Watcher:127.0.0.1:52591/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 370235 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 370235 INFO  (zkCallback-6267-thread-1-processing-n:127.0.0.1:52600_solr) [n:127.0.0.1:52600_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1852fd0 name:ZooKeeperConnection Watcher:127.0.0.1:52591/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 370236 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 370236 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 370237 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 370240 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 370241 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 370246 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 370247 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 370249 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 370250 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 370253 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 370254 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 370257 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 370257 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 370259 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 370260 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 370261 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 370261 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 370264 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 370264 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 370266 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 370266 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 370267 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52600_solr
   [junit4]   2> 370267 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52595_solr
   [junit4]   2> 370267 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52600_solr
   [junit4]   2> 370269 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52595_solr
   [junit4]   2> 370271 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 370272 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 370274 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 370275 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 370277 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 370277 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 370277 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/98852385781514245-127.0.0.1:52595_solr-n_0000000000
   [junit4]   2> 370277 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/98852385781514246-127.0.0.1:52600_solr-n_0000000001
   [junit4]   2> 370277 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52595_solr
   [junit4]   2> 370279 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 370279 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/98852385781514245-127.0.0.1:52595_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 370279 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 370281 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.Overseer Overseer (id=98852385781514245-127.0.0.1:52595_solr-n_0000000000) starting
   [junit4]   2> 370284 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 370299 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 370299 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 370316 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 370316 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 370317 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\.
   [junit4]   2> 370317 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 370318 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 370318 INFO  (jetty-launcher-6256-thread-1) [n:127.0.0.1:52600_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 370324 INFO  (OverseerStateUpdate-98852385781514245-127.0.0.1:52595_solr-n_0000000000) [n:127.0.0.1:52595_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 370326 INFO  (OverseerCollectionConfigSetProcessor-98852385781514245-127.0.0.1:52595_solr-n_0000000000) [n:127.0.0.1:52595_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 370335 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 370336 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 370336 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node1\.
   [junit4]   2> 370337 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 370337 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 370337 INFO  (jetty-launcher-6256-thread-2) [n:127.0.0.1:52595_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 370338 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E44690A17EBB85CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 370338 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E44690A17EBB85CE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 370342 INFO  (zkCallback-6268-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@617d30 name:ZooKeeperConnection Watcher:127.0.0.1:52591 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 370342 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E44690A17EBB85CE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 370342 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E44690A17EBB85CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 370345 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E44690A17EBB85CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 370345 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E44690A17EBB85CE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 370347 INFO  (zkCallback-6270-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f79926 name:ZooKeeperConnection Watcher:127.0.0.1:52591/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 370349 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E44690A17EBB85CE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 370349 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E44690A17EBB85CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 370350 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E44690A17EBB85CE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/managed-schema
   [junit4]   2> 370355 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E44690A17EBB85CE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 370357 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E44690A17EBB85CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 370358 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E44690A17EBB85CE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 370359 INFO  (zkCallback-6271-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@22e186 name:ZooKeeperConnection Watcher:127.0.0.1:52591/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 370359 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E44690A17EBB85CE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 370359 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E44690A17EBB85CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 370359 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E44690A17EBB85CE]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 370367 INFO  (qtp350352-24110) [n:127.0.0.1:52600_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> 370371 INFO  (OverseerCollectionConfigSetProcessor-98852385781514245-127.0.0.1:52595_solr-n_0000000000) [n:127.0.0.1:52595_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> 370372 INFO  (OverseerThreadFactory-2259-thread-1-processing-n:127.0.0.1:52595_solr) [n:127.0.0.1:52595_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> 370373 INFO  (OverseerThreadFactory-2259-thread-1-processing-n:127.0.0.1:52595_solr) [n:127.0.0.1:52595_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection testschemaapi
   [junit4]   2> 370375 INFO  (OverseerThreadFactory-2259-thread-1-processing-n:127.0.0.1:52595_solr) [n:127.0.0.1:52595_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/testschemaapi 
   [junit4]   2> 370375 INFO  (OverseerThreadFactory-2259-thread-1-processing-n:127.0.0.1:52595_solr) [n:127.0.0.1:52595_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi
   [junit4]   2> 370376 INFO  (zkCallback-6266-thread-1-processing-n:127.0.0.1:52595_solr) [n:127.0.0.1:52595_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 370377 INFO  (zkCallback-6267-thread-1-processing-n:127.0.0.1:52600_solr) [n:127.0.0.1:52600_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 370377 INFO  (zkCallback-6271-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 370383 INFO  (OverseerStateUpdate-98852385781514245-127.0.0.1:52595_solr-n_0000000000) [n:127.0.0.1:52595_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> 370383 INFO  (OverseerStateUpdate-98852385781514245-127.0.0.1:52595_solr-n_0000000000) [n:127.0.0.1:52595_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: testschemaapi
   [junit4]   2> 370384 INFO  (OverseerStateUpdate-98852385781514245-127.0.0.1:52595_solr-n_0000000000) [n:127.0.0.1:52595_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testschemaapi/state.json
   [junit4]   2> 370482 INFO  (OverseerThreadFactory-2259-thread-1-processing-n:127.0.0.1:52595_solr) [n:127.0.0.1:52595_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection testschemaapi, shardNames [shard1] , replicationFactor : 2
   [junit4]   2> 370482 INFO  (OverseerThreadFactory-2259-thread-1-processing-n:127.0.0.1:52595_solr) [n:127.0.0.1:52595_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica1 as part of shard shard1 of collection testschemaapi on 127.0.0.1:52595_solr
   [junit4]   2> 370483 INFO  (OverseerThreadFactory-2259-thread-1-processing-n:127.0.0.1:52595_solr) [n:127.0.0.1:52595_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica2 as part of shard shard1 of collection testschemaapi on 127.0.0.1:52600_solr
   [junit4]   2> 370486 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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> 370486 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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> 370488 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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> 370488 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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> 370490 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 370490 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 370492 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 370492 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
   [junit4]   2> 370492 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 370492 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
   [junit4]   2> 370492 INFO  (OverseerStateUpdate-98852385781514245-127.0.0.1:52595_solr-n_0000000000) [n:127.0.0.1:52595_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:52600/solr",
   [junit4]   2>   "node_name":"127.0.0.1:52600_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> 370493 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 370493 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 370493 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 370493 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 370493 INFO  (OverseerStateUpdate-98852385781514245-127.0.0.1:52595_solr-n_0000000000) [n:127.0.0.1:52595_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":"http://127.0.0.1:52600/solr",
   [junit4]   2>   "node_name":"127.0.0.1:52600_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 370494 INFO  (OverseerStateUpdate-98852385781514245-127.0.0.1:52595_solr-n_0000000000) [n:127.0.0.1:52595_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:52595/solr",
   [junit4]   2>   "node_name":"127.0.0.1:52595_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> 370494 INFO  (OverseerStateUpdate-98852385781514245-127.0.0.1:52595_solr-n_0000000000) [n:127.0.0.1:52595_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":"http://127.0.0.1:52595/solr",
   [junit4]   2>   "node_name":"127.0.0.1:52595_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 370598 INFO  (OverseerStateUpdate-98852385781514245-127.0.0.1:52595_solr-n_0000000000) [n:127.0.0.1:52595_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 0
   [junit4]   2> 370599 INFO  (zkCallback-6266-thread-1-processing-n:127.0.0.1:52595_solr) [n:127.0.0.1:52595_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> 370599 INFO  (zkCallback-6267-thread-1-processing-n:127.0.0.1:52600_solr) [n:127.0.0.1:52600_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> 370599 INFO  (zkCallback-6266-thread-1-processing-n:127.0.0.1:52595_solr) [n:127.0.0.1:52595_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 370600 INFO  (zkCallback-6267-thread-1-processing-n:127.0.0.1:52600_solr) [n:127.0.0.1:52600_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 371493 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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> 371493 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 371493 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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> 371493 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 371493 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 371493 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 371493 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 371493 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 371495 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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> 371495 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node1\testschemaapi_shard1_replica1'
   [junit4]   2> 371495 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 371495 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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> 371495 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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> 371495 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\testschemaapi_shard1_replica2'
   [junit4]   2> 371495 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 371496 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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> 371497 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 371497 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 371505 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 371505 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 371510 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.5
   [junit4]   2> 371510 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.5
   [junit4]   2> 371513 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 371513 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 371517 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 371517 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 371525 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 371525 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 371531 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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-5.5-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 371531 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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-5.5-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 371531 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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> 371531 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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> 371531 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 371531 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 371531 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node1\testschemaapi_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\]
   [junit4]   2> 371531 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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> 371531 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\testschemaapi_shard1_replica2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\]
   [junit4]   2> 371532 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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> 371532 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\
   [junit4]   2> 371532 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\
   [junit4]   2> 371532 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\index/
   [junit4]   2> 371532 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\index/
   [junit4]   2> 371532 WARN  (qtp25076131-24086) [n:127.0.0.1:52595_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 371532 WARN  (qtp350352-24102) [n:127.0.0.1:52600_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 371533 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\index
   [junit4]   2> 371533 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\index
   [junit4]   2> 371533 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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@3f34c8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2da5f4),segFN=segments_1,generation=1}
   [junit4]   2> 371533 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 371533 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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@1077c93 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@150f2d7),segFN=segments_1,generation=1}
   [junit4]   2> 371533 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 371535 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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> 371536 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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> 371537 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:52595_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\
   [junit4]   2> 371537 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:52600_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\
   [junit4]   2> 371539 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-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> 371539 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 371543 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 371543 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 371544 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 371544 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 371545 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 371545 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 371546 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 371548 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 371548 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 371548 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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> 371549 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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> 371549 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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> 371550 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 371550 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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> 371551 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 371551 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 371551 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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> 371551 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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> 371552 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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@3f34c8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2da5f4),segFN=segments_1,generation=1}
   [junit4]   2> 371552 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 371552 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening Searcher@c3d437[testschemaapi_shard1_replica1] main
   [junit4]   2> 371552 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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> 371553 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 371553 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 371553 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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> 371553 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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> 371554 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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> 371554 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 371554 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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@1077c93 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@150f2d7),segFN=segments_1,generation=1}
   [junit4]   2> 371554 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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> 371554 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 371554 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening Searcher@392160[testschemaapi_shard1_replica2] main
   [junit4]   2> 371554 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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> 371554 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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> 371554 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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> 371554 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 371554 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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> 371555 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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:2282592660610463
   [junit4]   2> 371555 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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> 371555 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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> 371555 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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> 371555 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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> 371555 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_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 1581638174059266048
   [junit4]   2> 371558 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1581638174059266048
   [junit4]   2> 371558 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 371558 INFO  (searcherExecutor-2262-thread-1-processing-n:127.0.0.1:52595_solr x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Registered new searcher Searcher@c3d437[testschemaapi_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 371558 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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> 371558 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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> 371560 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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> 371560 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 371560 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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> 371561 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica1
   [junit4]   2> 371561 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Register replica - core:testschemaapi_shard1_replica1 address:http://127.0.0.1:52595/solr collection:testschemaapi shard:shard1
   [junit4]   2> 371561 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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> 371561 INFO  (qtp350352-24102) [n:127.0.0.1:52600_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> 371561 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 371561 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 371561 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leader_elect/shard1/election
   [junit4]   2> 371561 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: /configs/conf1/managed-schema, uniqueCoreId: testschemaapi_shard1_replica2:2282592660675032
   [junit4]   2> 371561 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 371561 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 371561 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 371561 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 371561 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1581638174065557504
   [junit4]   2> 371561 INFO  (searcherExecutor-2263-thread-1-processing-n:127.0.0.1:52600_solr x:testschemaapi_shard1_replica2 s:shard1 c:testschemaapi r:core_node1) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Registered new searcher Searcher@392160[testschemaapi_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 371561 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1581638174065557504
   [junit4]   2> 371561 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 371565 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica2
   [junit4]   2> 371566 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Register replica - core:testschemaapi_shard1_replica2 address:http://127.0.0.1:52600/solr collection:testschemaapi shard:shard1
   [junit4]   2> 371567 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.LeaderElector Joined leadership election with path: /collections/testschemaapi/leader_elect/shard1/election/98852385781514246-core_node1-n_0000000000
   [junit4]   2> 371567 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/testschemaapi/leader_elect/shard1/election/98852385781514245-core_node2-n_0000000001
   [junit4]   2> 371568 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 371568 INFO  (qtp25076131-24086) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.LeaderElector Watching path /collections/testschemaapi/leader_elect/shard1/election/98852385781514246-core_node1-n_0000000000 to know if I could be the leader
   [junit4]   2> 371570 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 371570 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 371570 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52600/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 371570 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica2 url=http://127.0.0.1:52600/solr START replicas=[http://127.0.0.1:52595/solr/testschemaapi_shard1_replica1/] nUpdates=100
   [junit4]   2> 371570 INFO  (OverseerStateUpdate-98852385781514245-127.0.0.1:52595_solr-n_0000000000) [n:127.0.0.1:52595_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi"} current state version: 0
   [junit4]   2> 371571 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica2 url=http://127.0.0.1:52600/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 371571 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 371571 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 371574 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leaders/shard1
   [junit4]   2> 371576 INFO  (qtp25076131-24088) [n:127.0.0.1:52595_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.S.Request [testschemaapi_shard1_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 371578 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testschemaapi/leaders/shard1/leader after winning as /collections/testschemaapi/leader_elect/shard1/election/98852385781514246-core_node1-n_0000000000
   [junit4]   2> 371581 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:52600/solr/testschemaapi_shard1_replica2/ shard1
   [junit4]   2> 371581 INFO  (OverseerStateUpdate-98852385781514245-127.0.0.1:52595_solr-n_0000000000) [n:127.0.0.1:52595_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "base_url":"http://127.0.0.1:52600/solr",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 371685 INFO  (OverseerStateUpdate-98852385781514245-127.0.0.1:52595_solr-n_0000000000) [n:127.0.0.1:52595_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 1
   [junit4]   2> 371686 INFO  (zkCallback-6266-thread-1-processing-n:127.0.0.1:52595_solr) [n:127.0.0.1:52595_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> 371686 INFO  (zkCallback-6267-thread-1-processing-n:127.0.0.1:52600_solr) [n:127.0.0.1:52600_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> 371687 INFO  (zkCallback-6267-thread-1-processing-n:127.0.0.1:52600_solr) [n:127.0.0.1:52600_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 371687 INFO  (zkCallback-6266-thread-1-processing-n:127.0.0.1:52595_solr) [n:127.0.0.1:52595_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 371734 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController We are http://127.0.0.1:52600/solr/testschemaapi_shard1_replica2/ and leader is http://127.0.0.1:52600/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 371734 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController No LogReplay needed for core=testschemaapi_shard1_replica2 baseURL=http://127.0.0.1:52600/solr
   [junit4]   2> 371734 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 371734 INFO  (qtp350352-24102) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 371735 INFO  (OverseerStateUpdate-98852385781514245-127.0.0.1:52595_solr-n_0000000000) [n:127.0.0.1:52595_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:52600/solr",
   [junit4]   2>   "node

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

Thread-1056) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1077c93 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@150f2d7),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1077c93 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@150f2d7),segFN=segments_2,generation=2}
   [junit4]   2> 381882 INFO  (Thread-1056) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 381882 INFO  (Thread-1056) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Closing main searcher on request.
   [junit4]   2> 381882 INFO  (Thread-1056) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 381882 INFO  (Thread-1056) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\ [CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\;done=false>>]
   [junit4]   2> 381882 INFO  (Thread-1056) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\
   [junit4]   2> 381882 INFO  (Thread-1056) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\index [CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\index;done=false>>]
   [junit4]   2> 381882 INFO  (Thread-1056) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\index
   [junit4]   2> 381883 WARN  (Thread-1056) [n:127.0.0.1:52600_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: Unable to reload core [testschemaapi_shard1_replica2]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:927)
   [junit4]   2> 	at org.apache.solr.core.SolrCore$11.run(SolrCore.java:2623)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController$5.run(ZkController.java:2480)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not find config name for collection:testschemaapi
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:820)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.reload(SolrCore.java:461)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:922)
   [junit4]   2> 	... 2 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not find config name for collection:testschemaapi
   [junit4]   2> 	at org.apache.solr.rest.ManagedResourceStorage.newStorageIO(ManagedResourceStorage.java:101)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.initRestManager(SolrCore.java:2417)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:796)
   [junit4]   2> 	... 4 more
   [junit4]   2> Oct 18, 2017 11:01:54 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {_version_=FST50, id=PostingsFormat(name=MockRandom), myNewField1=PostingsFormat(name=MockRandom), myNewField=FST50}, docValues:{}, sim=DefaultSimilarity, locale=et-EE, timezone=US/Michigan
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 (32-bit)/cpus=3,threads=1,free=60763224,total=168071168
   [junit4]   2> NOTE: All tests run in this JVM: [CollectionStateFormat2Test, TestRTGBase, VersionInfoTest, MinimalSchemaTest, ExplicitHLLTest, DirectSolrConnectionTest, TestAnalyzeInfixSuggestions, SharedFSAutoReplicaFailoverUtilsTest, TestStressLiveNodes, AtomicUpdatesTest, BasicAuthIntegrationTest, HdfsBasicDistributedZkTest, FieldAnalysisRequestHandlerTest, TestRequestForwarding, DistributedDebugComponentTest, TestManagedSchemaDynamicFieldResource, DistanceFunctionTest, TestOmitPositions, SuggesterTest, TestMaxScoreQueryParser, BasicDistributedZk2Test, SynonymTokenizerTest, BadIndexSchemaTest, TestBulkSchemaConcurrent, EchoParamsTest, DirectUpdateHandlerOptimizeTest, TestShortCircuitedRequests, TestNoOpRegenerator, TestSchemaSimilarityResource, TestTestInjection, CopyFieldTest, TestStressUserVersions, LeaderInitiatedRecoveryOnCommitTest, EnumFieldTest, FieldMutatingUpdateProcessorTest, TestRuleBasedAuthorizationPlugin, TestDistributedStatsComponentCardinality, DefaultValueUpdateProcessorTest, SolrCoreCheckLockOnStartupTest, TestManagedSchemaAPI]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestManagedSchemaAPI -Dtests.seed=E44690A17EBB85CE -Dtests.slow=true -Dtests.locale=et-EE -Dtests.timezone=US/Michigan -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestManagedSchemaAPI (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [TransactionLog, MockDirectoryWrapper, MDCAwareThreadPoolExecutor, MockDirectoryWrapper]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E44690A17EBB85CE]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:238)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)Throwable #2: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000001: java.nio.file.FileSystemException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000001: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\testschemaapi_shard1_replica2\data\tlog: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\testschemaapi_shard1_replica2\data\tlog
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\testschemaapi_shard1_replica2\data: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\testschemaapi_shard1_replica2\data
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\testschemaapi_shard1_replica2: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2\testschemaapi_shard1_replica2
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001\node2
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E44690A17EBB85CE-001\tempDir-001
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:295)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [64/575 (1!)] on J1 in 12.10s, 1 test, 1 failure, 1 error <<< FAILURES!

[...truncated 50792 lines...]

[JENKINS] Lucene-Solr-5.5-Windows (32bit/jdk1.8.0_144) - Build # 143 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Windows/143/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseParallelGC

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

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

Stack Trace:
java.lang.AssertionError: ObjectTracker found 8 object(s) that were not released!!! [MockDirectoryWrapper, MockDirectoryWrapper, MDCAwareThreadPoolExecutor, MDCAwareThreadPoolExecutor, TransactionLog, TransactionLog, MockDirectoryWrapper, MockDirectoryWrapper]
	at __randomizedtesting.SeedInfo.seed([41C50CDA64B74055]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:238)
	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$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:748)


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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\testschemaapi_shard1_replica1\data\tlog\tlog.0000000000000000000: java.nio.file.FileSystemException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\testschemaapi_shard1_replica1\data\tlog\tlog.0000000000000000000: The process cannot access the file because it is being used by another process.     C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\testschemaapi_shard1_replica1\data\tlog: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\testschemaapi_shard1_replica1\data\tlog    C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\testschemaapi_shard1_replica1\data: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\testschemaapi_shard1_replica1\data    C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\testschemaapi_shard1_replica1: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\testschemaapi_shard1_replica1    C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1    C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000001: java.nio.file.FileSystemException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000001: The process cannot access the file because it is being used by another process.     C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2\testschemaapi_shard1_replica2\data\tlog: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2\testschemaapi_shard1_replica2\data\tlog    C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2\testschemaapi_shard1_replica2\data: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2\testschemaapi_shard1_replica2\data    C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2\testschemaapi_shard1_replica2: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2\testschemaapi_shard1_replica2    C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2    C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001    C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001 

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

   C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\testschemaapi_shard1_replica1\data\tlog: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\testschemaapi_shard1_replica1\data\tlog
   C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\testschemaapi_shard1_replica1\data: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\testschemaapi_shard1_replica1\data
   C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\testschemaapi_shard1_replica1: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\testschemaapi_shard1_replica1
   C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1
   C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000001: java.nio.file.FileSystemException: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000001: The process cannot access the file because it is being used by another process.

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

	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:295)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:217)
	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:748)


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasics

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([41C50CDA64B74055]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.security.BasicAuthIntegrationTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([41C50CDA64B74055]:0)




Build Log:
[...truncated 10705 lines...]
   [junit4] Suite: org.apache.solr.schema.TestManagedSchemaAPI
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\init-core-data-001
   [junit4]   2> 154523 INFO  (SUITE-TestManagedSchemaAPI-seed#[41C50CDA64B74055]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 154527 INFO  (TEST-TestManagedSchemaAPI.test-seed#[41C50CDA64B74055]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 154528 INFO  (TEST-TestManagedSchemaAPI.test-seed#[41C50CDA64B74055]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 154529 INFO  (Thread-394) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 154529 INFO  (Thread-394) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 154630 INFO  (TEST-TestManagedSchemaAPI.test-seed#[41C50CDA64B74055]) [    ] o.a.s.c.ZkTestServer start zk server on port:53650
   [junit4]   2> 154630 INFO  (TEST-TestManagedSchemaAPI.test-seed#[41C50CDA64B74055]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 154631 INFO  (TEST-TestManagedSchemaAPI.test-seed#[41C50CDA64B74055]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 154635 INFO  (zkCallback-136-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1d7a2d6 name:ZooKeeperConnection Watcher:127.0.0.1:53650 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 154635 INFO  (TEST-TestManagedSchemaAPI.test-seed#[41C50CDA64B74055]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 154635 INFO  (TEST-TestManagedSchemaAPI.test-seed#[41C50CDA64B74055]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 154635 INFO  (TEST-TestManagedSchemaAPI.test-seed#[41C50CDA64B74055]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 154640 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 0x15f2eac6a6f0000, 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:748)
   [junit4]   2> 154643 INFO  (jetty-launcher-135-thread-1) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 154643 INFO  (jetty-launcher-135-thread-2) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 154643 INFO  (jetty-launcher-135-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1add2ab{/solr,null,AVAILABLE}
   [junit4]   2> 154643 INFO  (jetty-launcher-135-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@ccff24{/solr,null,AVAILABLE}
   [junit4]   2> 154651 INFO  (jetty-launcher-135-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@1505c69{HTTP/1.1}{127.0.0.1:53655}
   [junit4]   2> 154652 INFO  (jetty-launcher-135-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@107d9a1{HTTP/1.1}{127.0.0.1:53654}
   [junit4]   2> 154652 INFO  (jetty-launcher-135-thread-2) [    ] o.e.j.s.Server Started @157208ms
   [junit4]   2> 154652 INFO  (jetty-launcher-135-thread-1) [    ] o.e.j.s.Server Started @157208ms
   [junit4]   2> 154652 INFO  (jetty-launcher-135-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53655}
   [junit4]   2> 154652 INFO  (jetty-launcher-135-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53654}
   [junit4]   2> 154652 INFO  (jetty-launcher-135-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 154652 INFO  (jetty-launcher-135-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 154652 INFO  (jetty-launcher-135-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2'
   [junit4]   2> 154652 INFO  (jetty-launcher-135-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1'
   [junit4]   2> 154652 INFO  (jetty-launcher-135-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 154653 INFO  (jetty-launcher-135-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 154653 INFO  (jetty-launcher-135-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 154653 INFO  (jetty-launcher-135-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 154654 INFO  (jetty-launcher-135-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 154654 INFO  (jetty-launcher-135-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 154656 INFO  (jetty-launcher-135-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 154656 INFO  (jetty-launcher-135-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 154660 INFO  (zkCallback-138-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@d13867 name:ZooKeeperConnection Watcher:127.0.0.1:53650/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 154660 INFO  (zkCallback-137-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@716f58 name:ZooKeeperConnection Watcher:127.0.0.1:53650/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 154660 INFO  (jetty-launcher-135-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 154660 INFO  (jetty-launcher-135-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 154660 INFO  (jetty-launcher-135-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 154660 INFO  (jetty-launcher-135-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 154661 INFO  (jetty-launcher-135-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 154661 INFO  (jetty-launcher-135-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 154699 INFO  (jetty-launcher-135-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2\.
   [junit4]   2> 154699 INFO  (jetty-launcher-135-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 5951661
   [junit4]   2> 154699 INFO  (jetty-launcher-135-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2]
   [junit4]   2> 154700 WARN  (jetty-launcher-135-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2\lib
   [junit4]   2> 154700 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 0x15f2eac6a6f0001, 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:748)
   [junit4]   2> 154700 INFO  (jetty-launcher-135-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 154700 INFO  (jetty-launcher-135-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\.
   [junit4]   2> 154700 INFO  (jetty-launcher-135-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 14738532
   [junit4]   2> 154700 INFO  (jetty-launcher-135-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1]
   [junit4]   2> 154701 WARN  (jetty-launcher-135-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\lib
   [junit4]   2> 154701 INFO  (jetty-launcher-135-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 154709 INFO  (jetty-launcher-135-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 154709 INFO  (jetty-launcher-135-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 154710 INFO  (jetty-launcher-135-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 154710 INFO  (jetty-launcher-135-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 154710 INFO  (jetty-launcher-135-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53650/solr
   [junit4]   2> 154710 INFO  (jetty-launcher-135-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 154710 INFO  (jetty-launcher-135-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 154711 INFO  (jetty-launcher-135-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 154714 INFO  (jetty-launcher-135-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 154714 INFO  (jetty-launcher-135-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53650/solr
   [junit4]   2> 154714 INFO  (jetty-launcher-135-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 154714 INFO  (jetty-launcher-135-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 154715 INFO  (jetty-launcher-135-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 154717 INFO  (jetty-launcher-135-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 154718 INFO  (zkCallback-143-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1aa9a7 name:ZooKeeperConnection Watcher:127.0.0.1:53650 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 154719 INFO  (jetty-launcher-135-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 154719 INFO  (jetty-launcher-135-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 154722 INFO  (zkCallback-144-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@cbad72 name:ZooKeeperConnection Watcher:127.0.0.1:53650 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 154722 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 0x15f2eac6a6f0003, 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:748)
   [junit4]   2> 154722 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@6b6cc0
   [junit4]   2> 154723 INFO  (jetty-launcher-135-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 154723 INFO  (jetty-launcher-135-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 154724 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 154726 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 0x15f2eac6a6f0004, 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:748)
   [junit4]   2> 154727 INFO  (jetty-launcher-135-thread-2) [n:127.0.0.1:53655_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@e51aa0
   [junit4]   2> 154727 INFO  (zkCallback-145-thread-1-processing-n:127.0.0.1:53654_solr) [n:127.0.0.1:53654_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@e865c8 name:ZooKeeperConnection Watcher:127.0.0.1:53650/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 154727 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 154729 INFO  (jetty-launcher-135-thread-2) [n:127.0.0.1:53655_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 154730 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 154733 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 154735 INFO  (zkCallback-146-thread-1-processing-n:127.0.0.1:53655_solr) [n:127.0.0.1:53655_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@9fb1e name:ZooKeeperConnection Watcher:127.0.0.1:53650/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 154735 INFO  (jetty-launcher-135-thread-2) [n:127.0.0.1:53655_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 154740 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 154744 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 154744 INFO  (jetty-launcher-135-thread-2) [n:127.0.0.1:53655_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 154747 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 154748 INFO  (jetty-launcher-135-thread-2) [n:127.0.0.1:53655_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 154752 INFO  (jetty-launcher-135-thread-2) [n:127.0.0.1:53655_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 154752 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 154754 INFO  (jetty-launcher-135-thread-2) [n:127.0.0.1:53655_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 154754 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 154755 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 154756 INFO  (jetty-launcher-135-thread-2) [n:127.0.0.1:53655_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 154757 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 154757 INFO  (jetty-launcher-135-thread-2) [n:127.0.0.1:53655_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 154758 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 154759 INFO  (jetty-launcher-135-thread-2) [n:127.0.0.1:53655_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 154760 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53654_solr
   [junit4]   2> 154761 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:53654_solr
   [junit4]   2> 154761 INFO  (jetty-launcher-135-thread-2) [n:127.0.0.1:53655_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53655_solr
   [junit4]   2> 154761 INFO  (jetty-launcher-135-thread-2) [n:127.0.0.1:53655_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:53655_solr
   [junit4]   2> 154762 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 154763 INFO  (jetty-launcher-135-thread-2) [n:127.0.0.1:53655_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 154764 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 154765 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 154765 INFO  (jetty-launcher-135-thread-2) [n:127.0.0.1:53655_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 154766 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/98849034880352261-127.0.0.1:53654_solr-n_0000000000
   [junit4]   2> 154766 INFO  (jetty-launcher-135-thread-2) [n:127.0.0.1:53655_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/98849034880352262-127.0.0.1:53655_solr-n_0000000001
   [junit4]   2> 154766 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53654_solr
   [junit4]   2> 154766 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 154767 INFO  (jetty-launcher-135-thread-2) [n:127.0.0.1:53655_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/98849034880352261-127.0.0.1:53654_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 154767 INFO  (jetty-launcher-135-thread-2) [n:127.0.0.1:53655_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 154768 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.Overseer Overseer (id=98849034880352261-127.0.0.1:53654_solr-n_0000000000) starting
   [junit4]   2> 154772 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 154778 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 154778 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 154787 INFO  (OverseerStateUpdate-98849034880352261-127.0.0.1:53654_solr-n_0000000000) [n:127.0.0.1:53654_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 154787 INFO  (OverseerCollectionConfigSetProcessor-98849034880352261-127.0.0.1:53654_solr-n_0000000000) [n:127.0.0.1:53654_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 154806 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 154806 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 154808 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\.
   [junit4]   2> 154809 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 154810 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 154810 INFO  (jetty-launcher-135-thread-1) [n:127.0.0.1:53654_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 154810 INFO  (jetty-launcher-135-thread-2) [n:127.0.0.1:53655_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 154810 INFO  (jetty-launcher-135-thread-2) [n:127.0.0.1:53655_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 154811 INFO  (jetty-launcher-135-thread-2) [n:127.0.0.1:53655_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2\.
   [junit4]   2> 154812 INFO  (jetty-launcher-135-thread-2) [n:127.0.0.1:53655_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 154814 INFO  (jetty-launcher-135-thread-2) [n:127.0.0.1:53655_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 154814 INFO  (jetty-launcher-135-thread-2) [n:127.0.0.1:53655_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 154814 INFO  (TEST-TestManagedSchemaAPI.test-seed#[41C50CDA64B74055]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 154815 INFO  (TEST-TestManagedSchemaAPI.test-seed#[41C50CDA64B74055]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 154818 INFO  (zkCallback-147-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@dd1897 name:ZooKeeperConnection Watcher:127.0.0.1:53650 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 154818 INFO  (TEST-TestManagedSchemaAPI.test-seed#[41C50CDA64B74055]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 154818 INFO  (TEST-TestManagedSchemaAPI.test-seed#[41C50CDA64B74055]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 154823 INFO  (TEST-TestManagedSchemaAPI.test-seed#[41C50CDA64B74055]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 154824 INFO  (TEST-TestManagedSchemaAPI.test-seed#[41C50CDA64B74055]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 154828 INFO  (zkCallback-149-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@87084c name:ZooKeeperConnection Watcher:127.0.0.1:53650/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 154829 INFO  (TEST-TestManagedSchemaAPI.test-seed#[41C50CDA64B74055]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 154829 INFO  (TEST-TestManagedSchemaAPI.test-seed#[41C50CDA64B74055]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 154835 INFO  (TEST-TestManagedSchemaAPI.test-seed#[41C50CDA64B74055]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/managed-schema
   [junit4]   2> 154840 INFO  (TEST-TestManagedSchemaAPI.test-seed#[41C50CDA64B74055]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 154844 INFO  (TEST-TestManagedSchemaAPI.test-seed#[41C50CDA64B74055]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 154845 INFO  (TEST-TestManagedSchemaAPI.test-seed#[41C50CDA64B74055]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 154848 INFO  (zkCallback-150-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@16b599c name:ZooKeeperConnection Watcher:127.0.0.1:53650/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 154849 INFO  (TEST-TestManagedSchemaAPI.test-seed#[41C50CDA64B74055]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 154849 INFO  (TEST-TestManagedSchemaAPI.test-seed#[41C50CDA64B74055]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 154849 INFO  (TEST-TestManagedSchemaAPI.test-seed#[41C50CDA64B74055]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 154861 INFO  (qtp18225887-1150) [n:127.0.0.1:53654_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> 154866 INFO  (OverseerCollectionConfigSetProcessor-98849034880352261-127.0.0.1:53654_solr-n_0000000000) [n:127.0.0.1:53654_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> 154867 INFO  (OverseerThreadFactory-378-thread-1-processing-n:127.0.0.1:53654_solr) [n:127.0.0.1:53654_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> 154869 INFO  (OverseerThreadFactory-378-thread-1-processing-n:127.0.0.1:53654_solr) [n:127.0.0.1:53654_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection testschemaapi
   [junit4]   2> 154871 INFO  (OverseerThreadFactory-378-thread-1-processing-n:127.0.0.1:53654_solr) [n:127.0.0.1:53654_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/testschemaapi 
   [junit4]   2> 154871 INFO  (OverseerThreadFactory-378-thread-1-processing-n:127.0.0.1:53654_solr) [n:127.0.0.1:53654_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi
   [junit4]   2> 154874 INFO  (zkCallback-150-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 154874 INFO  (zkCallback-146-thread-1-processing-n:127.0.0.1:53655_solr) [n:127.0.0.1:53655_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 154874 INFO  (zkCallback-145-thread-1-processing-n:127.0.0.1:53654_solr) [n:127.0.0.1:53654_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 154879 INFO  (OverseerStateUpdate-98849034880352261-127.0.0.1:53654_solr-n_0000000000) [n:127.0.0.1:53654_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> 154879 INFO  (OverseerStateUpdate-98849034880352261-127.0.0.1:53654_solr-n_0000000000) [n:127.0.0.1:53654_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: testschemaapi
   [junit4]   2> 154881 INFO  (OverseerStateUpdate-98849034880352261-127.0.0.1:53654_solr-n_0000000000) [n:127.0.0.1:53654_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testschemaapi/state.json
   [junit4]   2> 154979 INFO  (OverseerThreadFactory-378-thread-1-processing-n:127.0.0.1:53654_solr) [n:127.0.0.1:53654_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection testschemaapi, shardNames [shard1] , replicationFactor : 2
   [junit4]   2> 154979 INFO  (OverseerThreadFactory-378-thread-1-processing-n:127.0.0.1:53654_solr) [n:127.0.0.1:53654_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica1 as part of shard shard1 of collection testschemaapi on 127.0.0.1:53654_solr
   [junit4]   2> 154980 INFO  (OverseerThreadFactory-378-thread-1-processing-n:127.0.0.1:53654_solr) [n:127.0.0.1:53654_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica2 as part of shard shard1 of collection testschemaapi on 127.0.0.1:53655_solr
   [junit4]   2> 154987 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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> 154987 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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> 154989 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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> 154990 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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> 154991 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 154992 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 154993 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 154993 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
   [junit4]   2> 154995 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 154995 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 154995 INFO  (OverseerStateUpdate-98849034880352261-127.0.0.1:53654_solr-n_0000000000) [n:127.0.0.1:53654_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:53655/solr",
   [junit4]   2>   "node_name":"127.0.0.1:53655_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> 154995 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 154996 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
   [junit4]   2> 154996 INFO  (OverseerStateUpdate-98849034880352261-127.0.0.1:53654_solr-n_0000000000) [n:127.0.0.1:53654_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":"http://127.0.0.1:53655/solr",
   [junit4]   2>   "node_name":"127.0.0.1:53655_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 154996 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 154996 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 154999 INFO  (OverseerStateUpdate-98849034880352261-127.0.0.1:53654_solr-n_0000000000) [n:127.0.0.1:53654_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:53654/solr",
   [junit4]   2>   "node_name":"127.0.0.1:53654_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> 155000 INFO  (OverseerStateUpdate-98849034880352261-127.0.0.1:53654_solr-n_0000000000) [n:127.0.0.1:53654_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":"http://127.0.0.1:53654/solr",
   [junit4]   2>   "node_name":"127.0.0.1:53654_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 155105 INFO  (OverseerStateUpdate-98849034880352261-127.0.0.1:53654_solr-n_0000000000) [n:127.0.0.1:53654_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 0
   [junit4]   2> 155107 INFO  (zkCallback-146-thread-1-processing-n:127.0.0.1:53655_solr) [n:127.0.0.1:53655_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> 155107 INFO  (zkCallback-145-thread-1-processing-n:127.0.0.1:53654_solr) [n:127.0.0.1:53654_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> 155108 INFO  (zkCallback-146-thread-1-processing-n:127.0.0.1:53655_solr) [n:127.0.0.1:53655_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 155108 INFO  (zkCallback-145-thread-1-processing-n:127.0.0.1:53654_solr) [n:127.0.0.1:53654_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 155995 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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> 155995 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 155995 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 155995 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 155996 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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> 155996 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2\testschemaapi_shard1_replica2'
   [junit4]   2> 155996 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 155996 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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> 155997 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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> 155997 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 155997 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 155997 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 155998 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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> 155998 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\testschemaapi_shard1_replica1'
   [junit4]   2> 155998 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 155998 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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> 155998 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 155998 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 156007 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 156009 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 156012 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.4
   [junit4]   2> 156013 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.4
   [junit4]   2> 156019 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 156023 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 156024 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 156026 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 156029 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 156029 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 156033 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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-5.5-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 156033 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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-5.5-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 156034 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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> 156034 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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> 156034 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 156034 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 156034 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2\testschemaapi_shard1_replica2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\]
   [junit4]   2> 156034 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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> 156034 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\testschemaapi_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\]
   [junit4]   2> 156034 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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> 156035 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\
   [junit4]   2> 156035 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\
   [junit4]   2> 156035 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\index/
   [junit4]   2> 156035 WARN  (qtp25634859-1153) [n:127.0.0.1:53655_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 156035 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\index/
   [junit4]   2> 156035 WARN  (qtp18225887-1152) [n:127.0.0.1:53654_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 156035 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\index
   [junit4]   2> 156035 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\index
   [junit4]   2> 156036 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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@1ca2d7a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8fc13b),segFN=segments_1,generation=1}
   [junit4]   2> 156036 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 156036 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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@82fd8f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e0322),segFN=segments_1,generation=1}
   [junit4]   2> 156036 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 156038 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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> 156038 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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> 156040 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:53654_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\
   [junit4]   2> 156040 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:53655_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-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\
   [junit4]   2> 156042 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-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> 156044 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 156044 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 156046 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 156046 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 156047 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 156047 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 156048 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 156048 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 156048 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_41C50CDA64B74055-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 156049 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 156050 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 156050 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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> 156050 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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> 156051 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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> 156051 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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> 156051 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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> 156051 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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> 156052 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 156052 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 156052 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 156052 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 156053 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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@1ca2d7a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8fc13b),segFN=segments_1,generation=1}
   [junit4]   2> 156053 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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@82fd8f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e0322),segFN=segments_1,generation=1}
   [junit4]   2> 156053 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 156053 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 156054 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening Searcher@1fa77b2[testschemaapi_shard1_replica2] main
   [junit4]   2> 156054 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening Searcher@107f3e0[testschemaapi_shard1_replica1] main
   [junit4]   2> 156054 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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> 156054 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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> 156054 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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> 156054 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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> 156055 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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> 156055 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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> 156055 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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> 156055 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 156055 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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> 156055 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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> 156055 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 156055 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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> 156055 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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> 156055 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_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> 156055 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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> 156056 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 156056 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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> 156056 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 156061 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 156061 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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> 156063 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: /configs/conf1/managed-schema, uniqueCoreId: testschemaapi_shard1_replica2:2231461693477743
   [junit4]   2> 156063 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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:2231461693436783
   [junit4]   2> 156064 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 156064 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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> 156064 INFO  (searcherExecutor-384-thread-1-processing-n:127.0.0.1:53655_solr x:testschemaapi_shard1_replica2 s:shard1 c:testschemaapi r:core_node1) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Registered new searcher Searcher@1fa77b2[testschemaapi_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 156064 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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> 156064 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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> 156064 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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> 156064 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_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 1581584559691005952
   [junit4]   2> 156064 INFO  (searcherExecutor-383-thread-1-processing-n:127.0.0.1:53654_solr x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Registered new searcher Searcher@107f3e0[testschemaapi_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 156064 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 156064 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 156064 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 156064 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1581584559691005952
   [junit4]   2> 156065 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1581584559691005952
   [junit4]   2> 156065 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 156065 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1581584559691005952
   [junit4]   2> 156065 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 156066 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica1
   [junit4]   2> 156066 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica2
   [junit4]   2> 156066 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Register replica - core:testschemaapi_shard1_replica1 address:http://127.0.0.1:53654/solr collection:testschemaapi shard:shard1
   [junit4]   2> 156066 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Register replica - core:testschemaapi_shard1_replica2 address:http://127.0.0.1:53655/solr collection:testschemaapi shard:shard1
   [junit4]   2> 156066 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leader_elect/shard1/election
   [junit4]   2> 156066 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leader_elect/shard1/election
   [junit4]   2> 156069 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.LeaderElector Joined leadership election with path: /collections/testschemaapi/leader_elect/shard1/election/98849034880352262-core_node1-n_0000000000
   [junit4]   2> 156069 INFO  (qtp18225887-1152) [n:127.0.0.1:53654_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/testschemaapi/leader_elect/shard1/election/98849034880352261-core_node2-n_0000000001
   [junit4]   2> 156070 INFO  (qtp25634859-1153) [n:127.0.0.1:53655_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.

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

0_144 (32-bit)/cpus=3,threads=74,free=103705416,total=435421184
   [junit4]   2> 10152096 ERROR (OverseerHdfsCoreFailoverThread-98849216339247115-127.0.0.1:61428_solr-n_0000000000) [n:127.0.0.1:61428_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread OverseerAutoReplicaFailoverThread had an error in its thread work loop.:org.apache.solr.common.SolrException: Thread interrupted. Error reading cluster properties
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getClusterProps(ZkStateReader.java:718)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.doWork(OverseerAutoReplicaFailoverThread.java:152)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:131)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: java.lang.InterruptedException
   [junit4]   2> 	at java.lang.Object.wait(Native Method)
   [junit4]   2> 	at java.lang.Object.wait(Object.java:502)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1342)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1040)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:311)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:308)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:308)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getClusterProps(ZkStateReader.java:711)
   [junit4]   2> 	... 3 more
   [junit4]   2> 
   [junit4]   2> NOTE: All tests run in this JVM: [TestManagedSchemaFieldTypeResource, BasicDistributedZk2Test, HdfsUnloadDistributedZkTest, HdfsNNFailoverTest, ConnectionManagerTest, TestSortByMinMaxFunction, LeaderInitiatedRecoveryOnCommitTest, TestManagedSchemaDynamicFieldResource, DocExpirationUpdateProcessorFactoryTest, VMParamsZkACLAndCredentialsProvidersTest, TestManagedSchemaAPI, TestRebalanceLeaders, DebugComponentTest, CurrencyFieldOpenExchangeTest, DistributedQueryComponentOptimizationTest, TestReRankQParserPlugin, FullSolrCloudDistribCmdsTest, TestFuzzyAnalyzedSuggestions, AutoCommitTest, CloudMLTQParserTest, TestDownShardTolerantSearch, RestartWhileUpdatingTest, DateRangeFieldTest, TestAnalyzeInfixSuggestions, TestMinMaxOnMultiValuedField, SparseHLLTest, TestCryptoKeys, TestSolr4Spatial2, TestFieldTypeCollectionResource, TestCharFilters, DistribJoinFromCollectionTest, AsyncCallRequestStatusResponseTest, DefaultValueUpdateProcessorTest, TestPivotHelperCode, TestScoreJoinQPScore, CustomCollectionTest, SecurityConfHandlerTest, OpenCloseCoreStressTest, HttpPartitionTest, UpdateRequestProcessorFactoryTest, DistributedVersionInfoTest, DistributedDebugComponentTest, TestNamedUpdateProcessors, TestHashQParserPlugin, LeaderElectionIntegrationTest, TestConfigSetProperties, TestClassicSimilarityFactory, TestSolrIndexConfig, ResourceLoaderTest, TestDistribIDF, TestReqParamsAPI, NumericFieldsTest, TestFileDictionaryLookup, TestNonDefinedSimilarityFactory, ConcurrentDeleteAndCreateCollectionTest, TestSystemIdResolver, TestCustomSort, CursorMarkTest, TestSerializedLuceneMatchVersion, RemoteQueryErrorTest, HdfsRecoveryZkTest, DistanceFunctionTest, ZkSolrClientTest, HdfsDirectoryFactoryTest, SpellPossibilityIteratorTest, TestFastOutputStream, TestRangeQuery, DateFieldTest, SpellCheckComponentTest, DirectSolrConnectionTest, TestStressRecovery, TestCollationFieldDocValues, ShowFileRequestHandlerTest, OpenExchangeRatesOrgProviderTest, SuggesterTSTTest, FieldMutatingUpdateProcessorTest, FileUtilsTest, WordBreakSolrSpellCheckerTest, TestMiniSolrCloudCluster, TestStressLiveNodes, VersionInfoTest, TestDynamicFieldCollectionResource, OutOfBoxZkACLAndCredentialsProvidersTest, OutputWriterTest, CachingDirectoryFactoryTest, SolrInfoMBeanTest, TestUtils, DistributedFacetPivotWhiteBoxTest, BadCopyFieldTest, TestOmitPositions, ExplicitHLLTest, TestExceedMaxTermLength, TestNRTOpen, TestRandomFaceting, CSVRequestHandlerTest, TestOnReconnectListenerSupport, CollectionStateFormat2Test, TestRTimerTree, SSLMigrationTest, TestHighFrequencyDictionaryFactory, TermVectorComponentTest, SearchHandlerTest, BlockJoinFacetDistribTest, DistributedMLTComponentTest, TestCoreDiscovery, TestBulkSchemaConcurrent, ZkNodePropsTest, TestWriterPerf, TestTestInjection, TestRequestForwarding, TestInfoStreamLogging, CoreAdminHandlerTest, AtomicUpdatesTest, TestReversedWildcardFilterFactory, TestMacros, IndexSchemaRuntimeFieldTest, TestConfigReload, TestIndexSearcher, TestExactStatsCache, ShardSplitTest, TestCustomDocTransformer, TestAuthorizationFramework, TestSimpleTrackingShardHandler, TestFastWriter, MigrateRouteKeyTest, BlockDirectoryTest, TestRandomCollapseQParserPlugin, ZkStateReaderTest, TestReload, SolrCmdDistributorTest, RankQueryTest, TestZkChroot, TestRTGBase, TestRuleBasedAuthorizationPlugin, TestSolr4Spatial, HighlighterConfigTest, TermVectorComponentDistributedTest, TestCollectionAPI, TestBadConfig, PluginInfoTest, BasicZkTest, RecoveryZkTest, TestReplicationHandler, TestDistributedGrouping, TestFaceting, TestRecovery, ZkControllerTest, TestRealTimeGet, TestStressReorder, TestJoin, TestStressVersions, DistributedTermsComponentTest, SimpleFacetsTest, SolrCoreTest, StatsComponentTest, DirectUpdateHandlerTest, HighlighterTest, SolrIndexSplitterTest, SimplePostToolTest, SignatureUpdateProcessorFactoryTest, TestFoldingMultitermQuery, SuggesterTest, SpatialFilterTest, TestCSVLoader, SolrCoreCheckLockOnStartupTest, QueryEqualityTest, SortByFunctionTest, XsltUpdateRequestHandlerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, TestQueryTypes, TermsComponentTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, TestSolrQueryParser, LoggingHandlerTest, SolrPluginUtilsTest, TestCollationField, TestCSVResponseWriter, UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, PingRequestHandlerTest, ResponseLogComponentTest, TestMergePolicyConfig, TestBinaryField, TestElisionMultitermQuery, TestSolrCoreProperties, TestPhraseSuggestions, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, ScriptEngineTest, DateMathParserTest, PreAnalyzedFieldTest, PrimUtilsTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, RAMDirectoryFactoryTest, TestSolrJ, SliceStateTest, CircularListTest, CursorPagingTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, ConnectionReuseTest, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, ActionThrottleTest, AliasIntegrationTest, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, ConfigSetsAPITest, CreateCollectionCleanupTest, DistribCursorPagingTest, DistributedQueueTest, LeaderInitiatedRecoveryOnShardRestartTest, MultiThreadedOCPTest, OverseerStatusTest, ReplicationFactorTest, SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, SolrCloudExampleTest, SolrXmlInZkTest, TestAuthenticationFramework, TestConfigSetsAPIExclusivity, TestLeaderElectionZkExpiry, TestLeaderInitiatedRecoveryThread, TestMiniSolrCloudClusterSSL, TestRequestStatusCollectionAPI, TestShortCircuitedRequests, CoreSorterTest, DirectoryFactoryTest, ExitableDirectoryReaderTest, TestConfigOverlay, TestConfigSets, TestDynamicLoading, TestInitParams, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSolrConfigHandler, TestSolrDynamicMBean, TestSolrXml, RequestLoggingTest, TestSolrConfigHandlerCloud, FacetPivotSmallTest, SuggestComponentContextFilterQueryTest, SuggestComponentTest, JavabinLoaderTest, HighlighterMaxOffsetTest, WrapperMergePolicyFactoryTest, SmileWriterTest, TestIntervalFaceting, TestChildDocTransformer, TestRawResponseWriter, TestRawTransformer, TestSortingResponseWriter, TestManagedResourceStorage, TestRestManager, TestBulkSchemaAPI, TestCopyFieldCollectionResource, TestDynamicFieldResource, TestFieldCollectionResource, TestFieldResource, TestFieldTypeResource, TestRemoveLastDynamicCopyField, TestSchemaNameResource, TestSchemaResource, TestSchemaSimilarityResource, TestSolrQueryParserResource, TestUniqueKeyFieldResource, TestManagedStopFilterFactory, TestManagedSynonymFilterFactory, DocValuesMissingTest, EnumFieldTest, SpatialRPTFieldTypeTest, TestCloudManagedSchemaConcurrent, BasicAuthIntegrationTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicAuthIntegrationTest -Dtests.seed=41C50CDA64B74055 -Dtests.slow=true -Dtests.locale=ru-RU -Dtests.timezone=Asia/Irkutsk -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4]   2> 10152059 WARN  (TEST-BasicAuthIntegrationTest.testBasics-seed#[41C50CDA64B74055]-SendThread(127.0.0.1:61421)) [n:127.0.0.1:61610_solr    ] o.a.z.ClientCnxn Session 0x15f2ed6aa3a0019 for server null, unexpected error, closing socket connection and attempting reconnect
   [junit4]   2> java.net.ConnectException: Connection refused: no further information
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
   [junit4] ERROR   0.00s J1 | BasicAuthIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([41C50CDA64B74055]:0)
   [junit4] Completed [575/575 (2!)] on J1 in 7228.99s, 1 test, 2 errors <<< FAILURES!

[...truncated 49164 lines...]