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

3 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud

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

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


FAILED:  
org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.testRandomUpdates

Error Message:
https://127.0.0.1:37107/solr/test_col_shard3_replica2/

Stack Trace:
org.apache.solr.common.SolrException: 
https://127.0.0.1:37107/solr/test_col_shard3_replica2/
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:745)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1109)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:998)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:934)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
        at 
org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.testRandomUpdates(TestTolerantUpdateProcessorRandomCloud.java:265)
        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.SolrServerException: Timeout occured 
while waiting response from server at: 
https://127.0.0.1:37107/solr/test_col_shard3_replica2
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:617)
        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.directUpdate(CloudSolrClient.java:742)
        ... 45 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:170)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
        at sun.security.ssl.InputRecord.read(InputRecord.java:503)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
        at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:930)
        at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:511)
        ... 50 more


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

Error Message:
Error from server at http://127.0.0.1:39526/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:39526/solr/testschemaapi_shard1_replica1: ERROR: 
[doc=2] unknown field 'myNewField1'
        at 
__randomizedtesting.SeedInfo.seed([41C00E7009E0748B:C99431AAA71C1973]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:697)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1109)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:998)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:934)
        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:39526/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:674)
        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 11537 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_41C00E7009E0748B-001/init-core-data-001
   [junit4]   2> 1779079 INFO  
