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/23 06:42:29 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Linux/336/
Java: 64bit/jdk1.7.0_80 -XX:-UseCompressedOops -XX:+UseG1GC

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

Error Message:
Error from server at http://127.0.0.1:37770/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:37770/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
	at __randomizedtesting.SeedInfo.seed([F249720D0461C723:7A1D4DD7AA9DAADB]: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:37770/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 12242 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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/init-core-data-001
   [junit4]   2> 1876807 INFO  (SUITE-TestManagedSchemaAPI-seed#[F249720D0461C723]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 1876810 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1876810 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1876810 INFO  (Thread-4947) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1876810 INFO  (Thread-4947) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1876910 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.c.ZkTestServer start zk server on port:36807
   [junit4]   2> 1876911 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1876911 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1876914 INFO  (zkCallback-2633-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2cb35ce8 name:ZooKeeperConnection Watcher:127.0.0.1:36807 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1876914 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1876914 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1876914 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1876917 INFO  (jetty-launcher-2632-thread-1) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1876917 INFO  (jetty-launcher-2632-thread-2) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1876918 INFO  (jetty-launcher-2632-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4c3ea9ce{/solr,null,AVAILABLE}
   [junit4]   2> 1876918 INFO  (jetty-launcher-2632-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@25fe3a7d{/solr,null,AVAILABLE}
   [junit4]   2> 1876920 INFO  (jetty-launcher-2632-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@6441641d{HTTP/1.1}{127.0.0.1:37770}
   [junit4]   2> 1876920 INFO  (jetty-launcher-2632-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@4fdbc098{HTTP/1.1}{127.0.0.1:44085}
   [junit4]   2> 1876920 INFO  (jetty-launcher-2632-thread-2) [    ] o.e.j.s.Server Started @1878784ms
   [junit4]   2> 1876920 INFO  (jetty-launcher-2632-thread-1) [    ] o.e.j.s.Server Started @1878784ms
   [junit4]   2> 1876920 INFO  (jetty-launcher-2632-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37770}
   [junit4]   2> 1876920 INFO  (jetty-launcher-2632-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=44085, hostContext=/solr}
   [junit4]   2> 1876920 INFO  (jetty-launcher-2632-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@705789f3
   [junit4]   2> 1876920 INFO  (jetty-launcher-2632-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@705789f3
   [junit4]   2> 1876920 INFO  (jetty-launcher-2632-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node2'
   [junit4]   2> 1876920 INFO  (jetty-launcher-2632-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node1'
   [junit4]   2> 1876920 INFO  (jetty-launcher-2632-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1876920 INFO  (jetty-launcher-2632-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1876920 INFO  (jetty-launcher-2632-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1876920 INFO  (jetty-launcher-2632-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1876921 INFO  (jetty-launcher-2632-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1876921 INFO  (jetty-launcher-2632-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1876921 INFO  (jetty-launcher-2632-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1876921 INFO  (jetty-launcher-2632-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1876922 INFO  (zkCallback-2634-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4a9d50c6 name:ZooKeeperConnection Watcher:127.0.0.1:36807/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1876922 INFO  (jetty-launcher-2632-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1876922 INFO  (zkCallback-2635-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@37cf5aa1 name:ZooKeeperConnection Watcher:127.0.0.1:36807/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1876922 INFO  (jetty-launcher-2632-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1876922 INFO  (jetty-launcher-2632-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1876922 INFO  (jetty-launcher-2632-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1876922 INFO  (jetty-launcher-2632-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1876922 INFO  (jetty-launcher-2632-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1876932 INFO  (jetty-launcher-2632-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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node2/.
   [junit4]   2> 1876932 INFO  (jetty-launcher-2632-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 138033638
   [junit4]   2> 1876932 INFO  (jetty-launcher-2632-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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node2]
   [junit4]   2> 1876932 INFO  (jetty-launcher-2632-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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node1/.
   [junit4]   2> 1876932 WARN  (jetty-launcher-2632-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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node2/lib
   [junit4]   2> 1876932 INFO  (jetty-launcher-2632-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 649015106
   [junit4]   2> 1876932 INFO  (jetty-launcher-2632-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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node1]
   [junit4]   2> 1876932 INFO  (jetty-launcher-2632-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> 1876932 WARN  (jetty-launcher-2632-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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node1/lib
   [junit4]   2> 1876932 INFO  (jetty-launcher-2632-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> 1876933 INFO  (jetty-launcher-2632-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1876933 INFO  (jetty-launcher-2632-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1876933 INFO  (jetty-launcher-2632-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1876933 INFO  (jetty-launcher-2632-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1876933 INFO  (jetty-launcher-2632-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1876934 INFO  (jetty-launcher-2632-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1876934 INFO  (jetty-launcher-2632-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36807/solr
   [junit4]   2> 1876934 INFO  (jetty-launcher-2632-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1876934 INFO  (jetty-launcher-2632-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36807/solr
   [junit4]   2> 1876934 INFO  (jetty-launcher-2632-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1876934 INFO  (jetty-launcher-2632-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1876934 INFO  (jetty-launcher-2632-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1876934 INFO  (jetty-launcher-2632-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1876934 INFO  (jetty-launcher-2632-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1876935 INFO  (zkCallback-2640-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@575e80fa name:ZooKeeperConnection Watcher:127.0.0.1:36807 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1876935 INFO  (jetty-launcher-2632-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1876935 INFO  (zkCallback-2641-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@40614765 name:ZooKeeperConnection Watcher:127.0.0.1:36807 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1876935 INFO  (jetty-launcher-2632-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1876935 INFO  (jetty-launcher-2632-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1876935 INFO  (jetty-launcher-2632-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1876936 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@193e9699
   [junit4]   2> 1876936 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1876936 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@4314f23e
   [junit4]   2> 1876936 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1876937 INFO  (zkCallback-2642-thread-1-processing-n:127.0.0.1:37770_solr) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@74090482 name:ZooKeeperConnection Watcher:127.0.0.1:36807/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1876937 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1876937 INFO  (zkCallback-2643-thread-1-processing-n:127.0.0.1:44085_solr) [n:127.0.0.1:44085_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1811438 name:ZooKeeperConnection Watcher:127.0.0.1:36807/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1876937 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1876937 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1876937 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1876938 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1876938 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1876939 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1876939 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1876940 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1876940 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1876941 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1876941 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1876941 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1876942 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1876942 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1876942 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1876942 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1876942 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1876944 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1876944 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1876944 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1876944 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1876945 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44085_solr
   [junit4]   2> 1876945 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37770_solr
   [junit4]   2> 1876945 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:44085_solr
   [junit4]   2> 1876945 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:37770_solr
   [junit4]   2> 1876946 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1876946 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1876946 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1876946 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1876947 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1876947 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1876947 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96119261036412933-127.0.0.1:37770_solr-n_0000000000
   [junit4]   2> 1876947 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96119261036412934-127.0.0.1:44085_solr-n_0000000001
   [junit4]   2> 1876947 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37770_solr
   [junit4]   2> 1876947 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1876947 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96119261036412933-127.0.0.1:37770_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1876947 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1876948 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.Overseer Overseer (id=96119261036412933-127.0.0.1:37770_solr-n_0000000000) starting
   [junit4]   2> 1876948 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1876950 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1876951 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1876951 INFO  (OverseerCollectionConfigSetProcessor-96119261036412933-127.0.0.1:37770_solr-n_0000000000) [n:127.0.0.1:37770_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1876951 INFO  (OverseerStateUpdate-96119261036412933-127.0.0.1:37770_solr-n_0000000000) [n:127.0.0.1:37770_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1876965 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1876965 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1876965 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1876965 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1876965 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node2/.
   [junit4]   2> 1876965 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node1/.
   [junit4]   2> 1876966 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1876966 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1876966 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1876966 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1876966 INFO  (jetty-launcher-2632-thread-2) [n:127.0.0.1:37770_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1876966 INFO  (jetty-launcher-2632-thread-1) [n:127.0.0.1:44085_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1876966 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1876968 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1876969 INFO  (zkCallback-2644-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6e9ce79e name:ZooKeeperConnection Watcher:127.0.0.1:36807 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1876969 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1876969 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1876970 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1876970 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1876971 INFO  (zkCallback-2646-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7268243e name:ZooKeeperConnection Watcher:127.0.0.1:36807/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1876971 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1876971 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1876971 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1876973 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/managed-schema
   [junit4]   2> 1876973 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1876974 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1876974 INFO  (zkCallback-2647-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@19179c2a name:ZooKeeperConnection Watcher:127.0.0.1:36807/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1876974 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1876974 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1876975 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1876978 INFO  (qtp2126346094-14702) [n:127.0.0.1:37770_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params version=2&replicationFactor=2&numShards=1&name=testschemaapi&action=CREATE&collection.configName=conf1&wt=javabin and sendToOCPQueue=true
   [junit4]   2> 1876980 INFO  (OverseerCollectionConfigSetProcessor-96119261036412933-127.0.0.1:37770_solr-n_0000000000) [n:127.0.0.1:37770_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> 1876980 INFO  (OverseerThreadFactory-6747-thread-1-processing-n:127.0.0.1:37770_solr) [n:127.0.0.1:37770_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> 1876981 INFO  (OverseerThreadFactory-6747-thread-1-processing-n:127.0.0.1:37770_solr) [n:127.0.0.1:37770_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection testschemaapi
   [junit4]   2> 1876981 INFO  (OverseerThreadFactory-6747-thread-1-processing-n:127.0.0.1:37770_solr) [n:127.0.0.1:37770_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/testschemaapi 
   [junit4]   2> 1876981 INFO  (OverseerThreadFactory-6747-thread-1-processing-n:127.0.0.1:37770_solr) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi
   [junit4]   2> 1876981 INFO  (zkCallback-2642-thread-1-processing-n:127.0.0.1:37770_solr) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1876981 INFO  (zkCallback-2643-thread-1-processing-n:127.0.0.1:44085_solr) [n:127.0.0.1:44085_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1876981 INFO  (zkCallback-2647-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1876983 INFO  (OverseerStateUpdate-96119261036412933-127.0.0.1:37770_solr-n_0000000000) [n:127.0.0.1:37770_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> 1876983 INFO  (OverseerStateUpdate-96119261036412933-127.0.0.1:37770_solr-n_0000000000) [n:127.0.0.1:37770_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: testschemaapi
   [junit4]   2> 1876984 INFO  (OverseerStateUpdate-96119261036412933-127.0.0.1:37770_solr-n_0000000000) [n:127.0.0.1:37770_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testschemaapi/state.json
   [junit4]   2> 1877083 INFO  (OverseerThreadFactory-6747-thread-1-processing-n:127.0.0.1:37770_solr) [n:127.0.0.1:37770_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection testschemaapi, shardNames [shard1] , replicationFactor : 2
   [junit4]   2> 1877084 INFO  (OverseerThreadFactory-6747-thread-1-processing-n:127.0.0.1:37770_solr) [n:127.0.0.1:37770_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica1 as part of shard shard1 of collection testschemaapi on 127.0.0.1:44085_solr
   [junit4]   2> 1877084 INFO  (OverseerThreadFactory-6747-thread-1-processing-n:127.0.0.1:37770_solr) [n:127.0.0.1:37770_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica2 as part of shard shard1 of collection testschemaapi on 127.0.0.1:37770_solr
   [junit4]   2> 1877085 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr    ] o.a.s.h.a.CoreAdminOperation core create command collection=testschemaapi&shard=shard1&version=2&numShards=1&action=CREATE&name=testschemaapi_shard1_replica2&qt=/admin/cores&collection.configName=conf1&wt=javabin
   [junit4]   2> 1877085 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr    ] o.a.s.h.a.CoreAdminOperation core create command collection=testschemaapi&shard=shard1&version=2&numShards=1&action=CREATE&name=testschemaapi_shard1_replica1&qt=/admin/cores&collection.configName=conf1&wt=javabin
   [junit4]   2> 1877085 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {collection=testschemaapi, loadOnStartup=true, shard=shard1, numShards=1, configSetProperties=configsetprops.json, name=testschemaapi_shard1_replica2, config=solrconfig.xml, collection.configName=conf1, transient=false, dataDir=data/, schema=schema.xml}
   [junit4]   2> 1877085 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {shard=shard1, loadOnStartup=true, config=solrconfig.xml, schema=schema.xml, configSetProperties=configsetprops.json, collection.configName=conf1, collection=testschemaapi, dataDir=data/, numShards=1, name=testschemaapi_shard1_replica1, transient=false}
   [junit4]   2> 1877086 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1877086 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1877086 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 1877087 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
   [junit4]   2> 1877087 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 1877087 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
   [junit4]   2> 1877087 INFO  (OverseerStateUpdate-96119261036412933-127.0.0.1:37770_solr-n_0000000000) [n:127.0.0.1:37770_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "node_name":"127.0.0.1:37770_solr",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "base_url":"http://127.0.0.1:37770/solr",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "state":"down"} current state version: 0
   [junit4]   2> 1877088 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 1877088 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1877088 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 1877088 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1877088 INFO  (OverseerStateUpdate-96119261036412933-127.0.0.1:37770_solr-n_0000000000) [n:127.0.0.1:37770_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "node_name":"127.0.0.1:37770_solr",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "base_url":"http://127.0.0.1:37770/solr",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "state":"down"}
   [junit4]   2> 1877089 INFO  (OverseerStateUpdate-96119261036412933-127.0.0.1:37770_solr-n_0000000000) [n:127.0.0.1:37770_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "node_name":"127.0.0.1:44085_solr",
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "base_url":"http://127.0.0.1:44085/solr",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "state":"down"} current state version: 0
   [junit4]   2> 1877089 INFO  (OverseerStateUpdate-96119261036412933-127.0.0.1:37770_solr-n_0000000000) [n:127.0.0.1:37770_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "node_name":"127.0.0.1:44085_solr",
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "base_url":"http://127.0.0.1:44085/solr",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "state":"down"}
   [junit4]   2> 1877190 INFO  (OverseerStateUpdate-96119261036412933-127.0.0.1:37770_solr-n_0000000000) [n:127.0.0.1:37770_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 0
   [junit4]   2> 1877190 INFO  (zkCallback-2642-thread-1-processing-n:127.0.0.1:37770_solr) [n:127.0.0.1:37770_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> 1877190 INFO  (zkCallback-2643-thread-1-processing-n:127.0.0.1:44085_solr) [n:127.0.0.1:44085_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> 1877191 INFO  (zkCallback-2642-thread-1-processing-n:127.0.0.1:37770_solr) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 1877191 INFO  (zkCallback-2643-thread-1-processing-n:127.0.0.1:44085_solr) [n:127.0.0.1:44085_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 1878088 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878088 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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> 1878088 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 1878088 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 1878088 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1878088 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1878088 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 1878088 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 1878089 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878089 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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> 1878089 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node2/testschemaapi_shard1_replica2'
   [junit4]   2> 1878089 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node1/testschemaapi_shard1_replica1'
   [junit4]   2> 1878089 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1878089 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1878089 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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> 1878089 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878091 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1878091 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1878096 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1878096 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1878138 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 1878142 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 1878160 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1878160 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1878163 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 1878164 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 1878170 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1878172 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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/J1
   [junit4]   2> 1878172 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878173 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1878173 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node2/testschemaapi_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/]
   [junit4]   2> 1878173 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878173 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data
   [junit4]   2> 1878173 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index/
   [junit4]   2> 1878173 WARN  (qtp2126346094-14704) [n:127.0.0.1:37770_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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1878174 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index
   [junit4]   2> 1878174 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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@1da8ee08 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3da35e6e),segFN=segments_1,generation=1}
   [junit4]   2> 1878174 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1878174 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:37770_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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/
   [junit4]   2> 1878175 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:37770_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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-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> 1878175 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878176 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1878177 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1878178 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1878178 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1878180 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1878180 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.RequestHandlers Registered paths: /schema,/admin/mbeans,/admin/plugins,/replication,/admin/ping,/config,/select,/admin/threads,/update/json/docs,/update/csv,/update,/get,/update/json,/admin/luke,/admin/segments,/admin/system,/admin/file,/admin/logging,/admin/properties
   [junit4]   2> 1878180 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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/J1
   [junit4]   2> 1878181 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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> 1878181 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1878181 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node1/testschemaapi_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/]
   [junit4]   2> 1878181 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878181 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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> 1878182 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878182 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878182 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data
   [junit4]   2> 1878182 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index/
   [junit4]   2> 1878182 WARN  (qtp1171167607-14701) [n:127.0.0.1:44085_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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1878183 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index
   [junit4]   2> 1878183 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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@10b2d3a7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4c658181),segFN=segments_1,generation=1}
   [junit4]   2> 1878183 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1878183 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1878184 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1878184 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:44085_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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/
   [junit4]   2> 1878184 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:44085_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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-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> 1878184 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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@1da8ee08 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3da35e6e),segFN=segments_1,generation=1}
   [junit4]   2> 1878184 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1878184 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening Searcher@55555272[testschemaapi_shard1_replica2] main
   [junit4]   2> 1878185 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878185 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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> 1878187 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1878188 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1878189 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1878190 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1878193 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.RequestHandlers Registered paths: /schema,/admin/mbeans,/admin/plugins,/replication,/admin/ping,/config,/select,/admin/threads,/update/json/docs,/update/csv,/update,/get,/update/json,/admin/luke,/admin/segments,/admin/system,/admin/file,/admin/logging,/admin/properties
   [junit4]   2> 1878194 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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> 1878194 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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> 1878194 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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> 1878196 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1878196 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1878197 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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@10b2d3a7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4c658181),segFN=segments_1,generation=1}
   [junit4]   2> 1878197 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1878197 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening Searcher@7d7996ec[testschemaapi_shard1_replica1] main
   [junit4]   2> 1878197 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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> 1878199 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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> 1878199 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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> 1878200 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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> 1878200 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878200 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1878200 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878200 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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> 1878201 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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> 1878201 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878201 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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> 1878201 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1878201 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1878201 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878201 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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> 1878202 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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:895272154104904
   [junit4]   2> 1878202 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878202 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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> 1878202 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878202 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1878202 INFO  (searcherExecutor-6754-thread-1-processing-c:testschemaapi n:127.0.0.1:44085_solr r:core_node2 x:testschemaapi_shard1_replica1 s:shard1) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Registered new searcher Searcher@7d7996ec[testschemaapi_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1878202 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878204 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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> 1878204 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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> 1878204 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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:895272145852031
   [junit4]   2> 1878204 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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> 1878204 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878204 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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 1537908178041176064
   [junit4]   2> 1878204 INFO  (searcherExecutor-6752-thread-1-processing-n:127.0.0.1:37770_solr r:core_node1 c:testschemaapi x:testschemaapi_shard1_replica2 s:shard1) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Registered new searcher Searcher@55555272[testschemaapi_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1878204 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878204 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878204 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878204 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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 1537908178041176064
   [junit4]   2> 1878206 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1537908178041176064
   [junit4]   2> 1878207 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1878207 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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 1537908178041176064
   [junit4]   2> 1878207 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1878207 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica1
   [junit4]   2> 1878207 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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:44085/solr collection:testschemaapi shard:shard1
   [junit4]   2> 1878207 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica2
   [junit4]   2> 1878207 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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:37770/solr collection:testschemaapi shard:shard1
   [junit4]   2> 1878208 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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> 1878208 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878209 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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/96119261036412933-core_node1-n_0000000000
   [junit4]   2> 1878209 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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/96119261036412934-core_node2-n_0000000001
   [junit4]   2> 1878209 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878209 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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/96119261036412933-core_node1-n_0000000000 to know if I could be the leader
   [junit4]   2> 1878210 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1878210 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878210 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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:37770/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 1878210 INFO  (OverseerStateUpdate-96119261036412933-127.0.0.1:37770_solr-n_0000000000) [n:127.0.0.1:37770_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> 1878210 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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:37770/solr START replicas=[http://127.0.0.1:44085/solr/testschemaapi_shard1_replica1/] nUpdates=100
   [junit4]   2> 1878211 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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:37770/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1878211 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878211 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878212 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878213 INFO  (qtp1171167607-14703) [n:127.0.0.1:44085_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={version=2&qt=/get&wt=javabin&distrib=false&getVersions=100&fingerprint=false} status=0 QTime=0
   [junit4]   2> 1878213 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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/96119261036412933-core_node1-n_0000000000
   [junit4]   2> 1878214 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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:37770/solr/testschemaapi_shard1_replica2/ shard1
   [junit4]   2> 1878216 INFO  (OverseerStateUpdate-96119261036412933-127.0.0.1:37770_solr-n_0000000000) [n:127.0.0.1:37770_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:37770/solr",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 1878317 INFO  (OverseerStateUpdate-96119261036412933-127.0.0.1:37770_solr-n_0000000000) [n:127.0.0.1:37770_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 1
   [junit4]   2> 1878317 INFO  (zkCallback-2642-thread-2-processing-n:127.0.0.1:37770_solr) [n:127.0.0.1:37770_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> 1878317 INFO  (zkCallback-2643-thread-1-processing-n:127.0.0.1:44085_solr) [n:127.0.0.1:44085_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> 1878318 INFO  (zkCallback-2642-thread-2-processing-n:127.0.0.1:37770_solr) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 1878318 INFO  (zkCallback-2643-thread-1-processing-n:127.0.0.1:44085_solr) [n:127.0.0.1:44085_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 1878366 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController We are http://127.0.0.1:37770/solr/testschemaapi_shard1_replica2/ and leader is http://127.0.0.1:37770/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 1878366 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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:37770/solr
   [junit4]   2> 1878366 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_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> 1878366 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1878367 INFO  (OverseerStateUpdate-96119261036412933-127.0.0.1:37770_solr-n_0000000000) [n:127.0.0.1:37770_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "node_name":"127.0.0.1:37770_solr",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "base_url":"http://127.0.0.1:37770/solr",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 1878368 INFO  (OverseerStateUpdate-96119261036412933-127.0.0.1:37770_solr-n_0000000000) [n:127.0.0.1:37770_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "node_name":"127.0.0.1:37770_solr",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "base_url":"http://127.0.0.1:37770/solr",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1878368 INFO  (qtp2126346094-14704) [n:127.0.0.1:37770_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={collection=testschemaapi&shard=shard1&version=2&numShards=1&qt=/admin/cores&name=testschemaapi_shard1_replica2&action=CREATE&collection.configName=conf1&wt=javabin} status=0 QTime=1282
   [junit4]   2> 1878469 INFO  (OverseerStateUpdate-96119261036412933-127.0.0.1:37770_solr-n_0000000000) [n:127.0.0.1:37770_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 2
   [junit4]   2> 1878469 INFO  (zkCallback-2642-thread-3-processing-n:127.0.0.1:37770_solr) [n:127.0.0.1:37770_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> 1878469 INFO  (zkCallback-2643-thread-1-processing-n:127.0.0.1:44085_solr) [n:127.0.0.1:44085_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> 1878469 INFO  (zkCallback-2642-thread-3-processing-n:127.0.0.1:37770_solr) [n:127.0.0.1:37770_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [2] to [3]
   [junit4]   2> 1878470 INFO  (zkCallback-2643-thread-1-processing-n:127.0.0.1:44085_solr) [n:127.0.0.1:44085_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [2] to [3]
   [junit4]   2> 1879210 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController We are http://127.0.0.1:44085/solr/testschemaapi_shard1_replica1/ and leader is http://127.0.0.1:37770/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 1879210 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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:44085/solr
   [junit4]   2> 1879210 INFO  (qtp1171167607-14701) [n:127.0.0.1:44085_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> 1879211 INFO  (updateExecutor-

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

junit4]   2> 	9	/solr/overseer/queue
   [junit4]   2> 	9	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1888544 INFO  (TEST-TestManagedSchemaAPI.test-seed#[F249720D0461C723]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestManagedSchemaAPI -Dtests.method=test -Dtests.seed=F249720D0461C723 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-SD -Dtests.timezone=Europe/Busingen -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   11.7s J1 | TestManagedSchemaAPI.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:37770/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F249720D0461C723:7A1D4DD7AA9DAADB]: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:37770/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> 1888546 INFO  (SUITE-TestManagedSchemaAPI-seed#[F249720D0461C723]-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/J1/temp/solr.schema.TestManagedSchemaAPI_F249720D0461C723-001
   [junit4]   2> Jun 23, 2016 6:32:20 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene54, sim=DefaultSimilarity, locale=ar-SD, timezone=Europe/Busingen
   [junit4]   2> NOTE: Linux 4.4.0-24-generic amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=12,threads=1,free=288560520,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [ForceLeaderTest, SSLMigrationTest, ClusterStateUpdateTest, TestRandomCollapseQParserPlugin, TestEmbeddedSolrServerConstructors, DirectSolrSpellCheckerTest, TestQueryTypes, QueryResultKeyTest, FacetPivotSmallTest, HLLUtilTest, TestCloudManagedSchema, TestSurroundQueryParser, SpellingQueryConverterTest, ShardRoutingTest, FastVectorHighlighterTest, IndexBasedSpellCheckerTest, TimeZoneUtilsTest, TestRequestForwarding, DocValuesTest, TestRTimerTree, TestSolrQueryResponse, TestCoreContainer, HighlighterTest, TestXmlQParser, DeleteLastCustomShardedReplicaTest, SolrCloudExampleTest, TestSolrCloudWithKerberosAlt, TestDistributedGrouping, TestRecoveryHdfs, CreateCollectionCleanupTest, TestCodecSupport, TestDocumentBuilder, TestConfigSetsAPIZkFailure, ShardRoutingCustomTest, TestLeaderInitiatedRecoveryThread, TestManagedStopFilterFactory, CSVRequestHandlerTest, TestUpdate, SpellCheckComponentTest, CoreAdminRequestStatusTest, TestLFUCache, TestCloudDeleteByQuery, BasicAuthIntegrationTest, SolrPluginUtilsTest, UUIDUpdateProcessorFallbackTest, TestAddFieldRealTimeGet, ChangedSchemaMergeTest, DistributedTermsComponentTest, OpenExchangeRatesOrgProviderTest, TestSolrQueryParserDefaultOperatorResource, ChaosMonkeySafeLeaderTest, LoggingHandlerTest, TestSimpleTrackingShardHandler, LeaderInitiatedRecoveryOnCommitTest, TestFiltering, ExplicitHLLTest, ZkSolrClientTest, HdfsChaosMonkeyNothingIsSafeTest, TestCollationFieldDocValues, TestQueryUtils, TestRandomRequestDistribution, TestStandardQParsers, TestSolrConfigHandlerCloud, ParsingFieldUpdateProcessorsTest, DistribJoinFromCollectionTest, ConvertedLegacyTest, DirectoryFactoryTest, SchemaVersionSpecificBehaviorTest, SolrIndexConfigTest, TestBlendedInfixSuggestions, TestOrdValues, TestConfigSetProperties, CollectionTooManyReplicasTest, TestDownShardTolerantSearch, SpellCheckCollatorTest, SolrCmdDistributorTest, DistributedMLTComponentTest, SuggestComponentTest, TestSolrCoreProperties, TestCollectionAPI, TestMissingGroups, DocumentBuilderTest, ResponseHeaderTest, NumericFieldsTest, SecurityConfHandlerTest, TestSolrConfigHandler, TestManagedResourceStorage, CollectionsAPIDistributedZkTest, SpellPossibilityIteratorTest, CloneFieldUpdateProcessorFactoryTest, BigEndianAscendingWordDeserializerTest, OpenCloseCoreStressTest, TestLMJelinekMercerSimilarityFactory, MinimalSchemaTest, LeaderElectionTest, TestFaceting, TestHashPartitioner, TestRealTimeGet, HardAutoCommitTest, TestSolr4Spatial, TestLazyCores, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SignatureUpdateProcessorFactoryTest, CoreAdminHandlerTest, TestTrie, SuggesterWFSTTest, SolrCoreCheckLockOnStartupTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, SolrInfoMBeanTest, DebugComponentTest, DisMaxRequestHandlerTest, DocumentAnalysisRequestHandlerTest, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, TestValueSourceCache, TermVectorComponentTest, RequiredFieldsTest, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, TestBinaryResponseWriter, HighlighterConfigTest, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestDocSet, TestSearchPerf, TestFuzzyAnalyzedSuggestions, TestPhraseSuggestions, SynonymTokenizerTest, TestSweetSpotSimilarityFactory, TestBM25SimilarityFactory, ScriptEngineTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, AsyncCallRequestStatusResponseTest, CollectionsAPIAsyncDistributedZkTest, DistribCursorPagingTest, MultiThreadedOCPTest, OverseerTaskQueueTest, SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, TestCryptoKeys, ZkStateWriterTest, HdfsDirectoryFactoryTest, TestConfigOverlay, TestConfigSetImmutable, TestImplicitCoreProperties, TestInitParams, TestNRTOpen, TestShardHandlerFactory, TestSolrDynamicMBean, RequestLoggingTest, TestBlobHandler, CoreAdminCreateDiscoverTest, DistributedExpandComponentTest, DistributedFacetPivotLargeTest, DistributedSuggestComponentTest, TestPivotHelperCode, TestTrackingShardHandlerFactory, JavabinLoaderTest, WrapperMergePolicyFactoryTest, CheckHdfsIndexTest, TestIntervalFaceting, TestClassNameShortening, TestCopyFieldCollectionResource, TestDefaultSearchFieldResource, TestDynamicFieldCollectionResource, TestDynamicFieldResource, TestFieldTypeCollectionResource, TestManagedSchemaDynamicFieldResource, TestManagedSchemaFieldTypeResource, TestSchemaResource, TestSchemaVersionResource, DocValuesMissingTest, TestManagedSchemaAPI]
   [junit4] Completed [521/573 (1!)] on J1 in 12.26s, 1 test, 1 error <<< FAILURES!

[...truncated 183 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: F249720D0461C723]

Total time: 63 minutes 40 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 # 338 - Still Failing!

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

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

Error Message:
timed out waiting for collection1 startAt time to exceed: Thu Jun 23 05:55:19 AKDT 2016

Stack Trace:
java.lang.AssertionError: timed out waiting for collection1 startAt time to exceed: Thu Jun 23 05:55:19 AKDT 2016
	at __randomizedtesting.SeedInfo.seed([361CB47A3C3B2120:EDB7B4BC39134893]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.handler.TestReplicationHandler.watchCoreStartAt(TestReplicationHandler.java:1501)
	at org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:853)
	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 11434 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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/init-core-data-001
   [junit4]   2> 1055229 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestIndexAndConfigReplication
   [junit4]   2> 1055229 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-001/collection1
   [junit4]   2> 1055231 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1055232 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@166477f{/solr,null,AVAILABLE}
   [junit4]   2> 1055236 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.e.j.s.ServerConnector Started ServerConnector@75e158{HTTP/1.1}{127.0.0.1:34710}
   [junit4]   2> 1055236 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.e.j.s.Server Started @1057045ms
   [junit4]   2> 1055236 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] 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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-001/collection1/data, hostPort=34710, hostContext=/solr}
   [junit4]   2> 1055236 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@b0f0ae
   [junit4]   2> 1055236 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-001'
   [junit4]   2> 1055236 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1055236 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1055236 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-001/solr.xml
   [junit4]   2> 1055246 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-001/.
   [junit4]   2> 1055246 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.CoreContainer New CoreContainer 13266041
   [junit4]   2> 1055246 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-001]
   [junit4]   2> 1055246 WARN  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-001/lib
   [junit4]   2> 1055246 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] 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> 1055247 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1055247 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1055247 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1055247 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1055247 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1055248 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-001/.
   [junit4]   2> 1055249 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {config=solrconfig.xml, schema=schema.xml, name=collection1, configSetProperties=configsetprops.json, loadOnStartup=true, transient=false, dataDir=data/}
   [junit4]   2> 1055249 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-001/./collection1
   [junit4]   2> 1055249 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1055249 INFO  (coreLoadExecutor-3800-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-001/collection1'
   [junit4]   2> 1055249 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1055250 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1055250 INFO  (coreLoadExecutor-3800-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1055250 INFO  (coreLoadExecutor-3800-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1055255 INFO  (coreLoadExecutor-3800-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1055263 INFO  (coreLoadExecutor-3800-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 1055278 INFO  (coreLoadExecutor-3800-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1055281 INFO  (coreLoadExecutor-3800-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1055286 INFO  (coreLoadExecutor-3800-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1055287 INFO  (coreLoadExecutor-3800-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-001/collection1'
   [junit4]   2> 1055287 INFO  (coreLoadExecutor-3800-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-001/./collection1
   [junit4]   2> 1055288 INFO  (coreLoadExecutor-3800-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1055288 INFO  (coreLoadExecutor-3800-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1055288 INFO  (coreLoadExecutor-3800-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1055288 INFO  (coreLoadExecutor-3800-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-001/./collection1/data
   [junit4]   2> 1055288 INFO  (coreLoadExecutor-3800-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 1055289 WARN  (coreLoadExecutor-3800-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1055289 INFO  (coreLoadExecutor-3800-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 1055289 INFO  (coreLoadExecutor-3800-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=5, maxMergeAtOnceExplicit=4, maxMergedSegmentMB=58.3115234375, floorSegmentMB=0.9892578125, forceMergeDeletesPctAllowed=16.593257382551467, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6163126926694591
   [junit4]   2> 1055289 INFO  (coreLoadExecutor-3800-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c78d44 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10ba327),segFN=segments_1,generation=1}
   [junit4]   2> 1055289 INFO  (coreLoadExecutor-3800-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1055289 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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-001/./collection1/data/
   [junit4]   2> 1055290 INFO  (coreLoadExecutor-3800-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1055292 INFO  (coreLoadExecutor-3800-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1055293 INFO  (coreLoadExecutor-3800-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1055293 INFO  (coreLoadExecutor-3800-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1055294 INFO  (coreLoadExecutor-3800-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1055295 INFO  (coreLoadExecutor-3800-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1055295 INFO  (coreLoadExecutor-3800-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: lazy,/admin/file,/config,/admin/system,/admin/luke,/replication,/admin/properties,/schema,defaults,/update/csv,/admin/segments,/admin/ping,standard,/update/json/docs,/admin/mbeans,/admin/threads,/update/json,/admin/plugins,/admin/logging,/get,/update
   [junit4]   2> 1055296 INFO  (coreLoadExecutor-3800-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1055296 INFO  (coreLoadExecutor-3800-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1055296 INFO  (coreLoadExecutor-3800-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1055296 INFO  (coreLoadExecutor-3800-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8354809916347724]
   [junit4]   2> 1055296 INFO  (coreLoadExecutor-3800-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c78d44 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10ba327),segFN=segments_1,generation=1}
   [junit4]   2> 1055296 INFO  (coreLoadExecutor-3800-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1055296 INFO  (coreLoadExecutor-3800-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@12f1dd5[collection1] main
   [junit4]   2> 1055297 INFO  (coreLoadExecutor-3800-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-001/collection1/conf
   [junit4]   2> 1055297 INFO  (coreLoadExecutor-3800-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-001/collection1/conf}
   [junit4]   2> 1055297 INFO  (coreLoadExecutor-3800-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-001/collection1/conf
   [junit4]   2> 1055297 INFO  (coreLoadExecutor-3800-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1055297 INFO  (coreLoadExecutor-3800-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1055297 INFO  (coreLoadExecutor-3800-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1055297 INFO  (searcherExecutor-3801-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@12f1dd5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1055297 INFO  (coreLoadExecutor-3800-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1055751 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-002/collection1
   [junit4]   2> 1055754 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1055755 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1938c52{/solr,null,AVAILABLE}
   [junit4]   2> 1055755 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.e.j.s.ServerConnector Started ServerConnector@c3183f{HTTP/1.1}{127.0.0.1:46006}
   [junit4]   2> 1055755 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.e.j.s.Server Started @1057564ms
   [junit4]   2> 1055755 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46006, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-002/collection1/data}
   [junit4]   2> 1055755 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@b0f0ae
   [junit4]   2> 1055755 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-002'
   [junit4]   2> 1055755 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1055755 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1055756 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-002/solr.xml
   [junit4]   2> 1055765 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-002/.
   [junit4]   2> 1055765 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.CoreContainer New CoreContainer 31688737
   [junit4]   2> 1055765 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-002]
   [junit4]   2> 1055765 WARN  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-002/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-002/lib
   [junit4]   2> 1055766 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] 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> 1055767 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1055767 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1055767 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1055767 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1055767 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1055767 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-002/.
   [junit4]   2> 1055769 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {transient=false, schema=schema.xml, name=collection1, loadOnStartup=true, dataDir=data/, configSetProperties=configsetprops.json, config=solrconfig.xml}
   [junit4]   2> 1055769 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-002/./collection1
   [junit4]   2> 1055769 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1055769 INFO  (coreLoadExecutor-3810-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-002/collection1'
   [junit4]   2> 1055770 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1055770 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[361CB47A3C3B2120]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1055770 INFO  (coreLoadExecutor-3810-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1055770 INFO  (coreLoadExecutor-3810-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1055775 INFO  (coreLoadExecutor-3810-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1055784 INFO  (coreLoadExecutor-3810-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 1055822 INFO  (coreLoadExecutor-3810-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1055824 INFO  (coreLoadExecutor-3810-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1055829 INFO  (coreLoadExecutor-3810-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1055830 INFO  (coreLoadExecutor-3810-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-002/collection1'
   [junit4]   2> 1055830 INFO  (coreLoadExecutor-3810-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-002/./collection1
   [junit4]   2> 1055831 INFO  (coreLoadExecutor-3810-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1055831 INFO  (coreLoadExecutor-3810-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 1055831 INFO  (coreLoadExecutor-3810-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1055831 INFO  (coreLoadExecutor-3810-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-002/./collection1/data
   [junit4]   2> 1055831 INFO  (coreLoadExecutor-3810-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 1055831 WARN  (coreLoadExecutor-3810-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1055831 INFO  (coreLoadExecutor-3810-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 1055831 INFO  (coreLoadExecutor-3810-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=5, maxMergeAtOnceExplicit=4, maxMergedSegmentMB=58.3115234375, floorSegmentMB=0.9892578125, forceMergeDeletesPctAllowed=16.593257382551467, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6163126926694591
   [junit4]   2> 1055832 INFO  (coreLoadExecutor-3810-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@27c424 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@be4ffb),segFN=segments_1,generation=1}
   [junit4]   2> 1055832 INFO  (coreLoadExecutor-3810-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1055832 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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-002/./collection1/data/
   [junit4]   2> 1055833 INFO  (coreLoadExecutor-3810-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1055835 INFO  (coreLoadExecutor-3810-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1055835 INFO  (coreLoadExecutor-3810-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1055836 INFO  (coreLoadExecutor-3810-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1055836 INFO  (coreLoadExecutor-3810-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1055837 INFO  (coreLoadExecutor-3810-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1055837 INFO  (coreLoadExecutor-3810-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: lazy,/admin/file,/config,/admin/system,/admin/luke,/replication,/admin/properties,/schema,defaults,/update/csv,/admin/segments,/admin/ping,standard,/update/json/docs,/admin/mbeans,/admin/threads,/update/json,/admin/plugins,/admin/logging,/get,/update
   [junit4]   2> 1055838 INFO  (coreLoadExecutor-3810-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1055838 INFO  (coreLoadExecutor-3810-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1055838 INFO  (coreLoadExecutor-3810-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1055838 INFO  (coreLoadExecutor-3810-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8354809916347724]
   [junit4]   2> 1055838 INFO  (coreLoadExecutor-3810-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@27c424 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@be4ffb),segFN=segments_1,generation=1}
   [junit4]   2> 1055838 INFO  (coreLoadExecutor-3810-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1055838 INFO  (coreLoadExecutor-3810-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@487c5d[collection1] main
   [junit4]   2> 1055839 INFO  (coreLoadExecutor-3810-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-002/collection1/conf
   [junit4]   2> 1055839 INFO  (coreLoadExecutor-3810-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-002/collection1/conf}
   [junit4]   2> 1055839 INFO  (coreLoadExecutor-3810-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-002/collection1/conf
   [junit4]   2> 1055839 INFO  (coreLoadExecutor-3810-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1055841 INFO  (coreLoadExecutor-3810-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 1055841 INFO  (searcherExecutor-3811-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@487c5d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1055841 INFO  (coreLoadExecutor-3810-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1055843 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={wt=javabin&qt=/replication&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1056272 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={wt=javabin&q=*:*&version=2&sort=id+desc} hits=0 status=0 QTime=0
   [junit4]   2> 1056275 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0]} 0 0
   [junit4]   2> 1056276 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 1056278 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 1056280 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 1056281 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 1056283 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 1056284 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 1056286 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 1056288 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 1056289 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 1056291 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 1056293 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 1056294 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 1056296 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 1056298 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 1056299 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 1056301 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 1056303 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17]} 0 0
   [junit4]   2> 1056304 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 1056306 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 1056308 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20]} 0 0
   [junit4]   2> 1056310 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 1056311 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22]} 0 0
   [junit4]   2> 1056313 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 1056314 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 1056316 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 1056318 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 1056319 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27]} 0 0
   [junit4]   2> 1056321 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28]} 0 0
   [junit4]   2> 1056322 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 1056324 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30]} 0 0
   [junit4]   2> 1056326 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 1056327 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32]} 0 0
   [junit4]   2> 1056329 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33]} 0 0
   [junit4]   2> 1056330 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 1056332 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 1056334 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36]} 0 0
   [junit4]   2> 1056335 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37]} 0 0
   [junit4]   2> 1056337 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38]} 0 0
   [junit4]   2> 1056339 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39]} 0 0
   [junit4]   2> 1056340 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40]} 0 0
   [junit4]   2> 1056342 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 1056343 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42]} 0 0
   [junit4]   2> 1056345 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43]} 0 0
   [junit4]   2> 1056347 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44]} 0 0
   [junit4]   2> 1056348 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45]} 0 0
   [junit4]   2> 1056350 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46]} 0 0
   [junit4]   2> 1056352 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47]} 0 0
   [junit4]   2> 1056353 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48]} 0 0
   [junit4]   2> 1056355 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49]} 0 0
   [junit4]   2> 1056357 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50]} 0 0
   [junit4]   2> 1056358 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51]} 0 0
   [junit4]   2> 1056360 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[52]} 0 0
   [junit4]   2> 1056361 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[53]} 0 0
   [junit4]   2> 1056363 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[54]} 0 0
   [junit4]   2> 1056365 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55]} 0 0
   [junit4]   2> 1056366 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[56]} 0 0
   [junit4]   2> 1056368 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[57]} 0 0
   [junit4]   2> 1056370 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[58]} 0 0
   [junit4]   2> 1056371 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[59]} 0 0
   [junit4]   2> 1056373 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[60]} 0 0
   [junit4]   2> 1056375 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[61]} 0 0
   [junit4]   2> 1056376 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[62]} 0 0
   [junit4]   2> 1056378 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[63]} 0 0
   [junit4]   2> 1056379 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[64]} 0 0
   [junit4]   2> 1056381 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[65]} 0 0
   [junit4]   2> 1056383 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[66]} 0 0
   [junit4]   2> 1056385 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[67]} 0 0
   [junit4]   2> 1056386 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[68]} 0 0
   [junit4]   2> 1056388 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[69]} 0 0
   [junit4]   2> 1056390 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[70]} 0 0
   [junit4]   2> 1056391 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[71]} 0 0
   [junit4]   2> 1056393 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[72]} 0 0
   [junit4]   2> 1056394 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[73]} 0 0
   [junit4]   2> 1056396 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[74]} 0 0
   [junit4]   2> 1056397 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[75]} 0 0
   [junit4]   2> 1056399 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[76]} 0 0
   [junit4]   2> 1056401 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[77]} 0 0
   [junit4]   2> 1056402 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[78]} 0 0
   [junit4]   2> 1056404 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[79]} 0 0
   [junit4]   2> 1056406 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[80]} 0 0
   [junit4]   2> 1056407 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[81]} 0 0
   [junit4]   2> 1056409 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[82]} 0 0
   [junit4]   2> 1056411 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[83]} 0 0
   [junit4]   2> 1056412 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[84]} 0 0
   [junit4]   2> 1056414 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[85]} 0 0
   [junit4]   2> 1056415 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[86]} 0 0
   [junit4]   2> 1056417 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[87]} 0 0
   [junit4]   2> 1056419 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[88]} 0 0
   [junit4]   2> 1056420 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[89]} 0 0
   [junit4]   2> 1056422 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[90]} 0 0
   [junit4]   2> 1056424 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[91]} 0 0
   [junit4]   2> 1056425 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[92]} 0 0
   [junit4]   2> 1056427 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[93]} 0 0
   [junit4]   2> 1056429 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[94]} 0 0
   [junit4]   2> 1056430 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[95]} 0 0
   [junit4]   2> 1056432 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[96]} 0 0
   [junit4]   2> 1056434 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[97]} 0 0
   [junit4]   2> 1056435 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[98]} 0 0
   [junit4]   2> 1056437 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[99]} 0 0
   [junit4]   2> 1056438 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[100]} 0 0
   [junit4]   2> 1056440 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[101]} 0 0
   [junit4]   2> 1056442 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[102]} 0 0
   [junit4]   2> 1056443 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[103]} 0 0
   [junit4]   2> 1056445 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[104]} 0 0
   [junit4]   2> 1056446 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[105]} 0 0
   [junit4]   2> 1056448 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[106]} 0 0
   [junit4]   2> 1056450 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[107]} 0 0
   [junit4]   2> 1056451 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[108]} 0 0
   [junit4]   2> 1056453 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[109]} 0 0
   [junit4]   2> 1056454 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[110]} 0 0
   [junit4]   2> 1056456 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[111]} 0 0
   [junit4]   2> 1056458 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[112]} 0 0
   [junit4]   2> 1056459 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[113]} 0 0
   [junit4]   2> 1056461 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[114]} 0 0
   [junit4]   2> 1056462 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[115]} 0 0
   [junit4]   2> 1056464 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[116]} 0 0
   [junit4]   2> 1056466 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[117]} 0 0
   [junit4]   2> 1056468 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[118]} 0 0
   [junit4]   2> 1056469 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[119]} 0 0
   [junit4]   2> 1056471 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[120]} 0 0
   [junit4]   2> 1056472 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[121]} 0 0
   [junit4]   2> 1056474 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[122]} 0 0
   [junit4]   2> 1056475 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[123]} 0 0
   [junit4]   2> 1056478 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[124]} 0 0
   [junit4]   2> 1056479 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[125]} 0 0
   [junit4]   2> 1056481 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[126]} 0 0
   [junit4]   2> 1056483 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[127]} 0 0
   [junit4]   2> 1056484 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[128]} 0 0
   [junit4]   2> 1056486 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[129]} 0 0
   [junit4]   2> 1056488 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[130]} 0 0
   [junit4]   2> 1056490 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[131]} 0 0
   [junit4]   2> 1056491 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[132]} 0 0
   [junit4]   2> 1056493 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[133]} 0 0
   [junit4]   2> 1056494 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[134]} 0 0
   [junit4]   2> 1056496 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[135]} 0 0
   [junit4]   2> 1056498 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[136]} 0 0
   [junit4]   2> 1056499 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[137]} 0 0
   [junit4]   2> 1056501 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[138]} 0 0
   [junit4]   2> 1056502 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[139]} 0 0
   [junit4]   2> 1056504 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[140]} 0 0
   [junit4]   2> 1056506 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[141]} 0 0
   [junit4]   2> 1056507 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[142]} 0 0
   [junit4]   2> 1056509 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[143]} 0 0
   [junit4]   2> 1056510 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[144]} 0 0
   [junit4]   2> 1056512 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[145]} 0 0
   [junit4]   2> 1056514 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[146]} 0 0
   [junit4]   2> 1056515 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[147]} 0 0
   [junit4]   2> 1056517 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[148]} 0 0
   [junit4]   2> 1056518 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[149]} 0 0
   [junit4]   2> 1056520 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[150]} 0 0
   [junit4]   2> 1056521 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[151]} 0 0
   [junit4]   2> 1056523 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[152]} 0 0
   [junit4]   2> 1056525 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[153]} 0 0
   [junit4]   2> 1056526 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[154]} 0 0
   [junit4]   2> 1056528 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[155]} 0 0
   [junit4]   2> 1056529 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[156]} 0 0
   [junit4]   2> 1056531 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[157]} 0 0
   [junit4]   2> 1056533 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[158]} 0 0
   [junit4]   2> 1056534 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[159]} 0 0
   [junit4]   2> 1056536 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[160]} 0 0
   [junit4]   2> 1056538 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[161]} 0 0
   [junit4]   2> 1056539 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[162]} 0 0
   [junit4]   2> 1056541 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[163]} 0 0
   [junit4]   2> 1056543 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[164]} 0 0
   [junit4]   2> 1056544 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[165]} 0 0
   [junit4]   2> 1056546 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[166]} 0 0
   [junit4]   2> 1056547 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[167]} 0 0
   [junit4]   2> 1056549 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[168]} 0 0
   [junit4]   2> 1056551 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[169]} 0 0
   [junit4]   2> 1056552 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[170]} 0 0
   [junit4]   2> 1056554 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[171]} 0 0
   [junit4]   2> 1056556 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[172]} 0 0
   [junit4]   2> 1056557 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[173]} 0 0
   [junit4]   2> 1056559 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[174]} 0 0
   [junit4]   2> 1056561 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[175]} 0 0
   [junit4]   2> 1056562 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[176]} 0 0
   [junit4]   2> 1056564 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[177]} 0 0
   [junit4]   2> 1056565 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[178]} 0 0
   [junit4]   2> 1056567 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[179]} 0 0
   [junit4]   2> 1056569 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[180]} 0 0
   [junit4]   2> 1056570 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[181]} 0 0
   [junit4]   2> 1056572 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[182]} 0 0
   [junit4]   2> 1056574 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[183]} 0 0
   [junit4]   2> 1056575 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[184]} 0 0
   [junit4]   2> 1056577 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[185]} 0 0
   [junit4]   2> 1056578 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[186]} 0 0
   [junit4]   2> 1056580 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[187]} 0 0
   [junit4]   2> 1056582 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[188]} 0 0
   [junit4]   2> 1056583 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[189]} 0 0
   [junit4]   2> 1056585 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[190]} 0 0
   [junit4]   2> 1056587 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[191]} 0 0
   [junit4]   2> 1056588 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[192]} 0 0
   [junit4]   2> 1056590 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[193]} 0 0
   [junit4]   2> 1056591 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[194]} 0 0
   [junit4]   2> 1056593 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[195]} 0 0
   [junit4]   2> 1056595 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[196]} 0 0
   [junit4]   2> 1056596 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[197]} 0 0
   [junit4]   2> 1056598 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[198]} 0 0
   [junit4]   2> 1056599 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[199]} 0 0
   [junit4]   2> 1056601 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[200]} 0 0
   [junit4]   2> 1056603 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[201]} 0 0
   [junit4]   2> 1056604 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[202]} 0 0
   [junit4]   2> 1056606 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[203]} 0 0
   [junit4]   2> 1056608 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[204]} 0 0
   [junit4]   2> 1056610 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[205]} 0 0
   [junit4]   2> 1056612 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[206]} 0 0
   [junit4]   2> 1056613 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[207]} 0 0
   [junit4]   2> 1056615 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[208]} 0 0
   [junit4]   2> 1056616 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[209]} 0 0
   [junit4]   2> 1056618 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[210]} 0 0
   [junit4]   2> 1056620 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[211]} 0 0
   [junit4]   2> 1056622 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[212]} 0 0
   [junit4]   2> 1056623 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[213]} 0 0
   [junit4]   2> 1056625 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[214]} 0 0
   [junit4]   2> 1056626 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[215]} 0 0
   [junit4]   2> 1056628 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[216]} 0 0
   [junit4]   2> 1056630 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[217]} 0 0
   [junit4]   2> 1056631 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[218]} 0 0
   [junit4]   2> 1056633 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[219]} 0 0
   [junit4]   2> 1056634 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[220]} 0 0
   [junit4]   2> 1056636 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[221]} 0 0
   [junit4]   2> 1056638 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[222]} 0 0
   [junit4]   2> 1056639 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[223]} 0 0
   [junit4]   2> 1056641 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[224]} 0 0
   [junit4]   2> 1056643 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[225]} 0 0
   [junit4]   2> 1056644 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[226]} 0 0
   [junit4]   2> 1056646 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[227]} 0 0
   [junit4]   2> 1056647 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[228]} 0 0
   [junit4]   2> 1056649 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[229]} 0 0
   [junit4]   2> 1056651 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[230]} 0 0
   [junit4]   2> 1056652 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[231]} 0 0
   [junit4]   2> 1056654 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[232]} 0 0
   [junit4]   2> 1056655 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[233]} 0 0
   [junit4]   2> 1056657 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[234]} 0 0
   [junit4]   2> 1056659 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[235]} 0 0
   [junit4]   2> 1056660 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[236]} 0 0
   [junit4]   2> 1056662 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[237]} 0 0
   [junit4]   2> 1056664 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[238]} 0 0
   [junit4]   2> 1056665 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[239]} 0 0
   [junit4]   2> 1056667 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[240]} 0 0
   [junit4]   2> 1056669 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[241]} 0 0
   [junit4]   2> 1056670 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[242]} 0 0
   [junit4]   2> 1056672 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[243]} 0 0
   [junit4]   2> 1056673 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[244]} 0 0
   [junit4]   2> 1056675 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[245]} 0 0
   [junit4]   2> 1056676 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[246]} 0 0
   [junit4]   2> 1056678 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[247]} 0 0
   [junit4]   2> 1056680 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[248]} 0 0
   [junit4]   2> 1056682 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[249]} 0 0
   [junit4]   2> 1056684 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[250]} 0 0
   [junit4]   2> 1056685 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[251]} 0 0
   [junit4]   2> 1056687 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[252]} 0 0
   [junit4]   2> 1056688 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[253]} 0 0
   [junit4]   2> 1056690 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[254]} 0 0
   [junit4]   2> 1056692 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[255]} 0 0
   [junit4]   2> 1056694 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[256]} 0 0
   [junit4]   2> 1056695 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[257]} 0 0
   [junit4]   2> 1056697 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[258]} 0 0
   [junit4]   2> 1056699 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[259]} 0 0
   [junit4]   2> 1056700 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[260]} 0 0
   [junit4]   2> 1056702 INFO  (qtp6096709-7269) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[261]} 0 0
   [junit4]   2> 1056704 INFO  (qtp6096709-7267) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[262]} 0 0
   [junit4]   2> 1056705 INFO  (qtp6096709-7268) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[263]} 0 

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

