You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/06/24 17:38:50 UTC

[JENKINS] Lucene-Solr-5.5-Linux (32bit/jdk1.7.0_80) - Build # 346 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Linux/346/
Java: 32bit/jdk1.7.0_80 -client -XX:+UseG1GC

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

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

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:41958/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
	at __randomizedtesting.SeedInfo.seed([C8AD61E288FAF8D0:40F95E3826069528]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:632)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:981)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:101)
	at org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:69)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:41958/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:607)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:604)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more




Build Log:
[...truncated 12227 lines...]
   [junit4] Suite: org.apache.solr.schema.TestManagedSchemaAPI
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/init-core-data-001
   [junit4]   2> 2222975 INFO  (SUITE-TestManagedSchemaAPI-seed#[C8AD61E288FAF8D0]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 2222977 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2222977 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2222977 INFO  (Thread-3949) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2222977 INFO  (Thread-3949) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2223077 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.c.ZkTestServer start zk server on port:42949
   [junit4]   2> 2223078 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2223078 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2223079 INFO  (zkCallback-23579-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1f13429 name:ZooKeeperConnection Watcher:127.0.0.1:42949 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2223080 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2223080 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2223080 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 2223082 INFO  (jetty-launcher-23578-thread-2) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 2223082 INFO  (jetty-launcher-23578-thread-1) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 2223084 INFO  (jetty-launcher-23578-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@145337{/solr,null,AVAILABLE}
   [junit4]   2> 2223084 INFO  (jetty-launcher-23578-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6362cc{/solr,null,AVAILABLE}
   [junit4]   2> 2223084 INFO  (jetty-launcher-23578-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@e56d06{HTTP/1.1}{127.0.0.1:44543}
   [junit4]   2> 2223084 INFO  (jetty-launcher-23578-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@95a113{HTTP/1.1}{127.0.0.1:41958}
   [junit4]   2> 2223084 INFO  (jetty-launcher-23578-thread-2) [    ] o.e.j.s.Server Started @2224531ms
   [junit4]   2> 2223084 INFO  (jetty-launcher-23578-thread-1) [    ] o.e.j.s.Server Started @2224531ms
   [junit4]   2> 2223084 INFO  (jetty-launcher-23578-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=44543, hostContext=/solr}
   [junit4]   2> 2223084 INFO  (jetty-launcher-23578-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=41958, hostContext=/solr}
   [junit4]   2> 2223084 INFO  (jetty-launcher-23578-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6df9bc
   [junit4]   2> 2223084 INFO  (jetty-launcher-23578-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6df9bc
   [junit4]   2> 2223084 INFO  (jetty-launcher-23578-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node2'
   [junit4]   2> 2223084 INFO  (jetty-launcher-23578-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node1'
   [junit4]   2> 2223085 INFO  (jetty-launcher-23578-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2223085 INFO  (jetty-launcher-23578-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2223085 INFO  (jetty-launcher-23578-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2223085 INFO  (jetty-launcher-23578-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2223085 INFO  (jetty-launcher-23578-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2223085 INFO  (jetty-launcher-23578-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2223085 INFO  (jetty-launcher-23578-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2223085 INFO  (jetty-launcher-23578-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2223086 INFO  (zkCallback-23580-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3395e9 name:ZooKeeperConnection Watcher:127.0.0.1:42949/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2223086 INFO  (jetty-launcher-23578-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2223086 INFO  (zkCallback-23581-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b1350f name:ZooKeeperConnection Watcher:127.0.0.1:42949/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2223086 INFO  (jetty-launcher-23578-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2223086 INFO  (jetty-launcher-23578-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2223086 INFO  (jetty-launcher-23578-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2223086 INFO  (jetty-launcher-23578-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2223086 INFO  (jetty-launcher-23578-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2223101 INFO  (jetty-launcher-23578-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node2/.
   [junit4]   2> 2223101 INFO  (jetty-launcher-23578-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 18864483
   [junit4]   2> 2223101 INFO  (jetty-launcher-23578-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node2]
   [junit4]   2> 2223101 WARN  (jetty-launcher-23578-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node2/lib
   [junit4]   2> 2223102 INFO  (jetty-launcher-23578-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2223102 INFO  (jetty-launcher-23578-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2223103 INFO  (jetty-launcher-23578-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2223103 INFO  (jetty-launcher-23578-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node1/.
   [junit4]   2> 2223103 INFO  (jetty-launcher-23578-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2223103 INFO  (jetty-launcher-23578-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 21199661
   [junit4]   2> 2223103 INFO  (jetty-launcher-23578-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node1]
   [junit4]   2> 2223103 INFO  (jetty-launcher-23578-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42949/solr
   [junit4]   2> 2223103 INFO  (jetty-launcher-23578-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2223103 WARN  (jetty-launcher-23578-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node1/lib
   [junit4]   2> 2223103 INFO  (jetty-launcher-23578-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2223103 INFO  (jetty-launcher-23578-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2223103 INFO  (jetty-launcher-23578-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2223104 INFO  (zkCallback-23584-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1bd751c name:ZooKeeperConnection Watcher:127.0.0.1:42949 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2223104 INFO  (jetty-launcher-23578-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2223104 INFO  (jetty-launcher-23578-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2223104 INFO  (jetty-launcher-23578-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2223105 INFO  (jetty-launcher-23578-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2223105 INFO  (jetty-launcher-23578-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2223105 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@163cb11
   [junit4]   2> 2223105 INFO  (jetty-launcher-23578-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42949/solr
   [junit4]   2> 2223105 INFO  (jetty-launcher-23578-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2223105 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2223105 INFO  (jetty-launcher-23578-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2223105 INFO  (jetty-launcher-23578-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2223106 INFO  (zkCallback-23587-thread-1-processing-n:127.0.0.1:44543_solr) [n:127.0.0.1:44543_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@fa5d5a name:ZooKeeperConnection Watcher:127.0.0.1:42949/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2223106 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2223106 INFO  (zkCallback-23588-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@73e0d3 name:ZooKeeperConnection Watcher:127.0.0.1:42949 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2223106 INFO  (jetty-launcher-23578-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2223106 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2223106 INFO  (jetty-launcher-23578-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2223107 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@1cc6b9d
   [junit4]   2> 2223107 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2223107 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2223107 INFO  (zkCallback-23589-thread-1-processing-n:127.0.0.1:41958_solr) [n:127.0.0.1:41958_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@8047c1 name:ZooKeeperConnection Watcher:127.0.0.1:42949/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2223108 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2223109 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2223110 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2223110 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2223112 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2223112 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2223113 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2223113 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2223114 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2223114 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2223114 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2223114 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2223115 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2223115 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2223115 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2223115 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2223116 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44543_solr
   [junit4]   2> 2223116 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41958_solr
   [junit4]   2> 2223116 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:44543_solr
   [junit4]   2> 2223116 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:41958_solr
   [junit4]   2> 2223117 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2223117 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2223117 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2223117 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2223118 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2223118 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2223118 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96127538045059078-127.0.0.1:41958_solr-n_0000000000
   [junit4]   2> 2223118 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96127538045059076-127.0.0.1:44543_solr-n_0000000001
   [junit4]   2> 2223118 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41958_solr
   [junit4]   2> 2223118 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2223118 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96127538045059078-127.0.0.1:41958_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 2223118 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2223119 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.Overseer Overseer (id=96127538045059078-127.0.0.1:41958_solr-n_0000000000) starting
   [junit4]   2> 2223119 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2223121 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2223122 INFO  (OverseerCollectionConfigSetProcessor-96127538045059078-127.0.0.1:41958_solr-n_0000000000) [n:127.0.0.1:41958_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2223122 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2223122 INFO  (OverseerStateUpdate-96127538045059078-127.0.0.1:41958_solr-n_0000000000) [n:127.0.0.1:41958_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2223143 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2223143 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2223144 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node1/.
   [junit4]   2> 2223144 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2223144 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 2223144 INFO  (jetty-launcher-23578-thread-1) [n:127.0.0.1:41958_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2223167 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2223167 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2223167 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node2/.
   [junit4]   2> 2223168 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2223168 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 2223168 INFO  (jetty-launcher-23578-thread-2) [n:127.0.0.1:44543_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2223168 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2223168 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2223169 INFO  (zkCallback-23590-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1e44d0c name:ZooKeeperConnection Watcher:127.0.0.1:42949 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2223169 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2223170 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2223170 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2223172 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2223172 INFO  (zkCallback-23592-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@12c2441 name:ZooKeeperConnection Watcher:127.0.0.1:42949/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2223172 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2223172 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2223173 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2223174 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/managed-schema
   [junit4]   2> 2223175 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2223175 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2223175 INFO  (zkCallback-23593-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@da6f51 name:ZooKeeperConnection Watcher:127.0.0.1:42949/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2223175 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2223176 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2223176 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2223178 INFO  (qtp30739787-89326) [n:127.0.0.1:44543_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&name=testschemaapi&collection.configName=conf1&action=CREATE&numShards=1&version=2&wt=javabin and sendToOCPQueue=true
   [junit4]   2> 2223179 INFO  (OverseerCollectionConfigSetProcessor-96127538045059078-127.0.0.1:41958_solr-n_0000000000) [n:127.0.0.1:41958_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> 2223180 INFO  (OverseerThreadFactory-9341-thread-1-processing-n:127.0.0.1:41958_solr) [n:127.0.0.1:41958_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> 2223180 INFO  (OverseerThreadFactory-9341-thread-1-processing-n:127.0.0.1:41958_solr) [n:127.0.0.1:41958_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection testschemaapi
   [junit4]   2> 2223180 INFO  (OverseerThreadFactory-9341-thread-1-processing-n:127.0.0.1:41958_solr) [n:127.0.0.1:41958_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/testschemaapi 
   [junit4]   2> 2223180 INFO  (OverseerThreadFactory-9341-thread-1-processing-n:127.0.0.1:41958_solr) [n:127.0.0.1:41958_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi
   [junit4]   2> 2223181 INFO  (zkCallback-23589-thread-1-processing-n:127.0.0.1:41958_solr) [n:127.0.0.1:41958_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2223181 INFO  (zkCallback-23593-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2223181 INFO  (zkCallback-23587-thread-1-processing-n:127.0.0.1:44543_solr) [n:127.0.0.1:44543_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2223182 INFO  (OverseerStateUpdate-96127538045059078-127.0.0.1:41958_solr-n_0000000000) [n:127.0.0.1:41958_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> 2223182 INFO  (OverseerStateUpdate-96127538045059078-127.0.0.1:41958_solr-n_0000000000) [n:127.0.0.1:41958_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: testschemaapi
   [junit4]   2> 2223182 INFO  (OverseerStateUpdate-96127538045059078-127.0.0.1:41958_solr-n_0000000000) [n:127.0.0.1:41958_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testschemaapi/state.json
   [junit4]   2> 2223282 INFO  (OverseerThreadFactory-9341-thread-1-processing-n:127.0.0.1:41958_solr) [n:127.0.0.1:41958_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection testschemaapi, shardNames [shard1] , replicationFactor : 2
   [junit4]   2> 2223282 INFO  (OverseerThreadFactory-9341-thread-1-processing-n:127.0.0.1:41958_solr) [n:127.0.0.1:41958_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica2 as part of shard shard1 of collection testschemaapi on 127.0.0.1:41958_solr
   [junit4]   2> 2223283 INFO  (OverseerThreadFactory-9341-thread-1-processing-n:127.0.0.1:41958_solr) [n:127.0.0.1:41958_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica1 as part of shard shard1 of collection testschemaapi on 127.0.0.1:44543_solr
   [junit4]   2> 2223285 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr    ] o.a.s.h.a.CoreAdminOperation core create command name=testschemaapi_shard1_replica1&collection.configName=conf1&action=CREATE&shard=shard1&collection=testschemaapi&numShards=1&qt=/admin/cores&version=2&wt=javabin
   [junit4]   2> 2223285 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr    ] o.a.s.h.a.CoreAdminOperation core create command name=testschemaapi_shard1_replica2&collection.configName=conf1&action=CREATE&shard=shard1&collection=testschemaapi&numShards=1&qt=/admin/cores&version=2&wt=javabin
   [junit4]   2> 2223285 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {collection.configName=conf1, configSetProperties=configsetprops.json, loadOnStartup=true, schema=schema.xml, shard=shard1, collection=testschemaapi, dataDir=data/, name=testschemaapi_shard1_replica2, numShards=1, config=solrconfig.xml, transient=false}
   [junit4]   2> 2223285 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {collection=testschemaapi, loadOnStartup=true, schema=schema.xml, shard=shard1, transient=false, numShards=1, dataDir=data/, name=testschemaapi_shard1_replica1, configSetProperties=configsetprops.json, collection.configName=conf1, config=solrconfig.xml}
   [junit4]   2> 2223285 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2223285 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2223286 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 2223286 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 2223286 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
   [junit4]   2> 2223286 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
   [junit4]   2> 2223286 INFO  (OverseerStateUpdate-96127538045059078-127.0.0.1:41958_solr-n_0000000000) [n:127.0.0.1:41958_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "base_url":"http://127.0.0.1:41958/solr",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "node_name":"127.0.0.1:41958_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testschemaapi_shard1_replica2"} current state version: 0
   [junit4]   2> 2223286 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 2223286 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 2223286 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2223286 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2223286 INFO  (OverseerStateUpdate-96127538045059078-127.0.0.1:41958_solr-n_0000000000) [n:127.0.0.1:41958_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "base_url":"http://127.0.0.1:41958/solr",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "node_name":"127.0.0.1:41958_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testschemaapi_shard1_replica2"}
   [junit4]   2> 2223288 INFO  (OverseerStateUpdate-96127538045059078-127.0.0.1:41958_solr-n_0000000000) [n:127.0.0.1:41958_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "base_url":"http://127.0.0.1:44543/solr",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "node_name":"127.0.0.1:44543_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testschemaapi_shard1_replica1"} current state version: 0
   [junit4]   2> 2223288 INFO  (OverseerStateUpdate-96127538045059078-127.0.0.1:41958_solr-n_0000000000) [n:127.0.0.1:41958_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "base_url":"http://127.0.0.1:44543/solr",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "node_name":"127.0.0.1:44543_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testschemaapi_shard1_replica1"}
   [junit4]   2> 2223389 INFO  (OverseerStateUpdate-96127538045059078-127.0.0.1:41958_solr-n_0000000000) [n:127.0.0.1:41958_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 0
   [junit4]   2> 2223389 INFO  (zkCallback-23589-thread-1-processing-n:127.0.0.1:41958_solr) [n:127.0.0.1:41958_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> 2223389 INFO  (zkCallback-23587-thread-1-processing-n:127.0.0.1:44543_solr) [n:127.0.0.1:44543_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> 2223389 INFO  (zkCallback-23589-thread-1-processing-n:127.0.0.1:41958_solr) [n:127.0.0.1:41958_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 2223389 INFO  (zkCallback-23587-thread-1-processing-n:127.0.0.1:44543_solr) [n:127.0.0.1:44543_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 2224287 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_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> 2224287 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_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> 2224287 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 2224287 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 2224287 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2224287 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2224287 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 2224287 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 2224288 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_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> 2224288 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_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> 2224288 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node1/testschemaapi_shard1_replica2'
   [junit4]   2> 2224288 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node2/testschemaapi_shard1_replica1'
   [junit4]   2> 2224288 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2224288 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2224288 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_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> 2224288 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_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> 2224289 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2224289 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2224294 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2224294 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2224305 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 2224305 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 2224327 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2224327 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2224331 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 2224331 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 2224340 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2224340 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2224342 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_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-5.5-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 2224342 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_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-5.5-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 2224342 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_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> 2224342 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_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> 2224342 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2224342 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2224342 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [[testschemaapi_shard1_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node1/testschemaapi_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/]
   [junit4]   2> 2224342 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [[testschemaapi_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node2/testschemaapi_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/]
   [junit4]   2> 2224342 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore JMX monitoring not detected for core: testschemaapi_shard1_replica2
   [junit4]   2> 2224343 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: testschemaapi_shard1_replica1
   [junit4]   2> 2224343 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data
   [junit4]   2> 2224343 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/index/
   [junit4]   2> 2224344 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data
   [junit4]   2> 2224344 WARN  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2224344 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/index/
   [junit4]   2> 2224344 WARN  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2224344 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/index
   [junit4]   2> 2224344 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/index
   [junit4]   2> 2224344 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@11b6b75 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12bde47),segFN=segments_1,generation=1}
   [junit4]   2> 2224345 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2224345 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@10e28be lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@94e5fa),segFN=segments_1,generation=1}
   [junit4]   2> 2224345 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2224345 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core testschemaapi_shard1_replica2 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/
   [junit4]   2> 2224345 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core testschemaapi_shard1_replica1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/
   [junit4]   2> 2224345 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-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> 2224345 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-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> 2224347 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2224347 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2224349 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2224349 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2224350 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2224350 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2224351 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2224352 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2224352 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2224353 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2224353 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.RequestHandlers Registered paths: /admin/logging,/get,/schema,/admin/luke,/admin/ping,/admin/plugins,/admin/threads,/update,/admin/system,/config,/admin/segments,/update/json,/admin/file,/admin/properties,/update/json/docs,/admin/mbeans,/select,/replication,/update/csv
   [junit4]   2> 2224353 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/logging,/get,/schema,/admin/luke,/admin/ping,/admin/plugins,/admin/threads,/update,/admin/system,/config,/admin/segments,/update/json,/admin/file,/admin/properties,/update/json/docs,/admin/mbeans,/select,/replication,/update/csv
   [junit4]   2> 2224354 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2224354 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2224355 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2224355 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2224355 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2224355 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2224356 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2224356 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2224356 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2224356 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2224356 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@11b6b75 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12bde47),segFN=segments_1,generation=1}
   [junit4]   2> 2224356 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2224356 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@10e28be lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@94e5fa),segFN=segments_1,generation=1}
   [junit4]   2> 2224356 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening Searcher@2b7ea6[testschemaapi_shard1_replica2] main
   [junit4]   2> 2224356 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2224356 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 2224356 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening Searcher@a31da2[testschemaapi_shard1_replica1] main
   [junit4]   2> 2224356 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 2224357 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2224357 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2224357 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2224357 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2224357 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2224357 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2224357 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2224357 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2224357 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2224357 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2224357 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2224357 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2224357 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2224357 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2224357 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2224357 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2224357 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2224358 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2224358 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: /configs/conf1/managed-schema, uniqueCoreId: testschemaapi_shard1_replica2:1021569279274818
   [junit4]   2> 2224358 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2224358 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: /configs/conf1/managed-schema, uniqueCoreId: testschemaapi_shard1_replica1:1021569279318794
   [junit4]   2> 2224358 INFO  (searcherExecutor-9346-thread-1-processing-s:shard1 n:127.0.0.1:41958_solr c:testschemaapi r:core_node1 x:testschemaapi_shard1_replica2) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Registered new searcher Searcher@2b7ea6[testschemaapi_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2224358 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2224358 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2224358 INFO  (searcherExecutor-9347-thread-1-processing-s:shard1 n:127.0.0.1:44543_solr c:testschemaapi r:core_node2 x:testschemaapi_shard1_replica1) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Registered new searcher Searcher@a31da2[testschemaapi_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2224358 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2224358 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2224358 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2224358 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2224358 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1538040610167980032
   [junit4]   2> 2224358 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2224358 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1538040610167980032
   [junit4]   2> 2224360 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1538040610167980032
   [junit4]   2> 2224360 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 2224361 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1538040610167980032
   [junit4]   2> 2224361 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 2224361 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica2
   [junit4]   2> 2224361 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica1
   [junit4]   2> 2224361 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Register replica - core:testschemaapi_shard1_replica2 address:http://127.0.0.1:41958/solr collection:testschemaapi shard:shard1
   [junit4]   2> 2224361 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Register replica - core:testschemaapi_shard1_replica1 address:http://127.0.0.1:44543/solr collection:testschemaapi shard:shard1
   [junit4]   2> 2224362 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leader_elect/shard1/election
   [junit4]   2> 2224362 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leader_elect/shard1/election
   [junit4]   2> 2224363 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.LeaderElector Joined leadership election with path: /collections/testschemaapi/leader_elect/shard1/election/96127538045059078-core_node1-n_0000000000
   [junit4]   2> 2224363 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/testschemaapi/leader_elect/shard1/election/96127538045059076-core_node2-n_0000000001
   [junit4]   2> 2224364 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 2224364 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.LeaderElector Watching path /collections/testschemaapi/leader_elect/shard1/election/96127538045059078-core_node1-n_0000000000 to know if I could be the leader
   [junit4]   2> 2224364 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2224364 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2224364 INFO  (OverseerStateUpdate-96127538045059078-127.0.0.1:41958_solr-n_0000000000) [n:127.0.0.1:41958_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> 2224364 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41958/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 2224365 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica2 url=http://127.0.0.1:41958/solr START replicas=[http://127.0.0.1:44543/solr/testschemaapi_shard1_replica1/] nUpdates=100
   [junit4]   2> 2224365 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica2 url=http://127.0.0.1:41958/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2224365 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2224365 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2224366 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leaders/shard1
   [junit4]   2> 2224366 INFO  (qtp30739787-89330) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.S.Request [testschemaapi_shard1_replica1]  webapp=/solr path=/get params={fingerprint=false&distrib=false&getVersions=100&qt=/get&version=2&wt=javabin} status=0 QTime=0
   [junit4]   2> 2224367 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testschemaapi/leaders/shard1/leader after winning as /collections/testschemaapi/leader_elect/shard1/election/96127538045059078-core_node1-n_0000000000
   [junit4]   2> 2224367 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41958/solr/testschemaapi_shard1_replica2/ shard1
   [junit4]   2> 2224368 INFO  (OverseerStateUpdate-96127538045059078-127.0.0.1:41958_solr-n_0000000000) [n:127.0.0.1:41958_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "base_url":"http://127.0.0.1:41958/solr",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 2224472 INFO  (OverseerStateUpdate-96127538045059078-127.0.0.1:41958_solr-n_0000000000) [n:127.0.0.1:41958_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 1
   [junit4]   2> 2224472 INFO  (zkCallback-23587-thread-1-processing-n:127.0.0.1:44543_solr) [n:127.0.0.1:44543_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> 2224473 INFO  (zkCallback-23587-thread-1-processing-n:127.0.0.1:44543_solr) [n:127.0.0.1:44543_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 2224473 INFO  (zkCallback-23589-thread-3-processing-n:127.0.0.1:41958_solr) [n:127.0.0.1:41958_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> 2224474 INFO  (zkCallback-23589-thread-3-processing-n:127.0.0.1:41958_solr) [n:127.0.0.1:41958_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 2224522 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController We are http://127.0.0.1:41958/solr/testschemaapi_shard1_replica2/ and leader is http://127.0.0.1:41958/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 2224522 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController No LogReplay needed for core=testschemaapi_shard1_replica2 baseURL=http://127.0.0.1:41958/solr
   [junit4]   2> 2224522 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2224522 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 2224523 INFO  (OverseerStateUpdate-96127538045059078-127.0.0.1:41958_solr-n_0000000000) [n:127.0.0.1:41958_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "base_url":"http://127.0.0.1:41958/solr",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "node_name":"127.0.0.1:41958_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testschemaapi_shard1_replica2"} current state version: 0
   [junit4]   2> 2224523 INFO  (OverseerStateUpdate-96127538045059078-127.0.0.1:41958_solr-n_0000000000) [n:127.0.0.1:41958_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "base_url":"http://127.0.0.1:41958/solr",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "node_name":"127.0.0.1:41958_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testschemaapi_shard1_replica2"}
   [junit4]   2> 2224524 INFO  (qtp6914480-89329) [n:127.0.0.1:41958_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={name=testschemaapi_shard1_replica2&collection.configName=conf1&shard=shard1&action=CREATE&numShards=1&collection=testschemaapi&qt=/admin/cores&version=2&wt=javabin} status=0 QTime=1239
   [junit4]   2> 2224624 INFO  (OverseerStateUpdate-96127538045059078-127.0.0.1:41958_solr-n_0000000000) [n:127.0.0.1:41958_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 2
   [junit4]   2> 2224625 INFO  (zkCallback-23589-thread-3-processing-n:127.0.0.1:41958_solr) [n:127.0.0.1:41958_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> 2224625 INFO  (zkCallback-23587-thread-1-processing-n:127.0.0.1:44543_solr) [n:127.0.0.1:44543_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> 2224625 INFO  (zkCallback-23589-thread-3-processing-n:127.0.0.1:41958_solr) [n:127.0.0.1:41958_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [2] to [3]
   [junit4]   2> 2224625 INFO  (zkCallback-23587-thread-1-processing-n:127.0.0.1:44543_solr) [n:127.0.0.1:44543_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [2] to [3]
   [junit4]   2> 2225365 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController We are http://127.0.0.1:44543/solr/testschemaapi_shard1_replica1/ and leader is http://127.0.0.1:41958/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 2225365 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController No LogReplay needed for core=testschemaapi_shard1_replica1 baseURL=http://127.0.0.1:44543/solr
   [junit4]   2> 2225365 INFO  (qtp30739787-89328) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Core needs to recover:testschemaapi_shard1_replica1
   [junit4]   2> 2225365 INFO  (updateExecutor-23582-thread-1-processing-s:shard1 n:127.0.0.1:44543_solr c:testschemaapi r:core_node2 x:testschemaapi_shard1_replica1) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2225365 INFO  (recoveryExecutor-23583-thread-1-processing-s:shard1 n:127.0.0.1:44543_solr c:testschemaapi r:core_node2 x:testschemaapi_shard1_replica1) [n:127.0.0.1:44543_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2225365 INFO  (recoveryExecutor-23583-thread-1-processing-s:shard1 n:127.0.0.1:44543_solr c:testschemaapi r:core_node2 x:testschemaapi_shard1_replica1) [n:12

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

olrZkClient.java:345)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:342)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:342)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:128)
   [junit4]   2> 	... 7 more
   [junit4]   2> 2239808 INFO  (Thread-3949) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42949 42949
   [junit4]   2> 2239808 WARN  (Thread-3949) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/configs/conf1
   [junit4]   2> 	6	/solr/configs/conf1/managed-schema
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/testschemaapi/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/overseer/collection-queue-work
   [junit4]   2> 	9	/solr/overseer/queue
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2239809 INFO  (TEST-TestManagedSchemaAPI.test-seed#[C8AD61E288FAF8D0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestManagedSchemaAPI -Dtests.method=test -Dtests.seed=C8AD61E288FAF8D0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=de -Dtests.timezone=Europe/Kaliningrad -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   16.8s J2 | TestManagedSchemaAPI.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:41958/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C8AD61E288FAF8D0:40F95E3826069528]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:632)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:981)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
   [junit4]    > 	at org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:101)
   [junit4]    > 	at org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:69)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:41958/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:607)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:604)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    > 	... 1 more
   [junit4]   2> 2239811 INFO  (SUITE-TestManagedSchemaAPI-seed#[C8AD61E288FAF8D0]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_C8AD61E288FAF8D0-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54), sim=DefaultSimilarity, locale=de, timezone=Europe/Kaliningrad
   [junit4]   2> NOTE: Linux 4.4.0-24-generic i386/Oracle Corporation 1.7.0_80 (32-bit)/cpus=12,threads=1,free=156414856,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [ClusterStateTest, TestSuggestSpellingConverter, CoreAdminHandlerTest, TestJettySolrRunner, DateRangeFieldTest, DeleteReplicaTest, TestFastWriter, XmlUpdateRequestHandlerTest, TestIndexingPerformance, TestSort, DistribCursorPagingTest, TestExceedMaxTermLength, SimpleFacetsTest, TestCryptoKeys, TestReqParamsAPI, ZkStateReaderTest, HdfsChaosMonkeySafeLeaderTest, AnalysisErrorHandlingTest, HdfsBasicDistributedZk2Test, FullHLLTest, TestRestManager, SpatialRPTFieldTypeTest, RecoveryZkTest, AnalyticsQueryTest, FullSolrCloudDistribCmdsTest, SuggesterWFSTTest, TestJmxMonitoredMap, TestNonDefinedSimilarityFactory, SolrXmlInZkTest, TestCharFilters, TestIndexSearcher, TestNoOpRegenerator, TestInfoStreamLogging, TestSolrDynamicMBean, SampleTest, AddSchemaFieldsUpdateProcessorFactoryTest, DirectSolrConnectionTest, TestJsonFacets, RecoveryAfterSoftCommitTest, TestZkChroot, TestStressUserVersions, SparseHLLTest, PKIAuthenticationIntegrationTest, TestSweetSpotSimilarityFactory, SuggesterTSTTest, UnloadDistributedZkTest, OverseerTest, TestStressLiveNodes, TestWriterPerf, TestReversedWildcardFilterFactory, TestBlobHandler, SliceStateTest, DirectUpdateHandlerOptimizeTest, SegmentsInfoRequestHandlerTest, TermVectorComponentDistributedTest, TestDistributedStatsComponentCardinality, OverseerRolesTest, TestTrackingShardHandlerFactory, BasicDistributedZk2Test, ExitableDirectoryReaderTest, TestExactStatsCache, DocExpirationUpdateProcessorFactoryTest, TestSolrDeletionPolicy1, StatsComponentTest, StatelessScriptUpdateProcessorFactoryTest, TestSchemaNameResource, TestSortingResponseWriter, DocValuesMultiTest, LeaderElectionTest, RestartWhileUpdatingTest, HighlighterConfigTest, TestReload, SimpleMLTQParserTest, TestManagedSchema, TestSchemaVersionResource, CoreMergeIndexesAdminHandlerTest, DistributedQueueTest, HttpPartitionTest, TestUseDocValuesAsStored, TestSearchPerf, BinaryUpdateRequestHandlerTest, TestCloudManagedSchemaConcurrent, TestScoreJoinQPScore, TestFieldTypeCollectionResource, SuggesterTest, TestSolrQueryParserResource, SharedFSAutoReplicaFailoverUtilsTest, TestStressReorder, PluginInfoTest, TestSolrJ, TestGroupingSearch, DirectUpdateHandlerTest, SolrTestCaseJ4Test, SolrInfoMBeanTest, DebugComponentTest, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, TestQueryUtils, DocumentAnalysisRequestHandlerTest, FileBasedSpellCheckerTest, TestValueSourceCache, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, SolrPluginUtilsTest, UpdateRequestProcessorFactoryTest, QueryParsingTest, TestPHPSerializedResponseWriter, TestBinaryResponseWriter, UpdateParamsTest, CopyFieldTest, BadComponentTest, TestStressRecovery, TestXIncludeConfig, TestLMJelinekMercerSimilarityFactory, ResourceLoaderTest, ScriptEngineTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, AssignTest, AsyncCallRequestStatusResponseTest, AsyncMigrateRouteKeyTest, CreateCollectionCleanupTest, DeleteLastCustomShardedReplicaTest, DeleteShardTest, OverriddenZkACLAndCredentialsProvidersTest, ShardSplitTest, TestSolrCloudWithKerberosAlt, VMParamsZkACLAndCredentialsProvidersTest, CachingDirectoryFactoryTest, TestConfigSets, TestInitParams, TestNRTOpen, TestReloadAndDeleteDocs, TestSolrConfigHandler, TestRestoreCore, TestSolrConfigHandlerConcurrent, InfoHandlerTest, DistributedDebugComponentTest, DistributedFacetPivotLargeTest, DistributedFacetPivotSmallAdvancedTest, DistributedQueryComponentCustomSortTest, DistributedQueryComponentOptimizationTest, TestExpandComponent, JavabinLoaderTest, HighlighterMaxOffsetTest, TestIntervalFaceting, TestDefaultSearchFieldResource, TestDynamicFieldResource, TestManagedSchemaDynamicFieldResource, TestManagedSchemaAPI]
   [junit4] Completed [520/573 (1!)] on J2 in 16.85s, 1 test, 1 error <<< FAILURES!

[...truncated 172 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:750: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:694: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/common-build.xml:534: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1477: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1033: There were test failures: 573 suites (7 ignored), 2319 tests, 1 error, 84 ignored (39 assumptions) [seed: C8AD61E288FAF8D0]

Total time: 68 minutes 28 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



[JENKINS] Lucene-Solr-5.5-Linux (64bit/jdk1.7.0_80) - Build # 354 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Linux/354/
Java: 64bit/jdk1.7.0_80 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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

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

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:38560/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
	at __randomizedtesting.SeedInfo.seed([5201186F5B3E5E9C:DA5527B5F5C23364]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:632)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:981)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:101)
	at org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:69)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:38560/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:607)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:604)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more




Build Log:
[...truncated 11209 lines...]
   [junit4] Suite: org.apache.solr.schema.TestManagedSchemaAPI
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/init-core-data-001
   [junit4]   2> 719892 INFO  (SUITE-TestManagedSchemaAPI-seed#[5201186F5B3E5E9C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 719894 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 719894 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 719894 INFO  (Thread-1523) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 719894 INFO  (Thread-1523) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 719994 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.c.ZkTestServer start zk server on port:41186
   [junit4]   2> 719995 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 719995 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 719997 INFO  (zkCallback-505-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4fe95750 name:ZooKeeperConnection Watcher:127.0.0.1:41186 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 719997 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 719997 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 719997 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 720011 INFO  (jetty-launcher-504-thread-2) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 720011 INFO  (jetty-launcher-504-thread-1) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 720018 INFO  (jetty-launcher-504-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2ce654fc{/solr,null,AVAILABLE}
   [junit4]   2> 720018 INFO  (jetty-launcher-504-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3372a9bf{/solr,null,AVAILABLE}
   [junit4]   2> 720020 INFO  (jetty-launcher-504-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@32688748{HTTP/1.1}{127.0.0.1:38560}
   [junit4]   2> 720020 INFO  (jetty-launcher-504-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@6c89a1d2{HTTP/1.1}{127.0.0.1:39136}
   [junit4]   2> 720020 INFO  (jetty-launcher-504-thread-2) [    ] o.e.j.s.Server Started @721678ms
   [junit4]   2> 720020 INFO  (jetty-launcher-504-thread-1) [    ] o.e.j.s.Server Started @721678ms
   [junit4]   2> 720020 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38560}
   [junit4]   2> 720020 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39136}
   [junit4]   2> 720020 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@14327236
   [junit4]   2> 720020 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@14327236
   [junit4]   2> 720020 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node1'
   [junit4]   2> 720021 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node2'
   [junit4]   2> 720021 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 720021 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 720021 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 720021 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 720021 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 720021 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 720021 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 720021 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 720022 INFO  (zkCallback-506-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1d95b05b name:ZooKeeperConnection Watcher:127.0.0.1:41186/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 720022 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 720022 INFO  (zkCallback-507-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3abbdf52 name:ZooKeeperConnection Watcher:127.0.0.1:41186/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 720022 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 720022 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 720022 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 720023 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 720023 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 720032 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node1/.
   [junit4]   2> 720032 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node2/.
   [junit4]   2> 720032 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1570952323
   [junit4]   2> 720032 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1831736443
   [junit4]   2> 720032 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node1]
   [junit4]   2> 720032 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node2]
   [junit4]   2> 720032 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1558969eebc0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 720032 WARN  (jetty-launcher-504-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node1/lib
   [junit4]   2> 720032 WARN  (jetty-launcher-504-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node2/lib
   [junit4]   2> 720033 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 720033 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 720034 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 720034 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 720034 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 720034 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 720034 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 720034 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 720034 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41186/solr
   [junit4]   2> 720034 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41186/solr
   [junit4]   2> 720034 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 720035 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 720035 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 720035 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 720035 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 720035 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 720036 INFO  (zkCallback-512-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@99aa92c name:ZooKeeperConnection Watcher:127.0.0.1:41186 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 720036 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 720036 INFO  (zkCallback-513-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6bd17b7c name:ZooKeeperConnection Watcher:127.0.0.1:41186 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 720036 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 720036 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 720036 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 720037 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@1a477ec4
   [junit4]   2> 720037 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1558969eebc0004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 720037 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@2b53a9fe
   [junit4]   2> 720037 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 720037 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 720038 INFO  (zkCallback-514-thread-1-processing-n:127.0.0.1:39136_solr) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@40a02083 name:ZooKeeperConnection Watcher:127.0.0.1:41186/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 720038 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 720038 INFO  (zkCallback-515-thread-1-processing-n:127.0.0.1:38560_solr) [n:127.0.0.1:38560_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@640e70cb name:ZooKeeperConnection Watcher:127.0.0.1:41186/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 720038 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 720038 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 720038 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 720039 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 720039 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 720040 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 720040 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 720041 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 720041 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 720041 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 720041 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 720042 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 720042 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 720042 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 720043 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 720044 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 720044 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 720044 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 720045 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 720045 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 720045 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 720045 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38560_solr
   [junit4]   2> 720045 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39136_solr
   [junit4]   2> 720045 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38560_solr
   [junit4]   2> 720045 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39136_solr
   [junit4]   2> 720046 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 720046 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 720046 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 720046 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 720047 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 720047 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 720047 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96134055128203269-127.0.0.1:39136_solr-n_0000000000
   [junit4]   2> 720047 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96134055128203270-127.0.0.1:38560_solr-n_0000000001
   [junit4]   2> 720047 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39136_solr
   [junit4]   2> 720047 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 720047 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96134055128203269-127.0.0.1:39136_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 720048 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 720048 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.Overseer Overseer (id=96134055128203269-127.0.0.1:39136_solr-n_0000000000) starting
   [junit4]   2> 720048 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 720050 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 720050 INFO  (OverseerCollectionConfigSetProcessor-96134055128203269-127.0.0.1:39136_solr-n_0000000000) [n:127.0.0.1:39136_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 720050 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 720051 INFO  (OverseerStateUpdate-96134055128203269-127.0.0.1:39136_solr-n_0000000000) [n:127.0.0.1:39136_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 720062 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 720062 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 720062 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node1/.
   [junit4]   2> 720063 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 720063 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 720063 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:39136_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 720064 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 720064 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 720064 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node2/.
   [junit4]   2> 720064 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 720064 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 720064 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:38560_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 720065 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 720065 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 720066 INFO  (zkCallback-516-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5f8ca75c name:ZooKeeperConnection Watcher:127.0.0.1:41186 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 720066 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 720066 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 720068 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 720068 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 720069 INFO  (zkCallback-518-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5881f2f2 name:ZooKeeperConnection Watcher:127.0.0.1:41186/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 720069 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 720069 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 720069 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 720071 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/managed-schema
   [junit4]   2> 720072 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 720072 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 720073 INFO  (zkCallback-519-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@499bd8c6 name:ZooKeeperConnection Watcher:127.0.0.1:41186/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 720073 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 720073 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 720073 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 720077 INFO  (qtp1843971659-4037) [n:127.0.0.1:39136_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params wt=javabin&name=testschemaapi&action=CREATE&numShards=1&version=2&collection.configName=conf1&replicationFactor=2 and sendToOCPQueue=true
   [junit4]   2> 720078 INFO  (OverseerCollectionConfigSetProcessor-96134055128203269-127.0.0.1:39136_solr-n_0000000000) [n:127.0.0.1:39136_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> 720078 INFO  (OverseerThreadFactory-1907-thread-1-processing-n:127.0.0.1:39136_solr) [n:127.0.0.1:39136_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> 720080 INFO  (OverseerThreadFactory-1907-thread-1-processing-n:127.0.0.1:39136_solr) [n:127.0.0.1:39136_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection testschemaapi
   [junit4]   2> 720080 INFO  (OverseerThreadFactory-1907-thread-1-processing-n:127.0.0.1:39136_solr) [n:127.0.0.1:39136_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/testschemaapi 
   [junit4]   2> 720080 INFO  (OverseerThreadFactory-1907-thread-1-processing-n:127.0.0.1:39136_solr) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi
   [junit4]   2> 720080 INFO  (zkCallback-514-thread-1-processing-n:127.0.0.1:39136_solr) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 720080 INFO  (zkCallback-519-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 720080 INFO  (zkCallback-515-thread-1-processing-n:127.0.0.1:38560_solr) [n:127.0.0.1:38560_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 720082 INFO  (OverseerStateUpdate-96134055128203269-127.0.0.1:39136_solr-n_0000000000) [n:127.0.0.1:39136_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> 720082 INFO  (OverseerStateUpdate-96134055128203269-127.0.0.1:39136_solr-n_0000000000) [n:127.0.0.1:39136_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: testschemaapi
   [junit4]   2> 720082 INFO  (OverseerStateUpdate-96134055128203269-127.0.0.1:39136_solr-n_0000000000) [n:127.0.0.1:39136_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testschemaapi/state.json
   [junit4]   2> 720182 INFO  (OverseerThreadFactory-1907-thread-1-processing-n:127.0.0.1:39136_solr) [n:127.0.0.1:39136_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection testschemaapi, shardNames [shard1] , replicationFactor : 2
   [junit4]   2> 720182 INFO  (OverseerThreadFactory-1907-thread-1-processing-n:127.0.0.1:39136_solr) [n:127.0.0.1:39136_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica1 as part of shard shard1 of collection testschemaapi on 127.0.0.1:39136_solr
   [junit4]   2> 720183 INFO  (OverseerThreadFactory-1907-thread-1-processing-n:127.0.0.1:39136_solr) [n:127.0.0.1:39136_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica2 as part of shard shard1 of collection testschemaapi on 127.0.0.1:38560_solr
   [junit4]   2> 720184 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr    ] o.a.s.h.a.CoreAdminOperation core create command wt=javabin&name=testschemaapi_shard1_replica1&action=CREATE&collection=testschemaapi&shard=shard1&numShards=1&qt=/admin/cores&collection.configName=conf1&version=2
   [junit4]   2> 720185 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr    ] o.a.s.h.a.CoreAdminOperation core create command wt=javabin&name=testschemaapi_shard1_replica2&action=CREATE&collection=testschemaapi&shard=shard1&numShards=1&qt=/admin/cores&collection.configName=conf1&version=2
   [junit4]   2> 720185 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {collection=testschemaapi, shard=shard1, name=testschemaapi_shard1_replica1, transient=false, config=solrconfig.xml, configSetProperties=configsetprops.json, collection.configName=conf1, numShards=1, loadOnStartup=true, dataDir=data/, schema=schema.xml}
   [junit4]   2> 720185 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {configSetProperties=configsetprops.json, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, transient=false, collection=testschemaapi, numShards=1, shard=shard1, name=testschemaapi_shard1_replica2, collection.configName=conf1, dataDir=data/}
   [junit4]   2> 720185 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 720186 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 720186 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 720186 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
   [junit4]   2> 720186 INFO  (OverseerStateUpdate-96134055128203269-127.0.0.1:39136_solr-n_0000000000) [n:127.0.0.1:39136_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "state":"down",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:39136_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:39136/solr",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 720187 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 720187 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 720187 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 720188 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
   [junit4]   2> 720188 INFO  (OverseerStateUpdate-96134055128203269-127.0.0.1:39136_solr-n_0000000000) [n:127.0.0.1:39136_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "state":"down",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:39136_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:39136/solr",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 720188 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 720188 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 720189 INFO  (OverseerStateUpdate-96134055128203269-127.0.0.1:39136_solr-n_0000000000) [n:127.0.0.1:39136_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "state":"down",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:38560_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:38560/solr",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 720189 INFO  (OverseerStateUpdate-96134055128203269-127.0.0.1:39136_solr-n_0000000000) [n:127.0.0.1:39136_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "state":"down",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:38560_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:38560/solr",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 720290 INFO  (OverseerStateUpdate-96134055128203269-127.0.0.1:39136_solr-n_0000000000) [n:127.0.0.1:39136_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 0
   [junit4]   2> 720290 INFO  (zkCallback-515-thread-1-processing-n:127.0.0.1:38560_solr) [n:127.0.0.1:38560_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> 720290 INFO  (zkCallback-514-thread-2-processing-n:127.0.0.1:39136_solr) [n:127.0.0.1:39136_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> 720291 INFO  (zkCallback-515-thread-1-processing-n:127.0.0.1:38560_solr) [n:127.0.0.1:38560_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 720291 INFO  (zkCallback-514-thread-2-processing-n:127.0.0.1:39136_solr) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 721188 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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> 721188 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 721188 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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> 721188 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 721188 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 721188 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 721188 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 721188 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 721188 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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> 721188 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node1/testschemaapi_shard1_replica1'
   [junit4]   2> 721189 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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> 721189 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node2/testschemaapi_shard1_replica2'
   [junit4]   2> 721189 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 721189 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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> 721189 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 721189 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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> 721190 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 721190 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 721193 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 721194 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 721202 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.3
   [junit4]   2> 721205 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.3
   [junit4]   2> 721227 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 721230 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 721230 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 721234 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 721236 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 721237 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 721237 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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> 721237 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 721237 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node1/testschemaapi_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/]
   [junit4]   2> 721237 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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> 721238 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data
   [junit4]   2> 721238 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index/
   [junit4]   2> 721238 WARN  (qtp1843971659-4039) [n:127.0.0.1:39136_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 721239 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index
   [junit4]   2> 721239 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 721239 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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@725a680c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d65267b),segFN=segments_1,generation=1}
   [junit4]   2> 721240 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 721240 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:39136_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/
   [junit4]   2> 721240 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 721240 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 721240 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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> 721240 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 721240 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node2/testschemaapi_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/]
   [junit4]   2> 721241 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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> 721241 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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> 721241 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data
   [junit4]   2> 721241 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index/
   [junit4]   2> 721241 WARN  (qtp410900452-4036) [n:127.0.0.1:38560_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 721241 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index
   [junit4]   2> 721242 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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@791d50e9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@73ab2f1d),segFN=segments_1,generation=1}
   [junit4]   2> 721242 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 721242 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:38560_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/
   [junit4]   2> 721242 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 721242 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 721243 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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> 721244 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 721244 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 721245 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 721245 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 721246 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 721246 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 721247 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/ping,/replication,/admin/system,/update,/schema,/admin/segments,/update/json/docs,/admin/file,/admin/threads,/update/csv,/admin/logging,/admin/plugins,/admin/mbeans,/admin/properties,/get,/select,/admin/luke,/config,/update/json
   [junit4]   2> 721247 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 721248 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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> 721248 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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> 721248 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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> 721248 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.RequestHandlers Registered paths: /admin/ping,/replication,/admin/system,/update,/schema,/admin/segments,/update/json/docs,/admin/file,/admin/threads,/update/csv,/admin/logging,/admin/plugins,/admin/mbeans,/admin/properties,/get,/select,/admin/luke,/config,/update/json
   [junit4]   2> 721249 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 721249 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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> 721249 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 721249 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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> 721250 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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> 721250 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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@725a680c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d65267b),segFN=segments_1,generation=1}
   [junit4]   2> 721250 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 721250 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening Searcher@71329cf[testschemaapi_shard1_replica1] main
   [junit4]   2> 721250 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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> 721250 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 721250 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 721250 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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> 721250 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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> 721251 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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> 721251 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 721251 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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> 721251 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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@791d50e9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@73ab2f1d),segFN=segments_1,generation=1}
   [junit4]   2> 721251 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 721251 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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> 721251 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening Searcher@7b440ad[testschemaapi_shard1_replica2] main
   [junit4]   2> 721251 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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> 721251 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 721251 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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> 721251 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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> 721251 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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:1121012054440188
   [junit4]   2> 721252 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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> 721252 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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> 721252 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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> 721252 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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> 721252 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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> 721252 INFO  (searcherExecutor-1912-thread-1-processing-n:127.0.0.1:39136_solr r:core_node1 x:testschemaapi_shard1_replica1 c:testschemaapi s:shard1) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Registered new searcher Searcher@71329cf[testschemaapi_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 721252 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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> 721252 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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 1538144883474169856
   [junit4]   2> 721252 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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> 721252 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 721252 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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> 721252 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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> 721252 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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> 721252 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 721252 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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> 721253 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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:1121012057661430
   [junit4]   2> 721253 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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> 721253 INFO  (searcherExecutor-1913-thread-1-processing-n:127.0.0.1:38560_solr r:core_node2 x:testschemaapi_shard1_replica2 c:testschemaapi s:shard1) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Registered new searcher Searcher@7b440ad[testschemaapi_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 721253 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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> 721253 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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> 721253 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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> 721253 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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 1538144883475218432
   [junit4]   2> 721254 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1538144883474169856
   [junit4]   2> 721254 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 721254 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica1
   [junit4]   2> 721254 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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:39136/solr collection:testschemaapi shard:shard1
   [junit4]   2> 721254 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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> 721256 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1538144883475218432
   [junit4]   2> 721256 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 721256 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica2
   [junit4]   2> 721257 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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:38560/solr collection:testschemaapi shard:shard1
   [junit4]   2> 721257 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_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/96134055128203270-core_node2-n_0000000000
   [junit4]   2> 721257 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_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/96134055128203269-core_node1-n_0000000001
   [junit4]   2> 721258 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 721258 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.LeaderElector Watching path /collections/testschemaapi/leader_elect/shard1/election/96134055128203270-core_node2-n_0000000000 to know if I could be the leader
   [junit4]   2> 721259 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 721259 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 721259 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:38560/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 721259 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica2 url=http://127.0.0.1:38560/solr START replicas=[http://127.0.0.1:39136/solr/testschemaapi_shard1_replica1/] nUpdates=100
   [junit4]   2> 721259 INFO  (OverseerStateUpdate-96134055128203269-127.0.0.1:39136_solr-n_0000000000) [n:127.0.0.1:39136_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> 721259 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica2 url=http://127.0.0.1:38560/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 721259 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 721259 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 721260 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leaders/shard1
   [junit4]   2> 721261 INFO  (qtp1843971659-4041) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.S.Request [testschemaapi_shard1_replica1]  webapp=/solr path=/get params={wt=javabin&distrib=false&getVersions=100&qt=/get&version=2&fingerprint=false} status=0 QTime=0
   [junit4]   2> 721262 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testschemaapi/leaders/shard1/leader after winning as /collections/testschemaapi/leader_elect/shard1/election/96134055128203270-core_node2-n_0000000000
   [junit4]   2> 721263 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:38560/solr/testschemaapi_shard1_replica2/ shard1
   [junit4]   2> 721263 INFO  (OverseerStateUpdate-96134055128203269-127.0.0.1:39136_solr-n_0000000000) [n:127.0.0.1:39136_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "base_url":"http://127.0.0.1:38560/solr",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 721364 INFO  (OverseerStateUpdate-96134055128203269-127.0.0.1:39136_solr-n_0000000000) [n:127.0.0.1:39136_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 1
   [junit4]   2> 721365 INFO  (zkCallback-514-thread-2-processing-n:127.0.0.1:39136_solr) [n:127.0.0.1:39136_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> 721365 INFO  (zkCallback-515-thread-1-processing-n:127.0.0.1:38560_solr) [n:127.0.0.1:38560_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> 721365 INFO  (zkCallback-515-thread-1-processing-n:127.0.0.1:38560_solr) [n:127.0.0.1:38560_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 721365 INFO  (zkCallback-514-thread-2-processing-n:127.0.0.1:39136_solr) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 721413 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController We are http://127.0.0.1:38560/solr/testschemaapi_shard1_replica2/ and leader is http://127.0.0.1:38560/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 721414 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController No LogReplay needed for core=testschemaapi_shard1_replica2 baseURL=http://127.0.0.1:38560/solr
   [junit4]   2> 721414 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 721414 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 721415 INFO  (OverseerStateUpdate-96134055128203269-127.0.0.1:39136_solr-n_0000000000) [n:127.0.0.1:39136_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "state":"active",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:38560_solr",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "base_url":"http://127.0.0.1:38560/solr",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 721415 INFO  (OverseerStateUpdate-96134055128203269-127.0.0.1:39136_solr-n_0000000000) [n:127.0.0.1:39136_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "state":"active",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:38560_solr",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "base_url":"http://127.0.0.1:38560/solr",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 721416 INFO  (qtp410900452-4036) [n:127.0.0.1:38560_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={wt=javabin&name=testschemaapi_shard1_replica2&action=CREATE&collection=testschemaapi&numShards=1&shard=shard1&qt=/admin/cores&version=2&collection.configName=conf1} status=0 QTime=1231
   [junit4]   2> 721517 INFO  (OverseerStateUpdate-96134055128203269-127.0.0.1:39136_solr-n_0000000000) [n:127.0.0.1:39136_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 2
   [junit4]   2> 721517 INFO  (zkCallback-515-thread-1-processing-n:127.0.0.1:38560_solr) [n:127.0.0.1:38560_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> 721517 INFO  (zkCallback-514-thread-1-processing-n:127.0.0.1:39136_solr) [n:127.0.0.1:39136_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> 721518 INFO  (zkCallback-515-thread-1-processing-n:127.0.0.1:38560_solr) [n:127.0.0.1:38560_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [2] to [3]
   [junit4]   2> 721518 INFO  (zkCallback-514-thread-1-processing-n:127.0.0.1:39136_solr) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [2] to [3]
   [junit4]   2> 722259 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController We are http://127.0.0.1:39136/solr/testschemaapi_shard1_replica1/ and leader is http://127.0.0.1:38560/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 722260 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController No LogReplay needed for core=testschemaapi_shard1_replica1 baseURL=http://127.0.0.1:39136/solr
   [junit4]   2> 722260 INFO  (qtp1843971659-4039) [n:127.0.0.1:39136_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 

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

342)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:342)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:128)
   [junit4]   2> 	... 7 more
   [junit4]   2> 733031 WARN  (zkCallback-514-thread-7-processing-n:127.0.0.1:39136_solr) [n:127.0.0.1:39136_solr    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/testschemaapi/leader_elect/shard1/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:328)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:325)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:325)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:106)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:57)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:349)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:264)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 733031 WARN  (zkCallback-514-thread-3-processing-n:127.0.0.1:39136_solr) [n:127.0.0.1:39136_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 733032 INFO  (jetty-launcher-504-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2ce654fc{/solr,null,UNAVAILABLE}
   [junit4]   2> 733033 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41186 41186
   [junit4]   2> 733146 INFO  (Thread-1523) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41186 41186
   [junit4]   2> 733146 WARN  (Thread-1523) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/configs/conf1/managed-schema
   [junit4]   2> 	6	/solr/configs/conf1
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/testschemaapi/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/overseer/collection-queue-work
   [junit4]   2> 	8	/solr/overseer/queue
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 733147 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5201186F5B3E5E9C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestManagedSchemaAPI -Dtests.method=test -Dtests.seed=5201186F5B3E5E9C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=da -Dtests.timezone=Asia/Katmandu -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   13.3s J0 | TestManagedSchemaAPI.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:38560/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5201186F5B3E5E9C:DA5527B5F5C23364]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:632)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:981)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
   [junit4]    > 	at org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:101)
   [junit4]    > 	at org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:69)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:38560/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:607)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:604)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    > 	... 1 more
   [junit4]   2> 733149 INFO  (SUITE-TestManagedSchemaAPI-seed#[5201186F5B3E5E9C]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5201186F5B3E5E9C-001
   [junit4]   2> Jun 25, 2016 9:14:42 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=da, timezone=Asia/Katmandu
   [junit4]   2> NOTE: Linux 4.4.0-24-generic amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=12,threads=1,free=188947808,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestArbitraryIndexDir, TestPerFieldSimilarityWithDefaultOverride, AsyncCallRequestStatusResponseTest, DocValuesMissingTest, ZkNodePropsTest, TestTestInjection, TestBinaryField, TestLazyCores, TestMinMaxOnMultiValuedField, HdfsThreadLeakTest, OverseerStatusTest, TestDistributedSearch, ShardSplitTest, DistributedVersionInfoTest, TestHighlightDedupGrouping, PathHierarchyTokenizerFactoryTest, TestValueSourceCache, CurrencyFieldOpenExchangeTest, HdfsBasicDistributedZkTest, PreAnalyzedFieldTest, SimpleCollectionCreateDeleteTest, DeleteShardTest, SynonymTokenizerTest, ZkStateWriterTest, AlternateDirectoryTest, StressHdfsTest, OutputWriterTest, TestDistribDocBasedVersion, TestLMDirichletSimilarityFactory, TriLevelCompositeIdRoutingTest, TestPseudoReturnFields, ExternalFileFieldSortTest, DistributedFacetPivotWhiteBoxTest, TestCloudSchemaless, ConnectionManagerTest, TestDistribIDF, TestConfigReload, RequiredFieldsTest, PrimUtilsTest, DistributedDebugComponentTest, TestIBSimilarityFactory, HdfsCollectionsAPIDistributedZkTest, TestConfig, SignatureUpdateProcessorFactoryTest, TestPhraseSuggestions, TestManagedSchemaAPI]
   [junit4] Completed [199/573 (1!)] on J0 in 14.27s, 1 test, 1 error <<< FAILURES!

[...truncated 1178 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:750: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:694: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/common-build.xml:534: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1477: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1033: There were test failures: 573 suites (7 ignored), 2319 tests, 1 error, 84 ignored (39 assumptions) [seed: 5201186F5B3E5E9C]

Total time: 56 minutes 32 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



[JENKINS] Lucene-Solr-5.5-Linux (64bit/jdk1.8.0_92) - Build # 353 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Linux/353/
Java: 64bit/jdk1.8.0_92 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestIndexFetchOnMasterRestart

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([B64B8023F7982E68:6EBC44C75C43EC34]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.TestReplicationHandler.doTestIndexFetchOnMasterRestart(TestReplicationHandler.java:624)
	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)




Build Log:
[...truncated 11855 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/init-core-data-001
   [junit4]   2> 1640207 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestReplicateAfterWrite2Slave
   [junit4]   2> 1640208 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-001/collection1
   [junit4]   2> 1640210 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1640211 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@79ac73d4{/solr,null,AVAILABLE}
   [junit4]   2> 1640215 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.e.j.s.ServerConnector Started ServerConnector@f83498a{HTTP/1.1}{127.0.0.1:34123}
   [junit4]   2> 1640215 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.e.j.s.Server Started @1642010ms
   [junit4]   2> 1640215 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=34123}
   [junit4]   2> 1640215 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1640215 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-001'
   [junit4]   2> 1640217 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1640217 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1640217 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-001/solr.xml
   [junit4]   2> 1640220 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-001/.
   [junit4]   2> 1640220 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.CoreContainer New CoreContainer 1186573396
   [junit4]   2> 1640220 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-001]
   [junit4]   2> 1640220 WARN  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-001/lib
   [junit4]   2> 1640221 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1640221 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1640222 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1640222 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1640222 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1640222 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1640222 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-001/.
   [junit4]   2> 1640223 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1640223 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-001/./collection1
   [junit4]   2> 1640223 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1640223 INFO  (coreLoadExecutor-3258-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-001/collection1'
   [junit4]   2> 1640223 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1640223 INFO  (coreLoadExecutor-3258-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1640223 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1640223 INFO  (coreLoadExecutor-3258-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1640228 INFO  (coreLoadExecutor-3258-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1640230 INFO  (coreLoadExecutor-3258-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.3
   [junit4]   2> 1640235 INFO  (coreLoadExecutor-3258-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1640236 INFO  (coreLoadExecutor-3258-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1640238 INFO  (coreLoadExecutor-3258-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1640239 INFO  (coreLoadExecutor-3258-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-001/collection1'
   [junit4]   2> 1640239 INFO  (coreLoadExecutor-3258-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-001/./collection1
   [junit4]   2> 1640239 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1640239 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1640239 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1640239 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-001/./collection1/data
   [junit4]   2> 1640239 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 1640239 WARN  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1640240 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 1640240 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@2e27e562
   [junit4]   2> 1640240 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@76cc34a3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a265e54),segFN=segments_1,generation=1}
   [junit4]   2> 1640240 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1640241 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-001/./collection1/data/
   [junit4]   2> 1640241 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1640242 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1640242 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1640243 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1640243 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1640246 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1640246 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,defaults,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1640246 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1640246 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1640246 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1640246 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=88.5693359375, floorSegmentMB=1.3974609375, forceMergeDeletesPctAllowed=3.0663742718073914, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7352597013242026
   [junit4]   2> 1640246 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@76cc34a3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a265e54),segFN=segments_1,generation=1}
   [junit4]   2> 1640246 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1640246 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@f51be74[collection1] main
   [junit4]   2> 1640247 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-001/collection1/conf
   [junit4]   2> 1640247 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-001/collection1/conf}
   [junit4]   2> 1640247 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-001/collection1/conf
   [junit4]   2> 1640247 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1640247 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1640247 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1640247 INFO  (searcherExecutor-3259-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@f51be74[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1640247 INFO  (coreLoadExecutor-3258-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1640725 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-002/collection1
   [junit4]   2> 1640728 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1640729 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3af7badb{/solr,null,AVAILABLE}
   [junit4]   2> 1640730 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.e.j.s.ServerConnector Started ServerConnector@6d4bd3ea{HTTP/1.1}{127.0.0.1:35095}
   [junit4]   2> 1640730 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.e.j.s.Server Started @1642525ms
   [junit4]   2> 1640730 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=35095}
   [junit4]   2> 1640730 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1640730 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-002'
   [junit4]   2> 1640730 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1640730 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1640731 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-002/solr.xml
   [junit4]   2> 1640735 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-002/.
   [junit4]   2> 1640735 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.CoreContainer New CoreContainer 1890071279
   [junit4]   2> 1640735 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-002]
   [junit4]   2> 1640735 WARN  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-002/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-002/lib
   [junit4]   2> 1640736 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1640737 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1640737 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1640737 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1640737 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1640737 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1640738 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-002/.
   [junit4]   2> 1640739 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1640739 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-002/./collection1
   [junit4]   2> 1640739 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1640739 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-002/collection1'
   [junit4]   2> 1640739 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1640739 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1640739 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1640739 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[B64B8023F7982E68]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1640743 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1640745 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.3
   [junit4]   2> 1640749 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1640751 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1640752 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1640753 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-002/collection1'
   [junit4]   2> 1640753 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-002/./collection1
   [junit4]   2> 1640754 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1640754 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 1640754 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1640754 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-002/./collection1/data
   [junit4]   2> 1640754 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 1640754 WARN  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1640754 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 1640754 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@4af8ca94
   [junit4]   2> 1640755 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@72763b11 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@285dee83),segFN=segments_1,generation=1}
   [junit4]   2> 1640755 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1640755 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-002/./collection1/data/
   [junit4]   2> 1640756 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1640757 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1640758 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1640758 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1640758 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1640759 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1640759 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,defaults,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1640759 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1640759 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1640759 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1640760 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=88.5693359375, floorSegmentMB=1.3974609375, forceMergeDeletesPctAllowed=3.0663742718073914, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7352597013242026
   [junit4]   2> 1640760 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@72763b11 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@285dee83),segFN=segments_1,generation=1}
   [junit4]   2> 1640760 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1640760 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@b26016c[collection1] main
   [junit4]   2> 1640760 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-002/collection1/conf
   [junit4]   2> 1640760 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-002/collection1/conf}
   [junit4]   2> 1640760 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-002/collection1/conf
   [junit4]   2> 1640760 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1640761 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 1640761 INFO  (searcherExecutor-3269-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@b26016c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1640762 INFO  (coreLoadExecutor-3268-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1640763 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1641241 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1641244 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0]} 0 0
   [junit4]   2> 1641245 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 1641247 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 1641248 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 1641250 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 1641251 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 1641253 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 1641254 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 1641256 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 1641257 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 1641259 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 1641260 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 1641262 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 1641263 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 1641265 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 1641266 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 1641268 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 1641269 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17]} 0 0
   [junit4]   2> 1641271 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 1641272 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 1641274 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20]} 0 0
   [junit4]   2> 1641275 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 1641277 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22]} 0 0
   [junit4]   2> 1641278 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 1641280 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 1641281 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 1641283 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 1641284 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27]} 0 0
   [junit4]   2> 1641286 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28]} 0 0
   [junit4]   2> 1641287 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 1641289 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30]} 0 0
   [junit4]   2> 1641290 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 1641291 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32]} 0 0
   [junit4]   2> 1641293 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33]} 0 0
   [junit4]   2> 1641295 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 1641296 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 1641298 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36]} 0 0
   [junit4]   2> 1641299 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37]} 0 0
   [junit4]   2> 1641301 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38]} 0 0
   [junit4]   2> 1641302 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39]} 0 0
   [junit4]   2> 1641304 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40]} 0 0
   [junit4]   2> 1641305 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 1641307 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42]} 0 0
   [junit4]   2> 1641308 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43]} 0 0
   [junit4]   2> 1641309 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44]} 0 0
   [junit4]   2> 1641311 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45]} 0 0
   [junit4]   2> 1641312 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46]} 0 0
   [junit4]   2> 1641314 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47]} 0 0
   [junit4]   2> 1641315 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48]} 0 0
   [junit4]   2> 1641317 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49]} 0 0
   [junit4]   2> 1641318 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50]} 0 0
   [junit4]   2> 1641320 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51]} 0 0
   [junit4]   2> 1641321 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[52]} 0 0
   [junit4]   2> 1641323 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[53]} 0 0
   [junit4]   2> 1641324 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[54]} 0 0
   [junit4]   2> 1641326 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55]} 0 0
   [junit4]   2> 1641327 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[56]} 0 0
   [junit4]   2> 1641329 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[57]} 0 0
   [junit4]   2> 1641330 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[58]} 0 0
   [junit4]   2> 1641331 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[59]} 0 0
   [junit4]   2> 1641333 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[60]} 0 0
   [junit4]   2> 1641335 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[61]} 0 0
   [junit4]   2> 1641336 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[62]} 0 0
   [junit4]   2> 1641338 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[63]} 0 0
   [junit4]   2> 1641339 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[64]} 0 0
   [junit4]   2> 1641341 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[65]} 0 0
   [junit4]   2> 1641342 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[66]} 0 0
   [junit4]   2> 1641343 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[67]} 0 0
   [junit4]   2> 1641345 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[68]} 0 0
   [junit4]   2> 1641347 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[69]} 0 0
   [junit4]   2> 1641348 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[70]} 0 0
   [junit4]   2> 1641350 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[71]} 0 0
   [junit4]   2> 1641351 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[72]} 0 0
   [junit4]   2> 1641353 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[73]} 0 0
   [junit4]   2> 1641354 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[74]} 0 0
   [junit4]   2> 1641355 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[75]} 0 0
   [junit4]   2> 1641358 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[76]} 0 0
   [junit4]   2> 1641359 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[77]} 0 0
   [junit4]   2> 1641360 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[78]} 0 0
   [junit4]   2> 1641362 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[79]} 0 0
   [junit4]   2> 1641363 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[80]} 0 0
   [junit4]   2> 1641365 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[81]} 0 0
   [junit4]   2> 1641366 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[82]} 0 0
   [junit4]   2> 1641368 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[83]} 0 0
   [junit4]   2> 1641370 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[84]} 0 0
   [junit4]   2> 1641371 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[85]} 0 0
   [junit4]   2> 1641373 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[86]} 0 0
   [junit4]   2> 1641374 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[87]} 0 0
   [junit4]   2> 1641376 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[88]} 0 0
   [junit4]   2> 1641377 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[89]} 0 0
   [junit4]   2> 1641379 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[90]} 0 0
   [junit4]   2> 1641380 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[91]} 0 0
   [junit4]   2> 1641381 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[92]} 0 0
   [junit4]   2> 1641383 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[93]} 0 0
   [junit4]   2> 1641384 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[94]} 0 0
   [junit4]   2> 1641386 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[95]} 0 0
   [junit4]   2> 1641387 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[96]} 0 0
   [junit4]   2> 1641389 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[97]} 0 0
   [junit4]   2> 1641390 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[98]} 0 0
   [junit4]   2> 1641392 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[99]} 0 0
   [junit4]   2> 1641393 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[100]} 0 0
   [junit4]   2> 1641395 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[101]} 0 0
   [junit4]   2> 1641396 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[102]} 0 0
   [junit4]   2> 1641398 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[103]} 0 0
   [junit4]   2> 1641399 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[104]} 0 0
   [junit4]   2> 1641400 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[105]} 0 0
   [junit4]   2> 1641402 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[106]} 0 0
   [junit4]   2> 1641403 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[107]} 0 0
   [junit4]   2> 1641405 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[108]} 0 0
   [junit4]   2> 1641406 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[109]} 0 0
   [junit4]   2> 1641408 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[110]} 0 0
   [junit4]   2> 1641409 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[111]} 0 0
   [junit4]   2> 1641411 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[112]} 0 0
   [junit4]   2> 1641412 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[113]} 0 0
   [junit4]   2> 1641414 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[114]} 0 0
   [junit4]   2> 1641415 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[115]} 0 0
   [junit4]   2> 1641417 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[116]} 0 0
   [junit4]   2> 1641418 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[117]} 0 0
   [junit4]   2> 1641420 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[118]} 0 0
   [junit4]   2> 1641421 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[119]} 0 0
   [junit4]   2> 1641423 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[120]} 0 0
   [junit4]   2> 1641424 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[121]} 0 0
   [junit4]   2> 1641426 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[122]} 0 0
   [junit4]   2> 1641427 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[123]} 0 0
   [junit4]   2> 1641429 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[124]} 0 0
   [junit4]   2> 1641430 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[125]} 0 0
   [junit4]   2> 1641432 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[126]} 0 0
   [junit4]   2> 1641433 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[127]} 0 0
   [junit4]   2> 1641435 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[128]} 0 0
   [junit4]   2> 1641436 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[129]} 0 0
   [junit4]   2> 1641438 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[130]} 0 0
   [junit4]   2> 1641439 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[131]} 0 0
   [junit4]   2> 1641440 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[132]} 0 0
   [junit4]   2> 1641442 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[133]} 0 0
   [junit4]   2> 1641443 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[134]} 0 0
   [junit4]   2> 1641445 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[135]} 0 0
   [junit4]   2> 1641446 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[136]} 0 0
   [junit4]   2> 1641448 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[137]} 0 0
   [junit4]   2> 1641449 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[138]} 0 0
   [junit4]   2> 1641451 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[139]} 0 0
   [junit4]   2> 1641452 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[140]} 0 0
   [junit4]   2> 1641453 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[141]} 0 0
   [junit4]   2> 1641455 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[142]} 0 0
   [junit4]   2> 1641456 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[143]} 0 0
   [junit4]   2> 1641458 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[144]} 0 0
   [junit4]   2> 1641459 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[145]} 0 0
   [junit4]   2> 1641461 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[146]} 0 0
   [junit4]   2> 1641462 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[147]} 0 0
   [junit4]   2> 1641464 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[148]} 0 0
   [junit4]   2> 1641466 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[149]} 0 0
   [junit4]   2> 1641467 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[150]} 0 0
   [junit4]   2> 1641468 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[151]} 0 0
   [junit4]   2> 1641470 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[152]} 0 0
   [junit4]   2> 1641471 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[153]} 0 0
   [junit4]   2> 1641473 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[154]} 0 0
   [junit4]   2> 1641474 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[155]} 0 0
   [junit4]   2> 1641476 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[156]} 0 0
   [junit4]   2> 1641478 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[157]} 0 0
   [junit4]   2> 1641479 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[158]} 0 0
   [junit4]   2> 1641480 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[159]} 0 0
   [junit4]   2> 1641482 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[160]} 0 0
   [junit4]   2> 1641483 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[161]} 0 0
   [junit4]   2> 1641485 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[162]} 0 0
   [junit4]   2> 1641486 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[163]} 0 0
   [junit4]   2> 1641488 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[164]} 0 0
   [junit4]   2> 1641489 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[165]} 0 0
   [junit4]   2> 1641491 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[166]} 0 0
   [junit4]   2> 1641492 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[167]} 0 0
   [junit4]   2> 1641494 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[168]} 0 0
   [junit4]   2> 1641495 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[169]} 0 0
   [junit4]   2> 1641496 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[170]} 0 0
   [junit4]   2> 1641498 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[171]} 0 0
   [junit4]   2> 1641499 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[172]} 0 0
   [junit4]   2> 1641501 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[173]} 0 0
   [junit4]   2> 1641502 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[174]} 0 0
   [junit4]   2> 1641504 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[175]} 0 0
   [junit4]   2> 1641505 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[176]} 0 0
   [junit4]   2> 1641506 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[177]} 0 0
   [junit4]   2> 1641508 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[178]} 0 0
   [junit4]   2> 1641509 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[179]} 0 0
   [junit4]   2> 1641511 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[180]} 0 0
   [junit4]   2> 1641512 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[181]} 0 0
   [junit4]   2> 1641514 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[182]} 0 0
   [junit4]   2> 1641515 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[183]} 0 0
   [junit4]   2> 1641517 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[184]} 0 0
   [junit4]   2> 1641518 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[185]} 0 0
   [junit4]   2> 1641520 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[186]} 0 0
   [junit4]   2> 1641521 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[187]} 0 0
   [junit4]   2> 1641523 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[188]} 0 0
   [junit4]   2> 1641524 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[189]} 0 0
   [junit4]   2> 1641526 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[190]} 0 0
   [junit4]   2> 1641527 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[191]} 0 0
   [junit4]   2> 1641528 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[192]} 0 0
   [junit4]   2> 1641530 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[193]} 0 0
   [junit4]   2> 1641531 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[194]} 0 0
   [junit4]   2> 1641533 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[195]} 0 0
   [junit4]   2> 1641534 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[196]} 0 0
   [junit4]   2> 1641536 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[197]} 0 0
   [junit4]   2> 1641537 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[198]} 0 0
   [junit4]   2> 1641539 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[199]} 0 0
   [junit4]   2> 1641540 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[200]} 0 0
   [junit4]   2> 1641542 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[201]} 0 0
   [junit4]   2> 1641543 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[202]} 0 0
   [junit4]   2> 1641545 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[203]} 0 0
   [junit4]   2> 1641546 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[204]} 0 0
   [junit4]   2> 1641548 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[205]} 0 0
   [junit4]   2> 1641549 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[206]} 0 0
   [junit4]   2> 1641551 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[207]} 0 0
   [junit4]   2> 1641552 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[208]} 0 0
   [junit4]   2> 1641554 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[209]} 0 0
   [junit4]   2> 1641555 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[210]} 0 0
   [junit4]   2> 1641557 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[211]} 0 0
   [junit4]   2> 1641558 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[212]} 0 0
   [junit4]   2> 1641559 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[213]} 0 0
   [junit4]   2> 1641561 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[214]} 0 0
   [junit4]   2> 1641562 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[215]} 0 0
   [junit4]   2> 1641564 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[216]} 0 0
   [junit4]   2> 1641565 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[217]} 0 0
   [junit4]   2> 1641567 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[218]} 0 0
   [junit4]   2> 1641568 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[219]} 0 0
   [junit4]   2> 1641569 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[220]} 0 0
   [junit4]   2> 1641571 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[221]} 0 0
   [junit4]   2> 1641572 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[222]} 0 0
   [junit4]   2> 1641574 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[223]} 0 0
   [junit4]   2> 1641575 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[224]} 0 0
   [junit4]   2> 1641577 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[225]} 0 0
   [junit4]   2> 1641578 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[226]} 0 0
   [junit4]   2> 1641579 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[227]} 0 0
   [junit4]   2> 1641581 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[228]} 0 0
   [junit4]   2> 1641582 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[229]} 0 0
   [junit4]   2> 1641584 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[230]} 0 0
   [junit4]   2> 1641585 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[231]} 0 0
   [junit4]   2> 1641587 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[232]} 0 0
   [junit4]   2> 1641588 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[233]} 0 0
   [junit4]   2> 1641590 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[234]} 0 0
   [junit4]   2> 1641591 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[235]} 0 0
   [junit4]   2> 1641593 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[236]} 0 0
   [junit4]   2> 1641594 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[237]} 0 0
   [junit4]   2> 1641596 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[238]} 0 0
   [junit4]   2> 1641597 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[239]} 0 0
   [junit4]   2> 1641599 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[240]} 0 0
   [junit4]   2> 1641600 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[241]} 0 0
   [junit4]   2> 1641602 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[242]} 0 0
   [junit4]   2> 1641603 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[243]} 0 0
   [junit4]   2> 1641605 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[244]} 0 0
   [junit4]   2> 1641606 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[245]} 0 0
   [junit4]   2> 1641608 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[246]} 0 0
   [junit4]   2> 1641609 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[247]} 0 0
   [junit4]   2> 1641611 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[248]} 0 0
   [junit4]   2> 1641612 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[249]} 0 0
   [junit4]   2> 1641614 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[250]} 0 0
   [junit4]   2> 1641615 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[251]} 0 0
   [junit4]   2> 1641617 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[252]} 0 0
   [junit4]   2> 1641618 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[253]} 0 0
   [junit4]   2> 1641620 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[254]} 0 0
   [junit4]   2> 1641621 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[255]} 0 0
   [junit4]   2> 1641623 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[256]} 0 0
   [junit4]   2> 1641624 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[257]} 0 0
   [junit4]   2> 1641626 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[258]} 0 0
   [junit4]   2> 1641627 INFO  (qtp1221570544-7506) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[259]} 0 0
   [junit4]   2> 1641629 INFO  (qtp1221570544-7507) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[260]} 0 0
   [junit4]   2> 1641630 INFO  (qtp1221570544-7508) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt

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

