Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/427/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

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

Error Message:
Error from server at http://127.0.0.1:34767/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:34767/solr/testschemaapi_shard1_replica2: ERROR: 
[doc=2] unknown field 'myNewField1'
        at 
__randomizedtesting.SeedInfo.seed([2B6D132760751DA1:A3392CFDCE897059]: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:34767/solr/testschemaapi_shard1_replica2: 
ERROR: [doc=2] unknown field 'myNewField1'
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:592)
        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:405)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:357)
        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 10706 lines...]
   [junit4] Suite: org.apache.solr.schema.TestManagedSchemaAPI
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B6D132760751DA1-001/init-core-data-001
   [junit4]   2> 203288 INFO  
(SUITE-TestManagedSchemaAPI-seed#[2B6D132760751DA1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 203290 INFO  
(SUITE-TestManagedSchemaAPI-seed#[2B6D132760751DA1]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 203290 INFO  (Thread-627) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 203290 INFO  (Thread-627) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 203390 INFO  
(SUITE-TestManagedSchemaAPI-seed#[2B6D132760751DA1]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:62995
   [junit4]   2> 203402 INFO  (jetty-launcher-241-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 203402 INFO  (jetty-launcher-241-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 203406 INFO  (jetty-launcher-241-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3722342a{/solr,null,AVAILABLE}
   [junit4]   2> 203407 INFO  (jetty-launcher-241-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@35c94979{HTTP/1.1,[http/1.1]}{127.0.0.1:62373}
   [junit4]   2> 203408 INFO  (jetty-launcher-241-thread-1) [    ] 
o.e.j.s.Server Started @207846ms
   [junit4]   2> 203408 INFO  (jetty-launcher-241-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62373}
   [junit4]   2> 203408 INFO  (jetty-launcher-241-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.3.0
   [junit4]   2> 203408 INFO  (jetty-launcher-241-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 203408 INFO  (jetty-launcher-241-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 203408 INFO  (jetty-launcher-241-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-03T00:05:12.200Z
   [junit4]   2> 203409 INFO  (jetty-launcher-241-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@e49ca90{/solr,null,AVAILABLE}
   [junit4]   2> 203411 INFO  (jetty-launcher-241-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@2ebd177d{HTTP/1.1,[http/1.1]}{127.0.0.1:34767}
   [junit4]   2> 203411 INFO  (jetty-launcher-241-thread-2) [    ] 
o.e.j.s.Server Started @207849ms
   [junit4]   2> 203411 INFO  (jetty-launcher-241-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34767}
   [junit4]   2> 203411 INFO  (jetty-launcher-241-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.3.0
   [junit4]   2> 203411 INFO  (jetty-launcher-241-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 203411 INFO  (jetty-launcher-241-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 203411 INFO  (jetty-launcher-241-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-03T00:05:12.203Z
   [junit4]   2> 203420 INFO  (jetty-launcher-241-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 203422 INFO  (jetty-launcher-241-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 203438 INFO  (jetty-launcher-241-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 203440 INFO  (jetty-launcher-241-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62995/solr
   [junit4]   2> 203453 INFO  (jetty-launcher-241-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 203455 INFO  (jetty-launcher-241-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62995/solr
   [junit4]   2> 203507 INFO  (jetty-launcher-241-thread-1) 
[n:127.0.0.1:62373_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:62373_solr
   [junit4]   2> 203510 INFO  (jetty-launcher-241-thread-2) 
[n:127.0.0.1:34767_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34767_solr
   [junit4]   2> 203512 INFO  (jetty-launcher-241-thread-1) 
[n:127.0.0.1:62373_solr    ] o.a.s.c.Overseer Overseer 
(id=96695295153537029-127.0.0.1:62373_solr-n_0000000000) starting
   [junit4]   2> 203514 INFO  
(zkCallback-251-thread-1-processing-n:127.0.0.1:62373_solr) 
[n:127.0.0.1:62373_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 203515 INFO  
(zkCallback-252-thread-1-processing-n:127.0.0.1:34767_solr) 
[n:127.0.0.1:34767_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 203534 INFO  (jetty-launcher-241-thread-1) 
[n:127.0.0.1:62373_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62373_solr
   [junit4]   2> 203545 INFO  (jetty-launcher-241-thread-2) 
[n:127.0.0.1:34767_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B6D132760751DA1-001/tempDir-001/node2/.
   [junit4]   2> 203549 INFO  
(zkCallback-252-thread-1-processing-n:127.0.0.1:34767_solr) 
[n:127.0.0.1:34767_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 203549 INFO  
(OverseerStateUpdate-96695295153537029-127.0.0.1:62373_solr-n_0000000000) 
[n:127.0.0.1:62373_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 203571 INFO  (jetty-launcher-241-thread-1) 
[n:127.0.0.1:62373_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B6D132760751DA1-001/tempDir-001/node1/.
   [junit4]   2> 203584 INFO  
(SUITE-TestManagedSchemaAPI-seed#[2B6D132760751DA1]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 203611 INFO  
(TEST-TestManagedSchemaAPI.test-seed#[2B6D132760751DA1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 203616 INFO  (qtp1454338698-1768) [n:127.0.0.1:34767_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> 203620 INFO  
(OverseerThreadFactory-750-thread-1-processing-n:127.0.0.1:62373_solr) 
[n:127.0.0.1:62373_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testschemaapi
   [junit4]   2> 203732 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_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> 203732 INFO  (qtp820980499-1760) [n:127.0.0.1:62373_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> 203848 INFO  
(zkCallback-251-thread-3-processing-n:127.0.0.1:62373_solr) 
[n:127.0.0.1:62373_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> 203848 INFO  
(zkCallback-252-thread-1-processing-n:127.0.0.1:34767_solr) 
[n:127.0.0.1:34767_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> 204760 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 204765 INFO  (qtp820980499-1760) [n:127.0.0.1:62373_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 204790 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema 
[testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 204795 INFO  (qtp820980499-1760) [n:127.0.0.1:62373_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema 
[testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 204795 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 204798 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_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> 204798 INFO  (qtp820980499-1760) [n:127.0.0.1:62373_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 204798 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore [[testschemaapi_shard1_replica2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B6D132760751DA1-001/tempDir-001/node2/testschemaapi_shard1_replica2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B6D132760751DA1-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/]
   [junit4]   2> 204799 INFO  (qtp820980499-1760) [n:127.0.0.1:62373_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> 204799 INFO  (qtp820980499-1760) [n:127.0.0.1:62373_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore [[testschemaapi_shard1_replica1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B6D132760751DA1-001/tempDir-001/node1/testschemaapi_shard1_replica1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B6D132760751DA1-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/]
   [junit4]   2> 204810 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_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> 204810 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_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> 204812 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 204812 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 204812 INFO  (qtp820980499-1760) [n:127.0.0.1:62373_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> 204812 INFO  (qtp820980499-1760) [n:127.0.0.1:62373_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> 204814 INFO  (qtp820980499-1760) [n:127.0.0.1:62373_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 204814 INFO  (qtp820980499-1760) [n:127.0.0.1:62373_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 204815 INFO  (qtp820980499-1760) [n:127.0.0.1:62373_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@125700f0[testschemaapi_shard1_replica1] main]
   [junit4]   2> 204816 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@47cbc762[testschemaapi_shard1_replica2] main]
   [junit4]   2> 204818 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_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> 204819 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_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> 204820 INFO  (qtp820980499-1760) [n:127.0.0.1:62373_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> 204820 INFO  (qtp820980499-1760) [n:127.0.0.1:62373_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> 204824 INFO  (qtp820980499-1760) [n:127.0.0.1:62373_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> 204824 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_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> 204826 INFO  (qtp820980499-1760) [n:127.0.0.1:62373_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> 204826 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_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> 204826 INFO  (qtp820980499-1760) [n:127.0.0.1:62373_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 1547124724065107968
   [junit4]   2> 204826 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_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 1547124724065107968
   [junit4]   2> 204828 INFO  
(searcherExecutor-756-thread-1-processing-n:127.0.0.1:62373_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:62373_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore 
[testschemaapi_shard1_replica1] Registered new searcher 
Searcher@125700f0[testschemaapi_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 204830 INFO  
(searcherExecutor-755-thread-1-processing-n:127.0.0.1:34767_solr 
x:testschemaapi_shard1_replica2 s:shard1 c:testschemaapi r:core_node1) 
[n:127.0.0.1:34767_solr c:testschemaapi s:shard1 r:core_node1 
x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore 
[testschemaapi_shard1_replica2] Registered new searcher 
Searcher@47cbc762[testschemaapi_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 204838 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 204838 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_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> 204838 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_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:34767/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 204838 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_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:34767/solr START 
replicas=[http://127.0.0.1:62373/solr/testschemaapi_shard1_replica1/] 
nUpdates=100
   [junit4]   2> 204838 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_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:34767/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 204843 INFO  (qtp820980499-1761) [n:127.0.0.1:62373_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> 204843 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_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> 204843 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_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> 204852 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_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:34767/solr/testschemaapi_shard1_replica2/ shard1
   [junit4]   2> 204961 INFO  
(zkCallback-252-thread-1-processing-n:127.0.0.1:34767_solr) 
[n:127.0.0.1:34767_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> 204963 INFO  
(zkCallback-251-thread-3-processing-n:127.0.0.1:62373_solr) 
[n:127.0.0.1:62373_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> 205013 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_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> 205018 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_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=1286
   [junit4]   2> 205124 INFO  
(zkCallback-252-thread-1-processing-n:127.0.0.1:34767_solr) 
[n:127.0.0.1:34767_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> 205124 INFO  
(zkCallback-251-thread-1-processing-n:127.0.0.1:62373_solr) 
[n:127.0.0.1:62373_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> 205839 INFO  (qtp820980499-1760) [n:127.0.0.1:62373_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> 205840 INFO  
(updateExecutor-245-thread-1-processing-n:127.0.0.1:62373_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:62373_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 205841 INFO  
(recoveryExecutor-246-thread-1-processing-n:127.0.0.1:62373_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:62373_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 205841 INFO  
(recoveryExecutor-246-thread-1-processing-n:127.0.0.1:62373_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:62373_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 205841 INFO  
(recoveryExecutor-246-thread-1-processing-n:127.0.0.1:62373_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:62373_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> 205841 INFO  
(recoveryExecutor-246-thread-1-processing-n:127.0.0.1:62373_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:62373_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> 205841 INFO  
(recoveryExecutor-246-thread-1-processing-n:127.0.0.1:62373_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:62373_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:34767/solr/testschemaapi_shard1_replica2/] and I am 
[http://127.0.0.1:62373/solr/testschemaapi_shard1_replica1/]
   [junit4]   2> 205841 INFO  (qtp820980499-1760) [n:127.0.0.1:62373_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=2110
   [junit4]   2> 205846 INFO  
(recoveryExecutor-246-thread-1-processing-n:127.0.0.1:62373_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:62373_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:34767/solr]; [WaitForState: 
action=PREPRECOVERY&core=testschemaapi_shard1_replica2&nodeName=127.0.0.1:62373_solr&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 205851 INFO  (qtp1454338698-1771) [n:127.0.0.1:34767_solr    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node2, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 205858 INFO  (qtp1454338698-1771) [n:127.0.0.1:34767_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> 205858 INFO  (qtp1454338698-1771) [n:127.0.0.1:34767_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:62373_solr, 
coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: 
core_node2:{"core":"testschemaapi_shard1_replica1","base_url":"http://127.0.0.1:62373/solr","node_name":"127.0.0.1:62373_solr","state":"down"}
   [junit4]   2> 205859 INFO  (qtp1454338698-1768) [n:127.0.0.1:34767_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> 205966 INFO  
(zkCallback-252-thread-1-processing-n:127.0.0.1:34767_solr) 
[n:127.0.0.1:34767_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> 205966 INFO  
(zkCallback-251-thread-3-processing-n:127.0.0.1:62373_solr) 
[n:127.0.0.1:62373_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> 206863 INFO  (qtp1454338698-1771) [n:127.0.0.1:34767_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:62373_solr, 
coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: 
core_node2:{"core":"testschemaapi_shard1_replica1","base_url":"http://127.0.0.1:62373/solr","node_name":"127.0.0.1:62373_solr","state":"recovering"}
   [junit4]   2> 206863 INFO  (qtp1454338698-1771) [n:127.0.0.1:34767_solr    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node2, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 206863 INFO  (qtp1454338698-1771) [n:127.0.0.1:34767_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:62373_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=1012
   [junit4]   2> 207641 INFO  
(OverseerCollectionConfigSetProcessor-96695295153537029-127.0.0.1:62373_solr-n_0000000000)
 [n:127.0.0.1:62373_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> 213870 INFO  
(recoveryExecutor-246-thread-1-processing-n:127.0.0.1:62373_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:62373_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:34767/solr/testschemaapi_shard1_replica2/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 213870 INFO  
(recoveryExecutor-246-thread-1-processing-n:127.0.0.1:62373_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:62373_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:62373/solr START 
replicas=[http://127.0.0.1:34767/solr/testschemaapi_shard1_replica2/] 
nUpdates=100
   [junit4]   2> 213874 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_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> 213874 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_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=1
   [junit4]   2> 213875 INFO  
(recoveryExecutor-246-thread-1-processing-n:127.0.0.1:62373_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:62373_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> 213875 INFO  
(recoveryExecutor-246-thread-1-processing-n:127.0.0.1:62373_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:62373_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> 213875 INFO  
(recoveryExecutor-246-thread-1-processing-n:127.0.0.1:62373_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:62373_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> 213875 INFO  
(recoveryExecutor-246-thread-1-processing-n:127.0.0.1:62373_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:62373_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> 213876 INFO  
(recoveryExecutor-246-thread-1-processing-n:127.0.0.1:62373_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:62373_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 213876 INFO  
(recoveryExecutor-246-thread-1-processing-n:127.0.0.1:62373_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:62373_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> 213876 INFO  
(recoveryExecutor-246-thread-1-processing-n:127.0.0.1:62373_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:62373_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.RecoveryStrategy Replaying updates 
buffered during PeerSync.
   [junit4]   2> 213876 INFO  
(recoveryExecutor-246-thread-1-processing-n:127.0.0.1:62373_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:62373_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 213876 INFO  
(recoveryExecutor-246-thread-1-processing-n:127.0.0.1:62373_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:62373_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.RecoveryStrategy Registering as Active 
after recovery.
   [junit4]   2> 213886 INFO  
(zkCallback-251-thread-1-processing-n:127.0.0.1:62373_solr) 
[n:127.0.0.1:62373_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> 213886 INFO  
(zkCallback-252-thread-1-processing-n:127.0.0.1:34767_solr) 
[n:127.0.0.1:34767_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> 214867 INFO  (qtp1454338698-1768) [n:127.0.0.1:34767_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=11254
   [junit4]   2> 214886 INFO  (qtp1454338698-1771) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.SchemaManager managed schema loaded . version : 0 
   [junit4]   2> 214888 INFO  (qtp1454338698-1771) [n:127.0.0.1:34767_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> 214891 INFO  (qtp1454338698-1771) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 214895 INFO  (qtp1454338698-1771) [n:127.0.0.1:34767_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> 214895 INFO  
(zkCallback-252-thread-1-processing-n:127.0.0.1:34767_solr) 
[n:127.0.0.1:34767_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> 214895 INFO  
(zkCallback-251-thread-1-processing-n:127.0.0.1:62373_solr) 
[n:127.0.0.1:62373_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> 214896 INFO  
(zkCallback-251-thread-1-processing-n:127.0.0.1:62373_solr) 
[n:127.0.0.1:62373_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 214898 INFO  (qtp1454338698-1771) [n:127.0.0.1:34767_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> 214898 INFO  
(zkCallback-251-thread-1-processing-n:127.0.0.1:62373_solr) 
[n:127.0.0.1:62373_solr    ] o.a.s.s.IndexSchema 
[testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 214904 INFO  
(zkCallback-251-thread-1-processing-n:127.0.0.1:62373_solr) 
[n:127.0.0.1:62373_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 214904 INFO  
(zkCallback-251-thread-1-processing-n:127.0.0.1:62373_solr) 
[n:127.0.0.1:62373_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 8 ms
   [junit4]   2> 214905 INFO  (qtp820980499-1762) [n:127.0.0.1:62373_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> 214908 INFO  (Thread-648) [n:127.0.0.1:34767_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
testschemaapi_shard1_replica2
   [junit4]   2> 214908 INFO  (qtp1454338698-1771) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.ManagedIndexSchema Took 12.0ms for 1 replicas to apply schema update 
version 1 for collection testschemaapi
   [junit4]   2> 214908 INFO  (qtp1454338698-1771) [n:127.0.0.1:34767_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=24
   [junit4]   2> 214909 INFO  
(TEST-TestManagedSchemaAPI.test-seed#[2B6D132760751DA1]) [    ] 
o.a.s.s.TestManagedSchemaAPI added new field=myNewField
   [junit4]   2> 214911 INFO  (Thread-649) [n:127.0.0.1:62373_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
testschemaapi_shard1_replica1
   [junit4]   2> 214912 INFO  (qtp1454338698-1773) [n:127.0.0.1:34767_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> 214912 INFO  
(zkCallback-252-thread-1-processing-n:127.0.0.1:34767_solr) 
[n:127.0.0.1:34767_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 214915 INFO  
(zkCallback-252-thread-1-processing-n:127.0.0.1:34767_solr) 
[n:127.0.0.1:34767_solr    ] o.a.s.s.IndexSchema 
[testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 214918 INFO  
(zkCallback-252-thread-1-processing-n:127.0.0.1:34767_solr) 
[n:127.0.0.1:34767_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 214918 INFO  
(zkCallback-252-thread-1-processing-n:127.0.0.1:34767_solr) 
[n:127.0.0.1:34767_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 5 ms
   [junit4]   2> 214919 INFO  
(OverseerThreadFactory-750-thread-2-processing-n:127.0.0.1:62373_solr) 
[n:127.0.0.1:62373_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=RELOAD
   [junit4]   2> 214920 INFO  (Thread-648) [n:127.0.0.1:34767_solr    ] 
o.a.s.s.SchemaManager managed schema loaded . version : 1 
   [junit4]   2> 214923 INFO  (Thread-648) [n:127.0.0.1:34767_solr    ] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 214927 INFO  (Thread-648) [n:127.0.0.1:34767_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 214927 INFO  (Thread-648) [n:127.0.0.1:34767_solr    ] 
o.a.s.c.SolrCore core reload testschemaapi_shard1_replica2
   [junit4]   2> 214937 INFO  (qtp820980499-1762) [n:127.0.0.1:62373_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 214938 INFO  (qtp1454338698-1758) [n:127.0.0.1:34767_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 214951 INFO  (qtp1454338698-1758) [n:127.0.0.1:34767_solr    ] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 214951 INFO  (qtp820980499-1762) [n:127.0.0.1:62373_solr    ] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 214974 INFO  (qtp820980499-1762) [n:127.0.0.1:62373_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 214974 INFO  (qtp1454338698-1758) [n:127.0.0.1:34767_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 214976 INFO  (qtp1454338698-1758) [n:127.0.0.1:34767_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'testschemaapi_shard1_replica2' using 
configuration from collection testschemaapi
   [junit4]   2> 214977 INFO  (qtp1454338698-1758) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore [[testschemaapi_shard1_replica2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B6D132760751DA1-001/tempDir-001/node2/testschemaapi_shard1_replica2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B6D132760751DA1-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/]
   [junit4]   2> 214977 INFO  (qtp820980499-1762) [n:127.0.0.1:62373_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'testschemaapi_shard1_replica1' using 
configuration from collection testschemaapi
   [junit4]   2> 214978 INFO  (qtp820980499-1762) [n:127.0.0.1:62373_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore [[testschemaapi_shard1_replica1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B6D132760751DA1-001/tempDir-001/node1/testschemaapi_shard1_replica1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B6D132760751DA1-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/]
   [junit4]   2> 214986 INFO  (qtp820980499-1762) [n:127.0.0.1:62373_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 214986 INFO  (qtp820980499-1762) [n:127.0.0.1:62373_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 214991 INFO  (qtp820980499-1762) [n:127.0.0.1:62373_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@23fcca05[testschemaapi_shard1_replica1] main]
   [junit4]   2> 214992 INFO  (qtp1454338698-1758) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 214992 INFO  (qtp1454338698-1758) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 214994 INFO  (qtp1454338698-1758) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6d6f2f6d[testschemaapi_shard1_replica2] main]
   [junit4]   2> 214994 INFO  (qtp820980499-1762) [n:127.0.0.1:62373_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> 214995 INFO  (qtp820980499-1762) [n:127.0.0.1:62373_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> 214995 INFO  (qtp820980499-1762) [n:127.0.0.1:62373_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> 214995 INFO  (qtp1454338698-1758) [n:127.0.0.1:34767_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> 214995 INFO  (qtp820980499-1762) [n:127.0.0.1:62373_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> 214995 INFO  (qtp820980499-1762) [n:127.0.0.1:62373_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 1547124734728077312
   [junit4]   2> 214996 INFO  
(searcherExecutor-767-thread-1-processing-n:127.0.0.1:62373_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:62373_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore 
[testschemaapi_shard1_replica1] Registered new searcher 
Searcher@23fcca05[testschemaapi_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 214996 INFO  (qtp1454338698-1758) [n:127.0.0.1:34767_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> 214996 INFO  (qtp1454338698-1758) [n:127.0.0.1:34767_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> 214996 INFO  (qtp1454338698-1758) [n:127.0.0.1:34767_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> 214997 INFO  
(searcherExecutor-766-thread-1-processing-n:127.0.0.1:34767_solr 
x:testschemaapi_shard1_replica2 s:shard1 c:testschemaapi r:core_node1) 
[n:127.0.0.1:34767_solr c:testschemaapi s:shard1 r:core_node1 
x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore 
[testschemaapi_shard1_replica2] Registered new searcher 
Searcher@6d6f2f6d[testschemaapi_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 214997 INFO  (qtp1454338698-1758) [n:127.0.0.1:34767_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 1547124734730174464
   [junit4]   2> 215000 INFO  (qtp820980499-1762) [n:127.0.0.1:62373_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> 215000 INFO  (qtp820980499-1762) [n:127.0.0.1:62373_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5eafe24d[testschemaapi_shard1_replica1] main]
   [junit4]   2> 215000 INFO  (qtp820980499-1762) [n:127.0.0.1:62373_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@3526279e
   [junit4]   2> 215002 INFO  
(searcherExecutor-767-thread-1-processing-n:127.0.0.1:62373_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:62373_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore 
[testschemaapi_shard1_replica1] Registered new searcher 
Searcher@5eafe24d[testschemaapi_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 215002 INFO  (qtp1454338698-1758) [n:127.0.0.1:34767_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> 215002 INFO  (qtp820980499-1762) [n:127.0.0.1:62373_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=78
   [junit4]   2> 215002 INFO  (qtp1454338698-1758) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@8f44b97[testschemaapi_shard1_replica2] main]
   [junit4]   2> 215003 INFO  (qtp1454338698-1758) [n:127.0.0.1:34767_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@19929c4c
   [junit4]   2> 215003 INFO  
(searcherExecutor-766-thread-1-processing-n:127.0.0.1:34767_solr 
x:testschemaapi_shard1_replica2 s:shard1 c:testschemaapi r:core_node1) 
[n:127.0.0.1:34767_solr c:testschemaapi s:shard1 r:core_node1 
x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore 
[testschemaapi_shard1_replica2] Registered new searcher 
Searcher@8f44b97[testschemaapi_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 215003 INFO  (qtp1454338698-1758) [n:127.0.0.1:34767_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=77
   [junit4]   2> 215011 INFO  (qtp1454338698-1773) [n:127.0.0.1:34767_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=testschemaapi&action=RELOAD&wt=javabin&version=2} status=0 QTime=99
   [junit4]   2> 215026 INFO  (Thread-648) [n:127.0.0.1:34767_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 215030 INFO  (qtp820980499-1763) [n:127.0.0.1:62373_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [testschemaapi_shard1_replica1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34767/solr/testschemaapi_shard1_replica2/&wt=javabin&version=2}{add=[1
 (1547124734752194560)]} 0 3
   [junit4]   2> 215030 INFO  (qtp1454338698-1769) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [testschemaapi_shard1_replica2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 
(1547124734752194560)]} 0 13
   [junit4]   2> 215036 INFO  (qtp1454338698-1772) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.SchemaManager managed schema loaded . version : 1 
   [junit4]   2> 215039 INFO  (qtp1454338698-1772) [n:127.0.0.1:34767_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> 215042 INFO  (Thread-648) [n:127.0.0.1:34767_solr    ] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 215044 INFO  (qtp1454338698-1772) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 215045 INFO  (Thread-648) [n:127.0.0.1:34767_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 215047 INFO  (Thread-648) [n:127.0.0.1:34767_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'testschemaapi_shard1_replica2' using 
configuration from collection testschemaapi
   [junit4]   2> 215047 INFO  (Thread-648) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore [[testschemaapi_shard1_replica2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B6D132760751DA1-001/tempDir-001/node2/testschemaapi_shard1_replica2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B6D132760751DA1-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/]
   [junit4]   2> 215047 INFO  (qtp1454338698-1772) [n:127.0.0.1:34767_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> 215048 INFO  (qtp1454338698-1772) [n:127.0.0.1:34767_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 2 for collection testschemaapi
   [junit4]   2> 215049 INFO  
(zkCallback-251-thread-8-processing-n:127.0.0.1:62373_solr) 
[n:127.0.0.1:62373_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> 215050 INFO  
(zkCallback-252-thread-1-processing-n:127.0.0.1:34767_solr) 
[n:127.0.0.1:34767_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> 215050 INFO  (Thread-650) [n:127.0.0.1:34767_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
testschemaapi_shard1_replica2
   [junit4]   2> 215052 INFO  
(zkCallback-251-thread-8-processing-n:127.0.0.1:62373_solr) 
[n:127.0.0.1:62373_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 2 from ZooKeeper
   [junit4]   2> 215053 INFO  (Thread-651) [n:127.0.0.1:62373_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
testschemaapi_shard1_replica1
   [junit4]   2> 215056 INFO  (Thread-651) [n:127.0.0.1:62373_solr    ] 
o.a.s.s.SchemaManager managed schema loaded . version : 2 
   [junit4]   2> 215056 INFO  
(zkCallback-251-thread-8-processing-n:127.0.0.1:62373_solr) 
[n:127.0.0.1:62373_solr    ] o.a.s.s.IndexSchema 
[testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 215058 INFO  (Thread-650) [n:127.0.0.1:34767_solr    ] 
o.a.s.s.SchemaManager managed schema loaded . version : 2 
   [junit4]   2> 215059 INFO  (Thread-648) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 215059 INFO  (Thread-648) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 215060 INFO  (Thread-651) [n:127.0.0.1:62373_solr    ] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 215060 INFO  
(zkCallback-251-thread-8-processing-n:127.0.0.1:62373_solr) 
[n:127.0.0.1:62373_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 215060 INFO  (Thread-650) [n:127.0.0.1:34767_solr    ] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 215062 INFO  
(zkCallback-251-thread-8-processing-n:127.0.0.1:62373_solr) 
[n:127.0.0.1:62373_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 9 ms
   [junit4]   2> 215066 INFO  (Thread-648) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@55a39c6b[testschemaapi_shard1_replica2] main]
   [junit4]   2> 215067 INFO  (Thread-650) [n:127.0.0.1:34767_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 215067 INFO  (Thread-650) [n:127.0.0.1:34767_solr    ] 
o.a.s.c.SolrCore core reload testschemaapi_shard1_replica2
   [junit4]   2> 215067 INFO  (Thread-651) [n:127.0.0.1:62373_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 215067 INFO  (Thread-651) [n:127.0.0.1:62373_solr    ] 
o.a.s.c.SolrCore core reload testschemaapi_shard1_replica1
   [junit4]   2> 215068 INFO  (qtp820980499-1766) [n:127.0.0.1:62373_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=2&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 215071 INFO  (Thread-648) [n:127.0.0.1:34767_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> 215071 INFO  (Thread-648) [n:127.0.0.1:34767_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> 215071 INFO  (Thread-648) [n:127.0.0.1:34767_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> 215072 INFO  (Thread-648) [n:127.0.0.1:34767_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> 215072 INFO  (qtp1454338698-1772) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.ManagedIndexSchema Took 24.0ms for 1 replicas to apply schema update 
version 2 for collection testschemaapi
   [junit4]   2> 215072 INFO  (qtp1454338698-1772) [n:127.0.0.1:34767_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=37
   [junit4]   2> 215072 INFO  
(TEST-TestManagedSchemaAPI.test-seed#[2B6D132760751DA1]) [    ] 
o.a.s.s.TestManagedSchemaAPI added new field=myNewField1
   [junit4]   2> 215073 INFO  
(searcherExecutor-774-thread-1-processing-n:127.0.0.1:34767_solr 
x:testschemaapi_shard1_replica2 s:shard1 c:testschemaapi r:core_node1) 
[n:127.0.0.1:34767_solr c:testschemaapi s:shard1 r:core_node1 
x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore 
[testschemaapi_shard1_replica2] Registered new searcher 
Searcher@55a39c6b[testschemaapi_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.3.0):C1)))}
   [junit4]   2> 215076 INFO  
(zkCallback-252-thread-1-processing-n:127.0.0.1:34767_solr) 
[n:127.0.0.1:34767_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 2 from ZooKeeper
   [junit4]   2> 215079 INFO  (Thread-648) [n:127.0.0.1:34767_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> 215080 INFO  (Thread-648) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@32540a8b[testschemaapi_shard1_replica2] main]
   [junit4]   2> 215080 INFO  (Thread-648) [n:127.0.0.1:34767_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@65550513
   [junit4]   2> 215080 INFO  
(searcherExecutor-774-thread-1-processing-n:127.0.0.1:34767_solr 
x:testschemaapi_shard1_replica2 s:shard1 c:testschemaapi r:core_node1) 
[n:127.0.0.1:34767_solr c:testschemaapi s:shard1 r:core_node1 
x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore 
[testschemaapi_shard1_replica2] Registered new searcher 
Searcher@32540a8b[testschemaapi_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.3.0):C1)))}
   [junit4]   2> 215081 INFO  
(zkCallback-252-thread-1-processing-n:127.0.0.1:34767_solr) 
[n:127.0.0.1:34767_solr    ] o.a.s.s.IndexSchema 
[testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 215083 INFO  (qtp1454338698-1770) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [testschemaapi_shard1_replica2]  
webapp=/solr path=/update params={wt=javabin&version=2}{} 0 0
   [junit4]   2> 215084 ERROR (qtp1454338698-1770) [n:127.0.0.1:34767_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: ERROR: [doc=2] 
unknown field 'myNewField1'
   [junit4]   2>        at 
org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:183)
   [junit4]   2>        at 
org.apache.solr.update.AddUpdateCommand.getLuceneDocument(AddUpdateCommand.java:82)
   [junit4]   2>        at 
org.apache.solr.update.DirectUpdateHandler2.doNormalUpdate(DirectUpdateHandler2.java:277)
   [junit4]   2>        at 
org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:211)
   [junit4]   2>        at 
org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:166)
   [junit4]   2>        at 
org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:67)
   [junit4]   2>        at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:48)
   [junit4]   2>        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:957)
   [junit4]   2>        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1112)
   [junit4]   2>        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:738)
   [junit4]   2>        at 
org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:103)
   [junit4]   2>        at 
org.apache.solr.handler.loader.JavabinLoader$1.update(JavabinLoader.java:97)
   [junit4]   2>        at 
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readOuterMostDocIterator(JavaBinUpdateRequestCodec.java:179)
   [junit4]   2>        at 
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readIterator(JavaBinUpdateRequestCodec.java:135)
   [junit4]   2>        at 
org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:275)
   [junit4]   2>        at 
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readNamedList(JavaBinUpdateRequestCodec.java:121)
   [junit4]   2>        at 
org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:240)
   [junit4]   2>        at 
org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:158)
   [junit4]   2>        at 
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.unmarshal(JavaBinUpdateRequestCodec.java:186)
   [junit4]   2>        at 
org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:107)
   [junit4]   2>        at 
org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:54)
   [junit4]   2>        at 
org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
   [junit4]   2>        at 
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:153)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2088)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:652)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:459)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:302)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:253)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:399)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:518)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 215086 INFO  
(zkCallback-252-thread-1-processing-n:127.0.0.1:34767_solr) 
[n:127.0.0.1:34767_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 215086 INFO  
(zkCallback-252-thread-1-processing-n:127.0.0.1:34767_solr) 
[n:127.0.0.1:34767_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 9 ms
   [junit4]   2> 215087 ERROR 
(TEST-TestManagedSchemaAPI.test-seed#[2B6D132760751DA1]) [    ] 
o.a.s.c.s.i.CloudSolrClient Request to collection testschemaapi failed due to 
(400) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: 
Error from server at http://127.0.0.1:34767/solr/testschemaapi_shard1_replica2: 
ERROR: [doc=2] unknown field 'myNewField1', retry? 0
   [junit4]   2> 215088 INFO  
(TEST-TestManagedSchemaAPI.test-seed#[2B6D132760751DA1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestManagedSchemaAPI -Dtests.method=test 
-Dtests.seed=2B6D132760751DA1 -Dtests.slow=true -Dtests.locale=ru 
-Dtests.timezone=America/Havana -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   11.5s J0 | TestManagedSchemaAPI.test <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from 
server at http://127.0.0.1:34767/solr/testschemaapi_shard1_replica2: ERROR: 
[doc=2] unknown field 'myNewField1'
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2B6D132760751DA1:A3392CFDCE897059]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:753)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1161)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1050)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:992)
   [junit4]    >        at 
org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:86)
   [junit4]    >        at 
org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:55)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:34767/solr/testschemaapi_shard1_replica2: 
ERROR: [doc=2] unknown field 'myNewField1'
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:592)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:405)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:357)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:730)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        ... 1 more
   [junit4]   2> 215093 INFO  (jetty-launcher-241-thread-1) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@2ebd177d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 215094 INFO  (jetty-launcher-241-thread-2) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@35c94979{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 215097 INFO  (jetty-launcher-241-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1508604862
   [junit4]   2> 215098 INFO  (jetty-launcher-241-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1003002978
   [junit4]   2> 215100 INFO  (Thread-651) [n:127.0.0.1:62373_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 215101 INFO  (Thread-650) [n:127.0.0.1:34767_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 215107 INFO  (coreCloseExecutor-779-thread-1) 
[n:127.0.0.1:62373_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@70ff1a68
   [junit4]   2> 215107 INFO  (coreCloseExecutor-780-thread-1) 
[n:127.0.0.1:34767_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@4e3a02c
   [junit4]   2> 215107 INFO  (coreCloseExecutor-779-thread-1) 
[n:127.0.0.1:62373_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter close.
   [junit4]   2> 215107 INFO  (coreCloseExecutor-780-thread-1) 
[n:127.0.0.1:34767_solr c:testschemaapi s:shard1 r:core_node1 
x:testschemaapi_shard1_replica2] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter close.
   [junit4]   2> 215107 INFO  (coreCloseExecutor-779-thread-1) 
[n:127.0.0.1:62373_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@49080b15
   [junit4]   2> 215107 INFO  (coreCloseExecutor-780-thread-1) 
[n:127.0.0.1:34767_solr c:testschemaapi s:shard1 r:core_node1 
x:testschemaapi_shard1_replica2] o.a.s.u.SolrIndexWriter Calling setCommitData 
with IW:org.apache.solr.update.SolrIndexWriter@4d0cc3ef
   [junit4]   2> 215144 INFO  (Thread-650) [n:127.0.0.1:34767_solr    ] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 215157 INFO  (jetty-launcher-241-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=96695295153537029-127.0.0.1:62373_solr-n_0000000000) closing
   [junit4]   2> 215158 INFO  
(OverseerStateUpdate-96695295153537029-127.0.0.1:62373_solr-n_0000000000) 
[n:127.0.0.1:62373_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:62373_solr
   [junit4]   2> 215160 WARN  
(zkCallback-252-thread-1-processing-n:127.0.0.1:34767_solr) 
[n:127.0.0.1:34767_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 215160 INFO  (jetty-launcher-241-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@e49ca90{/solr,null,UNAVAILABLE}
   [junit4]   2> 215164 INFO  (Thread-650) [n:127.0.0.1:34767_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 215164 WARN  
(zkCallback-251-thread-8-processing-n:127.0.0.1:62373_solr) 
[n:127.0.0.1:62373_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 215172 INFO  (jetty-launcher-241-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3722342a{/solr,null,UNAVAILABLE}
   [junit4]   2> 215179 INFO  
(SUITE-TestManagedSchemaAPI-seed#[2B6D132760751DA1]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:62995 62995
   [junit4]   2> 215183 WARN  (Thread-650) [n:127.0.0.1:34767_solr    ] 
o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: Unable to reload core 
[testschemaapi_shard1_replica2]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:950)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2583)
   [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> Caused by: org.apache.solr.common.SolrException: Could not 
load conf for core testschemaapi_shard1_replica2: Unable to load reader for 
ConfigSet properties: configsetprops.json
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:85)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:942)
   [junit4]   2>        ... 3 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to 
load reader for ConfigSet properties: configsetprops.json
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:57)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.createConfigSetProperties(ConfigSetService.java:117)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:79)
   [junit4]   2>        ... 4 more
   [junit4]   2> Caused by: java.io.IOException: We re-tried 10 times but was 
still unable to fetch resource=configsetprops.json from ZK
   [junit4]   2>        at 
org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:118)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:52)
   [junit4]   2>        ... 6 more
   [junit4]   2> Caused by: 
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /configs/conf1/configsetprops.json
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:322)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:319)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:319)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.pathExists(ZkController.java:833)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:89)
   [junit4]   2>        ... 7 more
   [junit4]   2> 215184 WARN  (Thread-651) [n:127.0.0.1:62373_solr    ] 
o.a.s.s.ManagedIndexSchemaFactory Error checking for the existence of the 
non-managed schema schema.xml
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /configs/conf1/schema.xml
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:322)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:319)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:319)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.pathExists(ZkController.java:833)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.warnIfNonManagedSchemaExists(ManagedIndexSchemaFactory.java:230)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:130)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:107)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:78)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:942)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2583)
   [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> 215187 INFO  (Thread-651) [n:127.0.0.1:62373_solr    ] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 215190 INFO  (Thread-651) [n:127.0.0.1:62373_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 215190 WARN  (Thread-651) [n:127.0.0.1:62373_solr    ] 
o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: Unable to reload core 
[testschemaapi_shard1_replica1]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:950)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2583)
   [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> Caused by: org.apache.solr.common.SolrException: Could not 
load conf for core testschemaapi_shard1_replica1: Unable to load reader for 
ConfigSet properties: configsetprops.json
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:85)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:942)
   [junit4]   2>        ... 3 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to 
load reader for ConfigSet properties: configsetprops.json
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:57)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.createConfigSetProperties(ConfigSetService.java:117)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:79)
   [junit4]   2>        ... 4 more
   [junit4]   2> Caused by: java.io.IOException: We re-tried 10 times but was 
still unable to fetch resource=configsetprops.json from ZK
   [junit4]   2>        at 
org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:118)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:52)
   [junit4]   2>        ... 6 more
   [junit4]   2> Caused by: 
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /configs/conf1/configsetprops.json
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:322)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:319)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:319)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.pathExists(ZkController.java:833)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:89)
   [junit4]   2>        ... 7 more
   [junit4]   2> 215252 INFO  (Thread-627) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:62995 62995
   [junit4]   2> 215253 WARN  (Thread-627) [    ] 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
   [junit4]   2>        5       /solr/configs/conf1/managed-schema
   [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>        11      /solr/overseer/queue
   [junit4]   2>        9       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 215254 INFO  
(SUITE-TestManagedSchemaAPI-seed#[2B6D132760751DA1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B6D132760751DA1-001
   [junit4]   2> Oct 03, 2016 12:05:24 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene62, sim=ClassicSimilarity, 
locale=ru, timezone=America/Havana
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=205637064,total=466616320
   [junit4]   2> NOTE: All tests run in this JVM: [JSONWriterTest, 
ZkControllerTest, MultiTermTest, TestRuleBasedAuthorizationPlugin, 
CoreAdminRequestStatusTest, TestElisionMultitermQuery, 
DistributedQueryComponentCustomSortTest, SyncSliceTest, 
TestUseDocValuesAsStored2, TestDynamicFieldResource, DateFieldTest, 
TestRemoteStreaming, TestPerFieldSimilarityClassic, JSONWriterTest, 
DistributedFacetExistsSmallTest, TestSweetSpotSimilarityFactory, 
TestSolrQueryResponse, TestHdfsBackupRestoreCore, DisMaxRequestHandlerTest, 
TestExclusionRuleCollectionAccess, SharedFSAutoReplicaFailoverTest, 
TestExactStatsCache, DeleteNodeTest, XsltUpdateRequestHandlerTest, 
TestCSVResponseWriter, SynonymTokenizerTest, TestCollationFieldDocValues, 
TestManagedSchemaAPI]
   [junit4] Completed [48/638 (1!)] on J0 in 12.24s, 1 test, 1 error <<< 
FAILURES!

[...truncated 62224 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to