Have created https://issues.apache.org/jira/browse/SOLR-9093 for this.

Though as yet undecided on minimalistic vs. wider scope fix.

Christine

----- Original Message -----
From: dev@lucene.apache.org
To: dev@lucene.apache.org
At: May  9 2016 10:40:31

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

2 tests failed.
FAILED:  org.apache.solr.TestDistributedSearch.test

Error Message:
Error from server at http://127.0.0.1:44706//collection1: 
java.lang.NullPointerException  at 
org.apache.solr.search.grouping.distributed.responseprocessor.TopGroupsShardResponseProcessor.process(TopGroupsShardResponseProcessor.java:105)
  at 
org.apache.solr.handler.component.QueryComponent.handleGroupedResponses(QueryComponent.java:753)
  at 
org.apache.solr.handler.component.QueryComponent.handleResponses(QueryComponent.java:736)
  at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:420)
  at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
  at org.apache.solr.core.SolrCore.execute(SolrCore.java:2016)  at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:658)  at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:465)  at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:257)
  at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:208)
  at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
  at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:111)
  at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581) 
 at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
  at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)  
at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
  at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
  at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  
at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)  
at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) 
 at org.eclipse.jetty.server.Server.handle(Server.java:518)  at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)  at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)  at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)  at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) 
 at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
  at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
  at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
  at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572) 
 at java.lang.Thread.run(Thread.java:745) 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:44706//collection1: 
java.lang.NullPointerException
    at 
org.apache.solr.search.grouping.distributed.responseprocessor.TopGroupsShardResponseProcessor.process(TopGroupsShardResponseProcessor.java:105)
    at 
org.apache.solr.handler.component.QueryComponent.handleGroupedResponses(QueryComponent.java:753)
    at 
org.apache.solr.handler.component.QueryComponent.handleResponses(QueryComponent.java:736)
    at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:420)
    at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
    at org.apache.solr.core.SolrCore.execute(SolrCore.java:2016)
    at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:658)
    at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:465)
    at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:257)
    at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:208)
    at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
    at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:111)
    at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
    at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
    at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
    at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
    at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
    at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
    at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
    at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
    at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
    at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
    at org.eclipse.jetty.server.Server.handle(Server.java:518)
    at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
    at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
    at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
    at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
    at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
    at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
    at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
    at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
    at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
    at java.lang.Thread.run(Thread.java:745)

    at __randomizedtesting.SeedInfo.seed([520FEE5CC9166966:DA5BD18667EA049E]:0)
    at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
    at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
    at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
    at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
    at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
    at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
    at 
org.apache.solr.TestDistributedSearch.queryRandomUpServer(TestDistributedSearch.java:1149)
    at 
org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1111)
    at 
org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:973)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
    at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
    at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
    at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
    at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1011)
    at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
    at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
    at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
    at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
    at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
    at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
    at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
    at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
    at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
    at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
    at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
    at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
    at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
    at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
    at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
    at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
    at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
    at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
    at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
    at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
    at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
    at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
    at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
    at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
    at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
    at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
    at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
    at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
    at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
    at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
    at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
    at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.schema.TestManagedSchemaAPI.test

Error Message:
Error from server at http://127.0.0.1:33059/solr/testschemaapi_shard1_replica1: 
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:33059/solr/testschemaapi_shard1_replica1: ERROR: 
[doc=2] unknown field 'myNewField1'
    at __randomizedtesting.SeedInfo.seed([520FEE5CC9166966:DA5BD18667EA049E]:0)
    at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:661)
    at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1073)
    at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:962)
    at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:898)
    at 
org.apache.solr.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:33059/solr/testschemaapi_shard1_replica1: 
ERROR: [doc=2] unknown field 'myNewField1'
    at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
    at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
    at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
    at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
    at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
    at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:638)
    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 10767 lines...]
   [junit4] Suite: org.apache.solr.schema.TestManagedSchemaAPI
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/init-core-data-001
   [junit4]   2> 186507 INFO  