(SUITE-TestManagedSchemaAPI-seed#[41C00E7009E0748B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1779081 INFO  
(SUITE-TestManagedSchemaAPI-seed#[41C00E7009E0748B]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1779082 INFO  (Thread-2341) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1779082 INFO  (Thread-2341) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1779182 INFO  
(SUITE-TestManagedSchemaAPI-seed#[41C00E7009E0748B]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:41751
   [junit4]   2> 1779182 INFO  
(SUITE-TestManagedSchemaAPI-seed#[41C00E7009E0748B]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1779183 INFO  
(SUITE-TestManagedSchemaAPI-seed#[41C00E7009E0748B]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1779184 INFO  (zkCallback-22012-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@118139e name:ZooKeeperConnection 
Watcher:127.0.0.1:41751 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1779184 INFO  
(SUITE-TestManagedSchemaAPI-seed#[41C00E7009E0748B]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1779185 INFO  
(SUITE-TestManagedSchemaAPI-seed#[41C00E7009E0748B]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1779185 INFO  
(SUITE-TestManagedSchemaAPI-seed#[41C00E7009E0748B]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1779190 INFO  (jetty-launcher-22011-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1779191 INFO  (jetty-launcher-22011-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@bc0105{/solr,null,AVAILABLE}
   [junit4]   2> 1779191 INFO  (jetty-launcher-22011-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1779192 INFO  (jetty-launcher-22011-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@71e18c{HTTP/1.1,[http/1.1]}{127.0.0.1:38264}
   [junit4]   2> 1779192 INFO  (jetty-launcher-22011-thread-1) [    ] 
o.e.j.s.Server Started @1781126ms
   [junit4]   2> 1779192 INFO  (jetty-launcher-22011-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38264}
   [junit4]   2> 1779192 INFO  (jetty-launcher-22011-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1779192 INFO  (jetty-launcher-22011-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_41C00E7009E0748B-001/tempDir-001/node1'
   [junit4]   2> 1779192 INFO  (jetty-launcher-22011-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1779192 INFO  (jetty-launcher-22011-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1779192 INFO  (jetty-launcher-22011-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1779193 INFO  (jetty-launcher-22011-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1779194 INFO  (zkCallback-22013-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@120c824 name:ZooKeeperConnection 
Watcher:127.0.0.1:41751/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1779194 INFO  (jetty-launcher-22011-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1779194 INFO  (jetty-launcher-22011-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1779195 INFO  (jetty-launcher-22011-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1f1fbeb{/solr,null,AVAILABLE}
   [junit4]   2> 1779195 INFO  (jetty-launcher-22011-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1779195 INFO  (jetty-launcher-22011-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@13636e7{HTTP/1.1,[http/1.1]}{127.0.0.1:39526}
   [junit4]   2> 1779195 INFO  (jetty-launcher-22011-thread-2) [    ] 
o.e.j.s.Server Started @1781130ms
   [junit4]   2> 1779195 INFO  (jetty-launcher-22011-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39526}
   [junit4]   2> 1779195 INFO  (jetty-launcher-22011-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1779195 INFO  (jetty-launcher-22011-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_41C00E7009E0748B-001/tempDir-001/node2'
   [junit4]   2> 1779195 INFO  (jetty-launcher-22011-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1779195 INFO  (jetty-launcher-22011-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1779196 INFO  (jetty-launcher-22011-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1779196 INFO  (jetty-launcher-22011-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1779196 INFO  (zkCallback-22014-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1329921 name:ZooKeeperConnection 
Watcher:127.0.0.1:41751/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1779196 INFO  (jetty-launcher-22011-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1779197 INFO  (jetty-launcher-22011-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1779197 INFO  (jetty-launcher-22011-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1779237 INFO  (jetty-launcher-22011-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_41C00E7009E0748B-001/tempDir-001/node2/.
   [junit4]   2> 1779237 INFO  (jetty-launcher-22011-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 12315613
   [junit4]   2> 1779237 INFO  (jetty-launcher-22011-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_41C00E7009E0748B-001/tempDir-001/node2]
   [junit4]   2> 1779237 WARN  (jetty-launcher-22011-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_41C00E7009E0748B-001/tempDir-001/node2/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_41C00E7009E0748B-001/tempDir-001/node2/lib
   [junit4]   2> 1779237 INFO  (jetty-launcher-22011-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_41C00E7009E0748B-001/tempDir-001/node1/.
   [junit4]   2> 1779237 INFO  (jetty-launcher-22011-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 7091571
   [junit4]   2> 1779237 INFO  (jetty-launcher-22011-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> 1779237 INFO  (jetty-launcher-22011-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_41C00E7009E0748B-001/tempDir-001/node1]
   [junit4]   2> 1779237 WARN  (jetty-launcher-22011-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_41C00E7009E0748B-001/tempDir-001/node1/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_41C00E7009E0748B-001/tempDir-001/node1/lib
   [junit4]   2> 1779238 INFO  (jetty-launcher-22011-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> 1779239 INFO  (jetty-launcher-22011-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1779239 INFO  (jetty-launcher-22011-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1779239 INFO  (jetty-launcher-22011-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1779240 INFO  (jetty-launcher-22011-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1779240 INFO  (jetty-launcher-22011-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41751/solr
   [junit4]   2> 1779240 INFO  (jetty-launcher-22011-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1779240 INFO  (jetty-launcher-22011-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1779240 INFO  (jetty-launcher-22011-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1779240 INFO  (jetty-launcher-22011-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1779241 INFO  (jetty-launcher-22011-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1779241 INFO  (jetty-launcher-22011-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41751/solr
   [junit4]   2> 1779241 INFO  (zkCallback-22019-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@195081f name:ZooKeeperConnection 
Watcher:127.0.0.1:41751 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1779241 INFO  (jetty-launcher-22011-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1779242 INFO  (jetty-launcher-22011-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1779242 INFO  (jetty-launcher-22011-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1779242 INFO  (jetty-launcher-22011-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1779242 INFO  (jetty-launcher-22011-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1779243 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$9/27659830@1a2261d
   [junit4]   2> 1779243 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1779244 INFO  (zkCallback-22020-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@d6f03d name:ZooKeeperConnection 
Watcher:127.0.0.1:41751 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1779244 INFO  (jetty-launcher-22011-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1779244 INFO  
(zkCallback-22021-thread-1-processing-n:127.0.0.1:39526_solr) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1298757 name:ZooKeeperConnection 
Watcher:127.0.0.1:41751/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1779244 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1779244 INFO  (jetty-launcher-22011-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1779244 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1779244 INFO  (jetty-launcher-22011-thread-1) 
[n:127.0.0.1:38264_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$9/27659830@1665bf6
   [junit4]   2> 1779245 INFO  (jetty-launcher-22011-thread-1) 
[n:127.0.0.1:38264_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1779246 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1779248 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1779249 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1779254 INFO  
(zkCallback-22022-thread-1-processing-n:127.0.0.1:38264_solr) 
[n:127.0.0.1:38264_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@17cc377 name:ZooKeeperConnection 
Watcher:127.0.0.1:41751/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1779254 INFO  (jetty-launcher-22011-thread-1) 
[n:127.0.0.1:38264_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1779264 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1779265 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1779265 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1779266 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1779266 INFO  (jetty-launcher-22011-thread-1) 
[n:127.0.0.1:38264_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1779267 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1779267 INFO  (jetty-launcher-22011-thread-1) 
[n:127.0.0.1:38264_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1779267 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1779267 INFO  (jetty-launcher-22011-thread-1) 
[n:127.0.0.1:38264_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1779267 INFO  (jetty-launcher-22011-thread-1) 
[n:127.0.0.1:38264_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1779268 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1779268 INFO  (jetty-launcher-22011-thread-1) 
[n:127.0.0.1:38264_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1779268 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1779268 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1779268 INFO  (jetty-launcher-22011-thread-1) 
[n:127.0.0.1:38264_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1779269 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1779270 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1779271 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1779271 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95945379252535301-127.0.0.1:39526_solr-n_0000000000
   [junit4]   2> 1779271 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:39526_solr
   [junit4]   2> 1779271 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 1779272 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.Overseer Overseer 
(id=95945379252535301-127.0.0.1:39526_solr-n_0000000000) starting
   [junit4]   2> 1779272 INFO  (jetty-launcher-22011-thread-1) 
[n:127.0.0.1:38264_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1779272 INFO  (jetty-launcher-22011-thread-1) 
[n:127.0.0.1:38264_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95945379252535302-127.0.0.1:38264_solr-n_0000000001
   [junit4]   2> 1779273 INFO  (jetty-launcher-22011-thread-1) 
[n:127.0.0.1:38264_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95945379252535301-127.0.0.1:39526_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 1779273 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 1779273 INFO  (jetty-launcher-22011-thread-1) 
[n:127.0.0.1:38264_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38264_solr
   [junit4]   2> 1779273 INFO  (jetty-launcher-22011-thread-1) 
[n:127.0.0.1:38264_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:38264_solr
   [junit4]   2> 1779274 INFO  
(zkCallback-22021-thread-1-processing-n:127.0.0.1:39526_solr) 
[n:127.0.0.1:39526_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> 1779274 INFO  
(zkCallback-22022-thread-1-processing-n:127.0.0.1:38264_solr) 
[n:127.0.0.1:38264_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> 1779274 INFO  
(zkCallback-22022-thread-1-processing-n:127.0.0.1:38264_solr) 
[n:127.0.0.1:38264_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1779275 INFO  
(zkCallback-22021-thread-1-processing-n:127.0.0.1:39526_solr) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1779276 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1779277 INFO  
(OverseerStateUpdate-95945379252535301-127.0.0.1:39526_solr-n_0000000000) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1779277 INFO  
(OverseerStateUpdate-95945379252535301-127.0.0.1:39526_solr-n_0000000000) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (1)
   [junit4]   2> 1779278 INFO  
(OverseerCollectionConfigSetProcessor-95945379252535301-127.0.0.1:39526_solr-n_0000000000)
 [n:127.0.0.1:39526_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 1779279 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:39526_solr as DOWN
   [junit4]   2> 1779280 INFO  
(OverseerStateUpdate-95945379252535301-127.0.0.1:39526_solr-n_0000000000) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:39526_solr"} current state version: 0
   [junit4]   2> 1779280 INFO  
(OverseerStateUpdate-95945379252535301-127.0.0.1:39526_solr-n_0000000000) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:39526_solr
   [junit4]   2> 1779329 INFO  (jetty-launcher-22011-thread-1) 
[n:127.0.0.1:38264_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1779329 INFO  (jetty-launcher-22011-thread-1) 
[n:127.0.0.1:38264_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1779330 INFO  (jetty-launcher-22011-thread-1) 
[n:127.0.0.1:38264_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_41C00E7009E0748B-001/tempDir-001/node1/.
   [junit4]   2> 1779330 INFO  (jetty-launcher-22011-thread-1) 
[n:127.0.0.1:38264_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1779331 INFO  (jetty-launcher-22011-thread-1) 
[n:127.0.0.1:38264_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1779331 INFO  (jetty-launcher-22011-thread-1) 
[n:127.0.0.1:38264_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1780280 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39526_solr
   [junit4]   2> 1781112 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:39526_solr
   [junit4]   2> 1781113 INFO  
(zkCallback-22021-thread-1-processing-n:127.0.0.1:39526_solr) 
[n:127.0.0.1:39526_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> 1781113 INFO  
(zkCallback-22022-thread-1-processing-n:127.0.0.1:38264_solr) 
[n:127.0.0.1:38264_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> 1781113 INFO  
(zkCallback-22021-thread-1-processing-n:127.0.0.1:39526_solr) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1781113 INFO  
(zkCallback-22022-thread-1-processing-n:127.0.0.1:38264_solr) 
[n:127.0.0.1:38264_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1781137 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1781137 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1781137 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_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_41C00E7009E0748B-001/tempDir-001/node2/.
   [junit4]   2> 1781137 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1781137 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1781137 INFO  (jetty-launcher-22011-thread-2) 
[n:127.0.0.1:39526_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1781138 INFO  
(SUITE-TestManagedSchemaAPI-seed#[41C00E7009E0748B]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1781138 INFO  
(SUITE-TestManagedSchemaAPI-seed#[41C00E7009E0748B]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1781139 INFO  (zkCallback-22025-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@181d55e name:ZooKeeperConnection 
Watcher:127.0.0.1:41751 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1781139 INFO  
(SUITE-TestManagedSchemaAPI-seed#[41C00E7009E0748B]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1781139 INFO  
(SUITE-TestManagedSchemaAPI-seed#[41C00E7009E0748B]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1781139 INFO  
(SUITE-TestManagedSchemaAPI-seed#[41C00E7009E0748B]-worker) [    ] 
o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 
127.0.0.1:41751/solr
   [junit4]   2> 1781140 INFO  
(SUITE-TestManagedSchemaAPI-seed#[41C00E7009E0748B]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1781140 INFO  
(SUITE-TestManagedSchemaAPI-seed#[41C00E7009E0748B]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1781141 INFO  (zkCallback-22028-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1f78b59 name:ZooKeeperConnection 
Watcher:127.0.0.1:41751/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1781141 INFO  
(SUITE-TestManagedSchemaAPI-seed#[41C00E7009E0748B]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1781141 INFO  
(SUITE-TestManagedSchemaAPI-seed#[41C00E7009E0748B]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1781141 INFO  
(SUITE-TestManagedSchemaAPI-seed#[41C00E7009E0748B]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1781141 INFO  
(SUITE-TestManagedSchemaAPI-seed#[41C00E7009E0748B]-worker) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1781141 INFO  
(SUITE-TestManagedSchemaAPI-seed#[41C00E7009E0748B]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1781142 INFO  
(SUITE-TestManagedSchemaAPI-seed#[41C00E7009E0748B]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1781143 INFO  
(SUITE-TestManagedSchemaAPI-seed#[41C00E7009E0748B]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/managed-schema
   [junit4]   2> 1781179 INFO  
(TEST-TestManagedSchemaAPI.test-seed#[41C00E7009E0748B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1781182 INFO  (qtp8635472-83675) [n:127.0.0.1:38264_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> 1781205 INFO  
(OverseerCollectionConfigSetProcessor-95945379252535301-127.0.0.1:39526_solr-n_0000000000)
 [n:127.0.0.1:39526_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> 1781205 INFO  
(OverseerThreadFactory-7027-thread-1-processing-n:127.0.0.1:39526_solr) 
[n:127.0.0.1:39526_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> 1781205 INFO  
(OverseerThreadFactory-7027-thread-1-processing-n:127.0.0.1:39526_solr) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create 
collection testschemaapi
   [junit4]   2> 1781205 INFO  
(OverseerThreadFactory-7027-thread-1-processing-n:127.0.0.1:39526_solr) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating 
collections conf node /collections/testschemaapi 
   [junit4]   2> 1781205 INFO  
(OverseerThreadFactory-7027-thread-1-processing-n:127.0.0.1:39526_solr) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/collections/testschemaapi
   [junit4]   2> 1781206 INFO  
(zkCallback-22021-thread-1-processing-n:127.0.0.1:39526_solr) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.ZkStateReader A collections change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], 
has occurred - updating...
   [junit4]   2> 1781206 INFO  (zkCallback-22028-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1781206 INFO  
(zkCallback-22022-thread-1-processing-n:127.0.0.1:38264_solr) 
[n:127.0.0.1:38264_solr    ] o.a.s.c.c.ZkStateReader A collections change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], 
has occurred - updating...
   [junit4]   2> 1781208 INFO  
(OverseerStateUpdate-95945379252535301-127.0.0.1:39526_solr-n_0000000000) 
[n:127.0.0.1:39526_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> 1781208 INFO  
(OverseerStateUpdate-95945379252535301-127.0.0.1:39526_solr-n_0000000000) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: testschemaapi
   [junit4]   2> 1781208 INFO  
(OverseerStateUpdate-95945379252535301-127.0.0.1:39526_solr-n_0000000000) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/testschemaapi/state.json
   [junit4]   2> 1781308 INFO  
(OverseerThreadFactory-7027-thread-1-processing-n:127.0.0.1:39526_solr) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
SolrCores for new collection testschemaapi, shardNames [shard1] , 
replicationFactor : 2
   [junit4]   2> 1781308 INFO  
(OverseerThreadFactory-7027-thread-1-processing-n:127.0.0.1:39526_solr) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
core testschemaapi_shard1_replica2 as part of shard shard1 of collection 
testschemaapi on 127.0.0.1:38264_solr
   [junit4]   2> 1781308 INFO  
(OverseerThreadFactory-7027-thread-1-processing-n:127.0.0.1:39526_solr) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
core testschemaapi_shard1_replica1 as part of shard shard1 of collection 
testschemaapi on 127.0.0.1:39526_solr
   [junit4]   2> 1781312 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_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> 1781312 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_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> 1781312 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_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> 1781312 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_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> 1781312 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 1781312 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 1781313 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 
Registering watch for collection testschemaapi
   [junit4]   2> 1781313 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController 
Registering watch for collection testschemaapi
   [junit4]   2> 1781313 INFO  
(OverseerStateUpdate-95945379252535301-127.0.0.1:39526_solr-n_0000000000) 
[n:127.0.0.1:39526_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:39526/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:39526_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> 1781313 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 1781313 INFO  
(OverseerStateUpdate-95945379252535301-127.0.0.1:39526_solr-n_0000000000) 
[n:127.0.0.1:39526_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:39526/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:39526_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1781313 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 1781313 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 1781313 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 1781314 INFO  
(OverseerStateUpdate-95945379252535301-127.0.0.1:39526_solr-n_0000000000) 
[n:127.0.0.1:39526_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:38264/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:38264_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> 1781314 INFO  
(OverseerStateUpdate-95945379252535301-127.0.0.1:39526_solr-n_0000000000) 
[n:127.0.0.1:39526_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:38264/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:38264_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1781415 INFO  
(OverseerStateUpdate-95945379252535301-127.0.0.1:39526_solr-n_0000000000) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testschemaapi/state.json version: 0
   [junit4]   2> 1781415 INFO  
(zkCallback-22021-thread-1-processing-n:127.0.0.1:39526_solr) 
[n:127.0.0.1:39526_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> 1781415 INFO  
(zkCallback-22022-thread-1-processing-n:127.0.0.1:38264_solr) 
[n:127.0.0.1:38264_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> 1781416 INFO  
(zkCallback-22021-thread-1-processing-n:127.0.0.1:39526_solr) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[testschemaapi] from [0] to [1]
   [junit4]   2> 1781416 INFO  
(zkCallback-22022-thread-1-processing-n:127.0.0.1:38264_solr) 
[n:127.0.0.1:38264_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[testschemaapi] from [0] to [1]
   [junit4]   2> 1782313 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_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> 1782313 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_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> 1782313 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 
Check for collection zkNode:testschemaapi
   [junit4]   2> 1782313 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController 
Check for collection zkNode:testschemaapi
   [junit4]   2> 1782314 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 1782314 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/testschemaapi]
   [junit4]   2> 1782314 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 1782314 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/testschemaapi]
   [junit4]   2> 1782314 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_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> 1782314 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_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> 1782314 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_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_41C00E7009E0748B-001/tempDir-001/node2/testschemaapi_shard1_replica1'
   [junit4]   2> 1782314 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_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_41C00E7009E0748B-001/tempDir-001/node1/testschemaapi_shard1_replica2'
   [junit4]   2> 1782314 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1782314 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1782314 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_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> 1782314 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_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> 1782315 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 1782315 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 1782320 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 1782321 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 1782322 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1782323 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1782325 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1782327 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1782328 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema 
[testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 1782329 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema 
[testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 1782330 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 1782332 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_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> 1782332 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_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> 1782332 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1782332 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 1782332 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 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_41C00E7009E0748B-001/tempDir-001/node1/testschemaapi_shard1_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_41C00E7009E0748B-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/]
   [junit4]   2> 1782333 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
testschemaapi_shard1_replica2
   [junit4]   2> 1782333 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_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> 1782333 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_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> 1782333 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1782333 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 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_41C00E7009E0748B-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data
   [junit4]   2> 1782333 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 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_41C00E7009E0748B-001/tempDir-001/node2/testschemaapi_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_41C00E7009E0748B-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/]
   [junit4]   2> 1782333 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 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_41C00E7009E0748B-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/index/
   [junit4]   2> 1782333 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
testschemaapi_shard1_replica1
   [junit4]   2> 1782333 WARN  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 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_41C00E7009E0748B-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1782334 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 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_41C00E7009E0748B-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data
   [junit4]   2> 1782334 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 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_41C00E7009E0748B-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/index/
   [junit4]   2> 1782334 WARN  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 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_41C00E7009E0748B-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1782336 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 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_41C00E7009E0748B-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/index
   [junit4]   2> 1782334 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 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_41C00E7009E0748B-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/index
   [junit4]   2> 1782337 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1beb1f3 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17f707c),segFN=segments_1,generation=1}
   [junit4]   2> 1782337 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1782337 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@131a12f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178487f),segFN=segments_1,generation=1}
   [junit4]   2> 1782337 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1782339 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 1782340 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1782341 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1782342 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1782344 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1782345 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 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> 1782345 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1782345 INFO  
(OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) 
[n:127.0.0.1:39526_solr c:testschemaapi s:shard1 r:core_node1 
x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore Looking for old index 
directories to cleanup for core testschemaapi_shard1_replica1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_41C00E7009E0748B-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/
   [junit4]   2> 1782345 WARN  
(OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) 
[n:127.0.0.1:39526_solr c:testschemaapi s:shard1 r:core_node1 
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_41C00E7009E0748B-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1782345 INFO  
(OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) 
[n:127.0.0.1:38264_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore Looking for old index 
directories to cleanup for core testschemaapi_shard1_replica2 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_41C00E7009E0748B-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/
   [junit4]   2> 1782346 WARN  
(OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) 
[n:127.0.0.1:38264_solr c:testschemaapi s:shard1 r:core_node2 
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_41C00E7009E0748B-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1782346 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1782346 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1782347 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1782347 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1782347 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 1782347 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1beb1f3 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17f707c),segFN=segments_1,generation=1}
   [junit4]   2> 1782347 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1782348 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@8338ab[testschemaapi_shard1_replica1] main]
   [junit4]   2> 1782348 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/testschemaapi]
   [junit4]   2> 1782348 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1782348 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] 
specified config exists in ZooKeeper
   [junit4]   2> 1782348 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1782348 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1782348 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1782348 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1782348 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1782349 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 1782349 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1782349 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1782351 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 1782352 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: 
/configs/conf1/managed-schema, uniqueCoreId: 
testschemaapi_shard1_replica1:1468466754915370
   [junit4]   2> 1782352 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1782353 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1782353 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 1782353 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 1782353 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1535126071469408256
   [junit4]   2> 1782355 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 
1535126071469408256
   [junit4]   2> 1782355 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1782356 INFO  
(searcherExecutor-7033-thread-1-processing-n:127.0.0.1:39526_solr 
x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node1) 
[n:127.0.0.1:39526_solr c:testschemaapi s:shard1 r:core_node1 
x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore 
[testschemaapi_shard1_replica1] Registered new searcher 
Searcher@8338ab[testschemaapi_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1782356 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1782357 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1782358 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 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> 1782358 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1782359 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1782359 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1782360 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1782360 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1782361 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@131a12f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178487f),segFN=segments_1,generation=1}
   [junit4]   2> 1782361 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1782361 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@be68bd[testschemaapi_shard1_replica2] main]
   [junit4]   2> 1782361 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/testschemaapi]
   [junit4]   2> 1782363 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica1
   [junit4]   2> 1782363 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.c.ZkController Register replica - core:testschemaapi_shard1_replica1 
address:http://127.0.0.1:39526/solr collection:testschemaapi shard:shard1
   [junit4]   2> 1782364 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] 
specified config exists in ZooKeeper
   [junit4]   2> 1782364 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1782364 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.c.c.SolrZkClient makePath: 
/collections/testschemaapi/leader_elect/shard1/election
   [junit4]   2> 1782364 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1782364 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1782364 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1782365 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 1782365 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1782365 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1782365 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 1782367 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: 
/configs/conf1/managed-schema, uniqueCoreId: 
testschemaapi_shard1_replica2:1468466753877360
   [junit4]   2> 1782367 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/collections/testschemaapi/leader_elect/shard1/election/95945379252535301-core_node1-n_0000000000
   [junit4]   2> 1782368 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1782368 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1782368 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 
and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 1782368 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 1782368 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 1782368 INFO  
(searcherExecutor-7032-thread-1-processing-n:127.0.0.1:38264_solr 
x:testschemaapi_shard1_replica2 s:shard1 c:testschemaapi r:core_node2) 
[n:127.0.0.1:38264_solr c:testschemaapi s:shard1 r:core_node2 
x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore 
[testschemaapi_shard1_replica2] Registered new searcher 
Searcher@be68bd[testschemaapi_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1782368 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1535126071485136896
   [junit4]   2> 1782369 INFO  (qtp31598578-83687) [n:127.0.0.1:39526_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1782369 INFO  
(OverseerStateUpdate-95945379252535301-127.0.0.1:39526_solr-n_0000000000) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi"} current state version: 0
   [junit4]   2> 1782371 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.u.UpdateLog Took 3.0ms to seed version buckets with highest version 
1535126071485136896
   [junit4]   2> 1782371 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1782372 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica2
   [junit4]   2> 1782372 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.c.ZkController Register replica - core:testschemaapi_shard1_replica2 
address:http://127.0.0.1:38264/solr collection:testschemaapi shard:shard1
   [junit4]   2> 1782373 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/collections/testschemaapi/leader_elect/shard1/election/95945379252535302-core_node2-n_0000000001
   [junit4]   2> 1782374 INFO  (qtp8635472-83677) [n:127.0.0.1:38264_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.c.LeaderElector Watching path 
/collections/testschemaapi/leader_elect/shard1/election/95945379252535301-core_node1-n_0000000000
 to know if I could be the leader
   [junit4]   2> 1782470 INFO  
(OverseerStateUpdate-95945379252535301-127.0.0.1:39526_solr-n_0000000000) 
[n:127.0.0.1:39526_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testschemaapi/state.json version: 1
   [junit4]   2> 1782471 INFO  
(zkCallback-22022-thread-1-processing-n:127.0.0.1:38264_solr) 
[n:127.0.0.1:38264_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testschemaapi/state.json] for collection [testschemaapi]

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

nloadDistributedZkTest, TestDistributedSearch, TestJoin, TestRangeQuery, 
TestCoreContainer, TestSolr4Spatial, StatsComponentTest, BadIndexSchemaTest, 
ConvertedLegacyTest, TestFiltering, DisMaxRequestHandlerTest, 
DirectSolrSpellCheckerTest, RequestHandlersTest, TestIndexingPerformance, 
IndexSchemaRuntimeFieldTest, TestCollationField, 
UniqFieldsUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter, 
SearchHandlerTest, ScriptEngineTest, DateMathParserTest, PrimUtilsTest, 
SpellingQueryConverterTest, RAMDirectoryFactoryTest, ZkNodePropsTest, 
UUIDFieldTest, DistributedMLTComponentTest, DistributedIntervalFacetingTest, 
TestHighlightDedupGrouping, TestTolerantSearch, ConnectionReuseTest, 
DeleteReplicaTest, MultiThreadedOCPTest, 
OverseerCollectionConfigSetProcessorTest, OverseerStatusTest, 
ReplicationFactorTest, RestartWhileUpdatingTest, RollingRestartTest, 
ShardSplitTest, TestTolerantUpdateProcessorRandomCloud]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestTolerantUpdateProcessorRandomCloud -Dtests.seed=41C00E7009E0748B 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=it 
-Dtests.timezone=Australia/Lindeman -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestTolerantUpdateProcessorRandomCloud (suite) 
<<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 
7200000 msec).
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([41C00E7009E0748B]:0)
   [junit4] Completed [597/597 (2!)] on J0 in 7224.83s, 2 tests, 2 errors <<< 
FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J0: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20160523_130202_479.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid20568.hprof 
...
   [junit4] Heap dump file created [553562914 bytes in 2.287 secs]
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20160523_130202_479.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread 
"jetty-launcher-2024-thread-3-SendThread(127.0.0.1:34585)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "SessionTracker"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "httpShardExecutor-6629-thread-8"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "qtp29130772-14098"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "httpShardExecutor-6629-thread-9"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread 
"jetty-launcher-2024-thread-5-SendThread(127.0.0.1:34585)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "updateExecutor-2049-thread-4"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread 
"OverseerHdfsCoreFailoverThread-95945423316254737-127.0.0.1:36617_solr-n_0000000000"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread 
"jetty-launcher-2024-thread-2-SendThread(127.0.0.1:34585)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread 
"jetty-launcher-2024-thread-1-SendThread(127.0.0.1:34585)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread 
"jetty-launcher-2024-thread-6-SendThread(127.0
   [junit4] .0.1:34585)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "qtp29130772-14366"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "CloudSolrClient ThreadPool-2069-thread-2"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread 
"jetty-launcher-2024-thread-7-SendThread(127.0.0.1:34585)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread 
"updateExecutor-2049-thread-2-processing-https:////127.0.0.1:37959//solr//test_col_shard2_replica1
 x:test_col_shard3_replica2 r:core_node5 n:127.0.0.1:37107_solr s:shard3 
c:test_col"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread 
"SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[41C00E7009E0748B]-worker-SendThread(127.0.0.1:34585)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "qtp1715790-14084"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExc
   [junit4] eptionHandler in thread "qtp29130772-14078"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread 
"org.eclipse.jetty.server.session.HashSessionManager@1fba4aaTimer"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread 
"org.eclipse.jetty.server.session.HashSessionManager@13ea8b9Timer"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread 
"OverseerCollectionConfigSetProcessor-95945423316254737-127.0.0.1:36617_solr-n_0000000000"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Scheduler-17807331"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread 
"org.eclipse.jetty.server.session.HashSessionManager@532f15Timer"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "httpShardExecutor-6637-thread-8"
   [junit4] <<< JVM J0: EOF ----

[...truncated 12 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:531: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1427: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:984: 
There were test failures: 597 suites (10 ignored), 2428 tests, 1 suite-level 
error, 2 errors, 115 ignored (71 assumptions) [seed: 41C00E7009E0748B]

Total time: 192 minutes 16 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to