Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17909/
Java: 32bit/jdk1.8.0_102 -server -XX:+UseParallelGC

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

Error Message:
Error from server at http://127.0.0.1:32923/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:32923/solr/testschemaapi_shard1_replica2: ERROR: 
[doc=2] unknown field 'myNewField1'
        at 
__randomizedtesting.SeedInfo.seed([2233D53E4D083504:AA67EAE4E3F458FC]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:753)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1161)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1050)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:992)
        at 
org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:86)
        at 
org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:55)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:32923/solr/testschemaapi_shard1_replica2: 
ERROR: [doc=2] unknown field 'myNewField1'
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:608)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:415)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:367)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:730)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more




Build Log:
[...truncated 12349 lines...]
   [junit4] Suite: org.apache.solr.schema.TestManagedSchemaAPI
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001/init-core-data-001
   [junit4]   2> 2128517 INFO  
(SUITE-TestManagedSchemaAPI-seed#[2233D53E4D083504]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2128517 INFO  
(SUITE-TestManagedSchemaAPI-seed#[2233D53E4D083504]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2128517 INFO  (Thread-2942) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2128517 INFO  (Thread-2942) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2128617 INFO  
(SUITE-TestManagedSchemaAPI-seed#[2233D53E4D083504]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:33618
   [junit4]   2> 2128620 INFO  
(SUITE-TestManagedSchemaAPI-seed#[2233D53E4D083504]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2128622 INFO  (jetty-launcher-23624-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2128622 INFO  (jetty-launcher-23624-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2128623 INFO  (jetty-launcher-23624-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1fc18e7{/solr,null,AVAILABLE}
   [junit4]   2> 2128623 INFO  (jetty-launcher-23624-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@196f354{/solr,null,AVAILABLE}
   [junit4]   2> 2128624 INFO  (jetty-launcher-23624-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@c49b87{HTTP/1.1,[http/1.1]}{127.0.0.1:33945}
   [junit4]   2> 2128624 INFO  (jetty-launcher-23624-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@184dc0c{HTTP/1.1,[http/1.1]}{127.0.0.1:32923}
   [junit4]   2> 2128624 INFO  (jetty-launcher-23624-thread-1) [    ] 
o.e.j.s.Server Started @2130657ms
   [junit4]   2> 2128624 INFO  (jetty-launcher-23624-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33945}
   [junit4]   2> 2128624 INFO  (jetty-launcher-23624-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2128624 INFO  (jetty-launcher-23624-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2128624 INFO  (jetty-launcher-23624-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2128624 INFO  (jetty-launcher-23624-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-09-27T00:28:22.665Z
   [junit4]   2> 2128624 INFO  (jetty-launcher-23624-thread-2) [    ] 
o.e.j.s.Server Started @2130657ms
   [junit4]   2> 2128625 INFO  (jetty-launcher-23624-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=32923}
   [junit4]   2> 2128625 INFO  (jetty-launcher-23624-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2128625 INFO  (jetty-launcher-23624-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2128625 INFO  (jetty-launcher-23624-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2128625 INFO  (jetty-launcher-23624-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-09-27T00:28:22.666Z
   [junit4]   2> 2128626 INFO  (jetty-launcher-23624-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2128626 INFO  (jetty-launcher-23624-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2128626 INFO  (jetty-launcher-23624-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2128627 INFO  (jetty-launcher-23624-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2128633 INFO  (jetty-launcher-23624-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33618/solr
   [junit4]   2> 2128633 INFO  (jetty-launcher-23624-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33618/solr
   [junit4]   2> 2128634 INFO  (jetty-launcher-23624-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2128635 INFO  (jetty-launcher-23624-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2128635 INFO  (jetty-launcher-23624-thread-1) 
[n:127.0.0.1:33945_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2128636 INFO  (jetty-launcher-23624-thread-2) 
[n:127.0.0.1:32923_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2128642 INFO  (jetty-launcher-23624-thread-2) 
[n:127.0.0.1:32923_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2128642 INFO  (jetty-launcher-23624-thread-1) 
[n:127.0.0.1:33945_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2128643 INFO  (jetty-launcher-23624-thread-2) 
[n:127.0.0.1:32923_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 2128643 INFO  (jetty-launcher-23624-thread-1) 
[n:127.0.0.1:33945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 2128645 INFO  (jetty-launcher-23624-thread-1) 
[n:127.0.0.1:33945_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33945_solr
   [junit4]   2> 2128645 INFO  (jetty-launcher-23624-thread-2) 
[n:127.0.0.1:32923_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32923_solr
   [junit4]   2> 2128645 INFO  (jetty-launcher-23624-thread-1) 
[n:127.0.0.1:33945_solr    ] o.a.s.c.Overseer Overseer 
(id=96661412417306629-127.0.0.1:33945_solr-n_0000000000) starting
   [junit4]   2> 2128646 INFO  
(zkCallback-23634-thread-1-processing-n:127.0.0.1:33945_solr) 
[n:127.0.0.1:33945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2128646 INFO  
(zkCallback-23635-thread-1-processing-n:127.0.0.1:32923_solr) 
[n:127.0.0.1:32923_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2128649 INFO  
(OverseerStateUpdate-96661412417306629-127.0.0.1:33945_solr-n_0000000000) 
[n:127.0.0.1:33945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (1)
   [junit4]   2> 2128649 INFO  (jetty-launcher-23624-thread-1) 
[n:127.0.0.1:33945_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33945_solr
   [junit4]   2> 2128650 INFO  
(zkCallback-23634-thread-1-processing-n:127.0.0.1:33945_solr) 
[n:127.0.0.1:33945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2128650 INFO  
(zkCallback-23635-thread-1-processing-n:127.0.0.1:32923_solr) 
[n:127.0.0.1:32923_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2128658 INFO  (jetty-launcher-23624-thread-2) 
[n:127.0.0.1:32923_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001/tempDir-001/node2/.
   [junit4]   2> 2128661 INFO  (jetty-launcher-23624-thread-1) 
[n:127.0.0.1:33945_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001/tempDir-001/node1/.
   [junit4]   2> 2128662 INFO  
(SUITE-TestManagedSchemaAPI-seed#[2233D53E4D083504]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2128665 INFO  
(SUITE-TestManagedSchemaAPI-seed#[2233D53E4D083504]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2128665 INFO  
(SUITE-TestManagedSchemaAPI-seed#[2233D53E4D083504]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2128665 INFO  
(SUITE-TestManagedSchemaAPI-seed#[2233D53E4D083504]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2128678 INFO  
(TEST-TestManagedSchemaAPI.test-seed#[2233D53E4D083504]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2128679 INFO  (qtp14037752-90075) [n:127.0.0.1:32923_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> 2128702 INFO  
(OverseerThreadFactory-9293-thread-1-processing-n:127.0.0.1:33945_solr) 
[n:127.0.0.1:33945_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testschemaapi
   [junit4]   2> 2128805 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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> 2128805 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_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> 2128908 INFO  
(zkCallback-23634-thread-1-processing-n:127.0.0.1:33945_solr) 
[n:127.0.0.1:33945_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> 2128908 INFO  
(zkCallback-23635-thread-1-processing-n:127.0.0.1:32923_solr) 
[n:127.0.0.1:32923_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> 2129808 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 2129808 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 2129817 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2129817 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2129821 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2129821 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2129824 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema 
[testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 2129824 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema 
[testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 2129825 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema 
[testschemaapi_shard1_replica2] unique key field: id
   [junit4]   2> 2129825 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema 
[testschemaapi_shard1_replica1] unique key field: id
   [junit4]   2> 2129826 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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> 2129826 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_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> 2129827 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore [[testschemaapi_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001/tempDir-001/node1/testschemaapi_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/]
   [junit4]   2> 2129827 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore [[testschemaapi_shard1_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001/tempDir-001/node2/testschemaapi_shard1_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/]
   [junit4]   2> 2129828 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index/
   [junit4]   2> 2129828 WARN  (qtp28734252-90074) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2129828 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index/
   [junit4]   2> 2129829 WARN  (qtp14037752-90079) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2129829 WARN  
(OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-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> 2129829 WARN  
(OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) 
[n:127.0.0.1:32923_solr c:testschemaapi s:shard1 r:core_node1 
x:testschemaapi_shard1_replica2] o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-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> 2129833 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.PluginBag [testschemaapi_shard1_replica2] Initialized 24 plugins of 
type requestHandler: [/update, /update/json, /update/csv, /update/json/docs, 
/config, /schema, /replication, /get, /admin/ping, /admin/segments, 
/admin/luke, /admin/system, /admin/mbeans, /admin/plugins, /admin/threads, 
/admin/properties, /admin/logging, /admin/file, /export, /graph, /stream, /sql, 
/terms, /select]
   [junit4]   2> 2129833 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.PluginBag [testschemaapi_shard1_replica1] Initialized 24 plugins of 
type requestHandler: [/update, /update/json, /update/csv, /update/json/docs, 
/config, /schema, /replication, /get, /admin/ping, /admin/segments, 
/admin/luke, /admin/system, /admin/mbeans, /admin/plugins, /admin/threads, 
/admin/properties, /admin/logging, /admin/file, /export, /graph, /stream, /sql, 
/terms, /select]
   [junit4]   2> 2129834 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 2129834 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 2129834 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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> 2129834 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_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> 2129834 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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> 2129834 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_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> 2129835 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2129835 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2129835 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2129835 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2129835 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7d7d16[testschemaapi_shard1_replica2] main]
   [junit4]   2> 2129835 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1a6b1d[testschemaapi_shard1_replica1] main]
   [junit4]   2> 2129836 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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> 2129836 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_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> 2129836 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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> 2129836 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2129836 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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> 2129836 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_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> 2129836 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2129836 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_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> 2129836 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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> 2129836 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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> 2129836 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_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> 2129836 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2129836 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_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> 2129836 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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> 2129836 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2129836 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_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> 2129836 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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> 2129836 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_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> 2129837 INFO  
(searcherExecutor-9298-thread-1-processing-n:127.0.0.1:32923_solr 
x:testschemaapi_shard1_replica2 s:shard1 c:testschemaapi r:core_node1) 
[n:127.0.0.1:32923_solr c:testschemaapi s:shard1 r:core_node1 
x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore 
[testschemaapi_shard1_replica2] Registered new searcher 
Searcher@7d7d16[testschemaapi_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2129837 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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> 2129837 INFO  
(searcherExecutor-9299-thread-1-processing-n:127.0.0.1:33945_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore 
[testschemaapi_shard1_replica1] Registered new searcher 
Searcher@1a6b1d[testschemaapi_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2129837 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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> 2129837 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_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> 2129837 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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> 2129837 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_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> 2129837 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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 1546582600059977728
   [junit4]   2> 2129837 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_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> 2129837 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_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 1546582600059977728
   [junit4]   2> 2129839 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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 
1546582600059977728
   [junit4]   2> 2129839 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 
1546582600059977728
   [junit4]   2> 2129841 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2129841 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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> 2129841 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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:32923/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 2129841 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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:32923/solr START 
replicas=[http://127.0.0.1:33945/solr/testschemaapi_shard1_replica1/] 
nUpdates=100
   [junit4]   2> 2129842 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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:32923/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2129842 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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> 2129842 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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> 2129843 INFO  (qtp28734252-90078) [n:127.0.0.1:33945_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=0
   [junit4]   2> 2129844 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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:32923/solr/testschemaapi_shard1_replica2/ shard1
   [junit4]   2> 2129945 INFO  
(zkCallback-23634-thread-2-processing-n:127.0.0.1:33945_solr) 
[n:127.0.0.1:33945_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> 2129945 INFO  
(zkCallback-23635-thread-1-processing-n:127.0.0.1:32923_solr) 
[n:127.0.0.1:32923_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> 2129995 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_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> 2129996 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=testschemaapi_shard1_replica2&action=CREATE&numShards=1&collection=testschemaapi&shard=shard1&wt=javabin&version=2}
 status=0 QTime=1190
   [junit4]   2> 2130096 INFO  
(zkCallback-23634-thread-2-processing-n:127.0.0.1:33945_solr) 
[n:127.0.0.1:33945_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> 2130096 INFO  
(zkCallback-23635-thread-1-processing-n:127.0.0.1:32923_solr) 
[n:127.0.0.1:32923_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> 2130842 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.ZkController Core needs to recover:testschemaapi_shard1_replica1
   [junit4]   2> 2130842 INFO  
(updateExecutor-23629-thread-1-processing-n:127.0.0.1:33945_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2130842 INFO  
(recoveryExecutor-23631-thread-1-processing-n:127.0.0.1:33945_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 2130842 INFO  
(recoveryExecutor-23631-thread-1-processing-n:127.0.0.1:33945_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 2130842 INFO  
(recoveryExecutor-23631-thread-1-processing-n:127.0.0.1:33945_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[testschemaapi_shard1_replica1]
   [junit4]   2> 2130842 INFO  
(recoveryExecutor-23631-thread-1-processing-n:127.0.0.1:33945_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2130843 INFO  
(recoveryExecutor-23631-thread-1-processing-n:127.0.0.1:33945_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.RecoveryStrategy Publishing state of 
core [testschemaapi_shard1_replica1] as recovering, leader is 
[http://127.0.0.1:32923/solr/testschemaapi_shard1_replica2/] and I am 
[http://127.0.0.1:33945/solr/testschemaapi_shard1_replica1/]
   [junit4]   2> 2130843 INFO  (qtp28734252-90074) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=testschemaapi_shard1_replica1&action=CREATE&numShards=1&collection=testschemaapi&shard=shard1&wt=javabin&version=2}
 status=0 QTime=2037
   [junit4]   2> 2130845 INFO  (qtp14037752-90075) [n:127.0.0.1:32923_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2130845 INFO  
(recoveryExecutor-23631-thread-1-processing-n:127.0.0.1:33945_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:32923/solr]; [WaitForState: 
action=PREPRECOVERY&core=testschemaapi_shard1_replica2&nodeName=127.0.0.1:33945_solr&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2130845 INFO  (qtp14037752-90067) [n:127.0.0.1:32923_solr    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node2, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 2130846 INFO  (qtp14037752-90067) [n:127.0.0.1:32923_solr    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see 
testschemaapi_shard1_replica2 (shard1 of testschemaapi) have state: recovering
   [junit4]   2> 2130846 INFO  (qtp14037752-90067) [n:127.0.0.1:32923_solr    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=testschemaapi, 
shard=shard1, thisCore=testschemaapi_shard1_replica2, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=down, localState=active, nodeName=127.0.0.1:33945_solr, 
coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: 
core_node2:{"core":"testschemaapi_shard1_replica1","base_url":"http://127.0.0.1:33945/solr","node_name":"127.0.0.1:33945_solr","state":"down"}
   [junit4]   2> 2130945 INFO  
(zkCallback-23634-thread-1-processing-n:127.0.0.1:33945_solr) 
[n:127.0.0.1:33945_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> 2130945 INFO  
(zkCallback-23635-thread-1-processing-n:127.0.0.1:32923_solr) 
[n:127.0.0.1:32923_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> 2131846 INFO  (qtp14037752-90067) [n:127.0.0.1:32923_solr    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=testschemaapi, 
shard=shard1, thisCore=testschemaapi_shard1_replica2, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=recovering, localState=active, nodeName=127.0.0.1:33945_solr, 
coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: 
core_node2:{"core":"testschemaapi_shard1_replica1","base_url":"http://127.0.0.1:33945/solr","node_name":"127.0.0.1:33945_solr","state":"recovering"}
   [junit4]   2> 2131846 INFO  (qtp14037752-90067) [n:127.0.0.1:32923_solr    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node2, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 2131846 INFO  (qtp14037752-90067) [n:127.0.0.1:32923_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:33945_solr&onlyIfLeaderActive=true&core=testschemaapi_shard1_replica2&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1000
   [junit4]   2> 2132704 INFO  
(OverseerCollectionConfigSetProcessor-96661412417306629-127.0.0.1:33945_solr-n_0000000000)
 [n:127.0.0.1:33945_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2138846 INFO  
(recoveryExecutor-23631-thread-1-processing-n:127.0.0.1:33945_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.RecoveryStrategy Attempting to 
PeerSync from [http://127.0.0.1:32923/solr/testschemaapi_shard1_replica2/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 2138847 INFO  
(recoveryExecutor-23631-thread-1-processing-n:127.0.0.1:33945_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.u.PeerSync PeerSync: 
core=testschemaapi_shard1_replica1 url=http://127.0.0.1:33945/solr START 
replicas=[http://127.0.0.1:32923/solr/testschemaapi_shard1_replica2/] 
nUpdates=100
   [junit4]   2> 2138848 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, 
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 2138848 INFO  (qtp14037752-90079) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.S.Request [testschemaapi_shard1_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2138849 INFO  
(recoveryExecutor-23631-thread-1-processing-n:127.0.0.1:33945_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.u.IndexFingerprint IndexFingerprint 
millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 2138849 INFO  
(recoveryExecutor-23631-thread-1-processing-n:127.0.0.1:33945_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.u.PeerSync We are already in sync. No 
need to do a PeerSync 
   [junit4]   2> 2138849 INFO  
(recoveryExecutor-23631-thread-1-processing-n:127.0.0.1:33945_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2138849 INFO  
(recoveryExecutor-23631-thread-1-processing-n:127.0.0.1:33945_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted 
changes. Skipping IW.commit.
   [junit4]   2> 2138850 INFO  
(recoveryExecutor-23631-thread-1-processing-n:127.0.0.1:33945_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2138850 INFO  
(recoveryExecutor-23631-thread-1-processing-n:127.0.0.1:33945_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.RecoveryStrategy PeerSync stage of 
recovery was successful.
   [junit4]   2> 2138850 INFO  
(recoveryExecutor-23631-thread-1-processing-n:127.0.0.1:33945_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.RecoveryStrategy Replaying updates 
buffered during PeerSync.
   [junit4]   2> 2138850 INFO  
(recoveryExecutor-23631-thread-1-processing-n:127.0.0.1:33945_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 2138850 INFO  
(recoveryExecutor-23631-thread-1-processing-n:127.0.0.1:33945_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.RecoveryStrategy Registering as Active 
after recovery.
   [junit4]   2> 2138852 INFO  
(zkCallback-23634-thread-2-processing-n:127.0.0.1:33945_solr) 
[n:127.0.0.1:33945_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> 2138853 INFO  
(zkCallback-23635-thread-1-processing-n:127.0.0.1:32923_solr) 
[n:127.0.0.1:32923_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> 2139846 INFO  (qtp14037752-90075) [n:127.0.0.1:32923_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf1&name=testschemaapi&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=11166
   [junit4]   2> 2139868 INFO  (qtp14037752-90077) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.SchemaManager managed schema loaded . version : 0 
   [junit4]   2> 2139874 INFO  (qtp14037752-90077) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 2139878 INFO  (qtp14037752-90077) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] unique key field: id
   [junit4]   2> 2139883 INFO  
(zkCallback-23634-thread-2-processing-n:127.0.0.1:33945_solr) 
[n:127.0.0.1:33945_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: 
WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/configs/conf1/managed-schema, has occurred - updating schema from 
ZooKeeper ...
   [junit4]   2> 2139884 INFO  (qtp14037752-90077) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.ZkController Persisted config data to node 
/configs/conf1/managed-schema 
   [junit4]   2> 2139884 INFO  
(zkCallback-23635-thread-1-processing-n:127.0.0.1:32923_solr) 
[n:127.0.0.1:32923_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: 
WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/configs/conf1/managed-schema, has occurred - updating schema from 
ZooKeeper ...
   [junit4]   2> 2139884 INFO  
(zkCallback-23634-thread-2-processing-n:127.0.0.1:33945_solr) 
[n:127.0.0.1:33945_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 2139887 INFO  (Thread-2963) [n:127.0.0.1:33945_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
testschemaapi_shard1_replica1
   [junit4]   2> 2139887 INFO  (Thread-2964) [n:127.0.0.1:32923_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
testschemaapi_shard1_replica2
   [junit4]   2> 2139887 INFO  (qtp14037752-90077) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.ManagedIndexSchema Waiting up to 599 secs for 1 replicas to apply 
schema update version 1 for collection testschemaapi
   [junit4]   2> 2139888 INFO  
(zkCallback-23634-thread-2-processing-n:127.0.0.1:33945_solr) 
[n:127.0.0.1:33945_solr    ] o.a.s.s.IndexSchema 
[testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 2139890 INFO  (Thread-2964) [n:127.0.0.1:32923_solr    ] 
o.a.s.s.SchemaManager managed schema loaded . version : 1 
   [junit4]   2> 2139890 INFO  
(zkCallback-23634-thread-2-processing-n:127.0.0.1:33945_solr) 
[n:127.0.0.1:33945_solr    ] o.a.s.s.IndexSchema 
[testschemaapi_shard1_replica1] unique key field: id
   [junit4]   2> 2139890 INFO  
(zkCallback-23634-thread-2-processing-n:127.0.0.1:33945_solr) 
[n:127.0.0.1:33945_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 5 ms
   [junit4]   2> 2139891 INFO  (Thread-2963) [n:127.0.0.1:33945_solr    ] 
o.a.s.s.SchemaManager managed schema loaded . version : 1 
   [junit4]   2> 2139892 INFO  (Thread-2964) [n:127.0.0.1:32923_solr    ] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 2139892 INFO  (qtp28734252-90066) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.S.Request [testschemaapi_shard1_replica1]  webapp=/solr 
path=/schema/zkversion params={refreshIfBelowVersion=1&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 2139892 INFO  (qtp14037752-90077) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.ManagedIndexSchema Took 5.0ms for 1 replicas to apply schema update 
version 1 for collection testschemaapi
   [junit4]   2> 2139892 INFO  (qtp14037752-90077) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.S.Request [testschemaapi_shard1_replica2]  webapp=/solr path=/schema 
params={wt=javabin&version=2} status=0 QTime=26
   [junit4]   2> 2139893 INFO  
(zkCallback-23635-thread-1-processing-n:127.0.0.1:32923_solr) 
[n:127.0.0.1:32923_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 2139893 INFO  
(TEST-TestManagedSchemaAPI.test-seed#[2233D53E4D083504]) [    ] 
o.a.s.s.TestManagedSchemaAPI added new field=myNewField
   [junit4]   2> 2139893 INFO  (Thread-2963) [n:127.0.0.1:33945_solr    ] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 2139893 INFO  (qtp14037752-90077) [n:127.0.0.1:32923_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :reload with params 
name=testschemaapi&action=RELOAD&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2139894 INFO  
(zkCallback-23635-thread-1-processing-n:127.0.0.1:32923_solr) 
[n:127.0.0.1:32923_solr    ] o.a.s.s.IndexSchema 
[testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 2139896 INFO  
(OverseerThreadFactory-9293-thread-2-processing-n:127.0.0.1:33945_solr) 
[n:127.0.0.1:33945_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=RELOAD
   [junit4]   2> 2139896 INFO  (Thread-2963) [n:127.0.0.1:33945_solr    ] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] unique key field: id
   [junit4]   2> 2139896 INFO  (Thread-2963) [n:127.0.0.1:33945_solr    ] 
o.a.s.c.SolrCore core reload testschemaapi_shard1_replica1
   [junit4]   2> 2139897 INFO  
(zkCallback-23635-thread-1-processing-n:127.0.0.1:32923_solr) 
[n:127.0.0.1:32923_solr    ] o.a.s.s.IndexSchema 
[testschemaapi_shard1_replica2] unique key field: id
   [junit4]   2> 2139897 INFO  
(zkCallback-23635-thread-1-processing-n:127.0.0.1:32923_solr) 
[n:127.0.0.1:32923_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 4 ms
   [junit4]   2> 2139898 INFO  (Thread-2963) [n:127.0.0.1:33945_solr    ] 
o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2139899 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_solr    ] 
o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2139901 INFO  (Thread-2964) [n:127.0.0.1:32923_solr    ] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] unique key field: id
   [junit4]   2> 2139902 INFO  (Thread-2964) [n:127.0.0.1:32923_solr    ] 
o.a.s.c.SolrCore core reload testschemaapi_shard1_replica2
   [junit4]   2> 2139902 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2139902 INFO  (Thread-2963) [n:127.0.0.1:33945_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2139905 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_solr    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2139923 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_solr    ] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 2139925 INFO  (Thread-2963) [n:127.0.0.1:33945_solr    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2139926 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_solr    ] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] unique key field: id
   [junit4]   2> 2139927 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'testschemaapi_shard1_replica2' using 
configuration from collection testschemaapi
   [junit4]   2> 2139928 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore [[testschemaapi_shard1_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001/tempDir-001/node2/testschemaapi_shard1_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/]
   [junit4]   2> 2139928 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index/
   [junit4]   2> 2139929 INFO  (Thread-2963) [n:127.0.0.1:33945_solr    ] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 2139932 INFO  (Thread-2963) [n:127.0.0.1:33945_solr    ] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] unique key field: id
   [junit4]   2> 2139934 INFO  (Thread-2963) [n:127.0.0.1:33945_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'testschemaapi_shard1_replica1' using 
configuration from collection testschemaapi
   [junit4]   2> 2139934 INFO  (Thread-2963) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore [[testschemaapi_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001/tempDir-001/node1/testschemaapi_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/]
   [junit4]   2> 2139934 INFO  (Thread-2963) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index/
   [junit4]   2> 2139936 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.PluginBag [testschemaapi_shard1_replica2] Initialized 24 plugins of 
type requestHandler: [/update, /update/json, /update/csv, /update/json/docs, 
/config, /schema, /replication, /get, /admin/ping, /admin/segments, 
/admin/luke, /admin/system, /admin/mbeans, /admin/plugins, /admin/threads, 
/admin/properties, /admin/logging, /admin/file, /export, /graph, /stream, /sql, 
/terms, /select]
   [junit4]   2> 2139936 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 2139936 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2139936 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2139936 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1415d07[testschemaapi_shard1_replica2] main]
   [junit4]   2> 2139937 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_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> 2139937 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_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> 2139937 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2139937 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_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> 2139937 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_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> 2139937 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_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> 2139937 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2139937 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_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> 2139938 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_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> 2139938 INFO  
(searcherExecutor-9309-thread-1-processing-n:127.0.0.1:32923_solr 
x:testschemaapi_shard1_replica2 s:shard1 c:testschemaapi r:core_node1) 
[n:127.0.0.1:32923_solr c:testschemaapi s:shard1 r:core_node1 
x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore 
[testschemaapi_shard1_replica2] Registered new searcher 
Searcher@1415d07[testschemaapi_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2139938 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_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> 2139939 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_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> 2139939 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_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> 2139939 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_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 1546582610652692480
   [junit4]   2> 2139941 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.UpdateLog Took 3.0ms to seed version buckets with highest version 
1546582610652692480
   [junit4]   2> 2139948 INFO  (Thread-2963) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.PluginBag [testschemaapi_shard1_replica1] Initialized 24 plugins of 
type requestHandler: [/update, /update/json, /update/csv, /update/json/docs, 
/config, /schema, /replication, /get, /admin/ping, /admin/segments, 
/admin/luke, /admin/system, /admin/mbeans, /admin/plugins, /admin/threads, 
/admin/properties, /admin/logging, /admin/file, /export, /graph, /stream, /sql, 
/terms, /select]
   [junit4]   2> 2139948 INFO  (Thread-2963) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 2139948 INFO  (Thread-2963) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2139948 INFO  (Thread-2963) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2139948 INFO  (Thread-2963) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@154e139[testschemaapi_shard1_replica1] main]
   [junit4]   2> 2139961 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2139961 INFO  (Thread-2963) [n:127.0.0.1:33945_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> 2139961 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@12c6941[testschemaapi_shard1_replica2] main]
   [junit4]   2> 2139961 INFO  (Thread-2963) [n:127.0.0.1:33945_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> 2139961 INFO  (Thread-2963) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2139961 INFO  (Thread-2963) [n:127.0.0.1:33945_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> 2139961 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore [testschemaapi_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@25871c
   [junit4]   2> 2139961 INFO  
(searcherExecutor-9309-thread-1-processing-n:127.0.0.1:32923_solr 
x:testschemaapi_shard1_replica2 s:shard1 c:testschemaapi r:core_node1) 
[n:127.0.0.1:32923_solr c:testschemaapi s:shard1 r:core_node1 
x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore 
[testschemaapi_shard1_replica2] Registered new searcher 
Searcher@12c6941[testschemaapi_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2139961 INFO  (Thread-2963) [n:127.0.0.1:33945_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> 2139961 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.ZkIndexSchemaReader Removing ZkIndexSchemaReader OnReconnect listener 
as core testschemaapi_shard1_replica2 is shutting down.
   [junit4]   2> 2139962 INFO  (Thread-2963) [n:127.0.0.1:33945_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> 2139962 INFO  (Thread-2963) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2139962 INFO  (Thread-2963) [n:127.0.0.1:33945_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> 2139962 INFO  (qtp14037752-90065) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={core=testschemaapi_shard1_replica2&qt=/admin/cores&action=RELOAD&wt=javabin&version=2}
 status=0 QTime=64
   [junit4]   2> 2139962 INFO  (Thread-2963) [n:127.0.0.1:33945_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> 2139962 INFO  
(searcherExecutor-9310-thread-1-processing-n:127.0.0.1:33945_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore 
[testschemaapi_shard1_replica1] Registered new searcher 
Searcher@154e139[testschemaapi_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2139962 INFO  (Thread-2963) [n:127.0.0.1:33945_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> 2139962 INFO  (Thread-2963) [n:127.0.0.1:33945_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> 2139962 INFO  (Thread-2963) [n:127.0.0.1:33945_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> 2139962 INFO  (Thread-2963) [n:127.0.0.1:33945_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 1546582610676809728
   [junit4]   2> 2139963 INFO  (Thread-2964) [n:127.0.0.1:32923_solr    ] 
o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2139964 INFO  (Thread-2963) [n:127.0.0.1:33945_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 
1546582610676809728
   [junit4]   2> 2139971 INFO  (Thread-2964) [n:127.0.0.1:32923_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2139975 INFO  (Thread-2963) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2139975 INFO  (Thread-2963) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@82ce9b[testschemaapi_shard1_replica1] main]
   [junit4]   2> 2139975 INFO  
(searcherExecutor-9310-thread-1-processing-n:127.0.0.1:33945_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore 
[testschemaapi_shard1_replica1] Registered new searcher 
Searcher@82ce9b[testschemaapi_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2139975 INFO  (Thread-2963) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore [testschemaapi_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@461782
   [junit4]   2> 2139975 INFO  (Thread-2963) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.s.ZkIndexSchemaReader Removing ZkIndexSchemaReader OnReconnect listener 
as core testschemaapi_shard1_replica1 is shutting down.
   [junit4]   2> 2139976 INFO  (Thread-2964) [n:127.0.0.1:32923_solr    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2139977 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_solr    ] 
o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2139979 INFO  (Thread-2964) [n:127.0.0.1:32923_solr    ] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 2139983 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2139984 INFO  (Thread-2964) [n:127.0.0.1:32923_solr    ] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] unique key field: id
   [junit4]   2> 2139985 INFO  (Thread-2964) [n:127.0.0.1:32923_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'testschemaapi_shard1_replica2' using 
configuration from collection testschemaapi
   [junit4]   2> 2139985 INFO  (Thread-2964) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore [[testschemaapi_shard1_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001/tempDir-001/node2/testschemaapi_shard1_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/]
   [junit4]   2> 2139985 INFO  (Thread-2964) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index/
   [junit4]   2> 2139987 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_solr    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2139989 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_solr    ] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 2139992 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_solr    ] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] unique key field: id
   [junit4]   2> 2139993 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'testschemaapi_shard1_replica1' using 
configuration from collection testschemaapi
   [junit4]   2> 2139994 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore [[testschemaapi_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001/tempDir-001/node1/testschemaapi_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/]
   [junit4]   2> 2139994 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index/
   [junit4]   2> 2140000 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.PluginBag [testschemaapi_shard1_replica1] Initialized 24 plugins of 
type requestHandler: [/update, /update/json, /update/csv, /update/json/docs, 
/config, /schema, /replication, /get, /admin/ping, /admin/segments, 
/admin/luke, /admin/system, /admin/mbeans, /admin/plugins, /admin/threads, 
/admin/properties, /admin/logging, /admin/file, /export, /graph, /stream, /sql, 
/terms, /select]
   [junit4]   2> 2140000 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 2140000 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2140000 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2140001 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@13520e3[testschemaapi_shard1_replica1] main]
   [junit4]   2> 2140002 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_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> 2140003 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_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> 2140003 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2140004 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_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> 2140004 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_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> 2140004 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_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> 2140004 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2140004 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_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> 2140005 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_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> 2140005 INFO  
(searcherExecutor-9319-thread-1-processing-n:127.0.0.1:33945_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore 
[testschemaapi_shard1_replica1] Registered new searcher 
Searcher@13520e3[testschemaapi_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2140005 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_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> 2140005 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_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> 2140005 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_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> 2140005 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_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 1546582610721898496
   [junit4]   2> 2140008 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 
1546582610721898496
   [junit4]   2> 2140009 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2140009 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@f2a1d9[testschemaapi_shard1_replica1] main]
   [junit4]   2> 2140009 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore [testschemaapi_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1c3b4fd
   [junit4]   2> 2140009 INFO  
(searcherExecutor-9319-thread-1-processing-n:127.0.0.1:33945_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore 
[testschemaapi_shard1_replica1] Registered new searcher 
Searcher@f2a1d9[testschemaapi_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2140009 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.s.ZkIndexSchemaReader Removing ZkIndexSchemaReader OnReconnect listener 
as core testschemaapi_shard1_replica1 is shutting down.
   [junit4]   2> 2140009 INFO  (qtp28734252-90076) [n:127.0.0.1:33945_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={core=testschemaapi_shard1_replica1&qt=/admin/cores&action=RELOAD&wt=javabin&version=2}
 status=0 QTime=110
   [junit4]   2> 2140011 INFO  (qtp14037752-90077) [n:127.0.0.1:32923_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=testschemaapi&action=RELOAD&wt=javabin&version=2} status=0 
QTime=118
   [junit4]   2> 2140012 INFO  (Thread-2964) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.PluginBag [testschemaapi_shard1_replica2] Initialized 24 plugins of 
type requestHandler: [/update, /update/json, /update/csv, /update/json/docs, 
/config, /schema, /replication, /get, /admin/ping, /admin/segments, 
/admin/luke, /admin/system, /admin/mbeans, /admin/plugins, /admin/threads, 
/admin/properties, /admin/logging, /admin/file, /export, /graph, /stream, /sql, 
/terms, /select]
   [junit4]   2> 2140012 INFO  (Thread-2964) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 2140012 INFO  (Thread-2964) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2140012 INFO  (Thread-2964) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2140012 INFO  (Thread-2964) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@11fd4c1[testschemaapi_shard1_replica2] main]
   [junit4]   2> 2140013 INFO  (Thread-2964) [n:127.0.0.1:32923_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> 2140013 INFO  (Thread-2964) [n:127.0.0.1:32923_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> 2140013 INFO  (Thread-2964) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2140013 INFO  (Thread-2964) [n:127.0.0.1:32923_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> 2140013 INFO  (Thread-2964) [n:127.0.0.1:32923_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> 2140013 INFO  (Thread-2964) [n:127.0.0.1:32923_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> 2140013 INFO  (Thread-2964) [n:127.0.0.1:32923_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2140013 INFO  (Threa

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

hemaManager managed schema loaded . version : 2 
   [junit4]   2> 2140043 INFO  (jetty-launcher-23624-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=17326095
   [junit4]   2> 2140045 INFO  (coreCloseExecutor-9326-thread-1) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore 
[testschemaapi_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@14fcf92
   [junit4]   2> 2140045 INFO  (coreCloseExecutor-9326-thread-1) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Removing 
ZkIndexSchemaReader OnReconnect listener as core testschemaapi_shard1_replica1 
is shutting down.
   [junit4]   2> 2140046 WARN  
(zkCallback-23635-thread-2-processing-n:127.0.0.1:32923_solr) 
[n:127.0.0.1:32923_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2140047 INFO  (jetty-launcher-23624-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@196f354{/solr,null,UNAVAILABLE}
   [junit4]   2> 2140048 INFO  (coreCloseExecutor-9326-thread-1) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter close.
   [junit4]   2> 2140048 INFO  (coreCloseExecutor-9326-thread-1) 
[n:127.0.0.1:33945_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData 
with IW:org.apache.solr.update.SolrIndexWriter@11d8eb3
   [junit4]   2> 2140056 INFO  (jetty-launcher-23624-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=96661412417306629-127.0.0.1:33945_solr-n_0000000000) closing
   [junit4]   2> 2140057 INFO  
(OverseerStateUpdate-96661412417306629-127.0.0.1:33945_solr-n_0000000000) 
[n:127.0.0.1:33945_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:33945_solr
   [junit4]   2> 2140057 INFO  
(zkCallback-23634-thread-3-processing-n:127.0.0.1:33945_solr) 
[n:127.0.0.1:33945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 2140059 INFO  (Thread-2965) [n:127.0.0.1:32923_solr    ] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 2140061 INFO  (Thread-2965) [n:127.0.0.1:32923_solr    ] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] unique key field: id
   [junit4]   2> 2140062 INFO  (Thread-2965) [n:127.0.0.1:32923_solr    ] 
o.a.s.c.SolrCore [testschemaapi_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@182f7d9
   [junit4]   2> 2140062 INFO  (Thread-2965) [n:127.0.0.1:32923_solr    ] 
o.a.s.s.ZkIndexSchemaReader Removing ZkIndexSchemaReader OnReconnect listener 
as core testschemaapi_shard1_replica2 is shutting down.
   [junit4]   2> 2140062 INFO  (Thread-2965) [n:127.0.0.1:32923_solr    ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 2140062 INFO  (Thread-2965) [n:127.0.0.1:32923_solr    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@28de5c
   [junit4]   2> 2140063 INFO  (Thread-2965) [n:127.0.0.1:32923_solr    ] 
o.a.s.c.SolrCore core reload testschemaapi_shard1_replica2
   [junit4]   2> 2140064 WARN  (Thread-2965) [n:127.0.0.1:32923_solr    ] 
o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: No such core: 
testschemaapi_shard1_replica2
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:959)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2601)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.lambda$fireEventListeners$3(ZkController.java:2439)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2140064 INFO  (Thread-2965) [n:127.0.0.1:32923_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
testschemaapi_shard1_replica2
   [junit4]   2> 2141561 WARN  
(zkCallback-23634-thread-3-processing-n:127.0.0.1:33945_solr) 
[n:127.0.0.1:33945_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2141562 INFO  (jetty-launcher-23624-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1fc18e7{/solr,null,UNAVAILABLE}
   [junit4]   2> 2141562 INFO  
(SUITE-TestManagedSchemaAPI-seed#[2233D53E4D083504]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:33618 33618
   [junit4]   2> 2141568 INFO  (Thread-2942) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:33618 33618
   [junit4]   2> 2141569 WARN  (Thread-2942) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/configs/conf1/managed-schema
   [junit4]   2>        6       /solr/configs/conf1
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        2       /solr/collections/testschemaapi/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/overseer/collection-queue-work
   [junit4]   2>        8       /solr/overseer/queue
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2141569 INFO  
(SUITE-TestManagedSchemaAPI-seed#[2233D53E4D083504]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_2233D53E4D083504-001
   [junit4]   2> Sep 27, 2016 12:28:35 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), 
sim=RandomSimilarity(queryNorm=true): {}, locale=sk-SK, timezone=Pacific/Majuro
   [junit4]   2> NOTE: Linux 4.4.0-36-generic i386/Oracle Corporation 1.8.0_102 
(32-bit)/cpus=12,threads=1,free=118649640,total=471597056
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigSets, 
DistributedExpandComponentTest, HdfsDirectoryTest, 
WrapperMergePolicyFactoryTest, TestLockTree, ConfigSetsAPITest, 
TestDefaultSearchFieldResource, CdcrReplicationHandlerTest, 
TestFastOutputStream, JavabinLoaderTest, TestCloudInspectUtil, 
TestMaxScoreQueryParser, DistribJoinFromCollectionTest, LeaderElectionTest, 
TestSolrDynamicMBean, BaseCdcrDistributedZkTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, StatsComponentTest, 
TestUseDocValuesAsStored2, TestGroupingSearch, SegmentsInfoRequestHandlerTest, 
TestWriterPerf, CollectionsAPIAsyncDistributedZkTest, TestBinaryResponseWriter, 
DistributedSuggestComponentTest, ResourceLoaderTest, SimpleFacetsTest, 
TestNonDefinedSimilarityFactory, TestScoreJoinQPScore, 
TestReversedWildcardFilterFactory, TestCollapseQParserPlugin, 
PKIAuthenticationIntegrationTest, NoCacheHeaderTest, HdfsDirectoryFactoryTest, 
SimpleCollectionCreateDeleteTest, TestFileDictionaryLookup, TestReload, 
MigrateRouteKeyTest, DocValuesMultiTest, CurrencyFieldXmlFileTest, 
TestSolrQueryParserDefaultOperatorResource, FullHLLTest, ReplaceNodeTest, 
TestDocSet, URLClassifyProcessorTest, DocValuesMissingTest, TestConfig, 
TestSort, SynonymTokenizerTest, TestFieldSortValues, TestFieldCache, 
TestExpandComponent, TestFieldCollectionResource, DateFieldTest, 
TestSubQueryTransformer, SolrIndexConfigTest, TestIBSimilarityFactory, 
TestCSVResponseWriter, SparseHLLTest, BooleanFieldTest, HdfsSyncSliceTest, 
TestSolrJ, SolrTestCaseJ4Test, TestManagedStopFilterFactory, SolrXmlInZkTest, 
TestSolrCLIRunExample, UpdateParamsTest, TestDistributedMissingSort, 
TestClusterStateMutator, TestDownShardTolerantSearch, RollingRestartTest, 
TestRandomRequestDistribution, CursorMarkTest, 
LeaderFailureAfterFreshStartTest, BlockJoinFacetSimpleTest, 
ExternalFileFieldSortTest, TestExtendedDismaxParser, TestStressLiveNodes, 
OverseerRolesTest, TestLuceneMatchVersion, DeleteStatusTest, PrimUtilsTest, 
TestRequestForwarding, AssignTest, TestBinaryField, TestBulkSchemaConcurrent, 
TestMinMaxOnMultiValuedField, TestTolerantSearch, OverseerTest, AutoCommitTest, 
SimpleMLTQParserTest, LukeRequestHandlerTest, TestSolrDeletionPolicy1, 
BasicDistributedZk2Test, BJQParserTest, HdfsUnloadDistributedZkTest, 
TestDefaultStatsCache, SuggesterTest, BigEndianAscendingWordSerializerTest, 
TestZkChroot, TestSolrQueryResponse, CdcrBootstrapTest, 
DistribCursorPagingTest, LeaderInitiatedRecoveryOnCommitTest, 
LeaderInitiatedRecoveryOnShardRestartTest, 
OverriddenZkACLAndCredentialsProvidersTest, OverseerStatusTest, 
PeerSyncReplicationTest, TestCloudPivotFacet, TestConfigSetsAPIExclusivity, 
TestConfigSetsAPIZkFailure, TestCryptoKeys, TestMiniSolrCloudCluster, 
TestShortCircuitedRequests, TestSolrCloudWithKerberosAlt, 
TestTolerantUpdateProcessorCloud, TlogReplayBufferedWhileIndexingTest, 
TriLevelCompositeIdRoutingTest, BlobRepositoryCloudTest, 
CachingDirectoryFactoryTest, CoreSorterTest, DirectoryFactoryTest, 
QueryResultKeyTest, TestBackupRepositoryFactory, TestConfigOverlay, 
TestConfigSetImmutable, TestConfigSetProperties, TestDynamicLoading, 
TestInfoStreamLogging, TestInitParams, TestReloadAndDeleteDocs, 
TestShardHandlerFactory, TestSolrConfigHandler, TestSolrXml, 
TestSolrCoreSnapshots, RequestLoggingTest, TestBlobHandler, TestConfigReload, 
TestSQLHandler, SpatialHeatmapFacetsTest, TestCollationFieldDocValues, 
TestManagedSchemaAPI]
   [junit4] Completed [570/633 (1!)] on J2 in 13.57s, 1 test, 1 error <<< 
FAILURES!

[...truncated 52788 lines...]

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

Reply via email to