rs=0,cumulative_adds=6,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1726848 INFO  (coreCloseExecutor-3950-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1726848 INFO  (coreCloseExecutor-3950-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1726848 INFO  (coreCloseExecutor-3950-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1726849 INFO  (coreCloseExecutor-3950-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1726849 INFO  (coreCloseExecutor-3950-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1726849 INFO  (coreCloseExecutor-3950-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-030/./collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-030/./collection1/data;done=false>>]
   [junit4]   2> 1726849 INFO  (coreCloseExecutor-3950-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-030/./collection1/data
   [junit4]   2> 1726849 INFO  (coreCloseExecutor-3950-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-030/./collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-030/./collection1/data/index;done=false>>]
   [junit4]   2> 1726849 INFO  (coreCloseExecutor-3950-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-030/./collection1/data/index
   [junit4]   2> 1726849 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[B64B8023F7982E68]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@59949282{/solr,null,UNAVAILABLE}
   [junit4]   2> 1726850 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[B64B8023F7982E68]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@45c9503f{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1726850 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[B64B8023F7982E68]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=687577738
   [junit4]   2> 1726850 INFO  (coreCloseExecutor-3952-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7d9297dd
   [junit4]   2> 1726850 INFO  (coreCloseExecutor-3952-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1726850 INFO  (coreCloseExecutor-3952-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1726850 INFO  (coreCloseExecutor-3952-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1726851 INFO  (coreCloseExecutor-3952-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1726851 INFO  (coreCloseExecutor-3952-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1726851 INFO  (coreCloseExecutor-3952-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1726851 INFO  (coreCloseExecutor-3952-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-031/./collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-031/./collection1/data;done=false>>]
   [junit4]   2> 1726851 INFO  (coreCloseExecutor-3952-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-031/./collection1/data
   [junit4]   2> 1726851 INFO  (coreCloseExecutor-3952-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-031/./collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-031/./collection1/data/index;done=false>>]
   [junit4]   2> 1726851 INFO  (coreCloseExecutor-3952-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001/solr-instance-031/./collection1/data/index
   [junit4]   2> 1726852 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[B64B8023F7982E68]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@40e808f7{/solr,null,UNAVAILABLE}
   [junit4]   2> 1726853 INFO  (SUITE-TestReplicationHandler-seed#[B64B8023F7982E68]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B64B8023F7982E68-001
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=10, maxDocsPerChunk=494, blockSize=9), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=10, blockSize=9)), sim=DefaultSimilarity, locale=zh-SG, timezone=America/Kentucky/Louisville
   [junit4]   2> NOTE: Linux 4.4.0-24-generic amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=12,threads=1,free=296307112,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [AnalysisAfterCoreReloadTest, PathHierarchyTokenizerFactoryTest, BitVectorTest, TestObjectReleaseTracker, ResourceLoaderTest, RollingRestartTest, TestExpandComponent, OverriddenZkACLAndCredentialsProvidersTest, TestCollapseQParserPlugin, TestCloudPivotFacet, TestManagedResource, LeaderFailoverAfterPartitionTest, DataDrivenBlockJoinTest, DateFieldTest, TestNamedUpdateProcessors, DistributedFacetPivotLongTailTest, TestBulkSchemaConcurrent, HdfsCollectionsAPIDistributedZkTest, ZkNodePropsTest, TestHdfsUpdateLog, TestLMDirichletSimilarityFactory, TestReplicaProperties, TestRangeQuery, TestConfigSetImmutable, ExternalFileFieldSortTest, TestStressLucene, TestBulkSchemaAPI, TestRealTimeGet, ShardSplitTest, ResponseLogComponentTest, DisMaxRequestHandlerTest, TestSolr4Spatial, TestBadConfig, TestOmitPositions, QueryEqualityTest, XsltUpdateRequestHandlerTest, TestFoldingMultitermQuery, DistributedVersionInfoTest, TestDistribIDF, TestAuthenticationFramework, TestSearcherReuse, DeleteInactiveReplicaTest, DistributedQueryElevationComponentTest, TestAnalyzedSuggestions, RequiredFieldsTest, TestFaceting, TestSolr4Spatial2, TestDynamicLoading, TestLazyCores, TestLRUCache, TestDocSet, DistribDocExpirationUpdateProcessorTest, QueryElevationComponentTest, OutputWriterTest, TestFieldTypeResource, DistributedDebugComponentTest, TestMinMaxOnMultiValuedField, SolrCoreTest, TestReplicationHandler]
   [junit4] Completed [393/573 (1!)] on J0 in 86.66s, 15 tests, 1 failure <<< FAILURES!

[...truncated 579 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:750: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:694: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/common-build.xml:534: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1477: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1033: There were test failures: 573 suites (7 ignored), 2319 tests, 1 failure, 84 ignored (39 assumptions) [seed: B64B8023F7982E68]

Total time: 57 minutes 48 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



[JENKINS] Lucene-Solr-5.5-Linux (32bit/jdk1.7.0_80) - Build # 352 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Linux/352/
Java: 32bit/jdk1.7.0_80 -client -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestIndexFetchOnMasterRestart

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([1293844309950299:CA6440A7A24EC0C5]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.TestReplicationHandler.doTestIndexFetchOnMasterRestart(TestReplicationHandler.java:624)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10719 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/init-core-data-001
   [junit4]   2> 122706 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestReplicateAfterWrite2Slave
   [junit4]   2> 122706 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-001/collection1
   [junit4]   2> 122708 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 122709 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@26f770{/solr,null,AVAILABLE}
   [junit4]   2> 122709 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.e.j.s.ServerConnector Started ServerConnector@53248e{HTTP/1.1}{127.0.0.1:40278}
   [junit4]   2> 122710 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.e.j.s.Server Started @123938ms
   [junit4]   2> 122710 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=40278}
   [junit4]   2> 122711 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1db04ed
   [junit4]   2> 122711 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-001'
   [junit4]   2> 122711 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 122711 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 122711 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-001/solr.xml
   [junit4]   2> 122720 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-001/.
   [junit4]   2> 122720 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.CoreContainer New CoreContainer 18134912
   [junit4]   2> 122720 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-001]
   [junit4]   2> 122721 WARN  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-001/lib
   [junit4]   2> 122721 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 122721 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 122722 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 122722 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 122722 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 122722 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 122723 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-001/.
   [junit4]   2> 122724 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {dataDir=data/, configSetProperties=configsetprops.json, schema=schema.xml, config=solrconfig.xml, loadOnStartup=true, transient=false, name=collection1}
   [junit4]   2> 122724 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-001/./collection1
   [junit4]   2> 122724 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 122724 INFO  (coreLoadExecutor-423-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-001/collection1'
   [junit4]   2> 122724 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 122724 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 122724 INFO  (coreLoadExecutor-423-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 122724 INFO  (coreLoadExecutor-423-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 122730 INFO  (coreLoadExecutor-423-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 122737 WARN  (coreLoadExecutor-423-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 122739 INFO  (coreLoadExecutor-423-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 122763 INFO  (coreLoadExecutor-423-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 122766 INFO  (coreLoadExecutor-423-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 122772 INFO  (coreLoadExecutor-423-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 122773 INFO  (coreLoadExecutor-423-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-001/collection1'
   [junit4]   2> 122773 INFO  (coreLoadExecutor-423-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-001/./collection1
   [junit4]   2> 122773 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 122774 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 122774 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 122774 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-001/./collection1/data
   [junit4]   2> 122774 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 122774 WARN  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 122774 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 122774 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 122775 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@179346b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@609700),segFN=segments_1,generation=1}
   [junit4]   2> 122775 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 122775 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-001/./collection1/data/
   [junit4]   2> 122776 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 122777 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 122778 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 122779 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 122780 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 122783 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 122783 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /schema,/admin/mbeans,/admin/logging,/update/json,/admin/plugins,/update,/admin/luke,defaults,/admin/ping,/admin/system,/admin/threads,/replication,standard,/admin/segments,/get,/admin/properties,/update/json/docs,/update/csv,/admin/file,lazy,/config
   [junit4]   2> 122784 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 122784 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 122784 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 122784 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=9, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.843393850046785]
   [junit4]   2> 122784 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@179346b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@609700),segFN=segments_1,generation=1}
   [junit4]   2> 122784 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 122784 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@52a90f[collection1] main
   [junit4]   2> 122785 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-001/collection1/conf
   [junit4]   2> 122785 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-001/collection1/conf}
   [junit4]   2> 122785 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-001/collection1/conf
   [junit4]   2> 122785 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 122785 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 122785 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 122785 INFO  (coreLoadExecutor-423-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 122785 INFO  (searcherExecutor-424-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@52a90f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 123225 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-002/collection1
   [junit4]   2> 123234 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 123236 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c433a1{/solr,null,AVAILABLE}
   [junit4]   2> 123236 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1c87583{HTTP/1.1}{127.0.0.1:35762}
   [junit4]   2> 123236 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.e.j.s.Server Started @124464ms
   [junit4]   2> 123236 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=35762}
   [junit4]   2> 123237 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1db04ed
   [junit4]   2> 123237 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-002'
   [junit4]   2> 123237 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 123237 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 123237 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-002/solr.xml
   [junit4]   2> 123250 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-002/.
   [junit4]   2> 123251 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.CoreContainer New CoreContainer 16551418
   [junit4]   2> 123251 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-002]
   [junit4]   2> 123251 WARN  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-002/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-002/lib
   [junit4]   2> 123251 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 123252 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 123253 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 123253 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 123253 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 123253 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 123253 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-002/.
   [junit4]   2> 123254 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {dataDir=data/, configSetProperties=configsetprops.json, loadOnStartup=true, transient=false, schema=schema.xml, config=solrconfig.xml, name=collection1}
   [junit4]   2> 123254 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-002/./collection1
   [junit4]   2> 123254 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 123254 INFO  (coreLoadExecutor-433-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-002/collection1'
   [junit4]   2> 123254 INFO  (coreLoadExecutor-433-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 123254 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 123254 INFO  (coreLoadExecutor-433-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 123254 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[1293844309950299]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 123260 INFO  (coreLoadExecutor-433-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 123268 WARN  (coreLoadExecutor-433-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 123270 INFO  (coreLoadExecutor-433-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 123296 INFO  (coreLoadExecutor-433-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 123299 INFO  (coreLoadExecutor-433-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 123304 INFO  (coreLoadExecutor-433-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 123306 INFO  (coreLoadExecutor-433-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-002/collection1'
   [junit4]   2> 123306 INFO  (coreLoadExecutor-433-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-002/./collection1
   [junit4]   2> 123306 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 123306 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 123306 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 123306 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-002/./collection1/data
   [junit4]   2> 123306 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 123306 WARN  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 123307 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 123307 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 123307 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1a496a8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9f0701),segFN=segments_1,generation=1}
   [junit4]   2> 123307 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 123307 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-002/./collection1/data/
   [junit4]   2> 123308 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 123310 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 123311 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 123312 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 123312 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 123313 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 123313 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /schema,/admin/mbeans,/admin/logging,/update/json,/admin/plugins,/update,/admin/luke,defaults,/admin/ping,/admin/system,/admin/threads,/replication,standard,/admin/segments,/get,/admin/properties,/update/json/docs,/update/csv,/admin/file,lazy,/config
   [junit4]   2> 123314 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 123314 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 123314 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 123314 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=9, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.843393850046785]
   [junit4]   2> 123315 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1a496a8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9f0701),segFN=segments_1,generation=1}
   [junit4]   2> 123315 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 123315 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@d4e13a[collection1] main
   [junit4]   2> 123315 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-002/collection1/conf
   [junit4]   2> 123315 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-002/collection1/conf}
   [junit4]   2> 123315 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-002/collection1/conf
   [junit4]   2> 123315 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 123316 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 123316 INFO  (searcherExecutor-434-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@d4e13a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 123316 INFO  (coreLoadExecutor-433-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 123757 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={sort=id+desc&wt=javabin&version=2&q=*:*} hits=0 status=0 QTime=0
   [junit4]   2> 123759 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0]} 0 0
   [junit4]   2> 123761 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 123763 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 123764 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 123766 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 123768 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 123769 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 123771 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 123772 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 123773 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 123775 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 123777 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 123778 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 123780 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 123781 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 123783 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 123784 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 123786 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17]} 0 0
   [junit4]   2> 123787 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 123789 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 123790 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20]} 0 0
   [junit4]   2> 123792 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 123793 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22]} 0 0
   [junit4]   2> 123795 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 123796 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 123798 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 123799 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 123801 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27]} 0 0
   [junit4]   2> 123802 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28]} 0 0
   [junit4]   2> 123804 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 123805 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30]} 0 0
   [junit4]   2> 123807 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 123808 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32]} 0 0
   [junit4]   2> 123810 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33]} 0 0
   [junit4]   2> 123811 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 123813 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 123814 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36]} 0 0
   [junit4]   2> 123816 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37]} 0 0
   [junit4]   2> 123817 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38]} 0 0
   [junit4]   2> 123819 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39]} 0 0
   [junit4]   2> 123821 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40]} 0 0
   [junit4]   2> 123822 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 123824 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42]} 0 0
   [junit4]   2> 123825 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43]} 0 0
   [junit4]   2> 123826 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44]} 0 0
   [junit4]   2> 123828 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45]} 0 0
   [junit4]   2> 123829 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46]} 0 0
   [junit4]   2> 123831 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47]} 0 0
   [junit4]   2> 123832 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48]} 0 0
   [junit4]   2> 123834 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49]} 0 0
   [junit4]   2> 123835 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50]} 0 0
   [junit4]   2> 123837 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51]} 0 0
   [junit4]   2> 123838 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[52]} 0 0
   [junit4]   2> 123840 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[53]} 0 0
   [junit4]   2> 123841 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[54]} 0 0
   [junit4]   2> 123843 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55]} 0 0
   [junit4]   2> 123845 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[56]} 0 0
   [junit4]   2> 123846 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[57]} 0 0
   [junit4]   2> 123848 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[58]} 0 0
   [junit4]   2> 123849 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[59]} 0 0
   [junit4]   2> 123852 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[60]} 0 0
   [junit4]   2> 123853 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[61]} 0 0
   [junit4]   2> 123855 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[62]} 0 0
   [junit4]   2> 123856 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[63]} 0 0
   [junit4]   2> 123858 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[64]} 0 0
   [junit4]   2> 123859 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[65]} 0 0
   [junit4]   2> 123868 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[66]} 0 7
   [junit4]   2> 123870 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[67]} 0 0
   [junit4]   2> 123871 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[68]} 0 0
   [junit4]   2> 123873 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[69]} 0 0
   [junit4]   2> 123874 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[70]} 0 0
   [junit4]   2> 123876 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[71]} 0 0
   [junit4]   2> 123877 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[72]} 0 0
   [junit4]   2> 123879 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[73]} 0 0
   [junit4]   2> 123880 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[74]} 0 0
   [junit4]   2> 123882 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[75]} 0 0
   [junit4]   2> 123883 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[76]} 0 0
   [junit4]   2> 123885 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[77]} 0 0
   [junit4]   2> 123887 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[78]} 0 0
   [junit4]   2> 123888 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[79]} 0 0
   [junit4]   2> 123890 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[80]} 0 0
   [junit4]   2> 123891 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[81]} 0 0
   [junit4]   2> 123893 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[82]} 0 0
   [junit4]   2> 123894 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[83]} 0 0
   [junit4]   2> 123896 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[84]} 0 0
   [junit4]   2> 123897 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[85]} 0 0
   [junit4]   2> 123900 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[86]} 0 0
   [junit4]   2> 123901 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[87]} 0 0
   [junit4]   2> 123903 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[88]} 0 0
   [junit4]   2> 123904 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[89]} 0 0
   [junit4]   2> 123906 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[90]} 0 0
   [junit4]   2> 123907 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[91]} 0 0
   [junit4]   2> 123909 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[92]} 0 0
   [junit4]   2> 123910 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[93]} 0 0
   [junit4]   2> 123912 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[94]} 0 0
   [junit4]   2> 123914 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[95]} 0 0
   [junit4]   2> 123915 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[96]} 0 0
   [junit4]   2> 123917 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[97]} 0 0
   [junit4]   2> 123918 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[98]} 0 0
   [junit4]   2> 123920 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[99]} 0 0
   [junit4]   2> 123921 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[100]} 0 0
   [junit4]   2> 123923 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[101]} 0 0
   [junit4]   2> 123925 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[102]} 0 0
   [junit4]   2> 123926 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[103]} 0 0
   [junit4]   2> 123928 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[104]} 0 0
   [junit4]   2> 123929 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[105]} 0 0
   [junit4]   2> 123931 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[106]} 0 0
   [junit4]   2> 123932 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[107]} 0 0
   [junit4]   2> 123935 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[108]} 0 0
   [junit4]   2> 123936 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[109]} 0 0
   [junit4]   2> 123938 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[110]} 0 0
   [junit4]   2> 123939 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[111]} 0 0
   [junit4]   2> 123941 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[112]} 0 0
   [junit4]   2> 123942 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[113]} 0 0
   [junit4]   2> 123944 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[114]} 0 0
   [junit4]   2> 123945 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[115]} 0 0
   [junit4]   2> 123947 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[116]} 0 0
   [junit4]   2> 123949 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[117]} 0 0
   [junit4]   2> 123951 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[118]} 0 0
   [junit4]   2> 123952 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[119]} 0 0
   [junit4]   2> 123954 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[120]} 0 0
   [junit4]   2> 123955 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[121]} 0 0
   [junit4]   2> 123957 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[122]} 0 0
   [junit4]   2> 123958 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[123]} 0 0
   [junit4]   2> 123960 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[124]} 0 0
   [junit4]   2> 123961 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[125]} 0 0
   [junit4]   2> 123963 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[126]} 0 0
   [junit4]   2> 123965 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[127]} 0 0
   [junit4]   2> 123966 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[128]} 0 0
   [junit4]   2> 123968 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[129]} 0 0
   [junit4]   2> 123969 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[130]} 0 0
   [junit4]   2> 123971 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[131]} 0 0
   [junit4]   2> 123972 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[132]} 0 0
   [junit4]   2> 123973 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[133]} 0 0
   [junit4]   2> 123975 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[134]} 0 0
   [junit4]   2> 123977 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[135]} 0 0
   [junit4]   2> 123978 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[136]} 0 0
   [junit4]   2> 123980 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[137]} 0 0
   [junit4]   2> 123982 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[138]} 0 0
   [junit4]   2> 123984 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[139]} 0 0
   [junit4]   2> 123985 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[140]} 0 0
   [junit4]   2> 123987 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[141]} 0 0
   [junit4]   2> 123988 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[142]} 0 0
   [junit4]   2> 123990 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[143]} 0 0
   [junit4]   2> 123991 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[144]} 0 0
   [junit4]   2> 123993 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[145]} 0 0
   [junit4]   2> 123995 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[146]} 0 0
   [junit4]   2> 123996 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[147]} 0 0
   [junit4]   2> 123998 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[148]} 0 0
   [junit4]   2> 124000 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[149]} 0 0
   [junit4]   2> 124001 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[150]} 0 0
   [junit4]   2> 124003 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[151]} 0 0
   [junit4]   2> 124004 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[152]} 0 0
   [junit4]   2> 124006 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[153]} 0 0
   [junit4]   2> 124007 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[154]} 0 0
   [junit4]   2> 124009 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[155]} 0 0
   [junit4]   2> 124010 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[156]} 0 0
   [junit4]   2> 124012 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[157]} 0 0
   [junit4]   2> 124013 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[158]} 0 0
   [junit4]   2> 124015 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[159]} 0 0
   [junit4]   2> 124016 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[160]} 0 0
   [junit4]   2> 124018 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[161]} 0 0
   [junit4]   2> 124020 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[162]} 0 0
   [junit4]   2> 124021 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[163]} 0 0
   [junit4]   2> 124023 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[164]} 0 0
   [junit4]   2> 124025 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[165]} 0 0
   [junit4]   2> 124026 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[166]} 0 0
   [junit4]   2> 124028 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[167]} 0 0
   [junit4]   2> 124029 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[168]} 0 0
   [junit4]   2> 124032 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[169]} 0 0
   [junit4]   2> 124033 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[170]} 0 0
   [junit4]   2> 124035 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[171]} 0 0
   [junit4]   2> 124037 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[172]} 0 0
   [junit4]   2> 124038 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[173]} 0 0
   [junit4]   2> 124040 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[174]} 0 0
   [junit4]   2> 124041 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[175]} 0 0
   [junit4]   2> 124043 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[176]} 0 0
   [junit4]   2> 124044 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[177]} 0 0
   [junit4]   2> 124046 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[178]} 0 0
   [junit4]   2> 124047 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[179]} 0 0
   [junit4]   2> 124049 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[180]} 0 0
   [junit4]   2> 124050 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[181]} 0 0
   [junit4]   2> 124052 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[182]} 0 0
   [junit4]   2> 124053 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[183]} 0 0
   [junit4]   2> 124055 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[184]} 0 0
   [junit4]   2> 124057 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[185]} 0 0
   [junit4]   2> 124058 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[186]} 0 0
   [junit4]   2> 124060 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[187]} 0 0
   [junit4]   2> 124062 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[188]} 0 0
   [junit4]   2> 124063 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[189]} 0 0
   [junit4]   2> 124065 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[190]} 0 0
   [junit4]   2> 124067 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[191]} 0 0
   [junit4]   2> 124068 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[192]} 0 0
   [junit4]   2> 124070 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[193]} 0 0
   [junit4]   2> 124072 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[194]} 0 0
   [junit4]   2> 124073 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[195]} 0 0
   [junit4]   2> 124075 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[196]} 0 0
   [junit4]   2> 124077 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[197]} 0 0
   [junit4]   2> 124078 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[198]} 0 0
   [junit4]   2> 124080 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[199]} 0 0
   [junit4]   2> 124081 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[200]} 0 0
   [junit4]   2> 124083 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[201]} 0 0
   [junit4]   2> 124084 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[202]} 0 0
   [junit4]   2> 124086 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={wt=javabin&version=2&qt=/replication&command=indexversion} status=0 QTime=0
   [junit4]   2> 124086 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[203]} 0 0
   [junit4]   2> 124087 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[204]} 0 0
   [junit4]   2> 124089 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[205]} 0 0
   [junit4]   2> 124090 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[206]} 0 0
   [junit4]   2> 124092 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[207]} 0 0
   [junit4]   2> 124093 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[208]} 0 0
   [junit4]   2> 124095 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[209]} 0 0
   [junit4]   2> 124096 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[210]} 0 0
   [junit4]   2> 124098 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[211]} 0 0
   [junit4]   2> 124100 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[212]} 0 0
   [junit4]   2> 124101 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[213]} 0 0
   [junit4]   2> 124103 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[214]} 0 0
   [junit4]   2> 124104 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[215]} 0 0
   [junit4]   2> 124106 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[216]} 0 0
   [junit4]   2> 124107 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[217]} 0 0
   [junit4]   2> 124109 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[218]} 0 0
   [junit4]   2> 124110 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[219]} 0 0
   [junit4]   2> 124112 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[220]} 0 0
   [junit4]   2> 124113 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[221]} 0 0
   [junit4]   2> 124114 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[222]} 0 0
   [junit4]   2> 124116 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[223]} 0 0
   [junit4]   2> 124117 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[224]} 0 0
   [junit4]   2> 124119 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[225]} 0 0
   [junit4]   2> 124120 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[226]} 0 0
   [junit4]   2> 124122 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[227]} 0 0
   [junit4]   2> 124123 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[228]} 0 0
   [junit4]   2> 124125 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[229]} 0 0
   [junit4]   2> 124126 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[230]} 0 0
   [junit4]   2> 124128 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[231]} 0 0
   [junit4]   2> 124129 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[232]} 0 0
   [junit4]   2> 124131 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[233]} 0 0
   [junit4]   2> 124133 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[234]} 0 0
   [junit4]   2> 124134 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[235]} 0 0
   [junit4]   2> 124136 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[236]} 0 0
   [junit4]   2> 124137 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[237]} 0 0
   [junit4]   2> 124139 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[238]} 0 0
   [junit4]   2> 124140 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[239]} 0 0
   [junit4]   2> 124142 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[240]} 0 0
   [junit4]   2> 124143 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[241]} 0 0
   [junit4]   2> 124145 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[242]} 0 0
   [junit4]   2> 124146 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[243]} 0 0
   [junit4]   2> 124148 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[244]} 0 0
   [junit4]   2> 124149 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[245]} 0 0
   [junit4]   2> 124151 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[246]} 0 0
   [junit4]   2> 124152 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[247]} 0 0
   [junit4]   2> 124154 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[248]} 0 0
   [junit4]   2> 124155 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[249]} 0 0
   [junit4]   2> 124157 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[250]} 0 0
   [junit4]   2> 124158 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[251]} 0 0
   [junit4]   2> 124160 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[252]} 0 0
   [junit4]   2> 124161 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[253]} 0 0
   [junit4]   2> 124163 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[254]} 0 0
   [junit4]   2> 124164 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[255]} 0 0
   [junit4]   2> 124166 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[256]} 0 0
   [junit4]   2> 124167 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[257]} 0 0
   [junit4]   2> 124169 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[258]} 0 0
   [junit4]   2> 124170 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[259]} 0 0
   [junit4]   2> 124172 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[260]} 0 0
   [junit4]   2> 124173 INFO  (qtp29249773-1202) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[261]} 0 0
   [junit4]   2> 124175 INFO  (qtp29249773-1200) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[262]} 0 0
   [junit4]   2> 124176 INFO  (qtp29249773-1201) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [col

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

0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=492,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 197524 INFO  (coreCloseExecutor-1111-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 197524 INFO  (coreCloseExecutor-1111-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 197524 INFO  (coreCloseExecutor-1111-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 197524 INFO  (coreCloseExecutor-1111-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 197524 INFO  (coreCloseExecutor-1111-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 197524 INFO  (coreCloseExecutor-1111-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-031/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-031/collection1/data;done=false>>]
   [junit4]   2> 197524 INFO  (coreCloseExecutor-1111-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-031/collection1/data
   [junit4]   2> 197524 INFO  (coreCloseExecutor-1111-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-031/collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-031/collection1/data/index;done=false>>]
   [junit4]   2> 197524 INFO  (coreCloseExecutor-1111-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-031/collection1/data/index
   [junit4]   2> 197525 INFO  (TEST-TestReplicationHandler.doTestIndexFetchOnMasterRestart-seed#[1293844309950299]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@c5acb9{/solr,null,UNAVAILABLE}
   [junit4]   2> 197529 INFO  (TEST-TestReplicationHandler.doTestIndexFetchOnMasterRestart-seed#[1293844309950299]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@1d13ec3{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 197529 INFO  (TEST-TestReplicationHandler.doTestIndexFetchOnMasterRestart-seed#[1293844309950299]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=21888135
   [junit4]   2> 197529 INFO  (coreCloseExecutor-1113-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@a9377b
   [junit4]   2> 197529 INFO  (coreCloseExecutor-1113-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 197529 INFO  (coreCloseExecutor-1113-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 197529 INFO  (coreCloseExecutor-1113-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 197530 INFO  (coreCloseExecutor-1113-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 197531 INFO  (coreCloseExecutor-1113-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 197531 INFO  (coreCloseExecutor-1113-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 197531 INFO  (coreCloseExecutor-1113-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-032/./collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-032/./collection1/data/index;done=false>>]
   [junit4]   2> 197531 INFO  (coreCloseExecutor-1113-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-032/./collection1/data/index
   [junit4]   2> 197532 INFO  (coreCloseExecutor-1113-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-032/./collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-032/./collection1/data;done=false>>]
   [junit4]   2> 197532 INFO  (coreCloseExecutor-1113-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001/solr-instance-032/./collection1/data
   [junit4]   2> 197532 INFO  (TEST-TestReplicationHandler.doTestIndexFetchOnMasterRestart-seed#[1293844309950299]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1a52a9c{/solr,null,UNAVAILABLE}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandler -Dtests.method=doTestIndexFetchOnMasterRestart -Dtests.seed=1293844309950299 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pt -Dtests.timezone=America/Miquelon -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 3.24s J0 | TestReplicationHandler.doTestIndexFetchOnMasterRestart <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1> but was:<2>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1293844309950299:CA6440A7A24EC0C5]:0)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandler.doTestIndexFetchOnMasterRestart(TestReplicationHandler.java:624)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 197534 INFO  (SUITE-TestReplicationHandler-seed#[1293844309950299]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_1293844309950299-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {name=PostingsFormat(name=Memory doPackFST= false), newname=PostingsFormat(name=Memory doPackFST= false), id=PostingsFormat(name=Memory doPackFST= false)}, docValues:{}, sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=pt, timezone=America/Miquelon
   [junit4]   2> NOTE: Linux 4.4.0-24-generic i386/Oracle Corporation 1.7.0_80 (32-bit)/cpus=12,threads=1,free=25661688,total=123871232
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressLucene, StandardRequestHandlerTest, AnalysisAfterCoreReloadTest, TestUniqueKeyFieldResource, TestLRUCache, TestManagedSchemaFieldTypeResource, InfoHandlerTest, DistributedFacetPivotLongTailTest, EchoParamsTest, AsyncCallRequestStatusResponseTest, OutputWriterTest, OverriddenZkACLAndCredentialsProvidersTest, TestOverriddenPrefixQueryForCustomFieldType, CursorMarkTest, ResourceLoaderTest, TestCollapseQParserPlugin, TestNamedUpdateProcessors, TestMinMaxOnMultiValuedField, ZkStateWriterTest, TestJoin, PrimUtilsTest, TestReplicationHandler]
   [junit4] Completed [47/573 (1!)] on J0 in 74.85s, 15 tests, 1 failure <<< FAILURES!

[...truncated 1659 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:750: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:694: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/common-build.xml:534: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1477: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1033: There were test failures: 573 suites (7 ignored), 2319 tests, 1 failure, 84 ignored (39 assumptions) [seed: 1293844309950299]

Total time: 68 minutes 37 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



[JENKINS] Lucene-Solr-5.5-Linux (32bit/jdk1.7.0_80) - Build # 351 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Linux/351/
Java: 32bit/jdk1.7.0_80 -client -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestSolrConfigHandlerCloud

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

Stack Trace:
java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [MockDirectoryWrapper, MockDirectoryWrapper]
	at __randomizedtesting.SeedInfo.seed([6D586E85E83843BC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:238)
	at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12197 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSolrConfigHandlerCloud
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/init-core-data-001
   [junit4]   2> 2079871 INFO  (SUITE-TestSolrConfigHandlerCloud-seed#[6D586E85E83843BC]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 2079871 INFO  (SUITE-TestSolrConfigHandlerCloud-seed#[6D586E85E83843BC]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_tkf/
   [junit4]   2> 2079873 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2079873 INFO  (Thread-4707) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2079873 INFO  (Thread-4707) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2079973 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.ZkTestServer start zk server on port:38428
   [junit4]   2> 2079974 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2079974 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2079975 INFO  (zkCallback-1820-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1c09064 name:ZooKeeperConnection Watcher:127.0.0.1:38428 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2079975 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2079975 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2079975 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2079976 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2079977 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2079978 INFO  (zkCallback-1821-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ca5fa8 name:ZooKeeperConnection Watcher:127.0.0.1:38428/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2079978 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2079978 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2079978 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 2079979 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 2079979 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 2079980 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 2079980 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2079980 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2079981 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2079982 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 2079982 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2079982 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2079983 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2079983 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2079984 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2079984 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2079984 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2079984 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 2079985 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2079985 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2079986 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2079986 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2079986 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2079986 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2079987 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2079987 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2079988 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2079988 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2080044 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/control-001/cores/collection1
   [junit4]   2> 2080045 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 2080046 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15355b9{/_tkf,null,AVAILABLE}
   [junit4]   2> 2080046 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.e.j.s.ServerConnector Started ServerConnector@17b1711{HTTP/1.1}{127.0.0.1:40257}
   [junit4]   2> 2080046 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.e.j.s.Server Started @2081310ms
   [junit4]   2> 2080046 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=40257, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/control-001/cores, hostContext=/_tkf, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/tempDir-001/control/data}
   [junit4]   2> 2080046 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1036651
   [junit4]   2> 2080046 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/control-001'
   [junit4]   2> 2080046 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2080046 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2080047 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2080047 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2080048 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1f0a80a name:ZooKeeperConnection Watcher:127.0.0.1:38428/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2080048 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2080048 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2080049 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2080049 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/control-001/solr.xml
   [junit4]   2> 2080060 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/control-001/cores
   [junit4]   2> 2080060 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.CoreContainer New CoreContainer 32335713
   [junit4]   2> 2080060 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/control-001]
   [junit4]   2> 2080060 WARN  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/control-001/lib
   [junit4]   2> 2080060 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2080062 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2080062 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2080062 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2080062 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38428/solr
   [junit4]   2> 2080062 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2080062 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2080063 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2080064 INFO  (zkCallback-1825-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a679b4 name:ZooKeeperConnection Watcher:127.0.0.1:38428 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2080064 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2080064 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2080065 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@96b46d
   [junit4]   2> 2080065 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2080066 INFO  (zkCallback-1826-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ad8727 name:ZooKeeperConnection Watcher:127.0.0.1:38428/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2080066 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2080066 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2080067 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2080068 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2080069 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2080069 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2080070 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2080071 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2080071 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2080072 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2080072 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40257__tkf
   [junit4]   2> 2080072 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:40257__tkf
   [junit4]   2> 2080074 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2080074 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2080074 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2080075 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96131624366571524-127.0.0.1:40257__tkf-n_0000000000
   [junit4]   2> 2080075 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40257__tkf
   [junit4]   2> 2080075 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2080075 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.Overseer Overseer (id=96131624366571524-127.0.0.1:40257__tkf-n_0000000000) starting
   [junit4]   2> 2080076 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2080078 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2080078 INFO  (OverseerCollectionConfigSetProcessor-96131624366571524-127.0.0.1:40257__tkf-n_0000000000) [n:127.0.0.1:40257__tkf    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2080078 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2080078 INFO  (OverseerStateUpdate-96131624366571524-127.0.0.1:40257__tkf-n_0000000000) [n:127.0.0.1:40257__tkf    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2080110 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2080110 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2080111 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/control-001/cores
   [junit4]   2> 2080111 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {collection=control_collection, name=collection1, dataDir=data/, loadOnStartup=true, coreNodeName=, configSetProperties=configsetprops.json, shard=, transient=false, schema=schema.xml, config=solrconfig.xml}
   [junit4]   2> 2080111 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/control-001/cores/collection1
   [junit4]   2> 2080111 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 2080112 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2080112 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:40257__tkf    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2080112 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2080112 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2080113 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 2080113 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [control_collection]
   [junit4]   2> 2080113 INFO  (OverseerStateUpdate-96131624366571524-127.0.0.1:40257__tkf-n_0000000000) [n:127.0.0.1:40257__tkf    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "node_name":"127.0.0.1:40257__tkf",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "state":"down",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:40257/_tkf",
   [junit4]   2>   "collection":"control_collection"} current state version: 0
   [junit4]   2> 2080113 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 2080113 INFO  (OverseerStateUpdate-96131624366571524-127.0.0.1:40257__tkf-n_0000000000) [n:127.0.0.1:40257__tkf    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "node_name":"127.0.0.1:40257__tkf",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "state":"down",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:40257/_tkf",
   [junit4]   2>   "collection":"control_collection"}
   [junit4]   2> 2080114 INFO  (OverseerStateUpdate-96131624366571524-127.0.0.1:40257__tkf-n_0000000000) [n:127.0.0.1:40257__tkf    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 2080114 INFO  (OverseerStateUpdate-96131624366571524-127.0.0.1:40257__tkf-n_0000000000) [n:127.0.0.1:40257__tkf    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2080114 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2080114 INFO  (zkCallback-1826-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2081114 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2081114 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 2081115 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2081115 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 2081115 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2081115 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/control-001/cores/collection1'
   [junit4]   2> 2081115 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2081115 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2081117 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2081124 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2081142 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 2081176 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2081187 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2081407 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2081413 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2081415 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2081420 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2081423 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2081424 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2081425 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2081426 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] 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-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2081426 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2081426 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2081426 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/control-001/cores/collection1/data/]
   [junit4]   2> 2081426 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@28b12
   [junit4]   2> 2081427 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/control-001/cores/collection1/data
   [junit4]   2> 2081427 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/control-001/cores/collection1/data/index/
   [junit4]   2> 2081427 WARN  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2081427 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/control-001/cores/collection1/data/index
   [junit4]   2> 2081427 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6377900328595445]
   [junit4]   2> 2081428 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@945f89 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10c323c),segFN=segments_1,generation=1}
   [junit4]   2> 2081428 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2081428 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/control-001/cores/collection1/data/
   [junit4]   2> 2081428 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2081431 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2081431 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2081431 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2081431 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2081431 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2081431 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2081431 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2081432 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2081432 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2081432 WARN  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 2081434 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2081435 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2081435 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2081436 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2081439 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /update,/update/json,/replication,/admin/plugins,/get,/admin/logging,standard,/admin/mbeans,/admin/ping,/admin/file,/config,/admin/properties,/admin/threads,/dump,/update/json/docs,/schema,/admin/system,/admin/luke,/update/csv,/admin/segments
   [junit4]   2> 2081440 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2081441 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2081442 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2081442 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2081442 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2081443 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=3.5517578125, floorSegmentMB=1.83984375, forceMergeDeletesPctAllowed=23.385379577927704, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2081443 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@945f89 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10c323c),segFN=segments_1,generation=1}
   [junit4]   2> 2081443 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2081443 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@1ac0ff5[collection1] main
   [junit4]   2> 2081443 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 2081444 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2081444 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2081444 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2081444 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2081444 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2081444 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2081444 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2081444 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2081444 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2081445 INFO  (searcherExecutor-5408-thread-1-processing-n:127.0.0.1:40257__tkf r:core_node1 s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1ac0ff5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2081445 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2081445 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2081446 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2081446 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1538105991513505792
   [junit4]   2> 2081447 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1538105991513505792
   [junit4]   2> 2081447 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 2081448 INFO  (coreLoadExecutor-5407-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2081448 INFO  (coreZkRegister-5401-thread-1-processing-n:127.0.0.1:40257__tkf r:core_node1 s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:40257/_tkf collection:control_collection shard:shard1
   [junit4]   2> 2081448 INFO  (coreZkRegister-5401-thread-1-processing-n:127.0.0.1:40257__tkf r:core_node1 s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2081450 INFO  (coreZkRegister-5401-thread-1-processing-n:127.0.0.1:40257__tkf r:core_node1 s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/96131624366571524-core_node1-n_0000000000
   [junit4]   2> 2081450 INFO  (coreZkRegister-5401-thread-1-processing-n:127.0.0.1:40257__tkf r:core_node1 s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 2081451 INFO  (coreZkRegister-5401-thread-1-processing-n:127.0.0.1:40257__tkf r:core_node1 s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2081451 INFO  (coreZkRegister-5401-thread-1-processing-n:127.0.0.1:40257__tkf r:core_node1 s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2081451 INFO  (coreZkRegister-5401-thread-1-processing-n:127.0.0.1:40257__tkf r:core_node1 s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40257/_tkf/collection1/
   [junit4]   2> 2081451 INFO  (coreZkRegister-5401-thread-1-processing-n:127.0.0.1:40257__tkf r:core_node1 s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2081451 INFO  (OverseerStateUpdate-96131624366571524-127.0.0.1:40257__tkf-n_0000000000) [n:127.0.0.1:40257__tkf    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 2081451 INFO  (coreZkRegister-5401-thread-1-processing-n:127.0.0.1:40257__tkf r:core_node1 s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:40257/_tkf/collection1/ has no replicas
   [junit4]   2> 2081451 INFO  (coreZkRegister-5401-thread-1-processing-n:127.0.0.1:40257__tkf r:core_node1 s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2081452 INFO  (coreZkRegister-5401-thread-1-processing-n:127.0.0.1:40257__tkf r:core_node1 s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/96131624366571524-core_node1-n_0000000000
   [junit4]   2> 2081454 INFO  (coreZkRegister-5401-thread-1-processing-n:127.0.0.1:40257__tkf r:core_node1 s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40257/_tkf/collection1/ shard1
   [junit4]   2> 2081454 INFO  (OverseerStateUpdate-96131624366571524-127.0.0.1:40257__tkf-n_0000000000) [n:127.0.0.1:40257__tkf    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:40257/_tkf",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 2081555 INFO  (zkCallback-1826-thread-1-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2081604 INFO  (coreZkRegister-5401-thread-1-processing-n:127.0.0.1:40257__tkf r:core_node1 s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:40257/_tkf/collection1/ and leader is http://127.0.0.1:40257/_tkf/collection1/
   [junit4]   2> 2081604 INFO  (coreZkRegister-5401-thread-1-processing-n:127.0.0.1:40257__tkf r:core_node1 s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40257/_tkf
   [junit4]   2> 2081605 INFO  (coreZkRegister-5401-thread-1-processing-n:127.0.0.1:40257__tkf r:core_node1 s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2081605 INFO  (coreZkRegister-5401-thread-1-processing-n:127.0.0.1:40257__tkf r:core_node1 s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 2081605 INFO  (coreZkRegister-5401-thread-1-processing-n:127.0.0.1:40257__tkf r:core_node1 s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:40257__tkf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2081606 INFO  (OverseerStateUpdate-96131624366571524-127.0.0.1:40257__tkf-n_0000000000) [n:127.0.0.1:40257__tkf    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "node_name":"127.0.0.1:40257__tkf",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "state":"active",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:40257/_tkf",
   [junit4]   2>   "collection":"control_collection"} current state version: 2
   [junit4]   2> 2081606 INFO  (OverseerStateUpdate-96131624366571524-127.0.0.1:40257__tkf-n_0000000000) [n:127.0.0.1:40257__tkf    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "node_name":"127.0.0.1:40257__tkf",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "state":"active",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:40257/_tkf",
   [junit4]   2>   "collection":"control_collection"}
   [junit4]   2> 2081613 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2081614 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2081614 INFO  (zkCallback-1828-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@128949a name:ZooKeeperConnection Watcher:127.0.0.1:38428/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2081615 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2081615 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2081615 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2081616 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2081616 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 2081616 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2081616 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2081617 INFO  (zkCallback-1829-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f907c7 name:ZooKeeperConnection Watcher:127.0.0.1:38428/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2081617 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2081617 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2081618 INFO  (OverseerStateUpdate-96131624366571524-127.0.0.1:40257__tkf-n_0000000000) [n:127.0.0.1:40257__tkf    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 2
   [junit4]   2> 2081618 INFO  (OverseerStateUpdate-96131624366571524-127.0.0.1:40257__tkf-n_0000000000) [n:127.0.0.1:40257__tkf    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 2081618 INFO  (zkCallback-1826-thread-2-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2081618 INFO  (zkCallback-1828-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2081675 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/shard-1-001/cores/collection1
   [junit4]   2> 2081675 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/shard-1-001
   [junit4]   2> 2081676 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 2081677 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b43c74{/_tkf,null,AVAILABLE}
   [junit4]   2> 2081677 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.e.j.s.ServerConnector Started ServerConnector@2441e6{HTTP/1.1}{127.0.0.1:39132}
   [junit4]   2> 2081677 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.e.j.s.Server Started @2082941ms
   [junit4]   2> 2081677 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_tkf, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/shard-1-001/cores, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/tempDir-001/jetty1, hostPort=39132}
   [junit4]   2> 2081677 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1036651
   [junit4]   2> 2081677 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/shard-1-001'
   [junit4]   2> 2081678 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2081678 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2081678 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2081678 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2081679 INFO  (zkCallback-1830-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@40eccd name:ZooKeeperConnection Watcher:127.0.0.1:38428/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2081679 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2081679 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2081680 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2081680 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/shard-1-001/solr.xml
   [junit4]   2> 2081691 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/shard-1-001/cores
   [junit4]   2> 2081691 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.CoreContainer New CoreContainer 11082233
   [junit4]   2> 2081691 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/shard-1-001]
   [junit4]   2> 2081691 WARN  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/shard-1-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/shard-1-001/lib
   [junit4]   2> 2081692 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2081692 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2081694 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2081694 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2081694 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38428/solr
   [junit4]   2> 2081694 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2081694 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2081695 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2081695 INFO  (zkCallback-1833-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@13e4b21 name:ZooKeeperConnection Watcher:127.0.0.1:38428 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2081696 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2081696 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2081697 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:39132__tkf    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@996b41
   [junit4]   2> 2081697 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:39132__tkf    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2081698 INFO  (zkCallback-1834-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@139706 name:ZooKeeperConnection Watcher:127.0.0.1:38428/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2081698 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:39132__tkf    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2081700 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:39132__tkf    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2081720 INFO  (OverseerStateUpdate-96131624366571524-127.0.0.1:40257__tkf-n_0000000000) [n:127.0.0.1:40257__tkf    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 2082702 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:39132__tkf    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39132__tkf
   [junit4]   2> 2082702 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:39132__tkf    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39132__tkf
   [junit4]   2> 2082702 INFO  (zkCallback-1826-thread-2-processing-n:127.0.0.1:40257__tkf) [n:127.0.0.1:40257__tkf    ] 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> 2082702 INFO  (zkCallback-1834-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf    ] 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> 2082702 INFO  (zkCallback-1828-thread-1) [    ] 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> 2082703 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:39132__tkf    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2082704 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:39132__tkf    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96131624366571529-127.0.0.1:39132__tkf-n_0000000001
   [junit4]   2> 2082704 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:39132__tkf    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96131624366571524-127.0.0.1:40257__tkf-n_0000000000 to know if I could be the leader
   [junit4]   2> 2082755 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:39132__tkf    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2082755 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:39132__tkf    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2082755 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:39132__tkf    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/shard-1-001/cores
   [junit4]   2> 2082756 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:39132__tkf    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {coreNodeName=, collection=collection1, shard=, config=solrconfig.xml, name=collection1, configSetProperties=configsetprops.json, dataDir=data/, schema=schema.xml, transient=false, loadOnStartup=true}
   [junit4]   2> 2082756 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:39132__tkf    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/shard-1-001/cores/collection1
   [junit4]   2> 2082756 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:39132__tkf    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 2082757 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:39132__tkf    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2082757 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[6D586E85E83843BC]) [n:127.0.0.1:39132__tkf    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2082757 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2082757 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2082758 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 2082758 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [collection1]
   [junit4]   2> 2082758 INFO  (OverseerStateUpdate-96131624366571524-127.0.0.1:40257__tkf-n_0000000000) [n:127.0.0.1:40257__tkf    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "node_name":"127.0.0.1:39132__tkf",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "state":"down",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:39132/_tkf",
   [junit4]   2>   "collection":"collection1"} current state version: 3
   [junit4]   2> 2082758 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Add data for [collection1] ver [0]
   [junit4]   2> 2082758 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2082759 INFO  (OverseerStateUpdate-96131624366571524-127.0.0.1:40257__tkf-n_0000000000) [n:127.0.0.1:40257__tkf    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "node_name":"127.0.0.1:39132__tkf",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "state":"down",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:39132/_tkf",
   [junit4]   2>   "collection":"collection1"}
   [junit4]   2> 2082759 INFO  (OverseerStateUpdate-96131624366571524-127.0.0.1:40257__tkf-n_0000000000) [n:127.0.0.1:40257__tkf    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 2082759 INFO  (OverseerStateUpdate-96131624366571524-127.0.0.1:40257__tkf-n_0000000000) [n:127.0.0.1:40257__tkf    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 2082860 INFO  (OverseerStateUpdate-96131624366571524-127.0.0.1:40257__tkf-n_0000000000) [n:127.0.0.1:40257__tkf    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 2082860 INFO  (zkCallback-1834-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2082860 INFO  (zkCallback-1834-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [0] to [1]
   [junit4]   2> 2083759 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2083759 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 2083759 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2083759 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 2083759 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2083759 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/shard-1-001/cores/collection1'
   [junit4]   2> 2083760 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2083760 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2083761 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2083765 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2083777 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 2083800 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2083807 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2084003 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2084008 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2084010 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2084016 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2084018 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2084019 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2084020 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2084021 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] 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-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2084021 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2084021 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2084021 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 2084021 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@28b12
   [junit4]   2> 2084022 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/shard-1-001/cores/collection1/data
   [junit4]   2> 2084022 INFO  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_6D586E85E83843BC-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 2084022 WARN  (coreLoadExecutor-5418-thread-1-processing-n:127.0.0.1:39132__tkf) [n:127.0.0.1:39132__tkf c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Luce

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

va:2623)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController$5.run(ZkController.java:2480)
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/conf1/schema.xml
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:311)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:308)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:308)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.pathExists(ZkController.java:839)
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:89)
   [junit4]   2> 	... 8 more
   [junit4]   2> 2155496 WARN  (Thread-4831) [n:127.0.0.1:39661__tkf    ] o.a.s.c.SolrCores Tried to remove core collection1 from pendingCoreOps and it wasn't there. 
   [junit4]   2> 2155496 WARN  (Thread-4831) [n:127.0.0.1:39661__tkf    ] o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: Unable to reload core [collection1]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:921)
   [junit4]   2> 	at org.apache.solr.core.SolrCore$11.run(SolrCore.java:2623)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController$5.run(ZkController.java:2480)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not load conf for core collection1: Error loading schema resource schema.xml
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:84)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:914)
   [junit4]   2> 	... 2 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error loading schema resource schema.xml
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:52)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:70)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:108)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:79)
   [junit4]   2> 	... 3 more
   [junit4]   2> Caused by: java.io.IOException: We re-tried 10 times but was still unable to fetch resource=schema.xml from ZK
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:116)
   [junit4]   2> 	at org.apache.solr.core.SolrResourceLoader.openSchema(SolrResourceLoader.java:355)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:48)
   [junit4]   2> 	... 6 more
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/conf1/schema.xml
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:311)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:308)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:308)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.pathExists(ZkController.java:839)
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:89)
   [junit4]   2> 	... 8 more
   [junit4]   2> 2155496 INFO  (Thread-4831) [n:127.0.0.1:39661__tkf    ] o.a.s.c.SolrCore config update listener called for core collection1
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {}, docValues:{}, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=lt, timezone=America/Juneau
   [junit4]   2> NOTE: Linux 4.4.0-24-generic i386/Oracle Corporation 1.7.0_80 (32-bit)/cpus=12,threads=1,free=222825656,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [SolrRequestParserTest, TestPhraseSuggestions, TestBulkSchemaAPI, CheckHdfsIndexTest, TestRandomFaceting, BadCopyFieldTest, TestHighlightDedupGrouping, JSONWriterTest, CollectionsAPISolrJTest, DisMaxRequestHandlerTest, ResponseLogComponentTest, XsltUpdateRequestHandlerTest, TestBulkSchemaConcurrent, DataDrivenBlockJoinTest, TestLazyCores, TestJsonRequest, AnalysisAfterCoreReloadTest, OverriddenZkACLAndCredentialsProvidersTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestLMDirichletSimilarityFactory, TestOnReconnectListenerSupport, TestDistribIDF, DistribDocExpirationUpdateProcessorTest, HLLSerializationTest, TestLeaderElectionZkExpiry, TestPseudoReturnFields, ConnectionReuseTest, DateFieldTest, CollectionStateFormat2Test, RequiredFieldsTest, BlockDirectoryTest, ShardSplitTest, SuggestComponentContextFilterQueryTest, DistributedQueryElevationComponentTest, ResourceLoaderTest, TestShardHandlerFactory, TestRTGBase, TestCSVLoader, TestFunctionQuery, TestSchemaResource, HdfsDirectoryFactoryTest, TestTrieFacet, TestUseDocValuesAsStored2, SOLR749Test, PreAnalyzedFieldTest, TestCloudPivotFacet, TestRemoteStreaming, TestNamedUpdateProcessors, TestAuthorizationFramework, TestRealTimeGet, DocValuesMissingTest, OverseerStatusTest, ExternalFileFieldSortTest, ActionThrottleTest, TestIBSimilarityFactory, TestMaxScoreQueryParser, DistributedFacetPivotLongTailTest, SystemInfoHandlerTest, BlockJoinFacetSimpleTest, RollingRestartTest, TestExpandComponent, TestShortCircuitedRequests, TestFaceting, FileBasedSpellCheckerTest, AlternateDirectoryTest, TestSolrXml, LeaderFailoverAfterPartitionTest, TestOverriddenPrefixQueryForCustomFieldType, TestLuceneMatchVersion, DeleteInactiveReplicaTest, BJQParserTest, IndexSchemaRuntimeFieldTest, DistributedFacetPivotWhiteBoxTest, TestDistributedSearch, TestConfig, SortSpecParsingTest, ZkNodePropsTest, AtomicUpdatesTest, InfoHandlerTest, BasicZkTest, DistributedSuggestComponentTest, HdfsLockFactoryTest, CursorMarkTest, DocumentAnalysisRequestHandlerTest, ConnectionManagerTest, TestRestoreCore, TestReplicationHandler, CacheHeaderTest, TestValueSourceCache, CleanupOldIndexTest, TestOmitPositions, SimpleCollectionCreateDeleteTest, TestSerializedLuceneMatchVersion, TestLRUCache, PeerSyncTest, ConvertedLegacyTest, TestBadConfig, CurrencyFieldOpenExchangeTest, SolrIndexSplitterTest, SpellCheckCollatorTest, DocValuesTest, TestXIncludeConfig, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, ScriptEngineTest, PluginInfoTest, TestSystemIdResolver, PrimUtilsTest, RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, SliceStateTest, UUIDFieldTest, CircularListTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestSimpleTrackingShardHandler, TestTolerantSearch, AssignTest, AsyncCallRequestStatusResponseTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DeleteShardTest, DistribJoinFromCollectionTest, ForceLeaderTest, TestDistribDocBasedVersion, TestExclusionRuleCollectionAccess, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, VMParamsZkACLAndCredentialsProvidersTest, ZkStateWriterTest, CachingDirectoryFactoryTest, ExitableDirectoryReaderTest, QueryResultKeyTest, TestConfigSetProperties, TestConfigSets, TestDynamicLoading, TestSolrConfigHandlerCloud]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandlerCloud -Dtests.seed=6D586E85E83843BC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lt -Dtests.timezone=America/Juneau -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | TestSolrConfigHandlerCloud (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [MockDirectoryWrapper, MockDirectoryWrapper]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6D586E85E83843BC]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:238)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [509/573 (1!)] on J0 in 75.70s, 1 test, 1 failure <<< FAILURES!

[...truncated 212 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:750: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:694: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/common-build.xml:534: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1477: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1033: There were test failures: 573 suites (7 ignored), 2319 tests, 1 suite-level error, 84 ignored (39 assumptions) [seed: 6D586E85E83843BC]

Total time: 73 minutes 2 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



[JENKINS] Lucene-Solr-5.5-Linux (64bit/jdk1.8.0_92) - Build # 350 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Linux/350/
Java: 64bit/jdk1.8.0_92 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestIndexFetchOnMasterRestart

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([57E5F5E02AE381BC:8F123104813843E0]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.TestReplicationHandler.doTestIndexFetchOnMasterRestart(TestReplicationHandler.java:624)
	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)




Build Log:
[...truncated 10894 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/init-core-data-001
   [junit4]   2> 257296 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestIndexFetchWithMasterUrl
   [junit4]   2> 257296 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-001/collection1
   [junit4]   2> 257300 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 257301 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2f77f90d{/solr,null,AVAILABLE}
   [junit4]   2> 257304 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.e.j.s.ServerConnector Started ServerConnector@504f8937{HTTP/1.1}{127.0.0.1:40143}
   [junit4]   2> 257304 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.e.j.s.Server Started @259452ms
   [junit4]   2> 257304 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=40143}
   [junit4]   2> 257305 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 257305 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-001'
   [junit4]   2> 257305 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 257305 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 257305 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-001/solr.xml
   [junit4]   2> 257311 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-001/.
   [junit4]   2> 257312 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CoreContainer New CoreContainer 372594685
   [junit4]   2> 257312 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-001]
   [junit4]   2> 257312 WARN  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-001/lib
   [junit4]   2> 257312 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 257314 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 257314 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 257314 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 257314 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 257314 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 257315 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-001/.
   [junit4]   2> 257316 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 257316 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-001/./collection1
   [junit4]   2> 257316 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 257316 INFO  (coreLoadExecutor-403-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-001/collection1'
   [junit4]   2> 257317 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 257317 INFO  (coreLoadExecutor-403-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 257317 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 257317 INFO  (coreLoadExecutor-403-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 257323 INFO  (coreLoadExecutor-403-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 257325 WARN  (coreLoadExecutor-403-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 257325 INFO  (coreLoadExecutor-403-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 257331 INFO  (coreLoadExecutor-403-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 257333 INFO  (coreLoadExecutor-403-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 257335 INFO  (coreLoadExecutor-403-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 257337 INFO  (coreLoadExecutor-403-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-001/collection1'
   [junit4]   2> 257337 INFO  (coreLoadExecutor-403-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-001/./collection1
   [junit4]   2> 257338 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 257338 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 257338 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 257338 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-001/./collection1/data
   [junit4]   2> 257338 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 257338 WARN  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 257339 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 257339 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=14.4306640625, floorSegmentMB=1.1552734375, forceMergeDeletesPctAllowed=21.835852093475527, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.49328390044886683
   [junit4]   2> 257339 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@854ccbb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72a82bf0),segFN=segments_1,generation=1}
   [junit4]   2> 257339 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 257343 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 257345 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 257346 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-001/./collection1/data/
   [junit4]   2> 257348 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 257349 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 257350 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 257354 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 257354 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,defaults,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 257355 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 257355 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 257355 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 257355 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=5, maxMergeAtOnceExplicit=7, maxMergedSegmentMB=65.501953125, floorSegmentMB=1.759765625, forceMergeDeletesPctAllowed=19.677307502991603, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3260190164731578
   [junit4]   2> 257356 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@854ccbb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72a82bf0),segFN=segments_1,generation=1}
   [junit4]   2> 257356 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 257356 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@682eaf1a[collection1] main
   [junit4]   2> 257356 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-001/collection1/conf
   [junit4]   2> 257356 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-001/collection1/conf}
   [junit4]   2> 257356 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-001/collection1/conf
   [junit4]   2> 257356 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 257357 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 257357 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 257357 INFO  (coreLoadExecutor-403-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 257357 INFO  (searcherExecutor-404-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@682eaf1a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 257818 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/collection1
   [junit4]   2> 257821 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 257823 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1cbfb9c4{/solr,null,AVAILABLE}
   [junit4]   2> 257823 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.e.j.s.ServerConnector Started ServerConnector@4b84f186{HTTP/1.1}{127.0.0.1:38348}
   [junit4]   2> 257823 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.e.j.s.Server Started @259971ms
   [junit4]   2> 257823 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=38348}
   [junit4]   2> 257824 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 257824 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002'
   [junit4]   2> 257824 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 257824 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 257824 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/solr.xml
   [junit4]   2> 257829 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/.
   [junit4]   2> 257829 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CoreContainer New CoreContainer 261451060
   [junit4]   2> 257829 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002]
   [junit4]   2> 257829 WARN  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/lib
   [junit4]   2> 257829 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 257830 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 257831 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 257831 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 257831 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 257831 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 257831 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/.
   [junit4]   2> 257832 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 257832 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/./collection1
   [junit4]   2> 257832 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 257834 INFO  (coreLoadExecutor-413-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/collection1'
   [junit4]   2> 257835 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 257835 INFO  (coreLoadExecutor-413-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 257835 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 257835 INFO  (coreLoadExecutor-413-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 257842 INFO  (coreLoadExecutor-413-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 257845 WARN  (coreLoadExecutor-413-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 257846 INFO  (coreLoadExecutor-413-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 257854 INFO  (coreLoadExecutor-413-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 257856 INFO  (coreLoadExecutor-413-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 257859 INFO  (coreLoadExecutor-413-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 257859 INFO  (coreLoadExecutor-413-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/collection1'
   [junit4]   2> 257860 INFO  (coreLoadExecutor-413-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/./collection1
   [junit4]   2> 257860 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 257860 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 257860 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 257860 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/./collection1/data
   [junit4]   2> 257860 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 257860 WARN  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 257860 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 257861 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=14.4306640625, floorSegmentMB=1.1552734375, forceMergeDeletesPctAllowed=21.835852093475527, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.49328390044886683
   [junit4]   2> 257861 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1cee0dd3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@33751321),segFN=segments_1,generation=1}
   [junit4]   2> 257861 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 257861 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/./collection1/data/
   [junit4]   2> 257862 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 257863 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 257864 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 257864 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 257864 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 257865 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 257865 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,defaults,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 257866 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 257866 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 257866 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 257866 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=5, maxMergeAtOnceExplicit=7, maxMergedSegmentMB=65.501953125, floorSegmentMB=1.759765625, forceMergeDeletesPctAllowed=19.677307502991603, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3260190164731578
   [junit4]   2> 257867 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1cee0dd3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@33751321),segFN=segments_1,generation=1}
   [junit4]   2> 257867 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 257867 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@4c1b18be[collection1] main
   [junit4]   2> 257867 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/collection1/conf
   [junit4]   2> 257867 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/collection1/conf}
   [junit4]   2> 257867 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/collection1/conf
   [junit4]   2> 257867 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 257869 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 257869 INFO  (searcherExecutor-414-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4c1b18be[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 257871 INFO  (coreLoadExecutor-413-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 257873 INFO  (qtp796017593-856) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 258337 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@4b84f186{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 258337 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=261451060
   [junit4]   2> 258338 INFO  (coreCloseExecutor-419-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@70be664a
   [junit4]   2> 258339 INFO  (coreCloseExecutor-419-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 258339 INFO  (coreCloseExecutor-419-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 258339 INFO  (coreCloseExecutor-419-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 258339 INFO  (coreCloseExecutor-419-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 258339 INFO  (coreCloseExecutor-419-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 258339 INFO  (coreCloseExecutor-419-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 258339 INFO  (coreCloseExecutor-419-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/./collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/./collection1/data/index;done=false>>]
   [junit4]   2> 258339 INFO  (coreCloseExecutor-419-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 258340 INFO  (coreCloseExecutor-419-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/./collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/./collection1/data;done=false>>]
   [junit4]   2> 258340 INFO  (coreCloseExecutor-419-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/./collection1/data
   [junit4]   2> 258340 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1cbfb9c4{/solr,null,UNAVAILABLE}
   [junit4]   2> 258342 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 258343 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@56df9b65{/solr,null,AVAILABLE}
   [junit4]   2> 258343 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1c477a26{HTTP/1.1}{127.0.0.1:34957}
   [junit4]   2> 258343 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.e.j.s.Server Started @260491ms
   [junit4]   2> 258343 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=34957}
   [junit4]   2> 258344 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 258344 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002'
   [junit4]   2> 258344 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 258344 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 258344 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/solr.xml
   [junit4]   2> 258349 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/.
   [junit4]   2> 258349 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CoreContainer New CoreContainer 1453489135
   [junit4]   2> 258349 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002]
   [junit4]   2> 258350 WARN  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/lib
   [junit4]   2> 258351 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 258352 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 258352 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 258352 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 258352 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 258353 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 258353 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/.
   [junit4]   2> 258354 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 258354 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/./collection1
   [junit4]   2> 258354 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 258355 INFO  (coreLoadExecutor-426-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/collection1'
   [junit4]   2> 258355 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 258355 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[57E5F5E02AE381BC]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 258355 INFO  (coreLoadExecutor-426-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 258355 INFO  (coreLoadExecutor-426-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 258360 INFO  (coreLoadExecutor-426-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 258362 WARN  (coreLoadExecutor-426-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 258363 INFO  (coreLoadExecutor-426-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 258392 INFO  (coreLoadExecutor-426-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 258399 INFO  (coreLoadExecutor-426-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 258401 INFO  (coreLoadExecutor-426-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 258402 INFO  (coreLoadExecutor-426-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/collection1'
   [junit4]   2> 258402 INFO  (coreLoadExecutor-426-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/./collection1
   [junit4]   2> 258402 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 258402 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 258402 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 258403 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/./collection1/data
   [junit4]   2> 258403 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 258403 WARN  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 258403 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 258403 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=14.4306640625, floorSegmentMB=1.1552734375, forceMergeDeletesPctAllowed=21.835852093475527, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.49328390044886683
   [junit4]   2> 258403 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6e7b273c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6ecc44d3),segFN=segments_1,generation=1}
   [junit4]   2> 258403 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 258404 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/./collection1/data/
   [junit4]   2> 258405 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 258406 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 258406 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 258407 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 258407 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 258408 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 258408 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,defaults,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 258408 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 258409 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 258409 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 258409 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=5, maxMergeAtOnceExplicit=7, maxMergedSegmentMB=65.501953125, floorSegmentMB=1.759765625, forceMergeDeletesPctAllowed=19.677307502991603, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3260190164731578
   [junit4]   2> 258409 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6e7b273c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6ecc44d3),segFN=segments_1,generation=1}
   [junit4]   2> 258409 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 258409 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@2f2d13b1[collection1] main
   [junit4]   2> 258409 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/collection1/conf
   [junit4]   2> 258409 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/collection1/conf}
   [junit4]   2> 258409 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-002/collection1/conf
   [junit4]   2> 258409 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 258409 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 258409 INFO  (searcherExecutor-427-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2f2d13b1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 258410 INFO  (coreLoadExecutor-426-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 258858 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 258858 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:*} 0 1
   [junit4]   2> 258861 INFO  (qtp1645366020-896) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 258861 INFO  (qtp1645366020-896) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:*} 0 1
   [junit4]   2> 258863 INFO  (qtp1645366020-897) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 258864 INFO  (qtp1645366020-897) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6e7b273c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6ecc44d3),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6e7b273c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6ecc44d3),segFN=segments_2,generation=2}
   [junit4]   2> 258864 INFO  (qtp1645366020-897) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 258865 INFO  (qtp1645366020-897) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@400fd88a[collection1] main
   [junit4]   2> 258865 INFO  (qtp1645366020-897) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 258865 INFO  (searcherExecutor-427-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@400fd88a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 258865 INFO  (qtp1645366020-897) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 1
   [junit4]   2> 258872 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0]} 0 1
   [junit4]   2> 258875 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 258877 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 258879 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 258881 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 258883 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 258884 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 258887 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 258889 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 258891 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 258893 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 258896 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 258898 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 258900 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 258901 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 258904 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 258906 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 258908 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17]} 0 0
   [junit4]   2> 258910 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 258911 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 258913 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20]} 0 0
   [junit4]   2> 258915 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 258917 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22]} 0 0
   [junit4]   2> 258919 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 258921 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 258922 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 258924 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 258926 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27]} 0 0
   [junit4]   2> 258928 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28]} 0 0
   [junit4]   2> 258930 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 258932 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30]} 0 0
   [junit4]   2> 258933 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 258935 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32]} 0 0
   [junit4]   2> 258937 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33]} 0 0
   [junit4]   2> 258940 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 258943 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 258945 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36]} 0 0
   [junit4]   2> 258947 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37]} 0 0
   [junit4]   2> 258949 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38]} 0 0
   [junit4]   2> 258951 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39]} 0 0
   [junit4]   2> 258952 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40]} 0 0
   [junit4]   2> 258954 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 258956 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42]} 0 0
   [junit4]   2> 258960 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43]} 0 0
   [junit4]   2> 258963 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44]} 0 0
   [junit4]   2> 258965 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45]} 0 0
   [junit4]   2> 258967 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46]} 0 0
   [junit4]   2> 258969 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47]} 0 0
   [junit4]   2> 258971 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48]} 0 0
   [junit4]   2> 258973 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49]} 0 0
   [junit4]   2> 258975 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50]} 0 0
   [junit4]   2> 258977 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51]} 0 0
   [junit4]   2> 258979 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[52]} 0 0
   [junit4]   2> 258980 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[53]} 0 0
   [junit4]   2> 258982 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[54]} 0 0
   [junit4]   2> 258984 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55]} 0 0
   [junit4]   2> 258985 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[56]} 0 0
   [junit4]   2> 258988 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[57]} 0 0
   [junit4]   2> 258989 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[58]} 0 0
   [junit4]   2> 258991 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[59]} 0 0
   [junit4]   2> 258993 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[60]} 0 0
   [junit4]   2> 258995 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[61]} 0 0
   [junit4]   2> 258997 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[62]} 0 0
   [junit4]   2> 258998 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[63]} 0 0
   [junit4]   2> 259000 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[64]} 0 0
   [junit4]   2> 259001 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[65]} 0 0
   [junit4]   2> 259003 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[66]} 0 0
   [junit4]   2> 259005 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[67]} 0 0
   [junit4]   2> 259008 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[68]} 0 0
   [junit4]   2> 259011 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[69]} 0 0
   [junit4]   2> 259017 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[70]} 0 0
   [junit4]   2> 259019 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[71]} 0 0
   [junit4]   2> 259023 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[72]} 0 0
   [junit4]   2> 259025 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[73]} 0 0
   [junit4]   2> 259027 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[74]} 0 0
   [junit4]   2> 259029 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[75]} 0 0
   [junit4]   2> 259033 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[76]} 0 0
   [junit4]   2> 259035 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[77]} 0 0
   [junit4]   2> 259037 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[78]} 0 0
   [junit4]   2> 259039 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[79]} 0 0
   [junit4]   2> 259041 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[80]} 0 0
   [junit4]   2> 259043 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[81]} 0 0
   [junit4]   2> 259045 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[82]} 0 0
   [junit4]   2> 259048 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[83]} 0 0
   [junit4]   2> 259050 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[84]} 0 0
   [junit4]   2> 259052 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[85]} 0 0
   [junit4]   2> 259054 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[86]} 0 0
   [junit4]   2> 259056 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[87]} 0 0
   [junit4]   2> 259059 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[88]} 0 0
   [junit4]   2> 259061 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[89]} 0 0
   [junit4]   2> 259063 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[90]} 0 0
   [junit4]   2> 259065 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[91]} 0 0
   [junit4]   2> 259067 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[92]} 0 0
   [junit4]   2> 259069 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[93]} 0 0
   [junit4]   2> 259071 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[94]} 0 0
   [junit4]   2> 259072 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[95]} 0 0
   [junit4]   2> 259074 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[96]} 0 0
   [junit4]   2> 259076 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[97]} 0 0
   [junit4]   2> 259078 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[98]} 0 0
   [junit4]   2> 259080 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[99]} 0 0
   [junit4]   2> 259081 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[100]} 0 0
   [junit4]   2> 259084 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[101]} 0 0
   [junit4]   2> 259086 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[102]} 0 0
   [junit4]   2> 259088 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[103]} 0 0
   [junit4]   2> 259089 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[104]} 0 0
   [junit4]   2> 259091 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[105]} 0 0
   [junit4]   2> 259093 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[106]} 0 0
   [junit4]   2> 259094 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[107]} 0 0
   [junit4]   2> 259096 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[108]} 0 0
   [junit4]   2> 259098 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[109]} 0 0
   [junit4]   2> 259100 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[110]} 0 0
   [junit4]   2> 259102 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[111]} 0 0
   [junit4]   2> 259104 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[112]} 0 0
   [junit4]   2> 259106 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[113]} 0 0
   [junit4]   2> 259108 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[114]} 0 0
   [junit4]   2> 259109 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[115]} 0 0
   [junit4]   2> 259111 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[116]} 0 0
   [junit4]   2> 259113 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[117]} 0 0
   [junit4]   2> 259115 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[118]} 0 0
   [junit4]   2> 259117 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[119]} 0 0
   [junit4]   2> 259119 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[120]} 0 0
   [junit4]   2> 259121 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[121]} 0 0
   [junit4]   2> 259123 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[122]} 0 0
   [junit4]   2> 259125 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[123]} 0 0
   [junit4]   2> 259127 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[124]} 0 0
   [junit4]   2> 259129 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[125]} 0 0
   [junit4]   2> 259132 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[126]} 0 0
   [junit4]   2> 259134 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[127]} 0 0
   [junit4]   2> 259136 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[128]} 0 0
   [junit4]   2> 259138 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[129]} 0 0
   [junit4]   2> 259140 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[130]} 0 0
   [junit4]   2> 259143 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[131]} 0 0
   [junit4]   2> 259148 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[132]} 0 0
   [junit4]   2> 259150 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[133]} 0 0
   [junit4]   2> 259152 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[134]} 0 0
   [junit4]   2> 259155 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[135]} 0 0
   [junit4]   2> 259157 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[136]} 0 0
   [junit4]   2> 259159 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[137]} 0 0
   [junit4]   2> 259161 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[138]} 0 0
   [junit4]   2> 259163 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[139]} 0 0
   [junit4]   2> 259165 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[140]} 0 0
   [junit4]   2> 259167 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[141]} 0 0
   [junit4]   2> 259168 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[142]} 0 0
   [junit4]   2> 259170 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[143]} 0 0
   [junit4]   2> 259172 INFO  (qtp796017593-856) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[144]} 0 0
   [junit4]   2> 259173 INFO  (qtp796017593-857) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[145]} 0 0
   [junit4]   2> 259175 INFO  (qtp796017593-858) [    x:collection1] o.a.s.u

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