to close /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-031/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-031/collection1/data;done=false>>]
   [junit4]   2> 1150523 INFO  (coreCloseExecutor-4501-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-031/collection1/data
   [junit4]   2> 1150523 INFO  (coreCloseExecutor-4501-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-031/collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-031/collection1/data/index;done=false>>]
   [junit4]   2> 1150523 INFO  (coreCloseExecutor-4501-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-031/collection1/data/index
   [junit4]   2> 1150523 INFO  (TEST-TestReplicationHandler.doTestIndexFetchOnMasterRestart-seed#[361CB47A3C3B2120]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1cf157{/solr,null,UNAVAILABLE}
   [junit4]   2> 1150524 INFO  (TEST-TestReplicationHandler.doTestIndexFetchOnMasterRestart-seed#[361CB47A3C3B2120]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@289fbc{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1150524 INFO  (TEST-TestReplicationHandler.doTestIndexFetchOnMasterRestart-seed#[361CB47A3C3B2120]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=11616844
   [junit4]   2> 1150524 INFO  (coreCloseExecutor-4503-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1636b31
   [junit4]   2> 1150524 INFO  (coreCloseExecutor-4503-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> 1150524 INFO  (coreCloseExecutor-4503-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1150524 INFO  (coreCloseExecutor-4503-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1150524 INFO  (coreCloseExecutor-4503-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1150525 INFO  (coreCloseExecutor-4503-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1150525 INFO  (coreCloseExecutor-4503-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1150525 INFO  (coreCloseExecutor-4503-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-032/./collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-032/./collection1/data/index;done=false>>]
   [junit4]   2> 1150525 INFO  (coreCloseExecutor-4503-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-032/./collection1/data/index
   [junit4]   2> 1150525 INFO  (coreCloseExecutor-4503-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-032/./collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-032/./collection1/data;done=false>>]
   [junit4]   2> 1150525 INFO  (coreCloseExecutor-4503-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001/solr-instance-032/./collection1/data
   [junit4]   2> 1150525 INFO  (TEST-TestReplicationHandler.doTestIndexFetchOnMasterRestart-seed#[361CB47A3C3B2120]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@19978ad{/solr,null,UNAVAILABLE}
   [junit4]   2> 1150526 INFO  (SUITE-TestReplicationHandler-seed#[361CB47A3C3B2120]-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/J1/temp/solr.handler.TestReplicationHandler_361CB47A3C3B2120-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {name=PostingsFormat(name=MockRandom), id=PostingsFormat(name=MockRandom), newname=PostingsFormat(name=MockRandom)}, docValues:{}, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=ja-JP-u-ca-japanese-x-lvariant-JP, timezone=US/Alaska
   [junit4]   2> NOTE: Linux 4.4.0-24-generic i386/Oracle Corporation 1.7.0_80 (32-bit)/cpus=12,threads=1,free=82845608,total=505937920
   [junit4]   2> NOTE: All tests run in this JVM: [TestLeaderInitiatedRecoveryThread, HdfsChaosMonkeyNothingIsSafeTest, TestCodecSupport, TestManagedStopFilterFactory, TestCoreContainer, TestCloudManagedSchema, TestHashPartitioner, TestSystemIdResolver, OverseerTaskQueueTest, QueryResultKeyTest, TestCustomDocTransformer, TestQuerySenderNoQuery, TestClusterStateMutator, BufferStoreTest, AliasIntegrationTest, SolrIndexSplitterTest, TestReplicationHandlerBackup, DistributedExpandComponentTest, WordBreakSolrSpellCheckerTest, EnumFieldTest, TestNRTOpen, RuleEngineTest, SharedFSAutoReplicaFailoverTest, TestDocBasedVersionConstraints, ChangedSchemaMergeTest, TestSchemaManager, TestSolrQueryParserDefaultOperatorResource, ChaosMonkeyNothingIsSafeTest, TestExactSharedStatsCache, MinimalSchemaTest, TestIntervalFaceting, TestDistributedGrouping, SpellCheckCollatorTest, DistributedIntervalFacetingTest, TimeZoneUtilsTest, SpellCheckComponentTest, SolrIndexConfigTest, IndexBasedSpellCheckerTest, TestFieldResource, ShardRoutingCustomTest, DOMUtilTest, ResponseHeaderTest, TestScoreJoinQPNoScore, ReplicationFactorTest, SuggesterFSTTest, TestCloudDeleteByQuery, TestConfigSetProperties, TestSimpleTrackingShardHandler, ChaosMonkeySafeLeaderTest, RequestLoggingTest, SolrCloudExampleTest, BigEndianAscendingWordDeserializerTest, BlockJoinFacetDistribTest, TestImplicitCoreProperties, OverseerCollectionConfigSetProcessorTest, TestTrie, DistanceFunctionTest, MoreLikeThisHandlerTest, DirectoryFactoryTest, TestFiltering, LoggingHandlerTest, TestDocumentBuilder, SolrPluginUtilsTest, TermVectorComponentTest, TestRemoveLastDynamicCopyField, SimplePostToolTest, TestRandomCollapseQParserPlugin, ZkCLITest, UpdateRequestProcessorFactoryTest, BasicFunctionalityTest, AnalyticsMergeStrategyTest, TestLMJelinekMercerSimilarityFactory, TestSolrCloudWithKerberosAlt, CSVRequestHandlerTest, TestEmbeddedSolrServerConstructors, TestDFISimilarityFactory, SecurityConfHandlerTest, SoftAutoCommitTest, TestSolrConfigHandler, DistributedQueryComponentCustomSortTest, UUIDUpdateProcessorFallbackTest, MultiThreadedOCPTest, DistributedTermsComponentTest, SuggestComponentTest, CoreAdminRequestStatusTest, TestUpdate, SolrCmdDistributorTest, HdfsUnloadDistributedZkTest, DistribJoinFromCollectionTest, TestRandomRequestDistribution, VMParamsZkACLAndCredentialsProvidersTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, RecoveryZkTest, TestReplicationHandler]
   [junit4] Completed [272/573 (1!)] on J1 in 95.31s, 15 tests, 1 failure <<< FAILURES!

[...truncated 963 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: 361CB47A3C3B2120]

Total time: 58 minutes 3 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 # 337 - Still Failing!

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

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

Error Message:
Error from server at http://127.0.0.1:39834/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:39834/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1'
	at __randomizedtesting.SeedInfo.seed([B1EA783DA6AF81D3:39BE47E70853EC2B]: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:39834/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 12198 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_B1EA783DA6AF81D3-001/init-core-data-001
   [junit4]   2> 2461208 INFO  (SUITE-TestManagedSchemaAPI-seed#[B1EA783DA6AF81D3]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2461209 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2461210 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2461210 INFO  (Thread-4768) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2461210 INFO  (Thread-4768) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2461310 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.c.ZkTestServer start zk server on port:39511
   [junit4]   2> 2461310 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2461310 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2461312 INFO  (zkCallback-1985-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@60eb8c name:ZooKeeperConnection Watcher:127.0.0.1:39511 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2461312 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2461312 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2461312 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 2461315 INFO  (jetty-launcher-1984-thread-1) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 2461315 INFO  (jetty-launcher-1984-thread-2) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 2461316 INFO  (jetty-launcher-1984-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a7380d{/solr,null,AVAILABLE}
   [junit4]   2> 2461316 INFO  (jetty-launcher-1984-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1511097{/solr,null,AVAILABLE}
   [junit4]   2> 2461316 INFO  (jetty-launcher-1984-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@fea8b3{HTTP/1.1}{127.0.0.1:39834}
   [junit4]   2> 2461316 INFO  (jetty-launcher-1984-thread-1) [    ] o.e.j.s.Server Started @2462399ms
   [junit4]   2> 2461316 INFO  (jetty-launcher-1984-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@7ec696{HTTP/1.1}{127.0.0.1:36611}
   [junit4]   2> 2461316 INFO  (jetty-launcher-1984-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39834}
   [junit4]   2> 2461316 INFO  (jetty-launcher-1984-thread-2) [    ] o.e.j.s.Server Started @2462399ms
   [junit4]   2> 2461316 INFO  (jetty-launcher-1984-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36611}
   [junit4]   2> 2461317 INFO  (jetty-launcher-1984-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@192e317
   [junit4]   2> 2461317 INFO  (jetty-launcher-1984-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_B1EA783DA6AF81D3-001/tempDir-001/node1'
   [junit4]   2> 2461317 INFO  (jetty-launcher-1984-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@192e317
   [junit4]   2> 2461317 INFO  (jetty-launcher-1984-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2461317 INFO  (jetty-launcher-1984-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_B1EA783DA6AF81D3-001/tempDir-001/node2'
   [junit4]   2> 2461317 INFO  (jetty-launcher-1984-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2461317 INFO  (jetty-launcher-1984-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2461317 INFO  (jetty-launcher-1984-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2461317 INFO  (jetty-launcher-1984-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2461317 INFO  (jetty-launcher-1984-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2461317 INFO  (jetty-launcher-1984-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2461318 INFO  (jetty-launcher-1984-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2461318 INFO  (zkCallback-1986-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@192bb69 name:ZooKeeperConnection Watcher:127.0.0.1:39511/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2461318 INFO  (jetty-launcher-1984-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2461318 INFO  (zkCallback-1987-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@be2841 name:ZooKeeperConnection Watcher:127.0.0.1:39511/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2461318 INFO  (jetty-launcher-1984-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2461318 INFO  (jetty-launcher-1984-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2461318 INFO  (jetty-launcher-1984-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2461318 INFO  (jetty-launcher-1984-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2461319 INFO  (jetty-launcher-1984-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2461339 INFO  (jetty-launcher-1984-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_B1EA783DA6AF81D3-001/tempDir-001/node2/.
   [junit4]   2> 2461340 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 0x1557cd4bb9c0001, 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> 2461340 INFO  (jetty-launcher-1984-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 28066238
   [junit4]   2> 2461340 INFO  (jetty-launcher-1984-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_B1EA783DA6AF81D3-001/tempDir-001/node1/.
   [junit4]   2> 2461340 INFO  (jetty-launcher-1984-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_B1EA783DA6AF81D3-001/tempDir-001/node2]
   [junit4]   2> 2461340 INFO  (jetty-launcher-1984-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 24306971
   [junit4]   2> 2461340 INFO  (jetty-launcher-1984-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_B1EA783DA6AF81D3-001/tempDir-001/node1]
   [junit4]   2> 2461340 WARN  (jetty-launcher-1984-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_B1EA783DA6AF81D3-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_B1EA783DA6AF81D3-001/tempDir-001/node2/lib
   [junit4]   2> 2461340 WARN  (jetty-launcher-1984-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_B1EA783DA6AF81D3-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_B1EA783DA6AF81D3-001/tempDir-001/node1/lib
   [junit4]   2> 2461340 INFO  (jetty-launcher-1984-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> 2461341 INFO  (jetty-launcher-1984-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> 2461341 INFO  (jetty-launcher-1984-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2461341 INFO  (jetty-launcher-1984-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2461342 INFO  (jetty-launcher-1984-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2461342 INFO  (jetty-launcher-1984-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2461342 INFO  (jetty-launcher-1984-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2461342 INFO  (jetty-launcher-1984-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2461342 INFO  (jetty-launcher-1984-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39511/solr
   [junit4]   2> 2461342 INFO  (jetty-launcher-1984-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39511/solr
   [junit4]   2> 2461342 INFO  (jetty-launcher-1984-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2461342 INFO  (jetty-launcher-1984-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2461342 INFO  (jetty-launcher-1984-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2461342 INFO  (jetty-launcher-1984-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2461343 INFO  (jetty-launcher-1984-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2461343 INFO  (jetty-launcher-1984-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2461350 INFO  (zkCallback-1992-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1ab05be name:ZooKeeperConnection Watcher:127.0.0.1:39511 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2461350 INFO  (jetty-launcher-1984-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2461350 INFO  (zkCallback-1993-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@edec86 name:ZooKeeperConnection Watcher:127.0.0.1:39511 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2461350 INFO  (jetty-launcher-1984-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2461350 INFO  (jetty-launcher-1984-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2461350 INFO  (jetty-launcher-1984-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2461350 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 0x1557cd4bb9c0004, 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> 2461350 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@18bf4cc
   [junit4]   2> 2461350 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@1040f5a
   [junit4]   2> 2461352 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2461352 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2461353 INFO  (zkCallback-1995-thread-1-processing-n:127.0.0.1:36611_solr) [n:127.0.0.1:36611_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@10b2cb4 name:ZooKeeperConnection Watcher:127.0.0.1:39511/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2461353 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2461353 INFO  (zkCallback-1994-thread-1-processing-n:127.0.0.1:39834_solr) [n:127.0.0.1:39834_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1bc92af name:ZooKeeperConnection Watcher:127.0.0.1:39511/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2461353 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2461353 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2461353 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2461354 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2461354 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2461356 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2461356 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2461356 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2461356 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2461357 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2461357 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2461358 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2461358 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2461359 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2461359 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2461359 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2461359 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2461360 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2461360 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2461360 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2461361 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2461361 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36611_solr
   [junit4]   2> 2461361 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:36611_solr
   [junit4]   2> 2461361 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39834_solr
   [junit4]   2> 2461362 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39834_solr
   [junit4]   2> 2461362 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2461362 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2461363 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2461364 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2461364 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2461364 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96120220180807686-127.0.0.1:39834_solr-n_0000000000
   [junit4]   2> 2461364 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96120220180807685-127.0.0.1:36611_solr-n_0000000001
   [junit4]   2> 2461364 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39834_solr
   [junit4]   2> 2461364 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2461365 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96120220180807686-127.0.0.1:39834_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 2461365 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2461365 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.Overseer Overseer (id=96120220180807686-127.0.0.1:39834_solr-n_0000000000) starting
   [junit4]   2> 2461366 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2461368 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2461368 INFO  (OverseerCollectionConfigSetProcessor-96120220180807686-127.0.0.1:39834_solr-n_0000000000) [n:127.0.0.1:39834_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2461368 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2461369 INFO  (OverseerStateUpdate-96120220180807686-127.0.0.1:39834_solr-n_0000000000) [n:127.0.0.1:39834_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2461388 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2461388 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2461388 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_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_B1EA783DA6AF81D3-001/tempDir-001/node2/.
   [junit4]   2> 2461388 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2461389 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2461389 INFO  (jetty-launcher-1984-thread-2) [n:127.0.0.1:36611_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2461404 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2461404 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2461405 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_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_B1EA783DA6AF81D3-001/tempDir-001/node1/.
   [junit4]   2> 2461405 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2461405 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2461406 INFO  (jetty-launcher-1984-thread-1) [n:127.0.0.1:39834_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2461406 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2461406 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2461407 INFO  (zkCallback-1996-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1108bf3 name:ZooKeeperConnection Watcher:127.0.0.1:39511 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2461407 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2461407 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2461408 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2461408 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2461409 INFO  (zkCallback-1998-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1ddd044 name:ZooKeeperConnection Watcher:127.0.0.1:39511/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2461409 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2461409 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2461409 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2461411 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/managed-schema
   [junit4]   2> 2461412 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2461412 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2461413 INFO  (zkCallback-1999-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1781525 name:ZooKeeperConnection Watcher:127.0.0.1:39511/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2461413 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2461413 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2461413 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2461416 INFO  (qtp32943609-13244) [n:127.0.0.1:36611_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&numShards=1&name=testschemaapi&wt=javabin&action=CREATE&version=2&replicationFactor=2 and sendToOCPQueue=true
   [junit4]   2> 2461417 INFO  (OverseerCollectionConfigSetProcessor-96120220180807686-127.0.0.1:39834_solr-n_0000000000) [n:127.0.0.1:39834_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> 2461417 INFO  (OverseerThreadFactory-6143-thread-1-processing-n:127.0.0.1:39834_solr) [n:127.0.0.1:39834_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> 2461417 INFO  (OverseerThreadFactory-6143-thread-1-processing-n:127.0.0.1:39834_solr) [n:127.0.0.1:39834_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection testschemaapi
   [junit4]   2> 2461418 INFO  (OverseerThreadFactory-6143-thread-1-processing-n:127.0.0.1:39834_solr) [n:127.0.0.1:39834_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/testschemaapi 
   [junit4]   2> 2461418 INFO  (OverseerThreadFactory-6143-thread-1-processing-n:127.0.0.1:39834_solr) [n:127.0.0.1:39834_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi
   [junit4]   2> 2461418 INFO  (zkCallback-1994-thread-1-processing-n:127.0.0.1:39834_solr) [n:127.0.0.1:39834_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2461418 INFO  (zkCallback-1995-thread-1-processing-n:127.0.0.1:36611_solr) [n:127.0.0.1:36611_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2461418 INFO  (zkCallback-1999-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2461420 INFO  (OverseerStateUpdate-96120220180807686-127.0.0.1:39834_solr-n_0000000000) [n:127.0.0.1:39834_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> 2461420 INFO  (OverseerStateUpdate-96120220180807686-127.0.0.1:39834_solr-n_0000000000) [n:127.0.0.1:39834_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: testschemaapi
   [junit4]   2> 2461420 INFO  (OverseerStateUpdate-96120220180807686-127.0.0.1:39834_solr-n_0000000000) [n:127.0.0.1:39834_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testschemaapi/state.json
   [junit4]   2> 2461520 INFO  (OverseerThreadFactory-6143-thread-1-processing-n:127.0.0.1:39834_solr) [n:127.0.0.1:39834_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection testschemaapi, shardNames [shard1] , replicationFactor : 2
   [junit4]   2> 2461520 INFO  (OverseerThreadFactory-6143-thread-1-processing-n:127.0.0.1:39834_solr) [n:127.0.0.1:39834_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica2 as part of shard shard1 of collection testschemaapi on 127.0.0.1:36611_solr
   [junit4]   2> 2461520 INFO  (OverseerThreadFactory-6143-thread-1-processing-n:127.0.0.1:39834_solr) [n:127.0.0.1:39834_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica1 as part of shard shard1 of collection testschemaapi on 127.0.0.1:39834_solr
   [junit4]   2> 2461522 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr    ] o.a.s.h.a.CoreAdminOperation core create command collection.configName=conf1&shard=shard1&numShards=1&name=testschemaapi_shard1_replica2&wt=javabin&collection=testschemaapi&action=CREATE&qt=/admin/cores&version=2
   [junit4]   2> 2461522 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, shard=shard1, dataDir=data/, collection=testschemaapi, transient=false, name=testschemaapi_shard1_replica2, config=solrconfig.xml, configSetProperties=configsetprops.json, numShards=1, loadOnStartup=true, collection.configName=conf1}
   [junit4]   2> 2461522 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr    ] o.a.s.h.a.CoreAdminOperation core create command collection.configName=conf1&shard=shard1&numShards=1&name=testschemaapi_shard1_replica1&wt=javabin&collection=testschemaapi&action=CREATE&qt=/admin/cores&version=2
   [junit4]   2> 2461522 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {shard=shard1, configSetProperties=configsetprops.json, loadOnStartup=true, numShards=1, transient=false, collection.configName=conf1, name=testschemaapi_shard1_replica1, config=solrconfig.xml, dataDir=data/, collection=testschemaapi, schema=schema.xml}
   [junit4]   2> 2461523 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2461523 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2461523 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 2461524 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
   [junit4]   2> 2461524 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 2461524 INFO  (OverseerStateUpdate-96120220180807686-127.0.0.1:39834_solr-n_0000000000) [n:127.0.0.1:39834_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36611/solr",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "node_name":"127.0.0.1:36611_solr"} current state version: 0
   [junit4]   2> 2461524 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 2461524 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2461524 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
   [junit4]   2> 2461524 INFO  (OverseerStateUpdate-96120220180807686-127.0.0.1:39834_solr-n_0000000000) [n:127.0.0.1:39834_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36611/solr",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "node_name":"127.0.0.1:36611_solr"}
   [junit4]   2> 2461524 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 2461524 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2461525 INFO  (OverseerStateUpdate-96120220180807686-127.0.0.1:39834_solr-n_0000000000) [n:127.0.0.1:39834_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39834/solr",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "node_name":"127.0.0.1:39834_solr"} current state version: 0
   [junit4]   2> 2461525 INFO  (OverseerStateUpdate-96120220180807686-127.0.0.1:39834_solr-n_0000000000) [n:127.0.0.1:39834_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39834/solr",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "node_name":"127.0.0.1:39834_solr"}
   [junit4]   2> 2461626 INFO  (OverseerStateUpdate-96120220180807686-127.0.0.1:39834_solr-n_0000000000) [n:127.0.0.1:39834_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 0
   [junit4]   2> 2461627 INFO  (zkCallback-1995-thread-1-processing-n:127.0.0.1:36611_solr) [n:127.0.0.1:36611_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> 2461627 INFO  (zkCallback-1994-thread-2-processing-n:127.0.0.1:39834_solr) [n:127.0.0.1:39834_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> 2461627 INFO  (zkCallback-1995-thread-1-processing-n:127.0.0.1:36611_solr) [n:127.0.0.1:36611_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 2461627 INFO  (zkCallback-1994-thread-2-processing-n:127.0.0.1:39834_solr) [n:127.0.0.1:39834_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 2462524 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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> 2462524 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 2462524 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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> 2462524 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2462524 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 2462525 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 2462525 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2462525 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 2462525 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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> 2462525 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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_B1EA783DA6AF81D3-001/tempDir-001/node2/testschemaapi_shard1_replica2'
   [junit4]   2> 2462525 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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> 2462525 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2462525 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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_B1EA783DA6AF81D3-001/tempDir-001/node1/testschemaapi_shard1_replica1'
   [junit4]   2> 2462525 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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> 2462526 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2462526 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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> 2462527 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2462527 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2462531 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2462532 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2462541 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 2462549 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 2462567 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2462571 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2462581 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 2462582 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 2462589 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2462591 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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> 2462591 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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> 2462591 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2462592 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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/J0/temp/solr.schema.TestManagedSchemaAPI_B1EA783DA6AF81D3-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_B1EA783DA6AF81D3-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/]
   [junit4]   2> 2462592 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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> 2462592 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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/J0/temp/solr.schema.TestManagedSchemaAPI_B1EA783DA6AF81D3-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data
   [junit4]   2> 2462592 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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/J0/temp/solr.schema.TestManagedSchemaAPI_B1EA783DA6AF81D3-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index/
   [junit4]   2> 2462592 WARN  (qtp3698847-13243) [n:127.0.0.1:39834_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/J0/temp/solr.schema.TestManagedSchemaAPI_B1EA783DA6AF81D3-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2462593 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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/J0/temp/solr.schema.TestManagedSchemaAPI_B1EA783DA6AF81D3-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index
   [junit4]   2> 2462593 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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@1ba241f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@199a67a),segFN=segments_1,generation=1}
   [junit4]   2> 2462594 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2462594 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:39834_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/J0/temp/solr.schema.TestManagedSchemaAPI_B1EA783DA6AF81D3-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/
   [junit4]   2> 2462594 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:39834_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/J0/temp/solr.schema.TestManagedSchemaAPI_B1EA783DA6AF81D3-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> 2462594 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2462595 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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> 2462596 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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> 2462596 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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> 2462596 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2462596 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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/J0/temp/solr.schema.TestManagedSchemaAPI_B1EA783DA6AF81D3-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_B1EA783DA6AF81D3-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/]
   [junit4]   2> 2462596 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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> 2462597 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2462597 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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/J0/temp/solr.schema.TestManagedSchemaAPI_B1EA783DA6AF81D3-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data
   [junit4]   2> 2462597 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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/J0/temp/solr.schema.TestManagedSchemaAPI_B1EA783DA6AF81D3-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index/
   [junit4]   2> 2462597 WARN  (qtp32943609-13246) [n:127.0.0.1:36611_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/J0/temp/solr.schema.TestManagedSchemaAPI_B1EA783DA6AF81D3-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2462598 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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/J0/temp/solr.schema.TestManagedSchemaAPI_B1EA783DA6AF81D3-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index
   [junit4]   2> 2462598 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2462598 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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@11aa302 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c3f076),segFN=segments_1,generation=1}
   [junit4]   2> 2462598 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2462598 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:36611_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/J0/temp/solr.schema.TestManagedSchemaAPI_B1EA783DA6AF81D3-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/
   [junit4]   2> 2462598 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:36611_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/J0/temp/solr.schema.TestManagedSchemaAPI_B1EA783DA6AF81D3-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> 2462599 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2462600 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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> 2462600 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2462601 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/segments,/update,/admin/system,/admin/logging,/admin/ping,/update/csv,/admin/threads,/update/json/docs,/update/json,/admin/file,/admin/properties,/config,/get,/schema,/admin/plugins,/select,/replication,/admin/luke,/admin/mbeans
   [junit4]   2> 2462601 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2462602 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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> 2462602 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2462602 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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> 2462602 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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> 2462603 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2462603 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2462603 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2462603 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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@1ba241f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@199a67a),segFN=segments_1,generation=1}
   [junit4]   2> 2462603 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2462603 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening Searcher@1836e9e[testschemaapi_shard1_replica1] main
   [junit4]   2> 2462603 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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> 2462603 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2462604 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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> 2462604 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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> 2462604 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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> 2462604 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2462604 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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> 2462604 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.RequestHandlers Registered paths: /admin/segments,/update,/admin/system,/admin/logging,/admin/ping,/update/csv,/admin/threads,/update/json/docs,/update/json,/admin/file,/admin/properties,/config,/get,/schema,/admin/plugins,/select,/replication,/admin/luke,/admin/mbeans
   [junit4]   2> 2462604 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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> 2462604 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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> 2462604 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2462604 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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> 2462605 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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:909907548688062
   [junit4]   2> 2462605 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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> 2462605 INFO  (searcherExecutor-6148-thread-1-processing-s:shard1 r:core_node2 c:testschemaapi x:testschemaapi_shard1_replica1 n:127.0.0.1:39834_solr) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Registered new searcher Searcher@1836e9e[testschemaapi_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2462605 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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> 2462605 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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> 2462605 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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> 2462605 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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> 2462605 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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 1537923524354637824
   [junit4]   2> 2462605 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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> 2462605 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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> 2462606 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2462606 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2462606 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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@11aa302 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c3f076),segFN=segments_1,generation=1}
   [junit4]   2> 2462606 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2462606 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening Searcher@12cac99[testschemaapi_shard1_replica2] main
   [junit4]   2> 2462607 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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> 2462607 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1537923524354637824
   [junit4]   2> 2462607 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 2462607 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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> 2462607 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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> 2462607 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica1
   [junit4]   2> 2462607 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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> 2462607 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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:39834/solr collection:testschemaapi shard:shard1
   [junit4]   2> 2462607 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2462607 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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> 2462608 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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> 2462608 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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> 2462608 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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> 2462608 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2462608 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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> 2462608 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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:909907553290455
   [junit4]   2> 2462608 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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> 2462608 INFO  (searcherExecutor-6149-thread-1-processing-s:shard1 r:core_node1 c:testschemaapi x:testschemaapi_shard1_replica2 n:127.0.0.1:36611_solr) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Registered new searcher Searcher@12cac99[testschemaapi_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2462608 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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> 2462608 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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> 2462608 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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> 2462608 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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 1537923524357783552
   [junit4]   2> 2462609 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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/96120220180807686-core_node2-n_0000000000
   [junit4]   2> 2462609 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 2462610 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2462610 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1537923524357783552
   [junit4]   2> 2462610 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 2462610 INFO  (OverseerStateUpdate-96120220180807686-127.0.0.1:39834_solr-n_0000000000) [n:127.0.0.1:39834_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> 2462610 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica2
   [junit4]   2> 2462610 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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:36611/solr collection:testschemaapi shard:shard1
   [junit4]   2> 2462612 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_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/96120220180807685-core_node1-n_0000000001
   [junit4]   2> 2462612 INFO  (qtp32943609-13246) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.LeaderElector Watching path /collections/testschemaapi/leader_elect/shard1/election/96120220180807686-core_node2-n_0000000000 to know if I could be the leader
   [junit4]   2> 2462712 INFO  (OverseerStateUpdate-96120220180807686-127.0.0.1:39834_solr-n_0000000000) [n:127.0.0.1:39834_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 1
   [junit4]   2> 2462712 INFO  (zkCallback-1994-thread-1-processing-n:127.0.0.1:39834_solr) [n:127.0.0.1:39834_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> 2462712 INFO  (zkCallback-1995-thread-1-processing-n:127.0.0.1:36611_solr) [n:127.0.0.1:36611_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> 2462713 INFO  (zkCallback-1994-thread-1-processing-n:127.0.0.1:39834_solr) [n:127.0.0.1:39834_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 2462713 INFO  (zkCallback-1995-thread-1-processing-n:127.0.0.1:36611_solr) [n:127.0.0.1:36611_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 2463110 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2463110 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2463110 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39834/solr/testschemaapi_shard1_replica1/
   [junit4]   2> 2463111 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica1 url=http://127.0.0.1:39834/solr START replicas=[http://127.0.0.1:36611/solr/testschemaapi_shard1_replica2/] nUpdates=100
   [junit4]   2> 2463111 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica1 url=http://127.0.0.1:39834/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2463111 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2463111 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 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> 2463112 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leaders/shard1
   [junit4]   2> 2463113 INFO  (qtp32943609-13248) [n:127.0.0.1:36611_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.S.Request [testschemaapi_shard1_replica2]  webapp=/solr path=/get params={fingerprint=false&wt=javabin&getVersions=100&qt=/get&version=2&distrib=false} status=0 QTime=0
   [junit4]   2> 2463113 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 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/96120220180807686-core_node2-n_0000000000
   [junit4]   2> 2463114 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:39834/solr/testschemaapi_shard1_replica1/ shard1
   [junit4]   2> 2463114 INFO  (OverseerStateUpdate-96120220180807686-127.0.0.1:39834_solr-n_0000000000) [n:127.0.0.1:39834_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:39834/solr",
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 2463216 INFO  (OverseerStateUpdate-96120220180807686-127.0.0.1:39834_solr-n_0000000000) [n:127.0.0.1:39834_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 2
   [junit4]   2> 2463216 INFO  (zkCallback-1994-thread-2-processing-n:127.0.0.1:39834_solr) [n:127.0.0.1:39834_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> 2463216 INFO  (zkCallback-1995-thread-1-processing-n:127.0.0.1:36611_solr) [n:127.0.0.1:36611_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> 2463216 INFO  (zkCallback-1994-thread-2-processing-n:127.0.0.1:39834_solr) [n:127.0.0.1:39834_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [2] to [3]
   [junit4]   2> 2463217 INFO  (zkCallback-1995-thread-1-processing-n:127.0.0.1:36611_solr) [n:127.0.0.1:36611_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [2] to [3]
   [junit4]   2> 2463265 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController We are http://127.0.0.1:39834/solr/testschemaapi_shard1_replica1/ and leader is http://127.0.0.1:39834/solr/testschemaapi_shard1_replica1/
   [junit4]   2> 2463265 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_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:39834/solr
   [junit4]   2> 2463265 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2463265 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 2463266 INFO  (OverseerStateUpdate-96120220180807686-127.0.0.1:39834_solr-n_0000000000) [n:127.0.0.1:39834_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39834/solr",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "node_name":"127.0.0.1:39834_solr"} current state version: 0
   [junit4]   2> 2463266 INFO  (OverseerStateUpdate-96120220180807686-127.0.0.1:39834_solr-n_0000000000) [n:127.0.0.1:39834_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39834/solr",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "node_name":"127.0.0.1:39834_solr"}
   [junit4]   2> 2463267 INFO  (qtp3698847-13243) [n:127.0.0.1:39834_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={numShards=1&shard=shard1&collection.configName=conf1&name=testschemaapi_shard1_replica1&wt=javabin&collection=testschemaapi&qt=/admin/cores&action=CREATE&version=2} status=0 QTime=1744
   [junit4]   2> 2463368 INFO  (OverseerStateUpdate-96120220180807686-127.0.0.1:39834_solr-n_0000000000) [n:127.0.0.1:39834_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 3
   [junit4]   2> 2463368 INFO  (zkCallback-1994-thread-1-processing-n:127.0.0.1:39834_solr

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

naged-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/queue
   [junit4]   2> 	9	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 2479570 INFO  (TEST-TestManagedSchemaAPI.test-seed#[B1EA783DA6AF81D3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestManagedSchemaAPI -Dtests.method=test -Dtests.seed=B1EA783DA6AF81D3 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=id -Dtests.timezone=America/Campo_Grande -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   18.4s J0 | TestManagedSchemaAPI.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:39834/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1'
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B1EA783DA6AF81D3:39BE47E70853EC2B]: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:39834/solr/testschemaapi_shard1_replica1: 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> 2479573 INFO  (SUITE-TestManagedSchemaAPI-seed#[B1EA783DA6AF81D3]-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_B1EA783DA6AF81D3-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54), sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=id, timezone=America/Campo_Grande
   [junit4]   2> NOTE: Linux 4.4.0-24-generic i386/Oracle Corporation 1.7.0_80 (32-bit)/cpus=12,threads=1,free=128879064,total=319700992
   [junit4]   2> NOTE: All tests run in this JVM: [TestLMDirichletSimilarityFactory, TestSerializedLuceneMatchVersion, TestFieldCollectionResource, OverriddenZkACLAndCredentialsProvidersTest, ResourceLoaderTest, DeleteInactiveReplicaTest, StressHdfsTest, TestRandomDVFaceting, TestOverriddenPrefixQueryForCustomFieldType, TestDistribIDF, CoreAdminCreateDiscoverTest, TestCSVLoader, TestConfig, ReturnFieldsTest, AtomicUpdatesTest, DistributedVersionInfoTest, MigrateRouteKeyTest, DefaultValueUpdateProcessorTest, TestFoldingMultitermQuery, SuggestComponentContextFilterQueryTest, OverseerStatusTest, TestSha256AuthenticationProvider, XsltUpdateRequestHandlerTest, TestChildDocTransformer, TestArbitraryIndexDir, TestCloudPivotFacet, TestTestInjection, TestRealTimeGet, TestAnalyzeInfixSuggestions, FileBasedSpellCheckerTest, TestPhraseSuggestions, BadCopyFieldTest, LeaderFailoverAfterPartitionTest, TestManagedSchemaFieldTypeResource, JsonLoaderTest, TestOmitPositions, ActionThrottleTest, TestShortCircuitedRequests, TestSchemaResource, TestNamedUpdateProcessors, TestMaxScoreQueryParser, TestRangeQuery, TestLeaderElectionZkExpiry, TestConfigSetImmutable, RAMDirectoryFactoryTest, TestIBSimilarityFactory, TestFreeTextSuggestions, TestShardHandlerFactory, HdfsThreadLeakTest, DataDrivenBlockJoinTest, IndexSchemaTest, TestConfigReload, DateFieldTest, InfoHandlerTest, BitVectorTest, TestCollapseQParserPlugin, TestSolrXml, SolrCoreTest, EchoParamsTest, TestPerFieldSimilarityWithDefaultOverride, ZkStateWriterTest, TestSolr4Spatial, JavabinLoaderTest, CurrencyFieldOpenExchangeTest, JSONWriterTest, CacheHeaderTest, TestFunctionQuery, TestStressLucene, SyncSliceTest, AlternateDirectoryTest, CollectionsAPISolrJTest, ResponseLogComponentTest, AnalysisAfterCoreReloadTest, TestComponentsName, DeleteShardTest, TestObjectReleaseTracker, CheckHdfsIndexTest, TriLevelCompositeIdRoutingTest, TestDynamicLoading, SolrRequestParserTest, UUIDFieldTest, SignatureUpdateProcessorFactoryTest, TestDistributedSearch, TestMergePolicyConfig, BasicZkTest, RollingRestartTest, TestPseudoReturnFields, TestDefaultSearchFieldResource, TestDocSet, TestCloudSchemaless, IndexSchemaRuntimeFieldTest, TestDistribDocBasedVersion, DistributedFacetPivotLongTailTest, TestReRankQParserPlugin, DocumentAnalysisRequestHandlerTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestFaceting, TestHashPartitioner, TermVectorComponentDistributedTest, DistributedTermsComponentTest, SimpleFacetsTest, SpellCheckComponentTest, PeerSyncTest, TestFiltering, SpatialFilterTest, NoCacheHeaderTest, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, DocValuesMultiTest, SolrInfoMBeanTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, StandardRequestHandlerTest, PrimitiveFieldTypeTest, TermsComponentTest, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, TestSolrQueryParser, TestCollationField, TestCSVResponseWriter, QueryParsingTest, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, SearchHandlerTest, TestBinaryResponseWriter, TestLFUCache, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, AliasIntegrationTest, CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, DeleteReplicaTest, DistribDocExpirationUpdateProcessorTest, RecoveryAfterSoftCommitTest, ReplicationFactorTest, ShardSplitTest, HdfsBasicDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, HdfsRecoverLeaseTest, HdfsRecoveryZkTest, HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, ZkStateReaderTest, TestRestoreCore, DistributedQueryComponentCustomSortTest, DistributedQueryComponentOptimizationTest, TestExpandComponent, TestPivotHelperCode, TestTrackingShardHandlerFactory, SmileWriterTest, TestIntervalFaceting, TestRawTransformer, TestSolrQueryResponse, TestSortingResponseWriter, TestManagedResource, TestManagedResourceStorage, TestRestManager, TestBulkSchemaAPI, TestClassNameShortening, TestCopyFieldCollectionResource, TestFieldTypeResource, TestManagedSchemaFieldResource, TestManagedSynonymFilterFactory, DocValuesMissingTest, TestCloudManagedSchema, TestCollationFieldDocValues, TestManagedSchema, TestManagedSchemaAPI]
   [junit4] Completed [515/573 (1!)] on J0 in 18.38s, 1 test, 1 error <<< FAILURES!

[...truncated 208 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: B1EA783DA6AF81D3]

Total time: 76 minutes 47 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