(SUITE-TestManagedSchemaAPI-seed#[520FEE5CC9166966]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 186508 INFO  
(SUITE-TestManagedSchemaAPI-seed#[520FEE5CC9166966]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 186508 INFO  (Thread-510) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 186508 INFO  (Thread-510) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 186608 INFO  
(SUITE-TestManagedSchemaAPI-seed#[520FEE5CC9166966]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34045
   [junit4]   2> 186608 INFO  
(SUITE-TestManagedSchemaAPI-seed#[520FEE5CC9166966]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 186608 INFO  
(SUITE-TestManagedSchemaAPI-seed#[520FEE5CC9166966]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 186609 INFO  (zkCallback-397-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1d5388a name:ZooKeeperConnection 
Watcher:127.0.0.1:34045 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 186609 INFO  
(SUITE-TestManagedSchemaAPI-seed#[520FEE5CC9166966]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 186609 INFO  
(SUITE-TestManagedSchemaAPI-seed#[520FEE5CC9166966]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 186609 INFO  
(SUITE-TestManagedSchemaAPI-seed#[520FEE5CC9166966]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 186611 INFO  (jetty-launcher-396-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 186612 INFO  (jetty-launcher-396-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 186612 INFO  (jetty-launcher-396-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@180d97e{/solr,null,AVAILABLE}
   [junit4]   2> 186612 INFO  (jetty-launcher-396-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1379de0{/solr,null,AVAILABLE}
   [junit4]   2> 186615 INFO  (jetty-launcher-396-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@7e7e7b{HTTP/1.1,[http/1.1]}{127.0.0.1:37372}
   [junit4]   2> 186615 INFO  (jetty-launcher-396-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@4a4113{HTTP/1.1,[http/1.1]}{127.0.0.1:33059}
   [junit4]   2> 186615 INFO  (jetty-launcher-396-thread-2) [    ] 
o.e.j.s.Server Started @188166ms
   [junit4]   2> 186615 INFO  (jetty-launcher-396-thread-1) [    ] 
o.e.j.s.Server Started @188166ms
   [junit4]   2> 186615 INFO  (jetty-launcher-396-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37372}
   [junit4]   2> 186615 INFO  (jetty-launcher-396-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33059}
   [junit4]   2> 186615 INFO  (jetty-launcher-396-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 186615 INFO  (jetty-launcher-396-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 186615 INFO  (jetty-launcher-396-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node2'
   [junit4]   2> 186615 INFO  (jetty-launcher-396-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node1'
   [junit4]   2> 186615 INFO  (jetty-launcher-396-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 186615 INFO  (jetty-launcher-396-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 186616 INFO  (jetty-launcher-396-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 186616 INFO  (jetty-launcher-396-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 186616 INFO  (jetty-launcher-396-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 186616 INFO  (jetty-launcher-396-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 186616 INFO  (jetty-launcher-396-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 186616 INFO  (jetty-launcher-396-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 186616 INFO  (zkCallback-398-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1f153dc name:ZooKeeperConnection 
Watcher:127.0.0.1:34045/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 186616 INFO  (jetty-launcher-396-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 186617 INFO  (jetty-launcher-396-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 186617 INFO  (zkCallback-399-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@528e30 name:ZooKeeperConnection 
Watcher:127.0.0.1:34045/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 186617 INFO  (jetty-launcher-396-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 186617 INFO  (jetty-launcher-396-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 186617 INFO  (jetty-launcher-396-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 186617 INFO  (jetty-launcher-396-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 186627 INFO  (jetty-launcher-396-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node2/.
   [junit4]   2> 186627 INFO  (jetty-launcher-396-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node1/.
   [junit4]   2> 186627 INFO  (jetty-launcher-396-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 8508424
   [junit4]   2> 186627 INFO  (jetty-launcher-396-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node2]
   [junit4]   2> 186627 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15494c71e9e0002, likely client has closed socket
   [junit4]   2>     at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>     at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>     at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 186627 WARN  (jetty-launcher-396-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node2/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node2/lib
   [junit4]   2> 186627 INFO  (jetty-launcher-396-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 12824201
   [junit4]   2> 186627 INFO  (jetty-launcher-396-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node1]
   [junit4]   2> 186627 INFO  (jetty-launcher-396-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 186627 WARN  (jetty-launcher-396-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node1/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node1/lib
   [junit4]   2> 186627 INFO  (jetty-launcher-396-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 186628 INFO  (jetty-launcher-396-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 186628 INFO  (jetty-launcher-396-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 186629 INFO  (jetty-launcher-396-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 186629 INFO  (jetty-launcher-396-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 186629 INFO  (jetty-launcher-396-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 186629 INFO  (jetty-launcher-396-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 186629 INFO  (jetty-launcher-396-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34045/solr
   [junit4]   2> 186629 INFO  (jetty-launcher-396-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 186629 INFO  (jetty-launcher-396-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34045/solr
   [junit4]   2> 186629 INFO  (jetty-launcher-396-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 186629 INFO  (jetty-launcher-396-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 186629 INFO  (jetty-launcher-396-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 186629 INFO  (jetty-launcher-396-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 186630 INFO  (jetty-launcher-396-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 186630 INFO  (zkCallback-404-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@55fd6f name:ZooKeeperConnection 
Watcher:127.0.0.1:34045 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 186630 INFO  (jetty-launcher-396-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 186630 INFO  (zkCallback-405-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7952ec name:ZooKeeperConnection 
Watcher:127.0.0.1:34045 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 186630 INFO  (jetty-launcher-396-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 186630 INFO  (jetty-launcher-396-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 186631 INFO  (jetty-launcher-396-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 186631 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$53/8273560@3ac59f
   [junit4]   2> 186631 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15494c71e9e0004, likely client has closed socket
   [junit4]   2>     at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>     at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>     at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 186631 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$53/8273560@1ff5699
   [junit4]   2> 186631 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 186631 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 186632 INFO  
(zkCallback-406-thread-1-processing-n:127.0.0.1:37372_solr) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@a8a807 name:ZooKeeperConnection 
Watcher:127.0.0.1:34045/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 186632 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 186632 INFO  
(zkCallback-407-thread-1-processing-n:127.0.0.1:33059_solr) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@11de1cb name:ZooKeeperConnection 
Watcher:127.0.0.1:34045/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 186632 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 186632 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 186632 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 186633 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 186633 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 186633 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 186633 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 186634 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 186634 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 186636 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 186636 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 186636 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 186636 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 186637 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 186637 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 186637 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 186637 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 186637 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 186637 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 186638 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 186638 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 186638 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 186638 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 186638 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 186638 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 186639 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 186639 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 186639 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 186639 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 186640 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 186640 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 186640 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95865075014696966-127.0.0.1:33059_solr-n_0000000000
   [junit4]   2> 186640 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95865075014696965-127.0.0.1:37372_solr-n_0000000001
   [junit4]   2> 186640 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33059_solr
   [junit4]   2> 186640 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 186640 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95865075014696966-127.0.0.1:33059_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 186640 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37372_solr
   [junit4]   2> 186640 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.Overseer Overseer 
(id=95865075014696966-127.0.0.1:33059_solr-n_0000000000) starting
   [junit4]   2> 186640 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:37372_solr
   [junit4]   2> 186641 INFO  
(zkCallback-406-thread-1-processing-n:127.0.0.1:37372_solr) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 186641 INFO  
(zkCallback-407-thread-1-processing-n:127.0.0.1:33059_solr) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 186641 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 186641 INFO  
(zkCallback-406-thread-1-processing-n:127.0.0.1:37372_solr) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 186641 INFO  
(zkCallback-407-thread-1-processing-n:127.0.0.1:33059_solr) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 186643 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 186643 INFO  
(OverseerCollectionConfigSetProcessor-95865075014696966-127.0.0.1:33059_solr-n_0000000000)
 [n:127.0.0.1:33059_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 186643 INFO  
(OverseerStateUpdate-95865075014696966-127.0.0.1:33059_solr-n_0000000000) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 186643 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:33059_solr as DOWN
   [junit4]   2> 186644 INFO  
(OverseerStateUpdate-95865075014696966-127.0.0.1:33059_solr-n_0000000000) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (1)
   [junit4]   2> 186644 INFO  
(OverseerStateUpdate-95865075014696966-127.0.0.1:33059_solr-n_0000000000) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33059_solr"} current state version: 0
   [junit4]   2> 186644 INFO  
(OverseerStateUpdate-95865075014696966-127.0.0.1:33059_solr-n_0000000000) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:33059_solr
   [junit4]   2> 186665 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 186665 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 186665 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node2/.
   [junit4]   2> 186665 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 186666 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 186666 INFO  (jetty-launcher-396-thread-2) 
[n:127.0.0.1:37372_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 187644 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33059_solr
   [junit4]   2> 187644 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:33059_solr
   [junit4]   2> 187645 INFO  
(zkCallback-406-thread-1-processing-n:127.0.0.1:37372_solr) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 187645 INFO  
(zkCallback-407-thread-1-processing-n:127.0.0.1:33059_solr) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 187645 INFO  
(zkCallback-406-thread-1-processing-n:127.0.0.1:37372_solr) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 187645 INFO  
(zkCallback-407-thread-1-processing-n:127.0.0.1:33059_solr) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 187656 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 187656 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 187657 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node1/.
   [junit4]   2> 187657 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 187657 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 187657 INFO  (jetty-launcher-396-thread-1) 
[n:127.0.0.1:33059_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 187658 INFO  
(SUITE-TestManagedSchemaAPI-seed#[520FEE5CC9166966]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 187658 INFO  
(SUITE-TestManagedSchemaAPI-seed#[520FEE5CC9166966]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 187659 INFO  (zkCallback-408-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@129fe21 name:ZooKeeperConnection 
Watcher:127.0.0.1:34045 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 187659 INFO  
(SUITE-TestManagedSchemaAPI-seed#[520FEE5CC9166966]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 187659 INFO  
(SUITE-TestManagedSchemaAPI-seed#[520FEE5CC9166966]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 187660 INFO  
(SUITE-TestManagedSchemaAPI-seed#[520FEE5CC9166966]-worker) [    ] 
o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 
127.0.0.1:34045/solr
   [junit4]   2> 187660 INFO  
(SUITE-TestManagedSchemaAPI-seed#[520FEE5CC9166966]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 187660 INFO  
(SUITE-TestManagedSchemaAPI-seed#[520FEE5CC9166966]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 187661 INFO  (zkCallback-410-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1e789cf name:ZooKeeperConnection 
Watcher:127.0.0.1:34045/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 187661 INFO  
(SUITE-TestManagedSchemaAPI-seed#[520FEE5CC9166966]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 187661 INFO  
(SUITE-TestManagedSchemaAPI-seed#[520FEE5CC9166966]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 187661 INFO  
(SUITE-TestManagedSchemaAPI-seed#[520FEE5CC9166966]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 187662 INFO  
(SUITE-TestManagedSchemaAPI-seed#[520FEE5CC9166966]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 187662 INFO  
(SUITE-TestManagedSchemaAPI-seed#[520FEE5CC9166966]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 187663 INFO  
(SUITE-TestManagedSchemaAPI-seed#[520FEE5CC9166966]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/managed-schema
   [junit4]   2> 187673 INFO  
(TEST-TestManagedSchemaAPI.test-seed#[520FEE5CC9166966]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 187675 INFO  (qtp12507042-2058) [n:127.0.0.1:33059_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> 187676 INFO  
(OverseerCollectionConfigSetProcessor-95865075014696966-127.0.0.1:33059_solr-n_0000000000)
 [n:127.0.0.1:33059_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection 
Message Handler: Get the message 
id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 187677 INFO  
(OverseerThreadFactory-651-thread-1-processing-n:127.0.0.1:33059_solr) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.OverseerCollectionMessageHandler 
OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 187677 INFO  
(OverseerThreadFactory-651-thread-1-processing-n:127.0.0.1:33059_solr) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create 
collection testschemaapi
   [junit4]   2> 187677 INFO  
(OverseerThreadFactory-651-thread-1-processing-n:127.0.0.1:33059_solr) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating 
collections conf node /collections/testschemaapi 
   [junit4]   2> 187677 INFO  
(OverseerThreadFactory-651-thread-1-processing-n:127.0.0.1:33059_solr) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/collections/testschemaapi
   [junit4]   2> 187678 INFO  (zkCallback-410-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 187678 INFO  
(zkCallback-406-thread-1-processing-n:127.0.0.1:37372_solr) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.ZkStateReader A collections change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], 
has occurred - updating...
   [junit4]   2> 187678 INFO  
(zkCallback-407-thread-1-processing-n:127.0.0.1:33059_solr) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.ZkStateReader A collections change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], 
has occurred - updating...
   [junit4]   2> 187680 INFO  
(OverseerStateUpdate-95865075014696966-127.0.0.1:33059_solr-n_0000000000) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 187680 INFO  
(OverseerStateUpdate-95865075014696966-127.0.0.1:33059_solr-n_0000000000) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: testschemaapi
   [junit4]   2> 187681 INFO  
(OverseerStateUpdate-95865075014696966-127.0.0.1:33059_solr-n_0000000000) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/testschemaapi/state.json
   [junit4]   2> 187780 INFO  
(OverseerThreadFactory-651-thread-1-processing-n:127.0.0.1:33059_solr) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
SolrCores for new collection testschemaapi, shardNames [shard1] , 
replicationFactor : 2
   [junit4]   2> 187780 INFO  
(OverseerThreadFactory-651-thread-1-processing-n:127.0.0.1:33059_solr) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
core testschemaapi_shard1_replica2 as part of shard shard1 of collection 
testschemaapi on 127.0.0.1:37372_solr
   [junit4]   2> 187781 INFO  
(OverseerThreadFactory-651-thread-1-processing-n:127.0.0.1:33059_solr) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
core testschemaapi_shard1_replica1 as part of shard shard1 of collection 
testschemaapi on 127.0.0.1:33059_solr
   [junit4]   2> 187783 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_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> 187783 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_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> 187784 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=testschemaapi_shard1_replica2, collection.configName=conf1, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=testschemaapi, numShards=1, 
dataDir=data/, shard=shard1}
   [junit4]   2> 187784 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=testschemaapi_shard1_replica1, collection.configName=conf1, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=testschemaapi, numShards=1, 
dataDir=data/, shard=shard1}
   [junit4]   2> 187784 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 187784 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 187785 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController 
Registering watch for collection testschemaapi
   [junit4]   2> 187785 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
   [junit4]   2> 187785 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 
Registering watch for collection testschemaapi
   [junit4]   2> 187785 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
   [junit4]   2> 187785 INFO  
(OverseerStateUpdate-95865075014696966-127.0.0.1:33059_solr-n_0000000000) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:37372/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:37372_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 187785 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 187785 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 187785 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 187785 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 187785 INFO  
(OverseerStateUpdate-95865075014696966-127.0.0.1:33059_solr-n_0000000000) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:37372/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:37372_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 187786 INFO  
(OverseerStateUpdate-95865075014696966-127.0.0.1:33059_solr-n_0000000000) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:33059/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:33059_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 187787 INFO  
(OverseerStateUpdate-95865075014696966-127.0.0.1:33059_solr-n_0000000000) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:33059/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:33059_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 187888 INFO  
(OverseerStateUpdate-95865075014696966-127.0.0.1:33059_solr-n_0000000000) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testschemaapi/state.json version: 0
   [junit4]   2> 187888 INFO  
(zkCallback-407-thread-1-processing-n:127.0.0.1:33059_solr) 
[n:127.0.0.1:33059_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> 187889 INFO  
(zkCallback-406-thread-1-processing-n:127.0.0.1:37372_solr) 
[n:127.0.0.1:37372_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> 187889 INFO  
(zkCallback-407-thread-1-processing-n:127.0.0.1:33059_solr) 
[n:127.0.0.1:33059_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[testschemaapi] from [0] to [1]
   [junit4]   2> 187889 INFO  
(zkCallback-406-thread-1-processing-n:127.0.0.1:37372_solr) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[testschemaapi] from [0] to [1]
   [junit4]   2> 188785 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for testschemaapi_shard1_replica2
   [junit4]   2> 188785 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController 
Check for collection zkNode:testschemaapi
   [junit4]   2> 188785 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for testschemaapi_shard1_replica1
   [junit4]   2> 188785 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 
Check for collection zkNode:testschemaapi
   [junit4]   2> 188785 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 188785 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/testschemaapi]
   [junit4]   2> 188785 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 188785 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/testschemaapi]
   [junit4]   2> 188786 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] 
specified config exists in ZooKeeper
   [junit4]   2> 188786 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] 
specified config exists in ZooKeeper
   [junit4]   2> 188786 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node2/testschemaapi_shard1_replica2'
   [junit4]   2> 188786 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node1/testschemaapi_shard1_replica1'
   [junit4]   2> 188786 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 188786 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 188786 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 188786 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 188787 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 188787 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 188789 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 188789 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 188791 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 188791 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 188802 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 188802 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 188806 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema 
[testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 188806 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema 
[testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 188809 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 188809 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 188810 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 188810 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 188810 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_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> 188810 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_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> 188810 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 188810 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 188810 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore [[testschemaapi_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node1/testschemaapi_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/]
   [junit4]   2> 188810 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore [[testschemaapi_shard1_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node2/testschemaapi_shard1_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/]
   [junit4]   2> 188810 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
testschemaapi_shard1_replica1
   [junit4]   2> 188810 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
testschemaapi_shard1_replica2
   [junit4]   2> 188811 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data
   [junit4]   2> 188811 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index/
   [junit4]   2> 188811 WARN  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 188811 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data
   [junit4]   2> 188812 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index/
   [junit4]   2> 188812 WARN  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 188812 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index
   [junit4]   2> 188812 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index
   [junit4]   2> 188812 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>     commit{dir=MockDirectoryWrapper(RAMDirectory@68a061 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12b498d),segFN=segments_1,generation=1}
   [junit4]   2> 188812 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 188812 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>     commit{dir=MockDirectoryWrapper(RAMDirectory@121c078 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15980e0),segFN=segments_1,generation=1}
   [junit4]   2> 188812 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 188813 INFO  
(OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) 
[n:127.0.0.1:33059_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore Looking for old index 
directories to cleanup for core testschemaapi_shard1_replica1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/
   [junit4]   2> 188813 INFO  
(OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) 
[n:127.0.0.1:37372_solr c:testschemaapi s:shard1 r:core_node1 
x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore Looking for old index 
directories to cleanup for core testschemaapi_shard1_replica2 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/
   [junit4]   2> 188813 WARN  
(OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) 
[n:127.0.0.1:33059_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 188813 WARN  
(OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) 
[n:127.0.0.1:37372_solr c:testschemaapi s:shard1 r:core_node1 
x:testschemaapi_shard1_replica2] o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_520FEE5CC9166966-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 188814 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 188814 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 188815 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 188815 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 188823 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 188823 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 188824 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 188824 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 188824 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 188824 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 188825 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/graph,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 188825 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 188825 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/graph,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 188825 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 188825 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_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> 188825 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_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> 188825 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_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> 188825 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_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> 188826 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 188826 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 188826 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>     commit{dir=MockDirectoryWrapper(RAMDirectory@68a061 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12b498d),segFN=segments_1,generation=1}
   [junit4]   2> 188826 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 188826 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 188826 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 188826 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1b8b527[testschemaapi_shard1_replica1] main]
   [junit4]   2> 188827 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/testschemaapi]
   [junit4]   2> 188827 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>     commit{dir=MockDirectoryWrapper(RAMDirectory@121c078 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15980e0),segFN=segments_1,generation=1}
   [junit4]   2> 188827 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 188827 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@54bafe[testschemaapi_shard1_replica2] main]
   [junit4]   2> 188827 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] 
specified config exists in ZooKeeper
   [junit4]   2> 188827 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/testschemaapi]
   [junit4]   2> 188827 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 188827 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_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> 188827 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 188827 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] 
specified config exists in ZooKeeper
   [junit4]   2> 188827 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 188827 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 188827 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_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> 188827 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 188827 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 188827 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 188827 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_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> 188827 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 188828 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_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> 188828 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 188828 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_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> 188828 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 188828 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_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> 188828 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: 
/configs/conf1/managed-schema, uniqueCoreId: 
testschemaapi_shard1_replica1:243120379823043
   [junit4]   2> 188828 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_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> 188828 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: 
/configs/conf1/managed-schema, uniqueCoreId: 
testschemaapi_shard1_replica2:243120379853944
   [junit4]   2> 188828 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_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> 188828 INFO  
(searcherExecutor-656-thread-1-processing-n:127.0.0.1:33059_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:33059_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore 
[testschemaapi_shard1_replica1] Registered new searcher 
Searcher@1b8b527[testschemaapi_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 188828 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 188828 INFO  
(searcherExecutor-657-thread-1-processing-n:127.0.0.1:37372_solr 
x:testschemaapi_shard1_replica2 s:shard1 c:testschemaapi r:core_node1) 
[n:127.0.0.1:37372_solr c:testschemaapi s:shard1 r:core_node1 
x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore 
[testschemaapi_shard1_replica2] Registered new searcher 
Searcher@54bafe[testschemaapi_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 188828 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 188828 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 188828 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 188828 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 188828 INFO  (qtp12507042-2062) [n:127.0.0.1:33059_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 1533841202666799104
   [junit4]   2> 188828 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 188829 INFO  (qtp19893141-2061) [n:127.0.0.1:37372_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 1533

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

     at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:420)
   [junit4]    >     at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
   [junit4]    >     at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2016)
   [junit4]    >     at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:658)
   [junit4]    >     at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:465)
   [junit4]    >     at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:257)
   [junit4]    >     at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:208)
   [junit4]    >     at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]    >     at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:111)
   [junit4]    >     at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]    >     at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
   [junit4]    >     at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]    >     at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
   [junit4]    >     at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
   [junit4]    >     at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]    >     at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
   [junit4]    >     at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]    >     at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]    >     at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]    >     at org.eclipse.jetty.server.Server.handle(Server.java:518)
   [junit4]    >     at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
   [junit4]    >     at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
   [junit4]    >     at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]    >     at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]    >     at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]    >     at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
   [junit4]    >     at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
   [junit4]    >     at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
   [junit4]    >     at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]    >     at java.lang.Thread.run(Thread.java:745)
   [junit4]    >     at 
__randomizedtesting.SeedInfo.seed([520FEE5CC9166966:DA5BD18667EA049E]:0)
   [junit4]    >     at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
   [junit4]    >     at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
   [junit4]    >     at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    >     at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
   [junit4]    >     at 
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
   [junit4]    >     at 
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
   [junit4]    >     at 
org.apache.solr.TestDistributedSearch.queryRandomUpServer(TestDistributedSearch.java:1149)
   [junit4]    >     at 
org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1111)
   [junit4]    >     at 
org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:973)
   [junit4]    >     at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1011)
   [junit4]    >     at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >     at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 757166 INFO  
(SUITE-TestDistributedSearch-seed#[520FEE5CC9166966]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_520FEE5CC9166966-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): 
{other_tl1=PostingsFormat(name=Asserting), 
range_facet_l_dv=BlockTreeOrds(blocksize=128), 
SubjectTerms_mfacet=PostingsFormat(name=Asserting), 
n_l1=PostingsFormat(name=MockRandom), 
a_n_tdt=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
multiDefault=PostingsFormat(name=MockRandom), 
intDefault=PostingsFormat(name=Asserting), 
n_td1=PostingsFormat(name=Asserting), n_d1=PostingsFormat(name=MockRandom), 
n_f1=PostingsFormat(name=Asserting), 
range_facet_l=PostingsFormat(name=MockRandom), 
n_tl1=PostingsFormat(name=Asserting), oddField_s=BlockTreeOrds(blocksize=128), 
n_tf1=PostingsFormat(name=MockRandom), 
lowerfilt1and2=PostingsFormat(name=MockRandom), 
a_t=PostingsFormat(name=MockRandom), lowerfilt=PostingsFormat(name=MockRandom), 
id=BlockTreeOrds(blocksize=128), 
text=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
timestamp=PostingsFormat(name=MockRandom), 
severity=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
foo_sev_enum=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
n_dt1=PostingsFormat(name=Asserting), a_i1=PostingsFormat(name=MockRandom), 
b_n_tdt=PostingsFormat(name=Asserting), n_ti1=BlockTreeOrds(blocksize=128), 
rnd_b=BlockTreeOrds(blocksize=128), _version_=PostingsFormat(name=Asserting), 
foo_b=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
n_tdt1=PostingsFormat(name=Asserting), foo_d=BlockTreeOrds(blocksize=128), 
range_facet_i_dv=PostingsFormat(name=MockRandom), 
foo_f=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), 
foo_sev_enum=DocValuesFormat(name=Direct), 
range_facet_i_dv=DocValuesFormat(name=Lucene54), 
timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=162, 
maxMBSortInHeap=6.616762340446208, 
sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=da-DK, 
timezone=US/Alaska
   [junit4]   2> NOTE: Linux 4.4.0-21-generic i386/Oracle Corporation 1.8.0_92 
(32-bit)/cpus=12,threads=2,free=160315696,total=349446144
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestSha256AuthenticationProvider, TestRTGBase, MultiThreadedOCPTest, 
TestInitParams, TestDistributedStatsComponentCardinality, CursorPagingTest, 
TolerantUpdateProcessorTest, DistributedQueryElevationComponentTest, 
ConnectionReuseTest, TestTrackingShardHandlerFactory, 
StandardRequestHandlerTest, CoreMergeIndexesAdminHandlerTest, 
SharedFSAutoReplicaFailoverTest, CachingDirectoryFactoryTest, 
TestCloudBackupRestore, TestMiniSolrCloudClusterBase, TestValueSourceCache, 
SyncSliceTest, TestObjectReleaseTracker, TestLMDirichletSimilarityFactory, 
TestSolrXml, TestConfigSetImmutable, TestDynamicFieldCollectionResource, 
TestPerFieldSimilarityWithDefaultOverride, SOLR749Test, 
DistributedSpellCheckComponentTest, RAMDirectoryFactoryTest, TestDistribIDF, 
AlternateDirectoryTest, TestLeaderElectionZkExpiry, DeleteStatusTest, 
RequiredFieldsTest, CdcrUpdateLogTest, 
TestOverriddenPrefixQueryForCustomFieldType, BasicZkTest, DateRangeFieldTest, 
TestManagedResourceStorage, TestTestInjection, TestDynamicLoading, 
FileBasedSpellCheckerTest, AddSchemaFieldsUpdateProcessorFactoryTest, 
TestRandomFaceting, TestReplicaProperties, TestLRUCache, 
CurrencyFieldOpenExchangeTest, LeaderElectionIntegrationTest, 
TestSchemaVersionResource, TestUseDocValuesAsStored, HdfsDirectoryFactoryTest, 
TestAnalyzeInfixSuggestions, TestFastOutputStream, TestRandomDVFaceting, 
TestSolrQueryResponse, DisMaxRequestHandlerTest, PeerSyncTest, 
TestFoldingMultitermQuery, DistributedFacetPivotSmallTest, 
DistributedFacetPivotLargeTest, HdfsChaosMonkeyNothingIsSafeTest, 
JsonLoaderTest, ParsingFieldUpdateProcessorsTest, 
DistribJoinFromCollectionTest, SolrRequestParserTest, 
CloneFieldUpdateProcessorFactoryTest, ExternalFileFieldSortTest, 
TestSolr4Spatial, TestSolrQueryParserResource, 
DistributedQueryComponentOptimizationTest, PolyFieldTest, TestStandardQParsers, 
PathHierarchyTokenizerFactoryTest, TestConfigReload, TestFieldResource, 
DateFieldTest, TestDistributedSearch]
   [junit4] Completed [277/594 (2!)] on J0 in 32.73s, 1 test, 1 error <<< 
FAILURES!

[...truncated 1031 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:529: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: 
There were test failures: 594 suites (10 ignored), 2398 tests, 2 errors, 115 
ignored (71 assumptions) [seed: 520FEE5CC9166966]

Total time: 56 minutes 41 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



----------------------------


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


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

Reply via email to