d#[57E5F5E02AE381BC]) [    ] o.a.s.h.TestReplicationHandler Waited for 800ms and found 493 docs
   [junit4]   2> 336130 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[57E5F5E02AE381BC]) [    ] o.a.s.SolrTestCaseJ4 ###Ending doTestStopPoll
   [junit4]   2> 336131 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[57E5F5E02AE381BC]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@5401e5eb{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 336131 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1611801904
   [junit4]   2> 336135 INFO  (coreCloseExecutor-1095-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@46b336a5
   [junit4]   2> 336135 INFO  (coreCloseExecutor-1095-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=493,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 336135 INFO  (coreCloseExecutor-1095-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 336135 INFO  (coreCloseExecutor-1095-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 336135 INFO  (coreCloseExecutor-1095-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 336136 INFO  (coreCloseExecutor-1095-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 336136 INFO  (coreCloseExecutor-1095-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 336136 INFO  (coreCloseExecutor-1095-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-031/./collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-031/./collection1/data/index;done=false>>]
   [junit4]   2> 336136 INFO  (coreCloseExecutor-1095-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-031/./collection1/data/index
   [junit4]   2> 336136 INFO  (coreCloseExecutor-1095-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-031/./collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-031/./collection1/data;done=false>>]
   [junit4]   2> 336136 INFO  (coreCloseExecutor-1095-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-031/./collection1/data
   [junit4]   2> 336137 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[57E5F5E02AE381BC]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3615ab7e{/solr,null,UNAVAILABLE}
   [junit4]   2> 336142 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[57E5F5E02AE381BC]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@4e780f3d{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 336142 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[57E5F5E02AE381BC]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1922319264
   [junit4]   2> 336143 INFO  (coreCloseExecutor-1097-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3111c03e
   [junit4]   2> 336143 INFO  (coreCloseExecutor-1097-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 336143 INFO  (coreCloseExecutor-1097-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 336143 INFO  (coreCloseExecutor-1097-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 336143 INFO  (coreCloseExecutor-1097-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 336143 INFO  (coreCloseExecutor-1097-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 336143 INFO  (coreCloseExecutor-1097-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 336143 INFO  (coreCloseExecutor-1097-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-032/./collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-032/./collection1/data;done=false>>]
   [junit4]   2> 336144 INFO  (coreCloseExecutor-1097-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-032/./collection1/data
   [junit4]   2> 336144 INFO  (coreCloseExecutor-1097-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-032/./collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-032/./collection1/data/index;done=false>>]
   [junit4]   2> 336144 INFO  (coreCloseExecutor-1097-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001/solr-instance-032/./collection1/data/index
   [junit4]   2> 336144 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[57E5F5E02AE381BC]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@445baa69{/solr,null,UNAVAILABLE}
   [junit4]   2> 336147 INFO  (SUITE-TestReplicationHandler-seed#[57E5F5E02AE381BC]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_57E5F5E02AE381BC-001
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=8, maxDocsPerChunk=6, blockSize=10), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=8, blockSize=10)), sim=DefaultSimilarity, locale=ar-SD, timezone=America/Indianapolis
   [junit4]   2> NOTE: Linux 4.4.0-24-generic amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=12,threads=1,free=317461624,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestOmitPositions, HdfsDirectoryFactoryTest, MigrateRouteKeyTest, BadCopyFieldTest, AnalysisAfterCoreReloadTest, ReturnFieldsTest, TestRandomDVFaceting, HLLSerializationTest, ActionThrottleTest, TestComponentsName, TestDistribDocBasedVersion, TestAtomicUpdateErrorCases, TestShardHandlerFactory, TestFieldTypeResource, TestDistributedSearch, TestReplicationHandler]
   [junit4] Completed [88/573 (1!)] on J0 in 78.87s, 15 tests, 1 failure <<< FAILURES!

[...truncated 1537 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:750: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:694: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/common-build.xml:534: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1477: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1033: There were test failures: 573 suites (7 ignored), 2319 tests, 1 failure, 84 ignored (39 assumptions) [seed: 57E5F5E02AE381BC]

Total time: 56 minutes 19 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



[JENKINS] Lucene-Solr-5.5-Linux (32bit/jdk1.8.0_92) - Build # 349 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Linux/349/
Java: 32bit/jdk1.8.0_92 -server -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestIndexFetchOnMasterRestart

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([7331DF07EEAAAA04:ABC61BE345716858]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.TestReplicationHandler.doTestIndexFetchOnMasterRestart(TestReplicationHandler.java:624)
	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)




Build Log:
[...truncated 11412 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/init-core-data-001
   [junit4]   2> 986798 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestRepeater
   [junit4]   2> 986798 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-001/collection1
   [junit4]   2> 986801 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 986802 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9dd2a3{/solr,null,AVAILABLE}
   [junit4]   2> 986805 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.e.j.s.ServerConnector Started ServerConnector@54f7e5{HTTP/1.1}{127.0.0.1:35175}
   [junit4]   2> 986805 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.e.j.s.Server Started @988520ms
   [junit4]   2> 986805 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=35175}
   [junit4]   2> 986806 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 986806 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-001'
   [junit4]   2> 986806 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 986806 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 986806 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-001/solr.xml
   [junit4]   2> 986816 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-001/.
   [junit4]   2> 986816 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreContainer New CoreContainer 33478282
   [junit4]   2> 986816 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-001]
   [junit4]   2> 986816 WARN  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-001/lib
   [junit4]   2> 986821 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 986823 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 986823 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 986823 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 986823 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 986823 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 986824 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-001/.
   [junit4]   2> 986826 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 986826 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-001/./collection1
   [junit4]   2> 986826 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 986830 INFO  (coreLoadExecutor-3289-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-001/collection1'
   [junit4]   2> 986855 INFO  (coreLoadExecutor-3289-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 986855 INFO  (coreLoadExecutor-3289-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 986869 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 986869 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 986875 INFO  (coreLoadExecutor-3289-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 986878 INFO  (coreLoadExecutor-3289-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 986886 INFO  (coreLoadExecutor-3289-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 986888 INFO  (coreLoadExecutor-3289-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 986895 INFO  (coreLoadExecutor-3289-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 986904 INFO  (coreLoadExecutor-3289-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-001/collection1'
   [junit4]   2> 986904 INFO  (coreLoadExecutor-3289-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-001/./collection1
   [junit4]   2> 986904 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 986905 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 986905 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 986905 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-001/./collection1/data
   [junit4]   2> 986906 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 986906 WARN  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 986906 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 986906 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1484885065, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 986907 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1939fa5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1efa119; maxCacheMB=0.197265625 maxMergeSizeMB=0.35546875)),segFN=segments_1,generation=1}
   [junit4]   2> 986907 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 986908 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 986910 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 986911 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 986912 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 986912 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 986914 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-001/./collection1/data/
   [junit4]   2> 986915 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 986915 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,defaults,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 986915 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 986917 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 986918 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 986918 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6172218280753095]
   [junit4]   2> 986918 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1939fa5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1efa119; maxCacheMB=0.197265625 maxMergeSizeMB=0.35546875)),segFN=segments_1,generation=1}
   [junit4]   2> 986918 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 986918 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@c13260[collection1] main
   [junit4]   2> 986919 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-001/collection1/conf
   [junit4]   2> 986919 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-001/collection1/conf}
   [junit4]   2> 986919 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-001/collection1/conf
   [junit4]   2> 986919 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 986919 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 986919 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 986919 INFO  (coreLoadExecutor-3289-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 986920 INFO  (searcherExecutor-3290-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@c13260[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 987370 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/collection1
   [junit4]   2> 987383 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 987385 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@19b7ae8{/solr,null,AVAILABLE}
   [junit4]   2> 987386 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1280c49{HTTP/1.1}{127.0.0.1:38820}
   [junit4]   2> 987386 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.e.j.s.Server Started @989101ms
   [junit4]   2> 987386 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=38820}
   [junit4]   2> 987386 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 987386 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002'
   [junit4]   2> 987386 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 987386 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 987387 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/solr.xml
   [junit4]   2> 987390 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/.
   [junit4]   2> 987390 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreContainer New CoreContainer 20005041
   [junit4]   2> 987390 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002]
   [junit4]   2> 987391 WARN  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/lib
   [junit4]   2> 987400 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 987401 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 987401 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 987401 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 987401 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 987401 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 987402 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/.
   [junit4]   2> 987403 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 987403 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/./collection1
   [junit4]   2> 987403 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 987404 INFO  (coreLoadExecutor-3299-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/collection1'
   [junit4]   2> 987404 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 987404 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 987404 INFO  (coreLoadExecutor-3299-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 987404 INFO  (coreLoadExecutor-3299-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 987410 INFO  (coreLoadExecutor-3299-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 987413 INFO  (coreLoadExecutor-3299-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 987418 INFO  (coreLoadExecutor-3299-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 987420 INFO  (coreLoadExecutor-3299-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 987422 INFO  (coreLoadExecutor-3299-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 987423 INFO  (coreLoadExecutor-3299-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/collection1'
   [junit4]   2> 987423 INFO  (coreLoadExecutor-3299-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/./collection1
   [junit4]   2> 987424 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 987425 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 987430 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 987430 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/./collection1/data
   [junit4]   2> 987431 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 987431 WARN  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 987431 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 987432 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1484885065, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 987432 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@10ea7f5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10f0846; maxCacheMB=0.197265625 maxMergeSizeMB=0.35546875)),segFN=segments_1,generation=1}
   [junit4]   2> 987432 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 987432 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/./collection1/data/
   [junit4]   2> 987434 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 987435 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 987436 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 987436 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 987440 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 987441 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 987441 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,defaults,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 987441 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 987441 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 987441 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 987442 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6172218280753095]
   [junit4]   2> 987442 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@10ea7f5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10f0846; maxCacheMB=0.197265625 maxMergeSizeMB=0.35546875)),segFN=segments_1,generation=1}
   [junit4]   2> 987442 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 987442 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@1060d7c[collection1] main
   [junit4]   2> 987442 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/collection1/conf
   [junit4]   2> 987442 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/collection1/conf}
   [junit4]   2> 987442 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/collection1/conf
   [junit4]   2> 987442 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 987444 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 987444 INFO  (searcherExecutor-3300-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1060d7c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 987444 INFO  (coreLoadExecutor-3299-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 987914 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@1280c49{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 987914 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=20005041
   [junit4]   2> 987914 INFO  (coreCloseExecutor-3305-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@e475d9
   [junit4]   2> 987914 INFO  (coreCloseExecutor-3305-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 987914 INFO  (coreCloseExecutor-3305-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 987914 INFO  (coreCloseExecutor-3305-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 987914 INFO  (coreCloseExecutor-3305-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 987915 INFO  (coreCloseExecutor-3305-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 987915 INFO  (coreCloseExecutor-3305-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 987915 INFO  (coreCloseExecutor-3305-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/./collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/./collection1/data;done=false>>]
   [junit4]   2> 987915 INFO  (coreCloseExecutor-3305-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/./collection1/data
   [junit4]   2> 987915 INFO  (coreCloseExecutor-3305-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/./collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/./collection1/data/index;done=false>>]
   [junit4]   2> 987916 INFO  (coreCloseExecutor-3305-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 987924 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@19b7ae8{/solr,null,UNAVAILABLE}
   [junit4]   2> 987926 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 987927 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@160efe9{/solr,null,AVAILABLE}
   [junit4]   2> 987927 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1b1e266{HTTP/1.1}{127.0.0.1:40702}
   [junit4]   2> 987927 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.e.j.s.Server Started @989642ms
   [junit4]   2> 987927 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=40702}
   [junit4]   2> 987928 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 987928 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002'
   [junit4]   2> 987928 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 987928 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 987928 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/solr.xml
   [junit4]   2> 987941 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/.
   [junit4]   2> 987941 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreContainer New CoreContainer 17194368
   [junit4]   2> 987941 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002]
   [junit4]   2> 987941 WARN  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/lib
   [junit4]   2> 987941 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 987942 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 987943 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 987943 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 987943 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 987943 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 987943 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/.
   [junit4]   2> 987944 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 987944 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/./collection1
   [junit4]   2> 987944 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 987944 INFO  (coreLoadExecutor-3312-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/collection1'
   [junit4]   2> 987945 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 987945 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 987945 INFO  (coreLoadExecutor-3312-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 987945 INFO  (coreLoadExecutor-3312-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 987952 INFO  (coreLoadExecutor-3312-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 987958 INFO  (coreLoadExecutor-3312-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 987995 INFO  (coreLoadExecutor-3312-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 987997 INFO  (coreLoadExecutor-3312-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 987999 INFO  (coreLoadExecutor-3312-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 987999 INFO  (coreLoadExecutor-3312-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/collection1'
   [junit4]   2> 987999 INFO  (coreLoadExecutor-3312-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/./collection1
   [junit4]   2> 987999 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 988000 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 988000 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 988000 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/./collection1/data
   [junit4]   2> 988000 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 988000 WARN  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 988000 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 988000 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1484885065, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 988001 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1fed17e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cff071; maxCacheMB=0.197265625 maxMergeSizeMB=0.35546875)),segFN=segments_1,generation=1}
   [junit4]   2> 988001 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 988001 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/./collection1/data/
   [junit4]   2> 988002 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 988002 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 988003 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 988003 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 988004 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 988004 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 988004 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,defaults,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 988005 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 988005 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 988005 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 988005 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6172218280753095]
   [junit4]   2> 988005 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1fed17e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cff071; maxCacheMB=0.197265625 maxMergeSizeMB=0.35546875)),segFN=segments_1,generation=1}
   [junit4]   2> 988005 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 988005 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@186aae8[collection1] main
   [junit4]   2> 988005 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/collection1/conf
   [junit4]   2> 988006 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/collection1/conf}
   [junit4]   2> 988006 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/collection1/conf
   [junit4]   2> 988006 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 988006 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 988006 INFO  (searcherExecutor-3313-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@186aae8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 988006 INFO  (coreLoadExecutor-3312-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 988446 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/collection1
   [junit4]   2> 988458 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 988459 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a6823a{/solr,null,AVAILABLE}
   [junit4]   2> 988459 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.e.j.s.ServerConnector Started ServerConnector@156f9a9{HTTP/1.1}{127.0.0.1:45575}
   [junit4]   2> 988459 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.e.j.s.Server Started @990174ms
   [junit4]   2> 988459 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/collection1/data, hostContext=/solr, hostPort=45575}
   [junit4]   2> 988459 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 988459 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003'
   [junit4]   2> 988459 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 988460 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 988460 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/solr.xml
   [junit4]   2> 988463 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/.
   [junit4]   2> 988464 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreContainer New CoreContainer 31709467
   [junit4]   2> 988464 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003]
   [junit4]   2> 988464 WARN  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/lib
   [junit4]   2> 988464 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 988466 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 988466 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 988466 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 988466 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 988466 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 988467 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/.
   [junit4]   2> 988469 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 988469 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/./collection1
   [junit4]   2> 988469 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 988469 INFO  (coreLoadExecutor-3322-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/collection1'
   [junit4]   2> 988470 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 988470 INFO  (coreLoadExecutor-3322-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 988470 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 988470 INFO  (coreLoadExecutor-3322-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 988482 INFO  (coreLoadExecutor-3322-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 988485 INFO  (coreLoadExecutor-3322-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 988491 INFO  (coreLoadExecutor-3322-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 988494 INFO  (coreLoadExecutor-3322-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 988496 INFO  (coreLoadExecutor-3322-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 988497 INFO  (coreLoadExecutor-3322-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/collection1'
   [junit4]   2> 988497 INFO  (coreLoadExecutor-3322-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/./collection1
   [junit4]   2> 988497 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 988497 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/./collection1/data/]
   [junit4]   2> 988497 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 988498 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/./collection1/data
   [junit4]   2> 988498 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/./collection1/data/index/
   [junit4]   2> 988498 WARN  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 988498 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/./collection1/data/index
   [junit4]   2> 988498 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1484885065, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 988499 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1d2a982 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c675eb; maxCacheMB=0.197265625 maxMergeSizeMB=0.35546875)),segFN=segments_1,generation=1}
   [junit4]   2> 988499 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 988499 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/./collection1/data/
   [junit4]   2> 988500 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 988501 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 988502 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 988503 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 988503 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 988504 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 988504 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,defaults,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 988504 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 988505 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 988505 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 988505 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6172218280753095]
   [junit4]   2> 988505 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1d2a982 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c675eb; maxCacheMB=0.197265625 maxMergeSizeMB=0.35546875)),segFN=segments_1,generation=1}
   [junit4]   2> 988505 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 988505 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@ec977e[collection1] main
   [junit4]   2> 988505 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/collection1/conf
   [junit4]   2> 988505 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/collection1/conf}
   [junit4]   2> 988505 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/collection1/conf
   [junit4]   2> 988506 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 988506 WARN  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 988507 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler  No value set for 'pollInterval'. Timer Task not started.
   [junit4]   2> 988507 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml
   [junit4]   2> 988507 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 988507 INFO  (searcherExecutor-3323-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@ec977e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 988507 INFO  (coreLoadExecutor-3322-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 988972 INFO  (qtp2730615-7223) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0]} 0 0
   [junit4]   2> 988974 INFO  (qtp2730615-7224) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 988975 INFO  (qtp2730615-7225) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 988977 INFO  (qtp2730615-7223) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 988978 INFO  (qtp2730615-7223) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1939fa5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1efa119; maxCacheMB=0.197265625 maxMergeSizeMB=0.35546875)),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1939fa5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1efa119; maxCacheMB=0.197265625 maxMergeSizeMB=0.35546875)),segFN=segments_2,generation=2}
   [junit4]   2> 988979 INFO  (qtp2730615-7223) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 988981 INFO  (qtp2730615-7223) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@d57c7c[collection1] main
   [junit4]   2> 988982 INFO  (qtp2730615-7223) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 988982 INFO  (searcherExecutor-3290-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@d57c7c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.5.2):c3)))}
   [junit4]   2> 988982 INFO  (qtp2730615-7223) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 5
   [junit4]   2> 988984 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 988986 INFO  (qtp2730615-7224) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 988986 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 988986 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 988986 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 988988 INFO  (qtp2730615-7225) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&wt=javabin&version=2&command=filelist} status=0 QTime=1
   [junit4]   2> 988989 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Number of files in latest index in master: 4
   [junit4]   2> 988990 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/./collection1/data/index.20160625071945796
   [junit4]   2> 988990 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 988990 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=4, maxMergeAtOnceExplicit=4, maxMergedSegmentMB=94.3154296875, floorSegmentMB=0.205078125, forceMergeDeletesPctAllowed=12.51270600313971, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 988990 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1d2a982 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c675eb; maxCacheMB=0.197265625 maxMergeSizeMB=0.35546875)),segFN=segments_1,generation=1}
   [junit4]   2> 988990 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 988990 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 988991 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1d2a982 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c675eb; maxCacheMB=0.197265625 maxMergeSizeMB=0.35546875)),segFN=segments_1,generation=1}
   [junit4]   2> 988991 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 988991 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 988991 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@229ba5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6b4fa)
   [junit4]   2> 988992 INFO  (qtp2730615-7223) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.cfe&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 988995 INFO  (qtp2730615-7224) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 988997 INFO  (qtp2730615-7225) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.cfs&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 988999 INFO  (qtp2730615-7223) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 989000 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=2004) : 0 secs (null bytes/sec) to MockDirectoryWrapper(RAMDirectory@229ba5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6b4fa)
   [junit4]   2> 989000 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=27.5009765625, floorSegmentMB=1.48828125, forceMergeDeletesPctAllowed=5.638517363516613, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6135917314236067
   [junit4]   2> 989001 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1d2a982 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c675eb; maxCacheMB=0.197265625 maxMergeSizeMB=0.35546875)),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1d2a982 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c675eb; maxCacheMB=0.197265625 maxMergeSizeMB=0.35546875)),segFN=segments_2,generation=2}
   [junit4]   2> 989001 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 989001 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 989001 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@17118f8[collection1] main
   [junit4]   2> 989001 INFO  (searcherExecutor-3323-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@17118f8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.5.2):c3)))}
   [junit4]   2> 989001 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/./collection1/data/index.20160625071945796 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/./collection1/data/index.20160625071945796;done=true>>]
   [junit4]   2> 989001 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-003/./collection1/data/index.20160625071945796
   [junit4]   2> 989001 INFO  (qtp28558805-7280) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={wait=true&masterUrl=http://127.0.0.1:35175/solr/collection1/replication&command=fetchindex} status=0 QTime=17
   [junit4]   2> 989003 INFO  (qtp28558805-7281) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=3 status=0 QTime=0
   [junit4]   2> 989004 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[7331DF07EEAAAA04]) [    ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 3 docs
   [junit4]   2> 989006 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 989007 INFO  (qtp28558805-7282) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 989007 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 989007 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 989007 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 989009 INFO  (qtp28558805-7280) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&wt=javabin&version=2&command=filelist} status=0 QTime=0
   [junit4]   2> 989009 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Number of files in latest index in master: 4
   [junit4]   2> 989010 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-002/./collection1/data/index.20160625071945816
   [junit4]   2> 989010 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 989010 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=4, maxMergeAtOnceExplicit=4, maxMergedSegmentMB=94.3154296875, floorSegmentMB=0.205078125, forceMergeDeletesPctAllowed=12.51270600313971, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 989010 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1fed17e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cff071; maxCacheMB=0.197265625 maxMergeSizeMB=0.35546875)),segFN=segments_1,generation=1}
   [junit4]   2> 989010 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 989010 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 989010 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1fed17e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cff071; maxCacheMB=0.197265625 maxMergeSizeMB=0.35546875)),segFN=segments_1,generation=1}
   [junit4]   2> 989011 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 989011 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 989011 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@1d7d8c8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27ab92)
   [junit4]   2> 989012 INFO  (qtp28558805-7281) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.cfe&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 989014 INFO  (qtp28558805-7282) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4

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

erCloser
   [junit4]   2> 1067461 INFO  (coreCloseExecutor-3989-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1067461 INFO  (coreCloseExecutor-3989-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1067461 INFO  (coreCloseExecutor-3989-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-031/./collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-031/./collection1/data;done=false>>]
   [junit4]   2> 1067461 INFO  (coreCloseExecutor-3989-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-031/./collection1/data
   [junit4]   2> 1067461 INFO  (coreCloseExecutor-3989-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-031/./collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-031/./collection1/data/index;done=false>>]
   [junit4]   2> 1067461 INFO  (coreCloseExecutor-3989-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-031/./collection1/data/index
   [junit4]   2> 1067462 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[7331DF07EEAAAA04]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@a3208e{/solr,null,UNAVAILABLE}
   [junit4]   2> 1067462 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[7331DF07EEAAAA04]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@a5432c{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1067462 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[7331DF07EEAAAA04]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2655120
   [junit4]   2> 1067463 INFO  (coreCloseExecutor-3991-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4cafc7
   [junit4]   2> 1067463 INFO  (coreCloseExecutor-3991-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1067463 INFO  (coreCloseExecutor-3991-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1067463 INFO  (coreCloseExecutor-3991-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1067463 INFO  (coreCloseExecutor-3991-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1067463 INFO  (coreCloseExecutor-3991-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1067463 INFO  (coreCloseExecutor-3991-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1067463 INFO  (coreCloseExecutor-3991-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-032/./collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-032/./collection1/data/index;done=false>>]
   [junit4]   2> 1067463 INFO  (coreCloseExecutor-3991-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-032/./collection1/data/index
   [junit4]   2> 1067463 INFO  (coreCloseExecutor-3991-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-032/./collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-032/./collection1/data;done=false>>]
   [junit4]   2> 1067463 INFO  (coreCloseExecutor-3991-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001/solr-instance-032/./collection1/data
   [junit4]   2> 1067463 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[7331DF07EEAAAA04]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1a29280{/solr,null,UNAVAILABLE}
   [junit4]   2> 1067464 INFO  (SUITE-TestReplicationHandler-seed#[7331DF07EEAAAA04]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7331DF07EEAAAA04-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {name=BlockTreeOrds(blocksize=128), id=BlockTreeOrds(blocksize=128), newname=BlockTreeOrds(blocksize=128)}, docValues:{}, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=ja-JP, timezone=Israel
   [junit4]   2> NOTE: Linux 4.4.0-24-generic i386/Oracle Corporation 1.8.0_92 (32-bit)/cpus=12,threads=1,free=111572816,total=252182528
   [junit4]   2> NOTE: All tests run in this JVM: [TestOverriddenPrefixQueryForCustomFieldType, LeaderFailoverAfterPartitionTest, TestFoldingMultitermQuery, TestDistribDocBasedVersion, ConnectionManagerTest, TestObjectReleaseTracker, CollectionStateFormat2Test, TestJsonRequest, TestLRUStatsCache, TestArbitraryIndexDir, TestHighlightDedupGrouping, TestAnalyzeInfixSuggestions, TestConfigReload, TestFastOutputStream, TestFieldCollectionResource, AlternateDirectoryTest, TestUniqueKeyFieldResource, TestHdfsUpdateLog, TestCSVLoader, IndexSchemaTest, HdfsThreadLeakTest, QueryElevationComponentTest, TestMaxScoreQueryParser, JSONWriterTest, DistributedFacetPivotWhiteBoxTest, DistributedSuggestComponentTest, TestLMDirichletSimilarityFactory, AtomicUpdatesTest, TestFieldTypeResource, DisMaxRequestHandlerTest, CursorPagingTest, SignatureUpdateProcessorFactoryTest, TestRestoreCore, StandardRequestHandlerTest, HdfsLockFactoryTest, CurrencyFieldOpenExchangeTest, TestReRankQParserPlugin, HdfsCollectionsAPIDistributedZkTest, SimpleCollectionCreateDeleteTest, TestAuthenticationFramework, ConnectionReuseTest, BJQParserTest, TestDistributedSearch, BlockJoinFacetSimpleTest, TestMinMaxOnMultiValuedField, DistributedVersionInfoTest, CacheHeaderTest, TestTestInjection, CollectionsAPISolrJTest, LeaderElectionIntegrationTest, DistributedDebugComponentTest, TestJoin, TestCloudPivotFacet, ActionThrottleTest, TestFaceting, TriLevelCompositeIdRoutingTest, JsonLoaderTest, RollingRestartTest, TestPhraseSuggestions, ZkStateWriterTest, TestRangeQuery, CachingDirectoryFactoryTest, TestFieldSortValues, TestComponentsName, TestLeaderElectionZkExpiry, TestManagedSchemaAPI, URLClassifyProcessorTest, TestRandomDVFaceting, TestAtomicUpdateErrorCases, StressHdfsTest, HdfsDirectoryFactoryTest, CopyFieldTest, ReturnFieldsTest, TestRemoteStreaming, TestValueSourceCache, AnalysisAfterCoreReloadTest, TestDynamicLoading, TestExpandComponent, TestBadConfig, TestAuthorizationFramework, TestSolr4Spatial, DistributedSpellCheckComponentTest, TestReplicationHandler]
   [junit4] Completed [248/573 (1!)] on J0 in 80.69s, 15 tests, 1 failure <<< FAILURES!

[...truncated 1022 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:750: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:694: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/common-build.xml:534: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1477: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1033: There were test failures: 573 suites (7 ignored), 2319 tests, 1 failure, 84 ignored (39 assumptions) [seed: 7331DF07EEAAAA04]

Total time: 57 minutes 8 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



[JENKINS] Lucene-Solr-5.5-Linux (64bit/jdk1.7.0_80) - Build # 348 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Linux/348/
Java: 64bit/jdk1.7.0_80 -XX:-UseCompressedOops -XX:+UseParallelGC

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

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

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:39653/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
	at __randomizedtesting.SeedInfo.seed([79C11866C0E16F74:F19527BC6E1D028C]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:632)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:981)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:101)
	at org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:69)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:39653/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:607)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:604)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more




Build Log:
[...truncated 12207 lines...]
   [junit4] Suite: org.apache.solr.schema.TestManagedSchemaAPI
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/init-core-data-001
   [junit4]   2> 1983984 INFO  (SUITE-TestManagedSchemaAPI-seed#[79C11866C0E16F74]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1983985 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1983986 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1983986 INFO  (Thread-5625) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1983986 INFO  (Thread-5625) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1984086 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.c.ZkTestServer start zk server on port:38148
   [junit4]   2> 1984086 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1984087 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1984088 INFO  (zkCallback-22736-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@76ffbd24 name:ZooKeeperConnection Watcher:127.0.0.1:38148 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1984088 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1984089 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1984089 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1984091 INFO  (jetty-launcher-22735-thread-1) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1984091 INFO  (jetty-launcher-22735-thread-2) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1984092 INFO  (jetty-launcher-22735-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5fca88c3{/solr,null,AVAILABLE}
   [junit4]   2> 1984092 INFO  (jetty-launcher-22735-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@69d8eb56{/solr,null,AVAILABLE}
   [junit4]   2> 1984093 INFO  (jetty-launcher-22735-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@4171d776{HTTP/1.1}{127.0.0.1:39653}
   [junit4]   2> 1984093 INFO  (jetty-launcher-22735-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@6c3c557b{HTTP/1.1}{127.0.0.1:38103}
   [junit4]   2> 1984093 INFO  (jetty-launcher-22735-thread-2) [    ] o.e.j.s.Server Started @1986025ms
   [junit4]   2> 1984094 INFO  (jetty-launcher-22735-thread-1) [    ] o.e.j.s.Server Started @1986026ms
   [junit4]   2> 1984094 INFO  (jetty-launcher-22735-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39653}
   [junit4]   2> 1984094 INFO  (jetty-launcher-22735-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=38103, hostContext=/solr}
   [junit4]   2> 1984094 INFO  (jetty-launcher-22735-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@36d98810
   [junit4]   2> 1984094 INFO  (jetty-launcher-22735-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@36d98810
   [junit4]   2> 1984094 INFO  (jetty-launcher-22735-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node2'
   [junit4]   2> 1984094 INFO  (jetty-launcher-22735-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node1'
   [junit4]   2> 1984094 INFO  (jetty-launcher-22735-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1984094 INFO  (jetty-launcher-22735-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1984094 INFO  (jetty-launcher-22735-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1984094 INFO  (jetty-launcher-22735-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1984094 INFO  (jetty-launcher-22735-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1984094 INFO  (jetty-launcher-22735-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1984095 INFO  (jetty-launcher-22735-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1984095 INFO  (jetty-launcher-22735-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1984096 INFO  (zkCallback-22738-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@47138ec4 name:ZooKeeperConnection Watcher:127.0.0.1:38148/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1984096 INFO  (jetty-launcher-22735-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1984096 INFO  (zkCallback-22737-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@27505d28 name:ZooKeeperConnection Watcher:127.0.0.1:38148/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1984096 INFO  (jetty-launcher-22735-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1984096 INFO  (jetty-launcher-22735-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1984096 INFO  (jetty-launcher-22735-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1984096 INFO  (jetty-launcher-22735-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1984096 INFO  (jetty-launcher-22735-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1984107 INFO  (jetty-launcher-22735-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node2/.
   [junit4]   2> 1984107 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15585210bac0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1984107 INFO  (jetty-launcher-22735-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1601882663
   [junit4]   2> 1984107 INFO  (jetty-launcher-22735-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node1/.
   [junit4]   2> 1984107 INFO  (jetty-launcher-22735-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node2]
   [junit4]   2> 1984107 INFO  (jetty-launcher-22735-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1986918249
   [junit4]   2> 1984107 INFO  (jetty-launcher-22735-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node1]
   [junit4]   2> 1984107 WARN  (jetty-launcher-22735-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node2/lib
   [junit4]   2> 1984107 WARN  (jetty-launcher-22735-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node1/lib
   [junit4]   2> 1984107 INFO  (jetty-launcher-22735-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1984107 INFO  (jetty-launcher-22735-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1984108 INFO  (jetty-launcher-22735-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1984108 INFO  (jetty-launcher-22735-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1984108 INFO  (jetty-launcher-22735-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1984108 INFO  (jetty-launcher-22735-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1984108 INFO  (jetty-launcher-22735-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1984109 INFO  (jetty-launcher-22735-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1984109 INFO  (jetty-launcher-22735-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38148/solr
   [junit4]   2> 1984109 INFO  (jetty-launcher-22735-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1984109 INFO  (jetty-launcher-22735-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38148/solr
   [junit4]   2> 1984109 INFO  (jetty-launcher-22735-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1984109 INFO  (jetty-launcher-22735-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1984109 INFO  (jetty-launcher-22735-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1984109 INFO  (jetty-launcher-22735-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1984109 INFO  (jetty-launcher-22735-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1984110 INFO  (zkCallback-22743-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@59887ff1 name:ZooKeeperConnection Watcher:127.0.0.1:38148 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1984110 INFO  (jetty-launcher-22735-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1984110 INFO  (zkCallback-22744-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3398394c name:ZooKeeperConnection Watcher:127.0.0.1:38148 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1984110 INFO  (jetty-launcher-22735-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1984110 INFO  (jetty-launcher-22735-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1984110 INFO  (jetty-launcher-22735-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1984110 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15585210bac0004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1984110 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@6121e055
   [junit4]   2> 1984110 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@474b5546
   [junit4]   2> 1984111 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1984111 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1984112 INFO  (zkCallback-22745-thread-1-processing-n:127.0.0.1:39653_solr) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a8ae8cd name:ZooKeeperConnection Watcher:127.0.0.1:38148/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1984112 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1984112 INFO  (zkCallback-22746-thread-1-processing-n:127.0.0.1:38103_solr) [n:127.0.0.1:38103_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@16ab6134 name:ZooKeeperConnection Watcher:127.0.0.1:38148/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1984112 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1984112 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1984112 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1984113 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1984113 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1984114 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1984114 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1984116 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1984116 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1984117 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1984117 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1984118 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1984118 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1984118 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1984118 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1984119 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1984119 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1984119 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1984119 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1984120 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1984120 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1984120 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38103_solr
   [junit4]   2> 1984120 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39653_solr
   [junit4]   2> 1984120 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38103_solr
   [junit4]   2> 1984120 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39653_solr
   [junit4]   2> 1984121 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1984121 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1984122 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1984122 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1984122 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1984122 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1984123 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96129344034570245-127.0.0.1:39653_solr-n_0000000000
   [junit4]   2> 1984123 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96129344034570246-127.0.0.1:38103_solr-n_0000000001
   [junit4]   2> 1984123 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39653_solr
   [junit4]   2> 1984123 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1984123 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96129344034570245-127.0.0.1:39653_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1984123 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1984124 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.Overseer Overseer (id=96129344034570245-127.0.0.1:39653_solr-n_0000000000) starting
   [junit4]   2> 1984124 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1984126 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1984128 INFO  (OverseerCollectionConfigSetProcessor-96129344034570245-127.0.0.1:39653_solr-n_0000000000) [n:127.0.0.1:39653_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1984128 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1984128 INFO  (OverseerStateUpdate-96129344034570245-127.0.0.1:39653_solr-n_0000000000) [n:127.0.0.1:39653_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1984136 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1984136 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1984136 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node1/.
   [junit4]   2> 1984136 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1984145 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1984145 INFO  (jetty-launcher-22735-thread-1) [n:127.0.0.1:38103_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1984146 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1984146 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1984147 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node2/.
   [junit4]   2> 1984147 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1984147 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1984147 INFO  (jetty-launcher-22735-thread-2) [n:127.0.0.1:39653_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1984148 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1984148 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1984148 INFO  (zkCallback-22747-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@64baff1e name:ZooKeeperConnection Watcher:127.0.0.1:38148 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1984149 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1984149 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1984150 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1984150 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1984150 INFO  (zkCallback-22749-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@29cdba23 name:ZooKeeperConnection Watcher:127.0.0.1:38148/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1984150 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1984152 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1984152 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1984153 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/managed-schema
   [junit4]   2> 1984154 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1984154 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1984155 INFO  (zkCallback-22750-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@130c04d1 name:ZooKeeperConnection Watcher:127.0.0.1:38148/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1984155 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1984155 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1984155 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1984158 INFO  (qtp694202271-87994) [n:127.0.0.1:38103_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params numShards=1&collection.configName=conf1&name=testschemaapi&action=CREATE&replicationFactor=2&version=2&wt=javabin and sendToOCPQueue=true
   [junit4]   2> 1984159 INFO  (OverseerCollectionConfigSetProcessor-96129344034570245-127.0.0.1:39653_solr-n_0000000000) [n:127.0.0.1:39653_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> 1984159 INFO  (OverseerThreadFactory-10965-thread-1-processing-n:127.0.0.1:39653_solr) [n:127.0.0.1:39653_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> 1984160 INFO  (OverseerThreadFactory-10965-thread-1-processing-n:127.0.0.1:39653_solr) [n:127.0.0.1:39653_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection testschemaapi
   [junit4]   2> 1984160 INFO  (OverseerThreadFactory-10965-thread-1-processing-n:127.0.0.1:39653_solr) [n:127.0.0.1:39653_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/testschemaapi 
   [junit4]   2> 1984160 INFO  (OverseerThreadFactory-10965-thread-1-processing-n:127.0.0.1:39653_solr) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi
   [junit4]   2> 1984160 INFO  (zkCallback-22745-thread-1-processing-n:127.0.0.1:39653_solr) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1984160 INFO  (zkCallback-22750-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1984160 INFO  (zkCallback-22746-thread-1-processing-n:127.0.0.1:38103_solr) [n:127.0.0.1:38103_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1984161 INFO  (OverseerStateUpdate-96129344034570245-127.0.0.1:39653_solr-n_0000000000) [n:127.0.0.1:39653_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> 1984161 INFO  (OverseerStateUpdate-96129344034570245-127.0.0.1:39653_solr-n_0000000000) [n:127.0.0.1:39653_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: testschemaapi
   [junit4]   2> 1984162 INFO  (OverseerStateUpdate-96129344034570245-127.0.0.1:39653_solr-n_0000000000) [n:127.0.0.1:39653_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testschemaapi/state.json
   [junit4]   2> 1984261 INFO  (OverseerThreadFactory-10965-thread-1-processing-n:127.0.0.1:39653_solr) [n:127.0.0.1:39653_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection testschemaapi, shardNames [shard1] , replicationFactor : 2
   [junit4]   2> 1984262 INFO  (OverseerThreadFactory-10965-thread-1-processing-n:127.0.0.1:39653_solr) [n:127.0.0.1:39653_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica2 as part of shard shard1 of collection testschemaapi on 127.0.0.1:39653_solr
   [junit4]   2> 1984262 INFO  (OverseerThreadFactory-10965-thread-1-processing-n:127.0.0.1:39653_solr) [n:127.0.0.1:39653_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica1 as part of shard shard1 of collection testschemaapi on 127.0.0.1:38103_solr
   [junit4]   2> 1984264 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr    ] o.a.s.h.a.CoreAdminOperation core create command numShards=1&name=testschemaapi_shard1_replica1&collection.configName=conf1&action=CREATE&shard=shard1&qt=/admin/cores&collection=testschemaapi&wt=javabin&version=2
   [junit4]   2> 1984264 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr    ] o.a.s.h.a.CoreAdminOperation core create command numShards=1&name=testschemaapi_shard1_replica2&collection.configName=conf1&action=CREATE&shard=shard1&qt=/admin/cores&collection=testschemaapi&wt=javabin&version=2
   [junit4]   2> 1984264 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {shard=shard1, name=testschemaapi_shard1_replica1, config=solrconfig.xml, collection=testschemaapi, collection.configName=conf1, numShards=1, configSetProperties=configsetprops.json, dataDir=data/, transient=false, loadOnStartup=true, schema=schema.xml}
   [junit4]   2> 1984264 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {transient=false, collection=testschemaapi, shard=shard1, schema=schema.xml, name=testschemaapi_shard1_replica2, loadOnStartup=true, collection.configName=conf1, numShards=1, config=solrconfig.xml, dataDir=data/, configSetProperties=configsetprops.json}
   [junit4]   2> 1984265 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1984265 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1984265 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 1984265 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
   [junit4]   2> 1984265 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 1984265 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
   [junit4]   2> 1984265 INFO  (OverseerStateUpdate-96129344034570245-127.0.0.1:39653_solr-n_0000000000) [n:127.0.0.1:39653_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "node_name":"127.0.0.1:38103_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:38103/solr",
   [junit4]   2>   "state":"down"} current state version: 0
   [junit4]   2> 1984265 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 1984266 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 1984266 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1984266 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1984266 INFO  (OverseerStateUpdate-96129344034570245-127.0.0.1:39653_solr-n_0000000000) [n:127.0.0.1:39653_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "node_name":"127.0.0.1:38103_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:38103/solr",
   [junit4]   2>   "state":"down"}
   [junit4]   2> 1984267 INFO  (OverseerStateUpdate-96129344034570245-127.0.0.1:39653_solr-n_0000000000) [n:127.0.0.1:39653_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "node_name":"127.0.0.1:39653_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:39653/solr",
   [junit4]   2>   "state":"down"} current state version: 0
   [junit4]   2> 1984267 INFO  (OverseerStateUpdate-96129344034570245-127.0.0.1:39653_solr-n_0000000000) [n:127.0.0.1:39653_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "node_name":"127.0.0.1:39653_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:39653/solr",
   [junit4]   2>   "state":"down"}
   [junit4]   2> 1984368 INFO  (OverseerStateUpdate-96129344034570245-127.0.0.1:39653_solr-n_0000000000) [n:127.0.0.1:39653_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 0
   [junit4]   2> 1984368 INFO  (zkCallback-22745-thread-1-processing-n:127.0.0.1:39653_solr) [n:127.0.0.1:39653_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> 1984368 INFO  (zkCallback-22746-thread-1-processing-n:127.0.0.1:38103_solr) [n:127.0.0.1:38103_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> 1984369 INFO  (zkCallback-22745-thread-1-processing-n:127.0.0.1:39653_solr) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 1984369 INFO  (zkCallback-22746-thread-1-processing-n:127.0.0.1:38103_solr) [n:127.0.0.1:38103_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 1985266 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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> 1985266 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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> 1985266 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 1985266 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 1985266 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1985266 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1985266 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 1985266 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 1985268 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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> 1985268 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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> 1985268 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node1/testschemaapi_shard1_replica1'
   [junit4]   2> 1985268 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node2/testschemaapi_shard1_replica2'
   [junit4]   2> 1985268 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1985268 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1985268 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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> 1985268 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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> 1985269 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1985269 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1985272 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1985272 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1985280 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 1985280 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 1985297 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1985298 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1985300 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 1985301 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 1985307 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1985308 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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-5.5-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1985308 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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> 1985308 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1985308 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node2/testschemaapi_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/]
   [junit4]   2> 1985308 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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> 1985308 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1985309 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data
   [junit4]   2> 1985309 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index/
   [junit4]   2> 1985309 WARN  (qtp178914546-87995) [n:127.0.0.1:39653_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-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1985309 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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-5.5-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1985309 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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> 1985309 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index
   [junit4]   2> 1985309 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1985309 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node1/testschemaapi_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/]
   [junit4]   2> 1985309 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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> 1985310 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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@12473bdb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2aab03d),segFN=segments_1,generation=1}
   [junit4]   2> 1985310 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1985310 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data
   [junit4]   2> 1985310 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index/
   [junit4]   2> 1985310 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:39653_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-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/
   [junit4]   2> 1985310 WARN  (qtp694202271-87996) [n:127.0.0.1:38103_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-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1985310 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1985310 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index
   [junit4]   2> 1985311 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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@7ce969bc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@401cf5b5),segFN=segments_1,generation=1}
   [junit4]   2> 1985311 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1985311 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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> 1985311 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:38103_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-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/
   [junit4]   2> 1985311 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1985312 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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> 1985313 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985313 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985314 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985314 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985314 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985314 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985316 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985316 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985317 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.RequestHandlers Registered paths: /update,/update/csv,/update/json/docs,/admin/ping,/admin/file,/admin/threads,/schema,/admin/luke,/admin/segments,/admin/plugins,/admin/mbeans,/select,/admin/system,/update/json,/replication,/get,/admin/logging,/config,/admin/properties
   [junit4]   2> 1985317 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.RequestHandlers Registered paths: /update,/update/csv,/update/json/docs,/admin/ping,/admin/file,/admin/threads,/schema,/admin/luke,/admin/segments,/admin/plugins,/admin/mbeans,/select,/admin/system,/update/json,/replication,/get,/admin/logging,/config,/admin/properties
   [junit4]   2> 1985317 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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> 1985317 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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> 1985318 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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> 1985318 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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> 1985318 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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> 1985318 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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> 1985318 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1985319 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1985319 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1985319 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1985319 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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@7ce969bc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@401cf5b5),segFN=segments_1,generation=1}
   [junit4]   2> 1985319 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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@12473bdb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2aab03d),segFN=segments_1,generation=1}
   [junit4]   2> 1985319 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1985319 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1985319 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening Searcher@2d915284[testschemaapi_shard1_replica1] main
   [junit4]   2> 1985319 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening Searcher@12d70486[testschemaapi_shard1_replica2] main
   [junit4]   2> 1985319 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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> 1985319 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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> 1985320 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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> 1985320 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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> 1985320 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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> 1985320 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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> 1985320 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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> 1985320 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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> 1985320 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1985320 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1985321 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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> 1985321 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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> 1985321 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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> 1985321 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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> 1985321 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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> 1985321 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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> 1985321 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1985321 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1985321 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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> 1985321 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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> 1985321 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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:1049126449367107
   [junit4]   2> 1985321 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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:1049126450662415
   [junit4]   2> 1985321 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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> 1985321 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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> 1985322 INFO  (searcherExecutor-10970-thread-1-processing-r:core_node2 s:shard1 c:testschemaapi x:testschemaapi_shard1_replica2 n:127.0.0.1:39653_solr) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Registered new searcher Searcher@12d70486[testschemaapi_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1985322 INFO  (searcherExecutor-10971-thread-1-processing-r:core_node1 s:shard1 c:testschemaapi x:testschemaapi_shard1_replica1 n:127.0.0.1:38103_solr) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Registered new searcher Searcher@2d915284[testschemaapi_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1985322 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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> 1985322 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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> 1985322 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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> 1985322 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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> 1985322 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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> 1985322 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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> 1985322 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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 1538069505952972800
   [junit4]   2> 1985322 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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 1538069505952972800
   [junit4]   2> 1985325 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1538069505952972800
   [junit4]   2> 1985325 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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 1538069505952972800
   [junit4]   2> 1985325 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1985326 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1985326 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica2
   [junit4]   2> 1985326 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica1
   [junit4]   2> 1985326 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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:39653/solr collection:testschemaapi shard:shard1
   [junit4]   2> 1985326 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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:38103/solr collection:testschemaapi shard:shard1
   [junit4]   2> 1985328 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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> 1985328 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leader_elect/shard1/election
   [junit4]   2> 1985329 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_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/96129344034570245-core_node2-n_0000000000
   [junit4]   2> 1985329 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_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/96129344034570246-core_node1-n_0000000001
   [junit4]   2> 1985329 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 1985330 INFO  (qtp694202271-87996) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.LeaderElector Watching path /collections/testschemaapi/leader_elect/shard1/election/96129344034570245-core_node2-n_0000000000 to know if I could be the leader
   [junit4]   2> 1985330 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1985330 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1985330 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39653/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 1985330 INFO  (OverseerStateUpdate-96129344034570245-127.0.0.1:39653_solr-n_0000000000) [n:127.0.0.1:39653_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> 1985330 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica2 url=http://127.0.0.1:39653/solr START replicas=[http://127.0.0.1:38103/solr/testschemaapi_shard1_replica1/] nUpdates=100
   [junit4]   2> 1985331 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica2 url=http://127.0.0.1:39653/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1985331 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1985331 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1985331 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leaders/shard1
   [junit4]   2> 1985332 INFO  (qtp694202271-87998) [n:127.0.0.1:38103_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.S.Request [testschemaapi_shard1_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&version=2&wt=javabin&getVersions=100&fingerprint=false} status=0 QTime=0
   [junit4]   2> 1985332 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testschemaapi/leaders/shard1/leader after winning as /collections/testschemaapi/leader_elect/shard1/election/96129344034570245-core_node2-n_0000000000
   [junit4]   2> 1985333 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:39653/solr/testschemaapi_shard1_replica2/ shard1
   [junit4]   2> 1985333 INFO  (OverseerStateUpdate-96129344034570245-127.0.0.1:39653_solr-n_0000000000) [n:127.0.0.1:39653_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "base_url":"http://127.0.0.1:39653/solr",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 1985436 INFO  (OverseerStateUpdate-96129344034570245-127.0.0.1:39653_solr-n_0000000000) [n:127.0.0.1:39653_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 1
   [junit4]   2> 1985436 INFO  (zkCallback-22745-thread-2-processing-n:127.0.0.1:39653_solr) [n:127.0.0.1:39653_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> 1985436 INFO  (zkCallback-22746-thread-1-processing-n:127.0.0.1:38103_solr) [n:127.0.0.1:38103_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> 1985436 INFO  (zkCallback-22745-thread-2-processing-n:127.0.0.1:39653_solr) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 1985436 INFO  (zkCallback-22746-thread-1-processing-n:127.0.0.1:38103_solr) [n:127.0.0.1:38103_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 1985484 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController We are http://127.0.0.1:39653/solr/testschemaapi_shard1_replica2/ and leader is http://127.0.0.1:39653/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 1985484 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController No LogReplay needed for core=testschemaapi_shard1_replica2 baseURL=http://127.0.0.1:39653/solr
   [junit4]   2> 1985484 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1985484 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1985485 INFO  (OverseerStateUpdate-96129344034570245-127.0.0.1:39653_solr-n_0000000000) [n:127.0.0.1:39653_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "node_name":"127.0.0.1:39653_solr",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "base_url":"http://127.0.0.1:39653/solr",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 1985485 INFO  (OverseerStateUpdate-96129344034570245-127.0.0.1:39653_solr-n_0000000000) [n:127.0.0.1:39653_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "node_name":"127.0.0.1:39653_solr",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "base_url":"http://127.0.0.1:39653/solr",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1985486 INFO  (qtp178914546-87995) [n:127.0.0.1:39653_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={numShards=1&collection.configName=conf1&name=testschemaapi_shard1_replica2&action=CREATE&qt=/admin/cores&shard=shard1&collection=testschemaapi&version=2&wt=javabin} status=0 QTime=1222
   [junit4]   2> 1985587 INFO  (OverseerStateUpdate-96129344034570245-127.0.0.1:39653_solr-n_0000000000) [n:127.0.0.1:39653_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 2
   [junit4]   2> 1985587 INFO  (zkCallback-22745-thread-1-processing-n:127.0.0.1:39653_solr) [n:127.0.0.1:39653_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> 1985587 INFO  (zkCallback-22746-thread-1-processing-n:127.0.0.1:38103_solr) [n:127.0.0.1:38103_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> 1985587 INFO  (zkCallback-22745-thread-1-processing-n:127.0.0.1:39653_solr) [n:127.0.0.1:39653_solr    ] o.a.s.c.c.ZkStateReader Updating data for [tes

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

nfigs/conf1
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/testschemaapi/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/overseer/collection-queue-work
   [junit4]   2> 	7	/solr/overseer/queue
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1997179 INFO  (TEST-TestManagedSchemaAPI.test-seed#[79C11866C0E16F74]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestManagedSchemaAPI -Dtests.method=test -Dtests.seed=79C11866C0E16F74 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=vi-VN -Dtests.timezone=Australia/Queensland -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   13.2s J2 | TestManagedSchemaAPI.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:39653/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([79C11866C0E16F74:F19527BC6E1D028C]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:632)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:981)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
   [junit4]    > 	at org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:101)
   [junit4]    > 	at org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:69)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:39653/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:607)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:604)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    > 	... 1 more
   [junit4]   2> 1997182 INFO  (SUITE-TestManagedSchemaAPI-seed#[79C11866C0E16F74]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_79C11866C0E16F74-001
   [junit4]   2> Jun 25, 2016 1:16:36 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=31711, maxDocsPerChunk=207, blockSize=7), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=31711, blockSize=7)), sim=DefaultSimilarity, locale=vi-VN, timezone=Australia/Queensland
   [junit4]   2> NOTE: Linux 4.4.0-24-generic amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=12,threads=1,free=62025680,total=532676608
   [junit4]   2> NOTE: All tests run in this JVM: [TestMiniSolrCloudClusterSSL, TestDefaultStatsCache, SuggesterTest, TestJsonFacets, TestTolerantSearch, TestFileDictionaryLookup, HdfsDirectoryTest, TestNonDefinedSimilarityFactory, TestCloudInspectUtil, TestDynamicFieldResource, TestCSVResponseWriter, CoreAdminHandlerTest, TestFuzzyAnalyzedSuggestions, TestFieldTypeCollectionResource, UpdateParamsTest, HttpPartitionTest, NoCacheHeaderTest, DocExpirationUpdateProcessorFactoryTest, TestSearchPerf, TestSolrDeletionPolicy1, PluginInfoTest, AssignTest, DeleteReplicaTest, TestSchemaNameResource, TestSolrDynamicMBean, BlockJoinFacetRandomTest, DistributedFacetPivotSmallTest, ConjunctionSolrSpellCheckerTest, SuggesterWFSTTest, TestSortingResponseWriter, TestReloadAndDeleteDocs, TestSolrQueryParserResource, TestPostingsSolrHighlighter, TestSolrCLIRunExample, TestUseDocValuesAsStored, DistanceUnitsTest, CustomCollectionTest, LeaderElectionTest, TestExceedMaxTermLength, TestJmxMonitoredMap, CoreMergeIndexesAdminHandlerTest, ConfigSetsAPITest, TestPHPSerializedResponseWriter, StatsComponentTest, DirectUpdateHandlerOptimizeTest, TestXIncludeConfig, SolrXmlInZkTest, TestStressReorder, SegmentsInfoRequestHandlerTest, BasicDistributedZk2Test, DirectSolrConnectionTest, TestSchemaVersionResource, LukeRequestHandlerTest, TestJettySolrRunner, TestScoreJoinQPScore, TestReloadDeadlock, HdfsRecoverLeaseTest, HdfsChaosMonkeySafeLeaderTest, OverseerTest, RulesTest, TestRebalanceLeaders, TestConfigSetsAPI, TestSortByMinMaxFunction, TestCloudManagedSchemaConcurrent, TestDistributedMissingSort, BigEndianAscendingWordSerializerTest, BadIndexSchemaTest, AnalysisErrorHandlingTest, TestJmxIntegration, SliceStateTest, TestCollationField, TestBlobHandler, TestStressLiveNodes, HdfsBasicDistributedZk2Test, SuggesterTSTTest, SampleTest, TestExclusionRuleCollectionAccess, SpatialHeatmapFacetsTest, OverseerRolesTest, PreAnalyzedUpdateProcessorTest, DebugComponentTest, SimpleFacetsTest, WrapperMergePolicyFactoryTest, DateRangeFieldTest, TestRuleBasedAuthorizationPlugin, FieldMutatingUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, DistributedQueueTest, SearchHandlerTest, TestRequestStatusCollectionAPI, AutoCommitTest, HdfsWriteToMultipleCollectionsTest, FullSolrCloudDistribCmdsTest, TestDistributedGrouping, TestRecovery, DistributedSpellCheckComponentTest, ZkControllerTest, TestReload, TestSolr4Spatial, TestGroupingSearch, TestFiltering, TestIndexSearcher, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, SimplePostToolTest, TestCoreDiscovery, TestStressLucene, SolrCoreCheckLockOnStartupTest, DistanceFunctionTest, TestWriterPerf, PrimitiveFieldTypeTest, TermsComponentTest, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, IndexSchemaRuntimeFieldTest, QueryParsingTest, JsonLoaderTest, TestLFUCache, CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, CreateCollectionCleanupTest, DeleteLastCustomShardedReplicaTest, DistribCursorPagingTest, LeaderInitiatedRecoveryOnCommitTest, LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerTaskQueueTest, SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, TestCloudDeleteByQuery, TestCryptoKeys, TestReplicaProperties, DirectoryFactoryTest, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, TestConfigOverlay, TestConfigSets, TestDynamicLoading, DistributedFacetPivotSmallAdvancedTest, DistributedQueryComponentCustomSortTest, SuggestComponentTest, TestExpandComponent, TestPivotHelperCode, TestTrackingShardHandlerFactory, TestMacros, TestCustomDocTransformer, TestManagedResource, TestManagedResourceStorage, TestRestManager, TestClassNameShortening, TestCopyFieldCollectionResource, TestFieldTypeResource, TestManagedSchemaDynamicFieldResource, TestUniqueKeyFieldResource, TestManagedStopFilterFactory, DocValuesMissingTest, EnumFieldTest, SpatialRPTFieldTypeTest, TestCollationFieldDocValues, TestManagedSchema, TestManagedSchemaAPI]
   [junit4] Completed [522/573 (1!)] on J2 in 13.72s, 1 test, 1 error <<< FAILURES!

[...truncated 178 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:750: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:694: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/common-build.xml:534: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1477: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1033: There were test failures: 573 suites (7 ignored), 2319 tests, 1 error, 84 ignored (39 assumptions) [seed: 79C11866C0E16F74]

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



[JENKINS] Lucene-Solr-5.5-Linux (32bit/jdk1.7.0_80) - Build # 347 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Linux/347/
Java: 32bit/jdk1.7.0_80 -server -XX:+UseParallelGC

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

Error Message:
Error from server at http://127.0.0.1:37319/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:37319/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1'
	at __randomizedtesting.SeedInfo.seed([8532EF26D870ACA0:D66D0FC768CC158]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:632)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:981)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:101)
	at org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:69)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:37319/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1'
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:607)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:604)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more




Build Log:
[...truncated 12220 lines...]
   [junit4] Suite: org.apache.solr.schema.TestManagedSchemaAPI
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/init-core-data-001
   [junit4]   2> 1949178 INFO  (SUITE-TestManagedSchemaAPI-seed#[8532EF26D870ACA0]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 1949180 INFO  (TEST-TestManagedSchemaAPI.test-seed#[8532EF26D870ACA0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1949180 INFO  (TEST-TestManagedSchemaAPI.test-seed#[8532EF26D870ACA0]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1949180 INFO  (Thread-5238) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1949180 INFO  (Thread-5238) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1949280 INFO  (TEST-TestManagedSchemaAPI.test-seed#[8532EF26D870ACA0]) [    ] o.a.s.c.ZkTestServer start zk server on port:38724
   [junit4]   2> 1949280 INFO  (TEST-TestManagedSchemaAPI.test-seed#[8532EF26D870ACA0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1949281 INFO  (TEST-TestManagedSchemaAPI.test-seed#[8532EF26D870ACA0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1949283 INFO  (zkCallback-2009-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@169aec8 name:ZooKeeperConnection Watcher:127.0.0.1:38724 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1949283 INFO  (TEST-TestManagedSchemaAPI.test-seed#[8532EF26D870ACA0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1949283 INFO  (TEST-TestManagedSchemaAPI.test-seed#[8532EF26D870ACA0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1949283 INFO  (TEST-TestManagedSchemaAPI.test-seed#[8532EF26D870ACA0]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1949286 INFO  (jetty-launcher-2008-thread-1) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1949286 INFO  (jetty-launcher-2008-thread-2) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1949287 INFO  (jetty-launcher-2008-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f98b72{/solr,null,AVAILABLE}
   [junit4]   2> 1949287 INFO  (jetty-launcher-2008-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@320c3b{/solr,null,AVAILABLE}
   [junit4]   2> 1949287 INFO  (jetty-launcher-2008-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@417138{HTTP/1.1}{127.0.0.1:46160}
   [junit4]   2> 1949287 INFO  (jetty-launcher-2008-thread-1) [    ] o.e.j.s.Server Started @1951062ms
   [junit4]   2> 1949287 INFO  (jetty-launcher-2008-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@1423f72{HTTP/1.1}{127.0.0.1:37319}
   [junit4]   2> 1949287 INFO  (jetty-launcher-2008-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46160}
   [junit4]   2> 1949287 INFO  (jetty-launcher-2008-thread-2) [    ] o.e.j.s.Server Started @1951062ms
   [junit4]   2> 1949287 INFO  (jetty-launcher-2008-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37319}
   [junit4]   2> 1949287 INFO  (jetty-launcher-2008-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@add57
   [junit4]   2> 1949288 INFO  (jetty-launcher-2008-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node1'
   [junit4]   2> 1949288 INFO  (jetty-launcher-2008-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@add57
   [junit4]   2> 1949288 INFO  (jetty-launcher-2008-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node2'
   [junit4]   2> 1949288 INFO  (jetty-launcher-2008-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1949288 INFO  (jetty-launcher-2008-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1949288 INFO  (jetty-launcher-2008-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1949288 INFO  (jetty-launcher-2008-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1949288 INFO  (jetty-launcher-2008-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1949288 INFO  (jetty-launcher-2008-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1949288 INFO  (jetty-launcher-2008-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1949288 INFO  (jetty-launcher-2008-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1949289 INFO  (zkCallback-2010-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b7dc38 name:ZooKeeperConnection Watcher:127.0.0.1:38724/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1949289 INFO  (jetty-launcher-2008-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1949289 INFO  (zkCallback-2011-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@85ce69 name:ZooKeeperConnection Watcher:127.0.0.1:38724/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1949289 INFO  (jetty-launcher-2008-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1949289 INFO  (jetty-launcher-2008-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1949289 INFO  (jetty-launcher-2008-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1949289 INFO  (jetty-launcher-2008-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1949289 INFO  (jetty-launcher-2008-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1949299 INFO  (jetty-launcher-2008-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node1/.
   [junit4]   2> 1949299 INFO  (jetty-launcher-2008-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node2/.
   [junit4]   2> 1949299 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x155845b52930002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1949299 INFO  (jetty-launcher-2008-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 18274020
   [junit4]   2> 1949299 INFO  (jetty-launcher-2008-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 7738187
   [junit4]   2> 1949300 INFO  (jetty-launcher-2008-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node1]
   [junit4]   2> 1949300 INFO  (jetty-launcher-2008-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node2]
   [junit4]   2> 1949300 WARN  (jetty-launcher-2008-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node1/lib
   [junit4]   2> 1949300 WARN  (jetty-launcher-2008-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node2/lib
   [junit4]   2> 1949300 INFO  (jetty-launcher-2008-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1949300 INFO  (jetty-launcher-2008-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1949301 INFO  (jetty-launcher-2008-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1949301 INFO  (jetty-launcher-2008-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1949301 INFO  (jetty-launcher-2008-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1949301 INFO  (jetty-launcher-2008-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1949301 INFO  (jetty-launcher-2008-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1949301 INFO  (jetty-launcher-2008-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1949301 INFO  (jetty-launcher-2008-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38724/solr
   [junit4]   2> 1949301 INFO  (jetty-launcher-2008-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1949301 INFO  (jetty-launcher-2008-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38724/solr
   [junit4]   2> 1949301 INFO  (jetty-launcher-2008-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1949301 INFO  (jetty-launcher-2008-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1949301 INFO  (jetty-launcher-2008-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1949303 INFO  (jetty-launcher-2008-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1949303 INFO  (jetty-launcher-2008-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1949304 INFO  (zkCallback-2016-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@95399 name:ZooKeeperConnection Watcher:127.0.0.1:38724 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1949304 INFO  (jetty-launcher-2008-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1949304 INFO  (zkCallback-2017-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4f7aef name:ZooKeeperConnection Watcher:127.0.0.1:38724 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1949304 INFO  (jetty-launcher-2008-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1949304 INFO  (jetty-launcher-2008-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1949304 INFO  (jetty-launcher-2008-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1949304 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@82f849
   [junit4]   2> 1949304 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x155845b52930004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1949304 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@7a80e2
   [junit4]   2> 1949305 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1949305 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1949305 INFO  (zkCallback-2018-thread-1-processing-n:127.0.0.1:46160_solr) [n:127.0.0.1:46160_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4d0a0f name:ZooKeeperConnection Watcher:127.0.0.1:38724/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1949305 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1949306 INFO  (zkCallback-2019-thread-1-processing-n:127.0.0.1:37319_solr) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@bb6e1 name:ZooKeeperConnection Watcher:127.0.0.1:38724/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1949306 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1949306 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1949306 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1949307 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1949307 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1949307 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1949308 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1949308 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1949308 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1949309 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1949309 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1949309 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1949309 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1949310 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1949310 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1949310 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1949310 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1949311 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1949311 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1949311 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1949311 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1949311 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37319_solr
   [junit4]   2> 1949311 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46160_solr
   [junit4]   2> 1949312 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:37319_solr
   [junit4]   2> 1949312 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46160_solr
   [junit4]   2> 1949312 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1949312 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1949312 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1949313 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1949313 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1949313 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1949313 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96128494820589574-127.0.0.1:37319_solr-n_0000000000
   [junit4]   2> 1949313 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96128494820589573-127.0.0.1:46160_solr-n_0000000001
   [junit4]   2> 1949313 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37319_solr
   [junit4]   2> 1949313 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1949313 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96128494820589574-127.0.0.1:37319_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1949313 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1949315 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.Overseer Overseer (id=96128494820589574-127.0.0.1:37319_solr-n_0000000000) starting
   [junit4]   2> 1949315 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1949317 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1949317 INFO  (OverseerCollectionConfigSetProcessor-96128494820589574-127.0.0.1:37319_solr-n_0000000000) [n:127.0.0.1:37319_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1949317 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1949317 INFO  (OverseerStateUpdate-96128494820589574-127.0.0.1:37319_solr-n_0000000000) [n:127.0.0.1:37319_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1949335 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1949335 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1949335 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node1/.
   [junit4]   2> 1949335 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1949336 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1949336 INFO  (jetty-launcher-2008-thread-1) [n:127.0.0.1:46160_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1949344 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1949344 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1949344 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node2/.
   [junit4]   2> 1949344 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1949344 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1949345 INFO  (jetty-launcher-2008-thread-2) [n:127.0.0.1:37319_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1949345 INFO  (TEST-TestManagedSchemaAPI.test-seed#[8532EF26D870ACA0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1949345 INFO  (TEST-TestManagedSchemaAPI.test-seed#[8532EF26D870ACA0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1949346 INFO  (zkCallback-2020-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@d6e1af name:ZooKeeperConnection Watcher:127.0.0.1:38724 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1949346 INFO  (TEST-TestManagedSchemaAPI.test-seed#[8532EF26D870ACA0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1949346 INFO  (TEST-TestManagedSchemaAPI.test-seed#[8532EF26D870ACA0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1949347 INFO  (TEST-TestManagedSchemaAPI.test-seed#[8532EF26D870ACA0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1949347 INFO  (TEST-TestManagedSchemaAPI.test-seed#[8532EF26D870ACA0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1949348 INFO  (zkCallback-2022-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1374738 name:ZooKeeperConnection Watcher:127.0.0.1:38724/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1949348 INFO  (TEST-TestManagedSchemaAPI.test-seed#[8532EF26D870ACA0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1949348 INFO  (TEST-TestManagedSchemaAPI.test-seed#[8532EF26D870ACA0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1949348 INFO  (TEST-TestManagedSchemaAPI.test-seed#[8532EF26D870ACA0]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1949349 INFO  (TEST-TestManagedSchemaAPI.test-seed#[8532EF26D870ACA0]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/managed-schema
   [junit4]   2> 1949351 INFO  (TEST-TestManagedSchemaAPI.test-seed#[8532EF26D870ACA0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1949351 INFO  (TEST-TestManagedSchemaAPI.test-seed#[8532EF26D870ACA0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1949357 INFO  (zkCallback-2023-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@cd3c75 name:ZooKeeperConnection Watcher:127.0.0.1:38724/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1949358 INFO  (TEST-TestManagedSchemaAPI.test-seed#[8532EF26D870ACA0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1949358 INFO  (TEST-TestManagedSchemaAPI.test-seed#[8532EF26D870ACA0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1949358 INFO  (TEST-TestManagedSchemaAPI.test-seed#[8532EF26D870ACA0]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1949360 INFO  (qtp2335685-14059) [n:127.0.0.1:37319_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params wt=javabin&action=CREATE&name=testschemaapi&replicationFactor=2&version=2&collection.configName=conf1&numShards=1 and sendToOCPQueue=true
   [junit4]   2> 1949361 INFO  (OverseerCollectionConfigSetProcessor-96128494820589574-127.0.0.1:37319_solr-n_0000000000) [n:127.0.0.1:37319_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> 1949361 INFO  (OverseerThreadFactory-6454-thread-1-processing-n:127.0.0.1:37319_solr) [n:127.0.0.1:37319_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> 1949361 INFO  (OverseerThreadFactory-6454-thread-1-processing-n:127.0.0.1:37319_solr) [n:127.0.0.1:37319_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection testschemaapi
   [junit4]   2> 1949362 INFO  (OverseerThreadFactory-6454-thread-1-processing-n:127.0.0.1:37319_solr) [n:127.0.0.1:37319_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/testschemaapi 
   [junit4]   2> 1949362 INFO  (OverseerThreadFactory-6454-thread-1-processing-n:127.0.0.1:37319_solr) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi
   [junit4]   2> 1949362 INFO  (zkCallback-2019-thread-1-processing-n:127.0.0.1:37319_solr) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1949362 INFO  (zkCallback-2023-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1949362 INFO  (zkCallback-2018-thread-1-processing-n:127.0.0.1:46160_solr) [n:127.0.0.1:46160_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1949364 INFO  (OverseerStateUpdate-96128494820589574-127.0.0.1:37319_solr-n_0000000000) [n:127.0.0.1:37319_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> 1949364 INFO  (OverseerStateUpdate-96128494820589574-127.0.0.1:37319_solr-n_0000000000) [n:127.0.0.1:37319_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: testschemaapi
   [junit4]   2> 1949364 INFO  (OverseerStateUpdate-96128494820589574-127.0.0.1:37319_solr-n_0000000000) [n:127.0.0.1:37319_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testschemaapi/state.json
   [junit4]   2> 1949464 INFO  (OverseerThreadFactory-6454-thread-1-processing-n:127.0.0.1:37319_solr) [n:127.0.0.1:37319_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection testschemaapi, shardNames [shard1] , replicationFactor : 2
   [junit4]   2> 1949464 INFO  (OverseerThreadFactory-6454-thread-1-processing-n:127.0.0.1:37319_solr) [n:127.0.0.1:37319_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica2 as part of shard shard1 of collection testschemaapi on 127.0.0.1:46160_solr
   [junit4]   2> 1949464 INFO  (OverseerThreadFactory-6454-thread-1-processing-n:127.0.0.1:37319_solr) [n:127.0.0.1:37319_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica1 as part of shard shard1 of collection testschemaapi on 127.0.0.1:37319_solr
   [junit4]   2> 1949466 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr    ] o.a.s.h.a.CoreAdminOperation core create command action=CREATE&wt=javabin&shard=shard1&name=testschemaapi_shard1_replica1&collection=testschemaapi&version=2&collection.configName=conf1&qt=/admin/cores&numShards=1
   [junit4]   2> 1949466 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr    ] o.a.s.h.a.CoreAdminOperation core create command action=CREATE&wt=javabin&shard=shard1&name=testschemaapi_shard1_replica2&collection=testschemaapi&version=2&collection.configName=conf1&qt=/admin/cores&numShards=1
   [junit4]   2> 1949466 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {configSetProperties=configsetprops.json, config=solrconfig.xml, collection=testschemaapi, dataDir=data/, transient=false, schema=schema.xml, shard=shard1, collection.configName=conf1, loadOnStartup=true, numShards=1, name=testschemaapi_shard1_replica1}
   [junit4]   2> 1949466 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {shard=shard1, name=testschemaapi_shard1_replica2, transient=false, numShards=1, collection.configName=conf1, collection=testschemaapi, configSetProperties=configsetprops.json, config=solrconfig.xml, schema=schema.xml, loadOnStartup=true, dataDir=data/}
   [junit4]   2> 1949467 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1949467 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1949467 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 1949467 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 1949467 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
   [junit4]   2> 1949467 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
   [junit4]   2> 1949467 INFO  (OverseerStateUpdate-96128494820589574-127.0.0.1:37319_solr-n_0000000000) [n:127.0.0.1:37319_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:37319_solr",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "base_url":"http://127.0.0.1:37319/solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "roles":null} current state version: 0
   [junit4]   2> 1949468 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 1949468 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 1949468 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1949468 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1949468 INFO  (OverseerStateUpdate-96128494820589574-127.0.0.1:37319_solr-n_0000000000) [n:127.0.0.1:37319_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:37319_solr",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "base_url":"http://127.0.0.1:37319/solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "roles":null}
   [junit4]   2> 1949469 INFO  (OverseerStateUpdate-96128494820589574-127.0.0.1:37319_solr-n_0000000000) [n:127.0.0.1:37319_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:46160_solr",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "base_url":"http://127.0.0.1:46160/solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "roles":null} current state version: 0
   [junit4]   2> 1949469 INFO  (OverseerStateUpdate-96128494820589574-127.0.0.1:37319_solr-n_0000000000) [n:127.0.0.1:37319_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:46160_solr",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "base_url":"http://127.0.0.1:46160/solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "roles":null}
   [junit4]   2> 1949570 INFO  (OverseerStateUpdate-96128494820589574-127.0.0.1:37319_solr-n_0000000000) [n:127.0.0.1:37319_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 0
   [junit4]   2> 1949570 INFO  (zkCallback-2019-thread-1-processing-n:127.0.0.1:37319_solr) [n:127.0.0.1:37319_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> 1949570 INFO  (zkCallback-2018-thread-1-processing-n:127.0.0.1:46160_solr) [n:127.0.0.1:46160_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> 1949570 INFO  (zkCallback-2019-thread-1-processing-n:127.0.0.1:37319_solr) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 1949570 INFO  (zkCallback-2018-thread-1-processing-n:127.0.0.1:46160_solr) [n:127.0.0.1:46160_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 1950468 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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> 1950468 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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> 1950468 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 1950468 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 1950468 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1950468 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1950468 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 1950468 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 1950469 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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> 1950469 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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> 1950469 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node2/testschemaapi_shard1_replica1'
   [junit4]   2> 1950469 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node1/testschemaapi_shard1_replica2'
   [junit4]   2> 1950469 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1950469 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1950469 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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> 1950469 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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> 1950470 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1950470 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1950472 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1950474 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1950480 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 1950481 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 1950495 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1950496 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1950498 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 1950498 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 1950504 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1950504 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1950505 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1950505 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1950505 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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> 1950505 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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> 1950506 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1950506 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1950506 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node1/testschemaapi_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/]
   [junit4]   2> 1950506 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node2/testschemaapi_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/]
   [junit4]   2> 1950506 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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> 1950506 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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> 1950507 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data
   [junit4]   2> 1950507 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/index/
   [junit4]   2> 1950507 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data
   [junit4]   2> 1950507 WARN  (qtp31808088-14056) [n:127.0.0.1:46160_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1950507 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/index/
   [junit4]   2> 1950507 WARN  (qtp2335685-14061) [n:127.0.0.1:37319_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1950507 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/index
   [junit4]   2> 1950507 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/index
   [junit4]   2> 1950508 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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@14db149 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b23464),segFN=segments_1,generation=1}
   [junit4]   2> 1950508 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1950508 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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@8db80f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2ef17b),segFN=segments_1,generation=1}
   [junit4]   2> 1950508 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1950508 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:46160_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/
   [junit4]   2> 1950508 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-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> 1950508 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:37319_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-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/
   [junit4]   2> 1950508 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_8532EF26D870ACA0-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> 1950509 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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> 1950509 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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> 1950511 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1950511 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1950512 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1950512 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1950512 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1950512 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1950513 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1950513 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1950515 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/schema,/update,/select,/get,/update/csv,/admin/segments,/admin/system,/admin/properties,/admin/plugins,/config,/admin/ping,/admin/file,/update/json/docs,/replication,/admin/logging,/admin/luke,/update/json,/admin/threads
   [junit4]   2> 1950515 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/schema,/update,/select,/get,/update/csv,/admin/segments,/admin/system,/admin/properties,/admin/plugins,/config,/admin/ping,/admin/file,/update/json/docs,/replication,/admin/logging,/admin/luke,/update/json,/admin/threads
   [junit4]   2> 1950515 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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> 1950515 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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> 1950516 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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> 1950516 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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> 1950516 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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> 1950516 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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> 1950516 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1950516 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1950516 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1950516 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1950517 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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@14db149 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b23464),segFN=segments_1,generation=1}
   [junit4]   2> 1950517 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1950517 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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@8db80f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2ef17b),segFN=segments_1,generation=1}
   [junit4]   2> 1950517 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening Searcher@25ea17[testschemaapi_shard1_replica2] main
   [junit4]   2> 1950517 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1950517 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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> 1950517 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening Searcher@7f7735[testschemaapi_shard1_replica1] main
   [junit4]   2> 1950517 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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> 1950517 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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> 1950517 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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> 1950517 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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> 1950517 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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> 1950517 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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> 1950517 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1950518 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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> 1950518 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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> 1950518 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1950518 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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> 1950518 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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> 1950518 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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> 1950518 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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> 1950518 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1950518 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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> 1950518 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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> 1950518 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1950518 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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> 1950518 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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:1036168475996546
   [junit4]   2> 1950518 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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> 1950518 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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:1036168475957884
   [junit4]   2> 1950518 INFO  (searcherExecutor-6460-thread-1-processing-n:127.0.0.1:46160_solr s:shard1 x:testschemaapi_shard1_replica2 r:core_node2 c:testschemaapi) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Registered new searcher Searcher@25ea17[testschemaapi_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1950518 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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> 1950518 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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> 1950519 INFO  (searcherExecutor-6459-thread-1-processing-n:127.0.0.1:37319_solr s:shard1 x:testschemaapi_shard1_replica1 r:core_node1 c:testschemaapi) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Registered new searcher Searcher@7f7735[testschemaapi_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1950519 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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> 1950519 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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> 1950519 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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> 1950519 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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> 1950519 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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 1538055918532427776
   [junit4]   2> 1950519 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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> 1950519 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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 1538055918532427776
   [junit4]   2> 1950520 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1538055918532427776
   [junit4]   2> 1950521 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1950521 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1538055918532427776
   [junit4]   2> 1950521 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1950521 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica2
   [junit4]   2> 1950521 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica1
   [junit4]   2> 1950521 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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:46160/solr collection:testschemaapi shard:shard1
   [junit4]   2> 1950521 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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:37319/solr collection:testschemaapi shard:shard1
   [junit4]   2> 1950521 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leader_elect/shard1/election
   [junit4]   2> 1950521 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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> 1950523 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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/96128494820589574-core_node1-n_0000000000
   [junit4]   2> 1950523 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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/96128494820589573-core_node2-n_0000000001
   [junit4]   2> 1950523 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_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> 1950523 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_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/96128494820589574-core_node1-n_0000000000 to know if I could be the leader
   [junit4]   2> 1950523 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1950523 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1950523 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37319/solr/testschemaapi_shard1_replica1/
   [junit4]   2> 1950523 INFO  (OverseerStateUpdate-96128494820589574-127.0.0.1:37319_solr-n_0000000000) [n:127.0.0.1:37319_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> 1950523 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica1 url=http://127.0.0.1:37319/solr START replicas=[http://127.0.0.1:46160/solr/testschemaapi_shard1_replica2/] nUpdates=100
   [junit4]   2> 1950524 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica1 url=http://127.0.0.1:37319/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1950524 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1950524 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1950525 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leaders/shard1
   [junit4]   2> 1950525 INFO  (qtp31808088-14058) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.S.Request [testschemaapi_shard1_replica2]  webapp=/solr path=/get params={getVersions=100&wt=javabin&distrib=false&fingerprint=false&version=2&qt=/get} status=0 QTime=0
   [junit4]   2> 1950527 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testschemaapi/leaders/shard1/leader after winning as /collections/testschemaapi/leader_elect/shard1/election/96128494820589574-core_node1-n_0000000000
   [junit4]   2> 1950528 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37319/solr/testschemaapi_shard1_replica1/ shard1
   [junit4]   2> 1950528 INFO  (OverseerStateUpdate-96128494820589574-127.0.0.1:37319_solr-n_0000000000) [n:127.0.0.1:37319_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "base_url":"http://127.0.0.1:37319/solr",
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 1950629 INFO  (OverseerStateUpdate-96128494820589574-127.0.0.1:37319_solr-n_0000000000) [n:127.0.0.1:37319_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 1
   [junit4]   2> 1950629 INFO  (zkCallback-2019-thread-1-processing-n:127.0.0.1:37319_solr) [n:127.0.0.1:37319_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> 1950629 INFO  (zkCallback-2018-thread-1-processing-n:127.0.0.1:46160_solr) [n:127.0.0.1:46160_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> 1950629 INFO  (zkCallback-2019-thread-1-processing-n:127.0.0.1:37319_solr) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 1950629 INFO  (zkCallback-2018-thread-1-processing-n:127.0.0.1:46160_solr) [n:127.0.0.1:46160_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 1950678 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController We are http://127.0.0.1:37319/solr/testschemaapi_shard1_replica1/ and leader is http://127.0.0.1:37319/solr/testschemaapi_shard1_replica1/
   [junit4]   2> 1950678 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController No LogReplay needed for core=testschemaapi_shard1_replica1 baseURL=http://127.0.0.1:37319/solr
   [junit4]   2> 1950678 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1950678 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1950679 INFO  (OverseerStateUpdate-96128494820589574-127.0.0.1:37319_solr-n_0000000000) [n:127.0.0.1:37319_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "node_name":"127.0.0.1:37319_solr",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "base_url":"http://127.0.0.1:37319/solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "roles":null} current state version: 0
   [junit4]   2> 1950679 INFO  (OverseerStateUpdate-96128494820589574-127.0.0.1:37319_solr-n_0000000000) [n:127.0.0.1:37319_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "node_name":"127.0.0.1:37319_solr",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "base_url":"http://127.0.0.1:37319/solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "roles":null}
   [junit4]   2> 1950680 INFO  (qtp2335685-14061) [n:127.0.0.1:37319_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={wt=javabin&action=CREATE&shard=shard1&name=testschemaapi_shard1_replica1&collection=testschemaapi&version=2&qt=/admin/cores&collection.configName=conf1&numShards=1} status=0 QTime=1213
   [junit4]   2> 1950780 INFO  (OverseerStateUpdate-96128494820589574-127.0.0.1:37319_solr-n_0000000000) [n:127.0.0.1:37319_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 2
   [junit4]   2> 1950781 INFO  (zkCallback-2019-thread-2-processing-n:127.0.0.1:37319_solr) [n:127.0.0.1:37319_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> 1950781 INFO  (zkCallback-2018-thread-1-processing-n:127.0.0.1:46160_solr) [n:127.0.0.1:46160_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> 1950781 INFO  (zkCallback-2019-thread-2-processing-n:127.0.0.1:37319_solr) [n:127.0.0.1:37319_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [2] to [3]
   [junit4]   2> 1950781 INFO  (zkCallback-2018-thread-1-processing-n:127.0.0.1:46160_solr) [n:127.0.0.1:46160_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [2] to [3]
   [junit4]   2> 1951524 INFO  (qtp31808088-14056) [n:127.0.0.1:46160_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController We are http://127.0.0.1:46160/solr/testschemaapi_shard1_replica2/ and le

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

27.0.0.1:46160_solr    ] o.a.s.s.ManagedIndexSchemaFactory Error attempting to access /configs/conf1/managed-schema
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/conf1/managed-schema
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:345)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:342)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:342)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:128)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:47)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:70)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:108)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:79)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:914)
   [junit4]   2> 	at org.apache.solr.core.SolrCore$11.run(SolrCore.java:2623)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController$5.run(ZkController.java:2480)
   [junit4]   2> 1959796 WARN  (Thread-5275) [n:127.0.0.1:46160_solr    ] o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: Unable to reload core [testschemaapi_shard1_replica2]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:921)
   [junit4]   2> 	at org.apache.solr.core.SolrCore$11.run(SolrCore.java:2623)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController$5.run(ZkController.java:2480)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not load conf for core testschemaapi_shard1_replica2: Error attempting to access /configs/conf1/managed-schema
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:84)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:914)
   [junit4]   2> 	... 2 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error attempting to access /configs/conf1/managed-schema
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:143)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:47)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:70)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:108)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:79)
   [junit4]   2> 	... 3 more
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/conf1/managed-schema
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:345)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:342)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:342)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:128)
   [junit4]   2> 	... 7 more
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {id=PostingsFormat(name=Direct), myNewField=PostingsFormat(name=LuceneFixedGap), _version_=Lucene50(blocksize=128)}, docValues:{}, sim=DefaultSimilarity, locale=he, timezone=America/Martinique
   [junit4]   2> NOTE: Linux 4.4.0-24-generic i386/Oracle Corporation 1.7.0_80 (32-bit)/cpus=12,threads=1,free=80833080,total=496762880
   [junit4]   2> NOTE: All tests run in this JVM: [TestClassicSimilarityFactory, TestJoin, TestPerFieldSimilarityWithDefaultOverride, IndexSchemaTest, TestFastOutputStream, TestManagedSchemaFieldTypeResource, JSONWriterTest, DisMaxRequestHandlerTest, TestConfigReload, TestOverriddenPrefixQueryForCustomFieldType, CurrencyFieldOpenExchangeTest, TestFieldCollectionResource, DefaultValueUpdateProcessorTest, BasicDistributedZkTest, TestConfig, ResponseLogComponentTest, CopyFieldTest, TestMaxScoreQueryParser, UUIDFieldTest, HdfsRecoveryZkTest, TestShardHandlerFactory, TestValueSourceCache, TestCSVLoader, DateFieldTest, TestCrossCoreJoin, DistributedSuggestComponentTest, TestRangeQuery, HdfsCollectionsAPIDistributedZkTest, BitVectorTest, TestUniqueKeyFieldResource, PrimUtilsTest, CollectionStateFormat2Test, SimpleCollectionCreateDeleteTest, PathHierarchyTokenizerFactoryTest, RAMDirectoryFactoryTest, ReturnFieldsTest, TestFreeTextSuggestions, CursorMarkTest, SynonymTokenizerTest, TestTrieFacet, TestJsonRequest, TestManagedResource, DeleteShardTest, TestDistribIDF, TestSolr4Spatial2, BJQParserTest, TestRealTimeGet, InfoHandlerTest, ZkStateWriterTest, JavabinLoaderTest, TestChildDocTransformer, DeleteInactiveReplicaTest, TestIBSimilarityFactory, PreAnalyzedFieldTest, HdfsDirectoryFactoryTest, TestBulkSchemaConcurrent, RemoteQueryErrorTest, TestCloudSchemaless, TestBinaryField, TestLRUStatsCache, TestHighlightDedupGrouping, TestSchemaResource, DistributedSpellCheckComponentTest, TestSha256AuthenticationProvider, ShardSplitTest, TestFaceting, TestSearcherReuse, HdfsThreadLeakTest, TestLMDirichletSimilarityFactory, ResourceLoaderTest, TestInitParams, BlockJoinFacetSimpleTest, TestReplicaProperties, TestLuceneMatchVersion, SOLR749Test, TestRawTransformer, CleanupOldIndexTest, CachingDirectoryFactoryTest, DocValuesMissingTest, LeaderElectionIntegrationTest, SignatureUpdateProcessorFactoryTest, TestDefaultSearchFieldResource, ZkNodePropsTest, ConnectionManagerTest, HLLSerializationTest, SortSpecParsingTest, TestConfigSetImmutable, TestDynamicLoading, TestAuthorizationFramework, HdfsBasicDistributedZkTest, TestPseudoReturnFields, OverseerStatusTest, TriLevelCompositeIdRoutingTest, TestZkChroot, TestDistributedSearch, CoreAdminHandlerTest, TestStressLucene, QueryEqualityTest, DistanceFunctionTest, DebugComponentTest, StandardRequestHandlerTest, TestReversedWildcardFilterFactory, TestOmitPositions, RequestHandlersTest, MoreLikeThisHandlerTest, TestArbitraryIndexDir, TestJmxIntegration, TestAnalyzedSuggestions, TestPartialUpdateDeduplication, CSVRequestHandlerTest, SearchHandlerTest, UpdateParamsTest, BadComponentTest, TestMergePolicyConfig, SampleTest, NumericFieldsTest, MinimalSchemaTest, OutputWriterTest, TestSolrCoreProperties, TestCodecSupport, TestLMJelinekMercerSimilarityFactory, TimeZoneUtilsTest, URLClassifyProcessorTest, DateMathParserTest, DOMUtilTest, TestSolrJ, TestLRUCache, TestUtils, SystemInfoHandlerTest, TestRTGBase, CursorPagingTest, ActionThrottleTest, AliasIntegrationTest, CloudExitableDirectoryReaderTest, CollectionsAPISolrJTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, DistributedVersionInfoTest, LeaderInitiatedRecoveryOnCommitTest, MultiThreadedOCPTest, RestartWhileUpdatingTest, RollingRestartTest, SharedFSAutoReplicaFailoverTest, SolrCloudExampleTest, SolrXmlInZkTest, TestCloudDeleteByQuery, TestCollectionAPI, TestDistribDocBasedVersion, TestExclusionRuleCollectionAccess, TestMiniSolrCloudCluster, TestRequestStatusCollectionAPI, TestSolrConfigHandler, TestRestoreCore, TestSolrConfigHandlerConcurrent, DistributedFacetPivotLongTailTest, DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotWhiteBoxTest, DistributedQueryComponentOptimizationTest, TestPivotHelperCode, HighlighterMaxOffsetTest, WrapperMergePolicyFactoryTest, CheckHdfsIndexTest, TestIntervalFaceting, TestFieldTypeResource, TestSerializedLuceneMatchVersion, TestSolrQueryParserDefaultOperatorResource, TestSolrQueryParserResource, BadCopyFieldTest, ChangedSchemaMergeTest, SpatialRPTFieldTypeTest, TestManagedSchemaAPI]
   [junit4] Completed [522/573 (1!)] on J0 in 10.89s, 1 test, 1 error <<< FAILURES!

[...truncated 175 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:750: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:694: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/common-build.xml:534: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1477: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1033: There were test failures: 573 suites (7 ignored), 2319 tests, 1 error, 84 ignored (39 assumptions) [seed: 8532EF26D870ACA0]

Total time: 58 minutes 55 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