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/05/16 05:40:42 UTC

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

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

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

Error Message:
Error from server at http://127.0.0.1:41872/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:41872/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
	at __randomizedtesting.SeedInfo.seed([E3354C7DE4331921:6B6173A74ACF74D9]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:697)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1109)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:998)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:934)
	at org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:86)
	at org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:41872/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:674)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 11346 lines...]
   [junit4] Suite: org.apache.solr.schema.TestManagedSchemaAPI
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/init-core-data-001
   [junit4]   2> 1259068 INFO  (SUITE-TestManagedSchemaAPI-seed#[E3354C7DE4331921]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1259070 INFO  (SUITE-TestManagedSchemaAPI-seed#[E3354C7DE4331921]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1259070 INFO  (Thread-2044) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1259070 INFO  (Thread-2044) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1259170 INFO  (SUITE-TestManagedSchemaAPI-seed#[E3354C7DE4331921]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:37509
   [junit4]   2> 1259170 INFO  (SUITE-TestManagedSchemaAPI-seed#[E3354C7DE4331921]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1259170 INFO  (SUITE-TestManagedSchemaAPI-seed#[E3354C7DE4331921]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1259172 INFO  (zkCallback-21486-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1727085 name:ZooKeeperConnection Watcher:127.0.0.1:37509 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1259172 INFO  (SUITE-TestManagedSchemaAPI-seed#[E3354C7DE4331921]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1259172 INFO  (SUITE-TestManagedSchemaAPI-seed#[E3354C7DE4331921]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1259172 INFO  (SUITE-TestManagedSchemaAPI-seed#[E3354C7DE4331921]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1259174 INFO  (jetty-launcher-21485-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1259174 INFO  (jetty-launcher-21485-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1259175 INFO  (jetty-launcher-21485-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1df426d{/solr,null,AVAILABLE}
   [junit4]   2> 1259175 INFO  (jetty-launcher-21485-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6d907f{/solr,null,AVAILABLE}
   [junit4]   2> 1259177 INFO  (jetty-launcher-21485-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@29074a{HTTP/1.1,[http/1.1]}{127.0.0.1:41872}
   [junit4]   2> 1259177 INFO  (jetty-launcher-21485-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@109c7fb{HTTP/1.1,[http/1.1]}{127.0.0.1:38574}
   [junit4]   2> 1259177 INFO  (jetty-launcher-21485-thread-1) [    ] o.e.j.s.Server Started @1261029ms
   [junit4]   2> 1259177 INFO  (jetty-launcher-21485-thread-2) [    ] o.e.j.s.Server Started @1261029ms
   [junit4]   2> 1259177 INFO  (jetty-launcher-21485-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41872}
   [junit4]   2> 1259177 INFO  (jetty-launcher-21485-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38574}
   [junit4]   2> 1259177 INFO  (jetty-launcher-21485-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1259177 INFO  (jetty-launcher-21485-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1259177 INFO  (jetty-launcher-21485-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node1'
   [junit4]   2> 1259177 INFO  (jetty-launcher-21485-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node2'
   [junit4]   2> 1259178 INFO  (jetty-launcher-21485-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1259178 INFO  (jetty-launcher-21485-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1259178 INFO  (jetty-launcher-21485-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1259178 INFO  (jetty-launcher-21485-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1259178 INFO  (jetty-launcher-21485-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1259178 INFO  (jetty-launcher-21485-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1259178 INFO  (jetty-launcher-21485-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1259178 INFO  (jetty-launcher-21485-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1259179 INFO  (zkCallback-21487-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f488af name:ZooKeeperConnection Watcher:127.0.0.1:37509/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1259179 INFO  (zkCallback-21488-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1dcacc5 name:ZooKeeperConnection Watcher:127.0.0.1:37509/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1259179 INFO  (jetty-launcher-21485-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1259179 INFO  (jetty-launcher-21485-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1259179 INFO  (jetty-launcher-21485-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1259179 INFO  (jetty-launcher-21485-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1259179 INFO  (jetty-launcher-21485-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1259179 INFO  (jetty-launcher-21485-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1259184 INFO  (jetty-launcher-21485-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node2/.
   [junit4]   2> 1259184 INFO  (jetty-launcher-21485-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node1/.
   [junit4]   2> 1259184 INFO  (jetty-launcher-21485-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 16988697
   [junit4]   2> 1259184 INFO  (jetty-launcher-21485-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1779969
   [junit4]   2> 1259184 INFO  (jetty-launcher-21485-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node2]
   [junit4]   2> 1259184 INFO  (jetty-launcher-21485-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node1]
   [junit4]   2> 1259184 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 0x154b7fec5f20001, 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> 1259184 WARN  (jetty-launcher-21485-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node1/lib
   [junit4]   2> 1259184 WARN  (jetty-launcher-21485-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node2/lib
   [junit4]   2> 1259185 INFO  (jetty-launcher-21485-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1259185 INFO  (jetty-launcher-21485-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1259185 INFO  (jetty-launcher-21485-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1259185 INFO  (jetty-launcher-21485-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1259186 INFO  (jetty-launcher-21485-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1259186 INFO  (jetty-launcher-21485-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1259186 INFO  (jetty-launcher-21485-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1259186 INFO  (jetty-launcher-21485-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1259186 INFO  (jetty-launcher-21485-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37509/solr
   [junit4]   2> 1259186 INFO  (jetty-launcher-21485-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37509/solr
   [junit4]   2> 1259186 INFO  (jetty-launcher-21485-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1259191 INFO  (jetty-launcher-21485-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1259191 INFO  (jetty-launcher-21485-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1259191 INFO  (jetty-launcher-21485-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1259192 INFO  (jetty-launcher-21485-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1259192 INFO  (jetty-launcher-21485-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1259192 INFO  (zkCallback-21494-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2166de name:ZooKeeperConnection Watcher:127.0.0.1:37509 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1259192 INFO  (zkCallback-21493-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@110eaf name:ZooKeeperConnection Watcher:127.0.0.1:37509 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1259192 INFO  (jetty-launcher-21485-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1259193 INFO  (jetty-launcher-21485-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1259193 INFO  (jetty-launcher-21485-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1259193 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$85/33450195@ee99f3
   [junit4]   2> 1259193 INFO  (jetty-launcher-21485-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1259193 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1259194 INFO  (zkCallback-21495-thread-1-processing-n:127.0.0.1:38574_solr) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@c93e76 name:ZooKeeperConnection Watcher:127.0.0.1:37509/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1259194 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1259194 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$85/33450195@139dba6
   [junit4]   2> 1259194 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1259195 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1259196 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1259196 INFO  (zkCallback-21496-thread-1-processing-n:127.0.0.1:41872_solr) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@d3198a name:ZooKeeperConnection Watcher:127.0.0.1:37509/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1259196 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1259196 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1259197 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1259198 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1259199 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1259199 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1259199 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1259199 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1259200 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1259200 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1259200 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1259201 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1259220 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1259221 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1259221 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1259221 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1259221 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1259221 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1259221 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1259221 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1259222 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1259223 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1259223 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1259223 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1259223 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1259223 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95903796952170502-127.0.0.1:41872_solr-n_0000000000
   [junit4]   2> 1259223 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95903796952170501-127.0.0.1:38574_solr-n_0000000001
   [junit4]   2> 1259223 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41872_solr
   [junit4]   2> 1259223 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1259223 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95903796952170502-127.0.0.1:41872_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1259224 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38574_solr
   [junit4]   2> 1259224 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38574_solr
   [junit4]   2> 1259224 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.Overseer Overseer (id=95903796952170502-127.0.0.1:41872_solr-n_0000000000) starting
   [junit4]   2> 1259225 INFO  (zkCallback-21495-thread-1-processing-n:127.0.0.1:38574_solr) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1259225 INFO  (zkCallback-21496-thread-1-processing-n:127.0.0.1:41872_solr) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1259226 INFO  (zkCallback-21495-thread-1-processing-n:127.0.0.1:38574_solr) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1259226 INFO  (zkCallback-21496-thread-1-processing-n:127.0.0.1:41872_solr) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1259226 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1259228 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1259229 INFO  (OverseerCollectionConfigSetProcessor-95903796952170502-127.0.0.1:41872_solr-n_0000000000) [n:127.0.0.1:41872_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1259229 INFO  (OverseerStateUpdate-95903796952170502-127.0.0.1:41872_solr-n_0000000000) [n:127.0.0.1:41872_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1259229 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:41872_solr as DOWN
   [junit4]   2> 1259230 INFO  (OverseerStateUpdate-95903796952170502-127.0.0.1:41872_solr-n_0000000000) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 1259230 INFO  (OverseerStateUpdate-95903796952170502-127.0.0.1:41872_solr-n_0000000000) [n:127.0.0.1:41872_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:41872_solr"} current state version: 0
   [junit4]   2> 1259230 INFO  (OverseerStateUpdate-95903796952170502-127.0.0.1:41872_solr-n_0000000000) [n:127.0.0.1:41872_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:41872_solr
   [junit4]   2> 1259237 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1259237 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1259238 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node2/.
   [junit4]   2> 1259238 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1259238 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1259238 INFO  (jetty-launcher-21485-thread-2) [n:127.0.0.1:38574_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1260230 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41872_solr
   [junit4]   2> 1260230 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:41872_solr
   [junit4]   2> 1260231 INFO  (zkCallback-21495-thread-1-processing-n:127.0.0.1:38574_solr) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1260231 INFO  (zkCallback-21496-thread-1-processing-n:127.0.0.1:41872_solr) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1260231 INFO  (zkCallback-21495-thread-1-processing-n:127.0.0.1:38574_solr) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1260231 INFO  (zkCallback-21496-thread-1-processing-n:127.0.0.1:41872_solr) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1260241 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1260241 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1260242 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node1/.
   [junit4]   2> 1260242 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1260242 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1260242 INFO  (jetty-launcher-21485-thread-1) [n:127.0.0.1:41872_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1260243 INFO  (SUITE-TestManagedSchemaAPI-seed#[E3354C7DE4331921]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1260243 INFO  (SUITE-TestManagedSchemaAPI-seed#[E3354C7DE4331921]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1260243 INFO  (zkCallback-21499-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1db4bc0 name:ZooKeeperConnection Watcher:127.0.0.1:37509 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1260243 INFO  (SUITE-TestManagedSchemaAPI-seed#[E3354C7DE4331921]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1260244 INFO  (SUITE-TestManagedSchemaAPI-seed#[E3354C7DE4331921]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1260244 INFO  (SUITE-TestManagedSchemaAPI-seed#[E3354C7DE4331921]-worker) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:37509/solr
   [junit4]   2> 1260245 INFO  (SUITE-TestManagedSchemaAPI-seed#[E3354C7DE4331921]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1260246 INFO  (SUITE-TestManagedSchemaAPI-seed#[E3354C7DE4331921]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1260246 INFO  (zkCallback-21502-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@d93320 name:ZooKeeperConnection Watcher:127.0.0.1:37509/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1260246 INFO  (SUITE-TestManagedSchemaAPI-seed#[E3354C7DE4331921]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1260246 INFO  (SUITE-TestManagedSchemaAPI-seed#[E3354C7DE4331921]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1260246 INFO  (SUITE-TestManagedSchemaAPI-seed#[E3354C7DE4331921]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1260246 INFO  (SUITE-TestManagedSchemaAPI-seed#[E3354C7DE4331921]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1260247 INFO  (SUITE-TestManagedSchemaAPI-seed#[E3354C7DE4331921]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1260247 INFO  (SUITE-TestManagedSchemaAPI-seed#[E3354C7DE4331921]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1260248 INFO  (SUITE-TestManagedSchemaAPI-seed#[E3354C7DE4331921]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/managed-schema
   [junit4]   2> 1260261 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E3354C7DE4331921]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1260263 INFO  (qtp648553-80835) [n:127.0.0.1:38574_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf1&name=testschemaapi&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1260264 INFO  (OverseerCollectionConfigSetProcessor-95903796952170502-127.0.0.1:41872_solr-n_0000000000) [n:127.0.0.1:41872_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> 1260264 INFO  (OverseerThreadFactory-6438-thread-1-processing-n:127.0.0.1:41872_solr) [n:127.0.0.1:41872_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> 1260264 INFO  (OverseerThreadFactory-6438-thread-1-processing-n:127.0.0.1:41872_solr) [n:127.0.0.1:41872_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection testschemaapi
   [junit4]   2> 1260264 INFO  (OverseerThreadFactory-6438-thread-1-processing-n:127.0.0.1:41872_solr) [n:127.0.0.1:41872_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/testschemaapi 
   [junit4]   2> 1260264 INFO  (OverseerThreadFactory-6438-thread-1-processing-n:127.0.0.1:41872_solr) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi
   [junit4]   2> 1260265 INFO  (zkCallback-21496-thread-1-processing-n:127.0.0.1:41872_solr) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1260265 INFO  (zkCallback-21495-thread-1-processing-n:127.0.0.1:38574_solr) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1260265 INFO  (zkCallback-21502-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1260266 INFO  (OverseerStateUpdate-95903796952170502-127.0.0.1:41872_solr-n_0000000000) [n:127.0.0.1:41872_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> 1260266 INFO  (OverseerStateUpdate-95903796952170502-127.0.0.1:41872_solr-n_0000000000) [n:127.0.0.1:41872_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: testschemaapi
   [junit4]   2> 1260266 INFO  (OverseerStateUpdate-95903796952170502-127.0.0.1:41872_solr-n_0000000000) [n:127.0.0.1:41872_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testschemaapi/state.json
   [junit4]   2> 1260366 INFO  (OverseerThreadFactory-6438-thread-1-processing-n:127.0.0.1:41872_solr) [n:127.0.0.1:41872_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection testschemaapi, shardNames [shard1] , replicationFactor : 2
   [junit4]   2> 1260366 INFO  (OverseerThreadFactory-6438-thread-1-processing-n:127.0.0.1:41872_solr) [n:127.0.0.1:41872_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica1 as part of shard shard1 of collection testschemaapi on 127.0.0.1:38574_solr
   [junit4]   2> 1260366 INFO  (OverseerThreadFactory-6438-thread-1-processing-n:127.0.0.1:41872_solr) [n:127.0.0.1:41872_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica2 as part of shard shard1 of collection testschemaapi on 127.0.0.1:41872_solr
   [junit4]   2> 1260368 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=testschemaapi_shard1_replica1&action=CREATE&numShards=1&collection=testschemaapi&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1260369 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=testschemaapi_shard1_replica1, collection.configName=conf1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=testschemaapi, numShards=1, dataDir=data/, shard=shard1}
   [junit4]   2> 1260369 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=testschemaapi_shard1_replica2&action=CREATE&numShards=1&collection=testschemaapi&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1260369 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1260370 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=testschemaapi_shard1_replica2, collection.configName=conf1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=testschemaapi, numShards=1, dataDir=data/, shard=shard1}
   [junit4]   2> 1260370 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1260370 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 1260370 INFO  (OverseerStateUpdate-95903796952170502-127.0.0.1:41872_solr-n_0000000000) [n:127.0.0.1:41872_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:38574/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38574_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1260370 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 1260370 INFO  (OverseerStateUpdate-95903796952170502-127.0.0.1:41872_solr-n_0000000000) [n:127.0.0.1:41872_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:38574/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38574_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1260370 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 1260370 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1260371 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 1260371 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1260371 INFO  (OverseerStateUpdate-95903796952170502-127.0.0.1:41872_solr-n_0000000000) [n:127.0.0.1:41872_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:41872/solr",
   [junit4]   2>   "node_name":"127.0.0.1:41872_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1260371 INFO  (OverseerStateUpdate-95903796952170502-127.0.0.1:41872_solr-n_0000000000) [n:127.0.0.1:41872_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:41872/solr",
   [junit4]   2>   "node_name":"127.0.0.1:41872_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1260472 INFO  (OverseerStateUpdate-95903796952170502-127.0.0.1:41872_solr-n_0000000000) [n:127.0.0.1:41872_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 0
   [junit4]   2> 1260472 INFO  (zkCallback-21496-thread-1-processing-n:127.0.0.1:41872_solr) [n:127.0.0.1:41872_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> 1260472 INFO  (zkCallback-21495-thread-1-processing-n:127.0.0.1:38574_solr) [n:127.0.0.1:38574_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> 1260473 INFO  (zkCallback-21496-thread-1-processing-n:127.0.0.1:41872_solr) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 1260473 INFO  (zkCallback-21495-thread-1-processing-n:127.0.0.1:38574_solr) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 1261371 INFO  (qtp648553-80839) [n:127.0.0.1:38574_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> 1261371 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 1261371 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1261371 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 1261371 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_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> 1261371 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 1261371 INFO  (qtp648553-80839) [n:127.0.0.1:38574_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> 1261371 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node2/testschemaapi_shard1_replica1'
   [junit4]   2> 1261371 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1261371 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 1261371 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1261371 INFO  (qtp648553-80839) [n:127.0.0.1:38574_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> 1261371 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_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> 1261371 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node1/testschemaapi_shard1_replica2'
   [junit4]   2> 1261371 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1261371 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_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> 1261372 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1261373 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1261375 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1261375 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1261377 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1261377 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1261380 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1261380 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1261382 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 1261382 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 1261384 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1261384 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1261385 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1261385 INFO  (qtp648553-80839) [n:127.0.0.1:38574_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> 1261385 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1261385 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_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> 1261385 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1261385 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [[testschemaapi_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node2/testschemaapi_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/]
   [junit4]   2> 1261385 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1261385 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: testschemaapi_shard1_replica1
   [junit4]   2> 1261386 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [[testschemaapi_shard1_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node1/testschemaapi_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/]
   [junit4]   2> 1261386 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore JMX monitoring not detected for core: testschemaapi_shard1_replica2
   [junit4]   2> 1261386 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data
   [junit4]   2> 1261386 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/index/
   [junit4]   2> 1261386 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data
   [junit4]   2> 1261386 WARN  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1261386 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/index/
   [junit4]   2> 1261386 WARN  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1261387 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/index
   [junit4]   2> 1261387 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/index
   [junit4]   2> 1261388 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@110f7cb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@182e727),segFN=segments_1,generation=1}
   [junit4]   2> 1261388 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1261388 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@10f27da lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@670210),segFN=segments_1,generation=1}
   [junit4]   2> 1261388 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1261388 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core testschemaapi_shard1_replica1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/
   [junit4]   2> 1261388 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1261389 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core testschemaapi_shard1_replica2 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/
   [junit4]   2> 1261389 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1261389 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1261389 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1261390 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1261390 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1261390 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1261391 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1261391 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1261391 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1261391 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1261392 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1261392 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/graph,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 1261392 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1261392 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/graph,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 1261392 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1261392 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1261392 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1261392 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1261392 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1261395 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1261395 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1261395 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1261395 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1261395 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@110f7cb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@182e727),segFN=segments_1,generation=1}
   [junit4]   2> 1261395 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@10f27da lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@670210),segFN=segments_1,generation=1}
   [junit4]   2> 1261395 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1261395 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1261395 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@19acc3d[testschemaapi_shard1_replica1] main]
   [junit4]   2> 1261395 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@831be2[testschemaapi_shard1_replica2] main]
   [junit4]   2> 1261395 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 1261395 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 1261396 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1261396 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1261396 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1261396 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1261396 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1261396 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1261396 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1261396 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1261396 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1261396 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1261397 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1261397 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1261397 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1261397 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1261397 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1261397 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 1261397 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1261397 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 1261397 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: /configs/conf1/managed-schema, uniqueCoreId: testschemaapi_shard1_replica1:833970268942315
   [junit4]   2> 1261398 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: /configs/conf1/managed-schema, uniqueCoreId: testschemaapi_shard1_replica2:833970269164096
   [junit4]   2> 1261398 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1261398 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1261398 INFO  (searcherExecutor-6444-thread-1-processing-n:127.0.0.1:41872_solr x:testschemaapi_shard1_replica2 s:shard1 c:testschemaapi r:core_node2) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Registered new searcher Searcher@831be2[testschemaapi_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1261398 INFO  (searcherExecutor-6443-thread-1-processing-n:127.0.0.1:38574_solr x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node1) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Registered new searcher Searcher@19acc3d[testschemaapi_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1261398 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1261398 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1261398 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1261398 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1261398 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1261398 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1261398 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1534460753674764288
   [junit4]   2> 1261398 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1534460753674764288
   [junit4]   2> 1261400 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1534460753674764288
   [junit4]   2> 1261400 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1261400 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1534460753674764288
   [junit4]   2> 1261400 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1261400 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica2
   [junit4]   2> 1261400 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Register replica - core:testschemaapi_shard1_replica2 address:http://127.0.0.1:41872/solr collection:testschemaapi shard:shard1
   [junit4]   2> 1261401 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica1
   [junit4]   2> 1261401 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Register replica - core:testschemaapi_shard1_replica1 address:http://127.0.0.1:38574/solr collection:testschemaapi shard:shard1
   [junit4]   2> 1261401 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leader_elect/shard1/election
   [junit4]   2> 1261401 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leader_elect/shard1/election
   [junit4]   2> 1261402 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.LeaderElector Joined leadership election with path: /collections/testschemaapi/leader_elect/shard1/election/95903796952170502-core_node2-n_0000000000
   [junit4]   2> 1261402 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/testschemaapi/leader_elect/shard1/election/95903796952170501-core_node1-n_0000000001
   [junit4]   2> 1261402 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 1261402 INFO  (qtp648553-80839) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.LeaderElector Watching path /collections/testschemaapi/leader_elect/shard1/election/95903796952170502-core_node2-n_0000000000 to know if I could be the leader
   [junit4]   2> 1261402 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1261402 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1261402 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41872/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 1261403 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica2 url=http://127.0.0.1:41872/solr START replicas=[http://127.0.0.1:38574/solr/testschemaapi_shard1_replica1/] nUpdates=100
   [junit4]   2> 1261403 INFO  (OverseerStateUpdate-95903796952170502-127.0.0.1:41872_solr-n_0000000000) [n:127.0.0.1:41872_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> 1261403 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica2 url=http://127.0.0.1:41872/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1261403 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1261403 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1261403 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leaders/shard1
   [junit4]   2> 1261405 INFO  (qtp648553-80829) [n:127.0.0.1:38574_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.S.Request [testschemaapi_shard1_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1261405 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testschemaapi/leaders/shard1/leader after winning as /collections/testschemaapi/leader_elect/shard1/election/95903796952170502-core_node2-n_0000000000
   [junit4]   2> 1261406 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41872/solr/testschemaapi_shard1_replica2/ shard1
   [junit4]   2> 1261406 INFO  (OverseerStateUpdate-95903796952170502-127.0.0.1:41872_solr-n_0000000000) [n:127.0.0.1:41872_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:41872/solr",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 1261507 INFO  (OverseerStateUpdate-95903796952170502-127.0.0.1:41872_solr-n_0000000000) [n:127.0.0.1:41872_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 1
   [junit4]   2> 1261507 INFO  (zkCallback-21496-thread-1-processing-n:127.0.0.1:41872_solr) [n:127.0.0.1:41872_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> 1261507 INFO  (zkCallback-21495-thread-1-processing-n:127.0.0.1:38574_solr) [n:127.0.0.1:38574_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> 1261507 INFO  (zkCallback-21496-thread-1-processing-n:127.0.0.1:41872_solr) [n:127.0.0.1:41872_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 1261507 INFO  (zkCallback-21495-thread-1-processing-n:127.0.0.1:38574_solr) [n:127.0.0.1:38574_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 1261556 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController We are http://127.0.0.1:41872/solr/testschemaapi_shard1_replica2/ and leader is http://127.0.0.1:41872/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 1261556 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController No LogReplay needed for core=testschemaapi_shard1_replica2 baseURL=http://127.0.0.1:41872/solr
   [junit4]   2> 1261556 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1261556 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1261557 INFO  (qtp28543955-80834) [n:127.0.0.1:41872_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=testschemaapi_shard1_replica2&action=CREATE&numShards=1&collection=testschemaapi&shard=shard1&wt=javabin&version=2} status=0 QTime=1188
   [junit4]   2> 1261558 INFO  (OverseerStateUpdate-95903796952170502-127.0.0.1:41872_solr-n_0000000000) [n:127.0.0.1:41872_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:41872/solr",
   [junit4]   2>   "node_name":"127.0.0.1:41872_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1261558 INFO  (OverseerStateUpdate-95903796952170502-127.0.0.1:41872_solr-n_0000000000) [n:127.0.0.1:41872_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:41872/solr",
   [junit4]   2>   "node_name":"127.0.0.1:41872_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1261659 INFO  (OverseerStateUpdate-95903796952170502-127.0.0.1:41872_solr-n_0000000000) [n:127.0.0.1:41872_solr    ] o.a.s.c.o.ZkStateWrite

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

imit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1278112 INFO  (SUITE-TestManagedSchemaAPI-seed#[E3354C7DE4331921]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_E3354C7DE4331921-001
   [junit4]   2> May 16, 2016 5:17:07 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> 1281577 WARN  (Thread-2080) [n:127.0.0.1:41872_solr    ] o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: Unable to reload core [testschemaapi_shard1_replica2]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:945)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2490)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController$4.run(ZkController.java:2409)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not load conf for core testschemaapi_shard1_replica2: Unable to load reader for ConfigSet properties: configsetprops.json
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:86)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:937)
   [junit4]   2> 	... 2 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to load reader for ConfigSet properties: configsetprops.json
   [junit4]   2> 	at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:57)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createConfigSetProperties(ConfigSetService.java:118)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:80)
   [junit4]   2> 	... 3 more
   [junit4]   2> Caused by: java.io.IOException: We re-tried 10 times but was still unable to fetch resource=configsetprops.json from ZK
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:116)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:52)
   [junit4]   2> 	... 5 more
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/conf1/configsetprops.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:314)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:311)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:311)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.pathExists(ZkController.java:797)
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:89)
   [junit4]   2> 	... 6 more
   [junit4]   2> 1281579 WARN  (Thread-2079) [n:127.0.0.1:38574_solr    ] o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: Unable to reload core [testschemaapi_shard1_replica1]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:945)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2490)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController$4.run(ZkController.java:2409)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not load conf for core testschemaapi_shard1_replica1: Unable to load reader for ConfigSet properties: configsetprops.json
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:86)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:937)
   [junit4]   2> 	... 2 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to load reader for ConfigSet properties: configsetprops.json
   [junit4]   2> 	at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:57)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createConfigSetProperties(ConfigSetService.java:118)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:80)
   [junit4]   2> 	... 3 more
   [junit4]   2> Caused by: java.io.IOException: We re-tried 10 times but was still unable to fetch resource=configsetprops.json from ZK
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:116)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:52)
   [junit4]   2> 	... 5 more
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/conf1/configsetprops.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:314)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:311)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:311)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.pathExists(ZkController.java:797)
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:89)
   [junit4]   2> 	... 6 more
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), sim=ClassicSimilarity, locale=el, timezone=Europe/Amsterdam
   [junit4]   2> NOTE: Linux 4.4.0-21-generic i386/Oracle Corporation 1.8.0_92 (32-bit)/cpus=12,threads=1,free=294867568,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestHashQParserPlugin, SolrInfoMBeanTest, TestJsonFacets, TestQueryUtils, ResponseHeaderTest, TestDynamicFieldResource, ZkCLITest, JavabinLoaderTest, TestLFUCache, CheckHdfsIndexTest, DistanceFunctionTest, TestReRankQParserPlugin, TestRequestForwarding, DistributedDebugComponentTest, CollectionReloadTest, InfoHandlerTest, MoreLikeThisHandlerTest, TestConfigSetProperties, TestCloudDeleteByQuery, SolrIndexSplitterTest, ChaosMonkeySafeLeaderTest, TermsComponentTest, OpenCloseCoreStressTest, NumericFieldsTest, DeleteReplicaTest, TestBlendedInfixSuggestions, TestStressLiveNodes, TestDistributedGrouping, TestFieldTypeCollectionResource, SolrXmlInZkTest, TestQuerySenderNoQuery, OpenExchangeRatesOrgProviderTest, TestCoreContainer, TestLMJelinekMercerSimilarityFactory, SharedFSAutoReplicaFailoverUtilsTest, TestSolrDeletionPolicy2, TestPartialUpdateDeduplication, LoggingHandlerTest, SpellPossibilityIteratorTest, TestSortByMinMaxFunction, SolrPluginUtilsTest, NotRequiredUniqueKeyTest, TestCodecSupport, TimeZoneUtilsTest, DOMUtilTest, TestStressVersions, TestTrie, TestRestManager, ZkControllerTest, AliasIntegrationTest, AsyncMigrateRouteKeyTest, SortByFunctionTest, ChaosMonkeyNothingIsSafeTest, AddBlockUpdateTest, TestCopyFieldCollectionResource, BlobRepositoryCloudTest, TestLeaderInitiatedRecoveryThread, TestUpdate, TestShortCircuitedRequests, TestUniqueKeyFieldResource, TestDownShardTolerantSearch, TestHighFrequencyDictionaryFactory, CustomCollectionTest, DistributedMLTComponentTest, DistributedQueueTest, TestSolrConfigHandler, TestIntervalFaceting, DistributedFacetPivotWhiteBoxTest, TestCursorMarkWithoutUniqueKey, TestHashPartitioner, FileUtilsTest, DocValuesMissingTest, TestWordDelimiterFilterFactory, DistributedSuggestComponentTest, ZkSolrClientTest, TestCollapseQParserPlugin, AtomicUpdatesTest, DirectoryFactoryTest, ShardRoutingCustomTest, ExplicitHLLTest, DistributedTermsComponentTest, CdcrReplicationHandlerTest, ShardRoutingTest, TestSubQueryTransformerDistrib, DataDrivenBlockJoinTest, TestFieldSortValues, TestFastLRUCache, TestManagedSchemaAPI]
   [junit4] Completed [252/597 (1!)] on J1 in 22.57s, 1 test, 1 error <<< FAILURES!

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

Total time: 69 minutes 26 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-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+118) - Build # 16759 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16759/
Java: 32bit/jdk-9-ea+118 -client -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.common.cloud.TestCollectionStateWatchers.testSimpleCollectionWatch

Error Message:
 Expected: is <3>      got: <4> 

Stack Trace:
java.lang.AssertionError: 
Expected: is <3>
     got: <4>

	at __randomizedtesting.SeedInfo.seed([392941962CE37339:64128EE66BEEEC07]:0)
	at org.junit.Assert.assertThat(Assert.java:780)
	at org.junit.Assert.assertThat(Assert.java:738)
	at org.apache.solr.common.cloud.TestCollectionStateWatchers.testSimpleCollectionWatch(TestCollectionStateWatchers.java:118)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
	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(java.base@9-ea/Thread.java:804)




Build Log:
[...truncated 13042 lines...]
   [junit4] Suite: org.apache.solr.common.cloud.TestCollectionStateWatchers
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/init-core-data-001
   [junit4]   2> 44676 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 44678 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 44678 INFO  (Thread-86) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 44678 INFO  (Thread-86) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 44778 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:46043
   [junit4]   2> 44779 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 44779 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 44781 INFO  (zkCallback-61-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1285bd4 name:ZooKeeperConnection Watcher:127.0.0.1:46043 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 44781 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 44782 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 44782 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 44784 INFO  (jetty-launcher-60-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 44784 INFO  (jetty-launcher-60-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 44785 INFO  (jetty-launcher-60-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 44785 INFO  (jetty-launcher-60-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 44785 INFO  (jetty-launcher-60-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f0b6e4{/solr,null,AVAILABLE}
   [junit4]   2> 44786 INFO  (jetty-launcher-60-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c5cc4e{/solr,null,AVAILABLE}
   [junit4]   2> 44787 INFO  (jetty-launcher-60-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@164865b{/solr,null,AVAILABLE}
   [junit4]   2> 44788 INFO  (jetty-launcher-60-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@11ca860{/solr,null,AVAILABLE}
   [junit4]   2> 44790 INFO  (jetty-launcher-60-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@85d4d5{HTTP/1.1,[http/1.1]}{127.0.0.1:41781}
   [junit4]   2> 44790 INFO  (jetty-launcher-60-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@15577cd{HTTP/1.1,[http/1.1]}{127.0.0.1:44487}
   [junit4]   2> 44790 INFO  (jetty-launcher-60-thread-2) [    ] o.e.j.s.Server Started @46784ms
   [junit4]   2> 44790 INFO  (jetty-launcher-60-thread-4) [    ] o.e.j.s.Server Started @46784ms
   [junit4]   2> 44790 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44487}
   [junit4]   2> 44790 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41781}
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@c7498a{HTTP/1.1,[http/1.1]}{127.0.0.1:36867}
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-3) [    ] o.e.j.s.Server Started @46784ms
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1150435
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@30de30{HTTP/1.1,[http/1.1]}{127.0.0.1:46245}
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node2'
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-1) [    ] o.e.j.s.Server Started @46785ms
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36867}
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1150435
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46245}
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node4'
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1150435
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node3'
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1150435
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node1'
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 44791 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 44792 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 44792 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 44792 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 44792 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 44792 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 44793 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 44793 INFO  (zkCallback-62-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4c993b name:ZooKeeperConnection Watcher:127.0.0.1:46043/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 44793 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 44794 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 44794 INFO  (zkCallback-63-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1509841 name:ZooKeeperConnection Watcher:127.0.0.1:46043/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 44794 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 44794 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 44794 INFO  (zkCallback-64-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@18bb05b name:ZooKeeperConnection Watcher:127.0.0.1:46043/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 44794 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 44794 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 44795 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 44795 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 44795 INFO  (zkCallback-65-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1bb5b96 name:ZooKeeperConnection Watcher:127.0.0.1:46043/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 44795 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 44796 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 44797 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 44802 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 44808 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node2/.
   [junit4]   2> 44808 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 4032195
   [junit4]   2> 44808 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node4/.
   [junit4]   2> 44808 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node2]
   [junit4]   2> 44808 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 26126175
   [junit4]   2> 44808 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node4]
   [junit4]   2> 44809 WARN  (jetty-launcher-60-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node4/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node4/lib
   [junit4]   2> 44809 WARN  (jetty-launcher-60-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node2/lib
   [junit4]   2> 44817 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 44818 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 44818 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 0x154b9ce18690004, 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(java.base@9-ea/Thread.java:804)
   [junit4]   2> 44818 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node3/.
   [junit4]   2> 44818 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 26861423
   [junit4]   2> 44818 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node3]
   [junit4]   2> 44819 WARN  (jetty-launcher-60-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node3/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node3/lib
   [junit4]   2> 44819 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 44819 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 44819 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 44819 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 44819 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 44819 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 44819 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46043/solr
   [junit4]   2> 44819 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 44820 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 44820 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 44820 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46043/solr
   [junit4]   2> 44820 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 44820 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 44820 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 44821 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 44821 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 44822 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 44822 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node1/.
   [junit4]   2> 44822 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 44822 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 31229797
   [junit4]   2> 44822 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node1]
   [junit4]   2> 44822 WARN  (jetty-launcher-60-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node1/lib
   [junit4]   2> 44822 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 44823 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46043/solr
   [junit4]   2> 44823 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 44823 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 44823 INFO  (zkCallback-73-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@cf0af8 name:ZooKeeperConnection Watcher:127.0.0.1:46043 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 44823 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 44823 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 44824 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 44824 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 44825 INFO  (zkCallback-72-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@9a0444 name:ZooKeeperConnection Watcher:127.0.0.1:46043 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 44825 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 44825 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 44826 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46043/solr
   [junit4]   2> 44826 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 44826 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 44826 INFO  (zkCallback-74-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@fdc7b5 name:ZooKeeperConnection Watcher:127.0.0.1:46043 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 44827 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 44827 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 44827 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 44827 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 44827 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$142/15246706@96b4ca
   [junit4]   2> 44827 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 44829 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 0x154b9ce18690007, 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(java.base@9-ea/Thread.java:804)
   [junit4]   2> 44831 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 44832 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$142/15246706@1a6428b
   [junit4]   2> 44832 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$142/15246706@7b139b
   [junit4]   2> 44832 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 0x154b9ce18690006, 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(java.base@9-ea/Thread.java:804)
   [junit4]   2> 44835 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 44835 INFO  (zkCallback-77-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@13938d name:ZooKeeperConnection Watcher:127.0.0.1:46043 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 44835 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 44835 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 44835 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 44836 INFO  (zkCallback-78-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@26a66d name:ZooKeeperConnection Watcher:127.0.0.1:46043/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 44837 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 44837 INFO  (zkCallback-80-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4e41db name:ZooKeeperConnection Watcher:127.0.0.1:46043/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 44837 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 44842 INFO  (zkCallback-79-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1dd7781 name:ZooKeeperConnection Watcher:127.0.0.1:46043/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 44842 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$142/15246706@8635c4
   [junit4]   2> 44842 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 44843 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 44844 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 44844 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 44844 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 44844 INFO  (zkCallback-81-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@c089b3 name:ZooKeeperConnection Watcher:127.0.0.1:46043/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 44844 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 44846 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 44846 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 44849 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 44849 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 44849 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 44852 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 44853 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 44854 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 44854 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 44855 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 44856 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 44857 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 44857 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 44858 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 44858 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 44858 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 44859 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 44859 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 44859 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 44860 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 44860 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 44860 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 44861 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 44861 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 44861 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 44865 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 44865 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 44865 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 44866 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 44866 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 44866 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 44867 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 44868 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 44869 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 44869 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 44869 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 44869 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 44870 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95905786905559052-127.0.0.1:46245_solr-n_0000000000
   [junit4]   2> 44870 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95905786905559051-127.0.0.1:36867_solr-n_0000000002
   [junit4]   2> 44870 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95905786905559049-127.0.0.1:41781_solr-n_0000000001
   [junit4]   2> 44870 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46245_solr
   [junit4]   2> 44870 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 44871 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95905786905559049-127.0.0.1:41781_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 44871 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95905786905559052-127.0.0.1:46245_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 44871 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36867_solr
   [junit4]   2> 44871 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41781_solr
   [junit4]   2> 44871 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:36867_solr
   [junit4]   2> 44872 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.Overseer Overseer (id=95905786905559052-127.0.0.1:46245_solr-n_0000000000) starting
   [junit4]   2> 44872 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:41781_solr
   [junit4]   2> 44872 INFO  (zkCallback-79-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 44872 INFO  (zkCallback-78-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 44873 INFO  (zkCallback-81-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 44874 INFO  (zkCallback-78-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 44874 INFO  (zkCallback-79-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 44875 INFO  (zkCallback-79-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 44875 INFO  (zkCallback-78-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 44875 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 44875 INFO  (zkCallback-79-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 44875 INFO  (zkCallback-78-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 44875 INFO  (zkCallback-81-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 44889 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 44890 INFO  (OverseerStateUpdate-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 44891 INFO  (OverseerStateUpdate-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (2)
   [junit4]   2> 44893 INFO  (OverseerCollectionConfigSetProcessor-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 44894 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:46245_solr as DOWN
   [junit4]   2> 44894 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 44895 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 44896 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 44896 INFO  (OverseerStateUpdate-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:46245_solr"} current state version: 0
   [junit4]   2> 44896 INFO  (OverseerStateUpdate-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:46245_solr
   [junit4]   2> 44899 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 44899 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95905786905559050-127.0.0.1:44487_solr-n_0000000003
   [junit4]   2> 44899 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95905786905559051-127.0.0.1:36867_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 44900 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:44487_solr as DOWN
   [junit4]   2> 44901 INFO  (OverseerStateUpdate-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:44487_solr"} current state version: 0
   [junit4]   2> 44901 INFO  (OverseerStateUpdate-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:44487_solr
   [junit4]   2> 44903 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 44904 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 44904 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node3/.
   [junit4]   2> 44905 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 44905 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2
   [junit4]   2> 44905 INFO  (jetty-launcher-60-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 44914 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 44914 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 44914 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node2/.
   [junit4]   2> 44914 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 44936 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2
   [junit4]   2> 44936 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 45896 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46245_solr
   [junit4]   2> 45896 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46245_solr
   [junit4]   2> 45897 INFO  (zkCallback-79-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 45897 INFO  (zkCallback-80-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 45897 INFO  (zkCallback-78-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 45897 INFO  (zkCallback-81-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 45898 INFO  (zkCallback-79-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 45898 INFO  (zkCallback-80-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 45898 INFO  (zkCallback-78-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 45898 INFO  (zkCallback-81-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 45901 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44487_solr
   [junit4]   2> 45901 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:44487_solr
   [junit4]   2> 45902 INFO  (zkCallback-80-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 45902 INFO  (zkCallback-78-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 45902 INFO  (zkCallback-81-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 45902 INFO  (zkCallback-79-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 45902 INFO  (zkCallback-78-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 45902 INFO  (zkCallback-80-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 45902 INFO  (zkCallback-79-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 45902 INFO  (zkCallback-81-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 45921 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 45921 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 45922 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node1/.
   [junit4]   2> 45922 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 45923 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2
   [junit4]   2> 45923 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 45948 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 45948 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 45948 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node4/.
   [junit4]   2> 45949 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 45949 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2
   [junit4]   2> 45949 INFO  (jetty-launcher-60-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 45949 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 45949 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 45951 INFO  (zkCallback-86-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@813690 name:ZooKeeperConnection Watcher:127.0.0.1:46043 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 45951 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 45951 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 45952 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:46043/solr
   [junit4]   2> 45954 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 45954 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 45955 INFO  (zkCallback-89-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1fd4d1a name:ZooKeeperConnection Watcher:127.0.0.1:46043/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 45955 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 45956 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 45956 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 45956 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 45957 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 45958 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/config/solrconfig.xml
   [junit4]   2> 45960 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/config/schema-sql.xml
   [junit4]   2> 45961 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/config/solrconfig-sql.xml
   [junit4]   2> 45964 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/config/solrconfig-slave1.xml
   [junit4]   2> 45965 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/config/schema.xml
   [junit4]   2> 45967 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/config/schema-replication1.xml
   [junit4]   2> 45968 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/config/solrconfig-managed-schema.xml
   [junit4]   2> 45992 INFO  (TEST-TestCollectionStateWatchers.testDeletionsTriggerWatches-seed#[392941962CE37339]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDeletionsTriggerWatches
   [junit4]   2> 45993 INFO  (TEST-TestCollectionStateWatchers.testDeletionsTriggerWatches-seed#[392941962CE37339]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 45994 INFO  (TEST-TestCollectionStateWatchers.testDeletionsTriggerWatches-seed#[392941962CE37339]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 45995 INFO  (zkCallback-90-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@cd5165 name:ZooKeeperConnection Watcher:127.0.0.1:46043 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 45995 INFO  (TEST-TestCollectionStateWatchers.testDeletionsTriggerWatches-seed#[392941962CE37339]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 45996 INFO  (TEST-TestCollectionStateWatchers.testDeletionsTriggerWatches-seed#[392941962CE37339]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 46003 INFO  (qtp22335044-386) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=config&name=tobedeleted&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 46006 INFO  (OverseerCollectionConfigSetProcessor-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"tobedeleted",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"config",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 46007 INFO  (OverseerThreadFactory-110-thread-1) [    ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"tobedeleted",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"config",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 46007 INFO  (OverseerThreadFactory-110-thread-1) [    ] o.a.s.c.OverseerCollectionMessageHandler Create collection tobedeleted
   [junit4]   2> 46007 INFO  (OverseerThreadFactory-110-thread-1) [    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/tobedeleted 
   [junit4]   2> 46007 INFO  (OverseerThreadFactory-110-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/tobedeleted
   [junit4]   2> 46008 INFO  (zkCallback-81-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 46008 INFO  (zkCallback-89-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 46008 INFO  (zkCallback-80-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 46008 INFO  (zkCallback-79-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 46008 INFO  (zkCallback-78-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 46011 INFO  (OverseerStateUpdate-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"tobedeleted",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"config",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 46011 INFO  (OverseerStateUpdate-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: tobedeleted
   [junit4]   2> 46012 INFO  (OverseerStateUpdate-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/tobedeleted/state.json
   [junit4]   2> 46111 INFO  (OverseerThreadFactory-110-thread-1) [    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection tobedeleted, shardNames [shard1] , replicationFactor : 1
   [junit4]   2> 46111 INFO  (OverseerThreadFactory-110-thread-1) [    ] o.a.s.c.OverseerCollectionMessageHandler Creating core tobedeleted_shard1_replica1 as part of shard shard1 of collection tobedeleted on 127.0.0.1:36867_solr
   [junit4]   2> 46114 INFO  (qtp13310432-408) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=config&name=tobedeleted_shard1_replica1&action=CREATE&numShards=1&collection=tobedeleted&shard=shard1&wt=javabin&version=2
   [junit4]   2> 46114 INFO  (qtp13310432-408) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=tobedeleted_shard1_replica1, collection.configName=config, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=tobedeleted, numShards=1, dataDir=data/, shard=shard1}
   [junit4]   2> 46115 INFO  (qtp13310432-408) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 46115 INFO  (qtp13310432-408) [    ] o.a.s.c.ZkController Registering watch for collection tobedeleted
   [junit4]   2> 46116 INFO  (qtp13310432-408) [    ] o.a.s.c.c.ZkStateReader Add data for [tobedeleted] ver [0]
   [junit4]   2> 46116 INFO  (qtp13310432-408) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 46116 INFO  (OverseerStateUpdate-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"tobedeleted_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36867/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36867_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"tobedeleted",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 46116 INFO  (OverseerStateUpdate-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"tobedeleted_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36867/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36867_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"tobedeleted",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 46218 INFO  (OverseerStateUpdate-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/tobedeleted/state.json version: 0
   [junit4]   2> 46218 INFO  (zkCallback-79-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tobedeleted/state.json] for collection [tobedeleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 46219 INFO  (zkCallback-79-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating data for [tobedeleted] from [0] to [1]
   [junit4]   2> 47116 INFO  (qtp13310432-408) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for tobedeleted_shard1_replica1
   [junit4]   2> 47116 INFO  (qtp13310432-408) [    ] o.a.s.c.ZkController Check for collection zkNode:tobedeleted
   [junit4]   2> 47116 INFO  (qtp13310432-408) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 47116 INFO  (qtp13310432-408) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/tobedeleted]
   [junit4]   2> 47117 INFO  (qtp13310432-408) [    ] o.a.s.c.c.ZkStateReader path=[/collections/tobedeleted] [configName]=[config] specified config exists in ZooKeeper
   [junit4]   2> 47117 INFO  (qtp13310432-408) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node3/tobedeleted_shard1_replica1'
   [junit4]   2> 47117 INFO  (qtp13310432-408) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 47117 INFO  (qtp13310432-408) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 47118 INFO  (qtp13310432-408) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 47122 INFO  (qtp13310432-408) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 47130 INFO  (qtp13310432-408) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 47135 INFO  (qtp13310432-408) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 47140 INFO  (qtp13310432-408) [    ] o.a.s.s.IndexSchema [tobedeleted_shard1_replica1] Schema name=test
   [junit4]   2> 47223 INFO  (qtp13310432-408) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 47224 INFO  (qtp13310432-408) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 47225 WARN  (qtp13310432-408) [    ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 47226 WARN  (qtp13310432-408) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 47228 INFO  (qtp13310432-408) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/config', cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2
   [junit4]   2> 47228 INFO  (qtp13310432-408) [    ] o.a.s.c.CoreContainer Creating SolrCore 'tobedeleted_shard1_replica1' using configuration from collection tobedeleted
   [junit4]   2> 47228 INFO  (qtp13310432-408) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 47228 INFO  (qtp13310432-408) [    ] o.a.s.c.SolrCore [[tobedeleted_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node3/tobedeleted_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node3/./tobedeleted_shard1_replica1/data/]
   [junit4]   2> 47228 INFO  (qtp13310432-408) [    ] o.a.s.c.SolrCore JMX monitoring not detected for core: tobedeleted_shard1_replica1
   [junit4]   2> 47229 INFO  (qtp13310432-408) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node3/./tobedeleted_shard1_replica1/data
   [junit4]   2> 47229 INFO  (qtp13310432-408) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node3/./tobedeleted_shard1_replica1/data/index/
   [junit4]   2> 47229 WARN  (qtp13310432-408) [    ] o.a.s.c.SolrCore [tobedeleted_shard1_replica1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node3/./tobedeleted_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 47230 INFO  (qtp13310432-408) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node3/./tobedeleted_shard1_replica1/data/index
   [junit4]   2> 47230 INFO  (qtp13310432-408) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2aff27 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4498e6),segFN=segments_1,generation=1}
   [junit4]   2> 47230 INFO  (qtp13310432-408) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 47232 INFO  (OldIndexDirectoryCleanupThreadForCore-tobedeleted_shard1_replica1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core tobedeleted_shard1_replica1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node3/./tobedeleted_shard1_replica1/data/
   [junit4]   2> 47233 WARN  (OldIndexDirectoryCleanupThreadForCore-tobedeleted_shard1_replica1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node3/./tobedeleted_shard1_replica1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 47234 INFO  (qtp13310432-408) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 47236 INFO  (qtp13310432-408) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 47238 INFO  (qtp13310432-408) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 47239 INFO  (qtp13310432-408) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 47240 INFO  (qtp13310432-408) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 47242 INFO  (qtp13310432-408) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 47242 INFO  (qtp13310432-408) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 47242 INFO  (qtp13310432-408) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 47242 INFO  (qtp13310432-408) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 47243 INFO  (qtp13310432-408) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 47244 INFO  (qtp13310432-408) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 47244 INFO  (qtp13310432-408) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2aff27 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4498e6),segFN=segments_1,generation=1}
   [junit4]   2> 47244 INFO  (qtp13310432-408) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 47244 INFO  (qtp13310432-408) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1bb7404[tobedeleted_shard1_replica1] main]
   [junit4]   2> 47244 INFO  (qtp13310432-408) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/tobedeleted]
   [junit4]   2> 47245 INFO  (qtp13310432-408) [    ] o.a.s.c.c.ZkStateReader path=[/collections/tobedeleted] [configName]=[config] specified config exists in ZooKeeper
   [junit4]   2> 47245 INFO  (qtp13310432-408) [    ] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/config
   [junit4]   2> 47245 INFO  (qtp13310432-408) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 47245 INFO  (qtp13310432-408) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 47245 INFO  (qtp13310432-408) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 47245 INFO  (qtp13310432-408) [    ] o.a.s.r.ManagedResourceStorage No data found for znode /configs/config/_rest_managed.json
   [junit4]   2> 47245 INFO  (qtp13310432-408) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 47245 INFO  (qtp13310432-408) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 47245 INFO  (qtp13310432-408) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 47246 INFO  (qtp13310432-408) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 47246 INFO  (qtp13310432-408) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 47246 INFO  (qtp13310432-408) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 47246 INFO  (qtp13310432-408) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1534492593180639232
   [junit4]   2> 47248 INFO  (qtp13310432-408) [    ] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1534492593180639232
   [junit4]   2> 47248 INFO  (qtp13310432-408) [    ] o.a.s.c.ZkController watch zkdir /configs/config
   [junit4]   2> 47248 INFO  (searcherExecutor-119-thread-1) [    ] o.a.s.c.SolrCore [tobedeleted_shard1_replica1] Registered new searcher Searcher@1bb7404[tobedeleted_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 47250 INFO  (qtp13310432-408) [    ] o.a.s.c.CoreContainer registering core: tobedeleted_shard1_replica1
   [junit4]   2> 47250 INFO  (qtp13310432-408) [    ] o.a.s.c.ZkController Register replica - core:tobedeleted_shard1_replica1 address:http://127.0.0.1:36867/solr collection:tobedeleted shard:shard1
   [junit4]   2> 47251 INFO  (qtp13310432-408) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/tobedeleted/leader_elect/shard1/election
   [junit4]   2> 47254 INFO  (qtp13310432-408) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /collections/tobedeleted/leader_elect/shard1/election/95905786905559051-core_node1-n_0000000000
   [junit4]   2> 47254 INFO  (qtp13310432-408) [    ] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 47255 INFO  (qtp13310432-408) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 47255 INFO  (qtp13310432-408) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 47255 INFO  (qtp13310432-408) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36867/solr/tobedeleted_shard1_replica1/
   [junit4]   2> 47255 INFO  (qtp13310432-408) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 47255 INFO  (qtp13310432-408) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:36867/solr/tobedeleted_shard1_replica1/ has no replicas
   [junit4]   2> 47256 INFO  (OverseerStateUpdate-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"tobedeleted"} current state version: 0
   [junit4]   2> 47256 INFO  (qtp13310432-408) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/tobedeleted/leaders/shard1
   [junit4]   2> 47259 INFO  (qtp13310432-408) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/tobedeleted/leaders/shard1/leader after winning as /collections/tobedeleted/leader_elect/shard1/election/95905786905559051-core_node1-n_0000000000
   [junit4]   2> 47261 INFO  (qtp13310432-408) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36867/solr/tobedeleted_shard1_replica1/ shard1
   [junit4]   2> 47262 INFO  (OverseerStateUpdate-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"tobedeleted",
   [junit4]   2>   "base_url":"http://127.0.0.1:36867/solr",
   [junit4]   2>   "core":"tobedeleted_shard1_replica1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 47367 INFO  (OverseerStateUpdate-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/tobedeleted/state.json version: 1
   [junit4]   2> 47368 INFO  (zkCallback-79-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tobedeleted/state.json] for collection [tobedeleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 47368 INFO  (zkCallback-79-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating data for [tobedeleted] from [1] to [2]
   [junit4]   2> 47415 INFO  (qtp13310432-408) [    ] o.a.s.c.ZkController We are http://127.0.0.1:36867/solr/tobedeleted_shard1_replica1/ and leader is http://127.0.0.1:36867/solr/tobedeleted_shard1_replica1/
   [junit4]   2> 47416 INFO  (qtp13310432-408) [    ] o.a.s.c.ZkController No LogReplay needed for core=tobedeleted_shard1_replica1 baseURL=http://127.0.0.1:36867/solr
   [junit4]   2> 47416 INFO  (qtp13310432-408) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 47416 INFO  (qtp13310432-408) [    ] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 47418 INFO  (qtp13310432-408) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=config&name=tobedeleted_shard1_replica1&action=CREATE&numShards=1&collection=tobedeleted&shard=shard1&wt=javabin&version=2} status=0 QTime=1304
   [junit4]   2> 47419 INFO  (OverseerStateUpdate-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"tobedeleted_shard1_replica1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36867/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36867_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"tobedeleted",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 47419 INFO  (OverseerStateUpdate-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"tobedeleted_shard1_replica1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36867/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36867_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"tobedeleted",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 47423 INFO  (OverseerThreadFactory-110-thread-1) [    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={127.0.0.1:36867_solr={responseHeader={status=0,QTime=1304},core=tobedeleted_shard1_replica1}}}
   [junit4]   2> 47423 INFO  (zkCallback-78-thread-1) [    ] o.a.s.c.OverseerTaskQueue NodeDataChanged fired on path /overseer/collection-queue-work/qnr-0000000000 state SyncConnected latchEventType null
   [junit4]   2> 47425 INFO  (qtp22335044-386) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 47534 INFO  (OverseerStateUpdate-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/tobedeleted/state.json version: 2
   [junit4]   2> 47534 INFO  (zkCallback-79-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tobedeleted/state.json] for collection [tobedeleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 47535 INFO  (zkCallback-79-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating data for [tobedeleted] from [2] to [3]
   [junit4]   2> 48426 INFO  (qtp22335044-386) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=config&name=tobedeleted&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2423
   [junit4]   2> 48430 INFO  (qtp22335044-390) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=tobedeleted&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 48430 INFO  (backgroundWatchers-59-thread-1) [    ] o.a.s.c.c.ZkStateReader Add data for [tobedeleted] ver [3]
   [junit4]   2> 48432 INFO  (OverseerCollectionConfigSetProcessor-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
   [junit4]   2>   "name":"tobedeleted",
   [junit4]   2>   "operation":"delete"}
   [junit4]   2> 48432 INFO  (OverseerThreadFactory-110-thread-2) [    ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : delete , {
   [junit4]   2>   "name":"tobedeleted",
   [junit4]   2>   "operation":"delete"}
   [junit4]   2> 48432 INFO  (OverseerThreadFactory-110-thread-2) [    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 48434 INFO  (qtp13310432-409) [    ] o.a.s.c.SolrCore [tobedeleted_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1e4d201
   [junit4]   2> 48434 INFO  (qtp13310432-409) [    ] o.a.s.c.ZkController removed listener for config directory [/configs/config]
   [junit4]   2> 48434 INFO  (qtp13310432-409) [    ] o.a.s.c.ZkController No more listeners for config directory [/configs/config]
   [junit4]   2> 48435 INFO  (qtp13310432-409) [    ] 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,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 48435 INFO  (qtp13310432-409) [    ] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 48435 INFO  (qtp13310432-409) [    ] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 48435 INFO  (qtp13310432-409) [    ] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 48436 INFO  (qtp13310432-409) [    ] o.a.s.c.SolrCore [tobedeleted_shard1_replica1] Closing main searcher on request.
   [junit4]   2> 48436 INFO  (qtp13310432-409) [    ] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 48436 INFO  (qtp13310432-409) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node3/./tobedeleted_shard1_replica1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node3/./tobedeleted_shard1_replica1/data/index;done=false>>]
   [junit4]   2> 48436 INFO  (qtp13310432-409) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=false
   [junit4]   2> 48436 INFO  (qtp13310432-409) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node3/./tobedeleted_shard1_replica1/data/index
   [junit4]   2> 48436 INFO  (qtp13310432-409) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node3/./tobedeleted_shard1_replica1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node3/./tobedeleted_shard1_replica1/data;done=false>>]
   [junit4]   2> 48436 INFO  (qtp13310432-409) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=false
   [junit4]   2> 48436 INFO  (qtp13310432-409) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node3/./tobedeleted_shard1_replica1/data
   [junit4]   2> 48436 INFO  (qtp13310432-409) [    ] o.a.s.c.CachingDirectoryFactory Removing directory after core close: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node3/./tobedeleted_shard1_replica1/data
   [junit4]   2> 48439 INFO  (qtp13310432-409) [    ] o.a.s.c.ElectionContext Canceling election /collections/tobedeleted/leader_elect/shard1/election/95905786905559051-core_node1-n_0000000000
   [junit4]   2> 48439 INFO  (qtp13310432-409) [    ] o.a.s.c.ShardLeaderElectionContextBase Removing leader registration node on cancel: /collections/tobedeleted/leaders/shard1/leader 1
   [junit4]   2> 48441 INFO  (qtp13310432-409) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=tobedeleted_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 48441 INFO  (OverseerStateUpdate-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"deletecore",
   [junit4]   2>   "core":"tobedeleted_shard1_replica1",
   [junit4]   2>   "node_name":"127.0.0.1:36867_solr",
   [junit4]   2>   "collection":"tobedeleted",
   [junit4]   2>   "core_node_name":"core_node1"} current state version: 0
   [junit4]   2> 48442 INFO  (OverseerStateUpdate-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"delete",
   [junit4]   2>   "name":"tobedeleted"} current state version: 0
   [junit4]   2> 48543 INFO  (OverseerStateUpdate-95905786905559052-127.0.0.1:46245_solr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to delete_collection /collections/tobedeleted/state.json
   [junit4]   2> 48546 INFO  (zkCallback-89-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/tobedeleted/state.json] for collection [tobedeleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 48546 INFO  (zkCallback-79-thread-1) [    ] o.a.s.c.c.ZkStateReader Uninteresting collection tobedeleted
   [junit4]   2> 48546 INFO  (zkCallback-89-thread-1) [    ] o.a.s.c.c.ZkStateReader Deleting data for [tobedeleted]
   [junit4]   2> 48547 INFO  (zkCallback-81-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 48547 INFO  (zkCallback-79-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 48547 INFO  (zkCallback-80-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 48547 INFO  (zkCallback-78-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 48547 INFO  (zkCallback-89-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 49143 INFO  (OverseerThreadFactory-110-thread-2) [    ] o.a.s.c.Over

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

   ] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 72847 INFO  (coreCloseExecutor-215-thread-3) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node1/./testcollection_shard4_replica1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node1/./testcollection_shard4_replica1/data;done=false>>]
   [junit4]   2> 72847 INFO  (coreCloseExecutor-215-thread-3) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 72847 INFO  (coreCloseExecutor-215-thread-3) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node1/./testcollection_shard4_replica1/data
   [junit4]   2> 72847 INFO  (coreCloseExecutor-215-thread-3) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node1/./testcollection_shard4_replica1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node1/./testcollection_shard4_replica1/data/index;done=false>>]
   [junit4]   2> 72847 INFO  (coreCloseExecutor-215-thread-3) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 72847 INFO  (coreCloseExecutor-215-thread-3) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001/tempDir-001/node1/./testcollection_shard4_replica1/data/index
   [junit4]   2> 72849 INFO  (zkCallback-100-thread-1) [    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 72858 INFO  (OverseerCollectionConfigSetProcessor-95905786905559063-127.0.0.1:46245_solr-n_0000000004) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 72858 INFO  (OverseerStateUpdate-95905786905559063-127.0.0.1:46245_solr-n_0000000004) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 72869 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.Overseer Overseer (id=95905786905559063-127.0.0.1:46245_solr-n_0000000004) closing
   [junit4]   2> 72879 INFO  (OverseerStateUpdate-95905786905559063-127.0.0.1:46245_solr-n_0000000004) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:46245_solr
   [junit4]   2> 72879 ERROR (OverseerHdfsCoreFailoverThread-95905786905559063-127.0.0.1:46245_solr-n_0000000004) [    ] o.a.s.c.OverseerAutoReplicaFailoverThread OverseerAutoReplicaFailoverThread had an error in its thread work loop.:org.apache.solr.common.SolrException: Could not load collection from ZK: stateformat1
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1050)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:610)
   [junit4]   2> 	at org.apache.solr.common.cloud.ClusterState.getCollectionsMap(ClusterState.java:248)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.doWork(OverseerAutoReplicaFailoverThread.java:164)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:129)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
   [junit4]   2> Caused by: java.lang.InterruptedException
   [junit4]   2> 	at java.lang.Object.wait(java.base@9-ea/Native Method)
   [junit4]   2> 	at java.lang.Object.wait(java.base@9-ea/Object.java:516)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1342)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1153)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:345)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:345)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1059)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1045)
   [junit4]   2> 	... 5 more
   [junit4]   2> 
   [junit4]   2> 72880 INFO  (zkCallback-100-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 72880 WARN  (zkCallback-100-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 72881 INFO  (jetty-launcher-60-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@10bd8d4{/solr,null,UNAVAILABLE}
   [junit4]   2> 72882 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46043 46043
   [junit4]   2> 72993 INFO  (Thread-86) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46043 46043
   [junit4]   2> 72994 WARN  (Thread-86) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	7	/solr/configs/config
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 	3	/solr/collections/stateformat1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/collections/waitforstate/state.json
   [junit4]   2> 	7	/solr/collections/falsepredicate/state.json
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	7	/solr/collections/testcollection/state.json
   [junit4]   2> 	3	/solr/collections/stateformat1/state.json
   [junit4]   2> 	2	/solr/collections/delayed/state.json
   [junit4]   2> 	2	/solr/collections/tobedeleted/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/95905786905559051-127.0.0.1:36867_solr-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/collections
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> 72994 INFO  (SUITE-TestCollectionStateWatchers-seed#[392941962CE37339]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_392941962CE37339-001
   [junit4]   2> May 16, 2016 1:43:20 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=1, maxDocsPerChunk=839, blockSize=2), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=1, blockSize=2)), sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=ca-ES, timezone=Iceland
   [junit4]   2> NOTE: Linux 4.4.0-21-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=29569848,total=114692096
   [junit4]   2> NOTE: All tests run in this JVM: [SolrExampleBinaryTest, SolrPingTest, DocumentAnalysisResponseTest, NamedListTest, SolrExampleXMLTest, SolrParamTest, HttpSolrClientBuilderTest, JettyWebappTest, ConcatOperationTest, JDBCStreamTest, TestCollectionStateWatchers]
   [junit4] Completed [54/83 (1!)] on J2 in 28.89s, 8 tests, 1 failure <<< FAILURES!

[...truncated 98 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:246: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:529: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: There were test failures: 83 suites, 639 tests, 1 failure, 2 ignored [seed: 392941962CE37339]

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



Re: [JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_92) - Build # 16758 - Still Failing!

Posted by Shawn Heisey <ap...@elyograg.org>.
On 5/16/2016 4:58 AM, Karl Wright wrote:
> Has the world now officially come to an end? ;-)
>
> >>>>>>
> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
> Error from server athttps://127.0.0.1:44499/b/xu/collection1:
> Impossible Exception
>         at
> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
> <<<<<<

Probably!

I did see this just after the stacktrace for that exception in the log:

Caused by: java.lang.OutOfMemoryError: Java heap space

Thanks,
Shawn


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


Re: [JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_92) - Build # 16758 - Still Failing!

Posted by Karl Wright <da...@gmail.com>.
Has the world now officially come to an end? ;-)

>>>>>>
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server athttps://127.0.0.1:44499/b/xu/collection1: Impossible Exception
        at org.apache.solr.client.solrj.impl.HttpSolrClient.
executeMethod(HttpSolrClient.java:606)
<<<<<<

Karl

On Mon, May 16, 2016 at 6:35 AM, Policeman Jenkins Server <
jenkins@thetaphi.de> wrote:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16758/
> Java: 64bit/jdk1.8.0_92 -XX:-UseCompressedOops -XX:+UseSerialGC
>
> 1 tests failed.
> FAILED:  org.apache.solr.DistributedIntervalFacetingTest.test
>
> Error Message:
> Error from server at https://127.0.0.1:44499/b/xu/collection1: Impossible
> Exception
>
> Stack Trace:
> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
> Error from server at https://127.0.0.1:44499/b/xu/collection1: Impossible
> Exception
>         at
> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
>         at
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
>         at
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
>         at
> org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
>         at
> org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
>         at
> org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
>         at
> org.apache.solr.BaseDistributedSearchTestCase.queryServer(BaseDistributedSearchTestCase.java:557)
>         at
> org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:605)
>         at
> org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:574)
>         at
> org.apache.solr.DistributedIntervalFacetingTest.doTestQuery(DistributedIntervalFacetingTest.java:190)
>         at
> org.apache.solr.DistributedIntervalFacetingTest.testRandom(DistributedIntervalFacetingTest.java:159)
>         at
> org.apache.solr.DistributedIntervalFacetingTest.test(DistributedIntervalFacetingTest.java:45)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
>         at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1011)
>         at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
>         at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>         at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
>         at java.lang.Thread.run(Thread.java:745)
>
>
>
>
> Build Log:
> [...truncated 11965 lines...]
>    [junit4] Suite: org.apache.solr.DistributedIntervalFacetingTest
>    [junit4]   2> Creating dataDir:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/init-core-data-001
>    [junit4]   2> 1654548 INFO
> (SUITE-DistributedIntervalFacetingTest-seed#[52D9DBDA9E5F41DF]-worker) [
> ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true)
>    [junit4]   2> 1654550 INFO
> (SUITE-DistributedIntervalFacetingTest-seed#[52D9DBDA9E5F41DF]-worker) [
> ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property:
> /b/xu
>    [junit4]   2> 1654602 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.SolrTestCaseJ4 Writing core.properties file to
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores/collection1
>    [junit4]   2> 1654604 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.e.j.s.Server jetty-9.3.8.v20160314
>    [junit4]   2> 1654604 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c4d72d1
> {/b/xu,null,AVAILABLE}
>    [junit4]   2> 1654607 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.e.j.s.ServerConnector Started ServerConnector@66986298{SSL,[ssl,
> http/1.1]}{127.0.0.1:38208}
>    [junit4]   2> 1654607 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.e.j.s.Server Started @1656145ms
>    [junit4]   2> 1654607 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties:
> {schema=schema-distrib-interval-faceting.xml,
> solrconfig=solrconfig-basic.xml, hostContext=/b/xu, hostPort=38208,
> coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores}
>    [junit4]   2> 1654607 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
> sun.misc.Launcher$AppClassLoader@73d16e93
>    [junit4]   2> 1654607 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control'
>    [junit4]   2> 1654608 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 1654608 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
> system property or JNDI)
>    [junit4]   2> 1654608 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.SolrXmlConfig Loading container configuration from
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/solr.xml
>    [junit4]   2> 1654611 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.CorePropertiesLocator Config-defined core root directory:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores
>    [junit4]   2> 1654611 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.CoreContainer New CoreContainer 91246390
>    [junit4]   2> 1654611 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.CoreContainer Loading cores into CoreContainer
> [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control]
>    [junit4]   2> 1654611 WARN
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.CoreContainer Couldn't add files from
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/lib
> to classpath:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/lib
>    [junit4]   2> 1654612 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
> 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost :
> 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
> 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
>    [junit4]   2> 1654613 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
> params:
>    [junit4]   2> 1654613 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 1654613 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.l.LogWatcher Registering Log Listener [Log4j
> (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 1654613 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
> authorization module.
>    [junit4]   2> 1654613 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.CoreContainer No authentication plugin used.
>    [junit4]   2> 1654614 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores
>    [junit4]   2> 1654614 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
> config=solrconfig-basic.xml, loadOnStartup=true,
> schema=schema-distrib-interval-faceting.xml,
> configSetProperties=configsetprops.json, transient=false, dataDir=data/,
> configSet=collection1}
>    [junit4]   2> 1654614 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.CorePropertiesLocator Found core collection1 in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores/collection1
>    [junit4]   2> 1654614 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.CorePropertiesLocator Found 1 core definitions
>    [junit4]   2> 1654614 INFO  (coreLoadExecutor-5059-thread-1) [    ]
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
>    [junit4]   2> 1654614 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.s.SolrDispatchFilter
> user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
>    [junit4]   2> 1654615 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
>    [junit4]   2> 1654615 INFO  (coreLoadExecutor-5059-thread-1) [    ]
> o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 1654615 INFO  (coreLoadExecutor-5059-thread-1) [    ]
> o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
> system property or JNDI)
>    [junit4]   2> 1654615 INFO  (coreLoadExecutor-5059-thread-1) [    ]
> o.a.s.c.SolrResourceLoader Adding
> 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
> to classloader
>    [junit4]   2> 1654615 INFO  (coreLoadExecutor-5059-thread-1) [    ]
> o.a.s.c.SolrResourceLoader Adding
> 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README'
> to classloader
>    [junit4]   2> 1654627 INFO  (coreLoadExecutor-5059-thread-1) [    ]
> o.a.s.c.SolrConfig current version of requestparams : -1
>    [junit4]   2> 1654628 INFO  (coreLoadExecutor-5059-thread-1) [    ]
> o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
>    [junit4]   2> 1654632 INFO  (coreLoadExecutor-5059-thread-1) [    ]
> o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-basic.xml
>    [junit4]   2> 1654634 INFO  (coreLoadExecutor-5059-thread-1) [    ]
> o.a.s.s.IndexSchema [collection1] Schema name=test
>    [junit4]   2> 1654637 INFO  (coreLoadExecutor-5059-thread-1) [    ]
> o.a.s.s.IndexSchema default search field in schema is id
>    [junit4]   2> 1654638 INFO  (coreLoadExecutor-5059-thread-1) [    ]
> o.a.s.s.IndexSchema unique key field: id
>    [junit4]   2> 1654639 INFO  (coreLoadExecutor-5059-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-master-Linux/solr/core/src/test-files/solr/collection1'
>    [junit4]   2> 1654639 INFO  (coreLoadExecutor-5059-thread-1) [    ]
> o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration
> from configset
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
>    [junit4]   2> 1654639 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 1654639 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
> [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
> dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores/collection1/data/]
>    [junit4]   2> 1654639 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
> collection1
>    [junit4]   2> 1654639 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores/collection1/data
>    [junit4]   2> 1654639 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
> new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores/collection1/data/index/
>    [junit4]   2> 1654640 WARN  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
> '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores/collection1/data/index'
> doesn't exist. Creating new index...
>    [junit4]   2> 1654640 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores/collection1/data/index
>    [junit4]   2> 1654640 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
> org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
> maxMergeAtOnce=33, maxMergeAtOnceExplicit=21,
> maxMergedSegmentMB=26.6904296875, floorSegmentMB=0.86328125,
> forceMergeDeletesPctAllowed=24.286547446656527, segmentsPerTier=23.0,
> maxCFSSegmentSizeMB=8.796093022207999E12,
> noCFSRatio=0.32311255062788713HEARTBEAT J2 PID(21180@serv1):
> 2016-05-16T10:25:17, stalled for 62.6s at:
> DistribDocExpirationUpdateProcessorTest.test
>    [junit4]
>    [junit4]   2> 1654640 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
> commits: num=1
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 1654640 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>    [junit4]   2> 1654640 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-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores/collection1/data/
>    [junit4]   2> 1654640 WARN
> (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1]
> o.a.s.c.DirectoryFactory
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores/collection1/data/
> does not point to a valid data directory; skipping clean-up of old index
> directories.
>    [junit4]   2> 1654641 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
> default, creating implicit default
>    [junit4]   2> 1654642 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1654643 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1654643 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1654644 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1654644 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.c.RequestHandlers Registered paths:
> /admin/mbeans,standard,/update/csv,/sql,/update/json/docs,/admin/luke,/graph,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
>    [junit4]   2> 1654644 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
> org.apache.solr.search.stats.LocalStatsCache
>    [junit4]   2> 1654645 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 1654645 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 1654645 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
> org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
> maxMergeAtOnce=42, maxMergeAtOnceExplicit=13,
> maxMergedSegmentMB=87.7109375, floorSegmentMB=1.8583984375,
> forceMergeDeletesPctAllowed=23.3366584307623, segmentsPerTier=43.0,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.134413924129668
>    [junit4]   2> 1654645 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit:
> commits: num=1
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 1654645 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>    [junit4]   2> 1654645 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5d93d7a6[collection1]
> main]
>    [junit4]   2> 1654645 WARN  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config
> directory
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
> switching to use InMemory storage instead.
>    [junit4]   2> 1654645 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
> {}
>    [junit4]   2> 1654645 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json
> using InMemoryStorage
>    [junit4]   2> 1654646 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.r.RestManager Initializing 0 registered
> ManagedResources
>    [junit4]   2> 1654646 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for
> 10000
>    [junit4]   2> 1654646 INFO
> (searcherExecutor-5060-thread-1-processing-x:collection1) [
> x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@5d93d7a6[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 1654646 INFO  (coreLoadExecutor-5059-thread-1) [
> x:collection1] o.a.s.c.CoreContainer registering core: collection1
>    [junit4]   2> 1655163 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.SolrTestCaseJ4 Writing core.properties file to
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores/collection1
>    [junit4]   2> 1655165 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.e.j.s.Server jetty-9.3.8.v20160314
>    [junit4]   2> 1655165 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7ea6c702
> {/b/xu,null,AVAILABLE}
>    [junit4]   2> 1655167 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.e.j.s.ServerConnector Started ServerConnector@284aa228{SSL,[ssl,
> http/1.1]}{127.0.0.1:46439}
>    [junit4]   2> 1655167 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.e.j.s.Server Started @1656705ms
>    [junit4]   2> 1655167 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties:
> {schema=schema-distrib-interval-faceting.xml,
> solrconfig=solrconfig-basic.xml, hostContext=/b/xu, hostPort=46439,
> coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores}
>    [junit4]   2> 1655167 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
> sun.misc.Launcher$AppClassLoader@73d16e93
>    [junit4]   2> 1655167 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0'
>    [junit4]   2> 1655167 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 1655167 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
> system property or JNDI)
>    [junit4]   2> 1655167 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.SolrXmlConfig Loading container configuration from
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/solr.xml
>    [junit4]   2> 1655170 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.CorePropertiesLocator Config-defined core root directory:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores
>    [junit4]   2> 1655170 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.CoreContainer New CoreContainer 1738664641
>    [junit4]   2> 1655170 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.CoreContainer Loading cores into CoreContainer
> [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0]
>    [junit4]   2> 1655170 WARN
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.CoreContainer Couldn't add files from
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/lib
> to classpath:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/lib
>    [junit4]   2> 1655170 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
> 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost :
> 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
> 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
>    [junit4]   2> 1655171 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
> params:
>    [junit4]   2> 1655172 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 1655172 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.l.LogWatcher Registering Log Listener [Log4j
> (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 1655172 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
> authorization module.
>    [junit4]   2> 1655172 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.CoreContainer No authentication plugin used.
>    [junit4]   2> 1655172 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores
>    [junit4]   2> 1655173 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
> config=solrconfig-basic.xml, loadOnStartup=true,
> schema=schema-distrib-interval-faceting.xml,
> configSetProperties=configsetprops.json, transient=false, dataDir=data/,
> configSet=collection1}
>    [junit4]   2> 1655173 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.CorePropertiesLocator Found core collection1 in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores/collection1
>    [junit4]   2> 1655173 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.c.CorePropertiesLocator Found 1 core definitions
>    [junit4]   2> 1655173 INFO  (coreLoadExecutor-5069-thread-1) [    ]
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
>    [junit4]   2> 1655173 INFO  (coreLoadExecutor-5069-thread-1) [    ]
> o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 1655173 INFO  (coreLoadExecutor-5069-thread-1) [    ]
> o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
> system property or JNDI)
>    [junit4]   2> 1655173 INFO  (coreLoadExecutor-5069-thread-1) [    ]
> o.a.s.c.SolrResourceLoader Adding
> 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
> to classloader
>    [junit4]   2> 1655173 INFO  (coreLoadExecutor-5069-thread-1) [    ]
> o.a.s.c.SolrResourceLoader Adding
> 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README'
> to classloader
>    [junit4]   2> 1655177 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.s.SolrDispatchFilter
> user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
>    [junit4]   2> 1655177 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
>    [junit4]   2> 1655184 INFO  (coreLoadExecutor-5069-thread-1) [    ]
> o.a.s.c.SolrConfig current version of requestparams : -1
>    [junit4]   2> 1655186 INFO  (coreLoadExecutor-5069-thread-1) [    ]
> o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
>    [junit4]   2> 1655198 INFO  (coreLoadExecutor-5069-thread-1) [    ]
> o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-basic.xml
>    [junit4]   2> 1655199 INFO  (coreLoadExecutor-5069-thread-1) [    ]
> o.a.s.s.IndexSchema [collection1] Schema name=test
>    [junit4]   2> 1655203 INFO  (coreLoadExecutor-5069-thread-1) [    ]
> o.a.s.s.IndexSchema default search field in schema is id
>    [junit4]   2> 1655203 INFO  (coreLoadExecutor-5069-thread-1) [    ]
> o.a.s.s.IndexSchema unique key field: id
>    [junit4]   2> 1655204 INFO  (coreLoadExecutor-5069-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-master-Linux/solr/core/src/test-files/solr/collection1'
>    [junit4]   2> 1655204 INFO  (coreLoadExecutor-5069-thread-1) [    ]
> o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration
> from configset
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
>    [junit4]   2> 1655204 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 1655204 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
> [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
> dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores/collection1/data/]
>    [junit4]   2> 1655204 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
> collection1
>    [junit4]   2> 1655204 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores/collection1/data
>    [junit4]   2> 1655204 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
> new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores/collection1/data/index/
>    [junit4]   2> 1655205 WARN  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
> '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores/collection1/data/index'
> doesn't exist. Creating new index...
>    [junit4]   2> 1655205 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores/collection1/data/index
>    [junit4]   2> 1655205 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
> org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
> maxMergeAtOnce=33, maxMergeAtOnceExplicit=21,
> maxMergedSegmentMB=26.6904296875, floorSegmentMB=0.86328125,
> forceMergeDeletesPctAllowed=24.286547446656527, segmentsPerTier=23.0,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.32311255062788713
>    [junit4]   2> 1655205 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
> commits: num=1
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 1655205 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>    [junit4]   2> 1655205 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-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores/collection1/data/
>    [junit4]   2> 1655205 WARN
> (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1]
> o.a.s.c.DirectoryFactory
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores/collection1/data/
> does not point to a valid data directory; skipping clean-up of old index
> directories.
>    [junit4]   2> 1655206 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
> default, creating implicit default
>    [junit4]   2> 1655207 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1655207 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1655208 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1655208 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1655208 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.c.RequestHandlers Registered paths:
> /admin/mbeans,standard,/update/csv,/sql,/update/json/docs,/admin/luke,/graph,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
>    [junit4]   2> 1655209 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
> org.apache.solr.search.stats.LocalStatsCache
>    [junit4]   2> 1655209 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 1655209 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 1655209 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
> org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
> maxMergeAtOnce=42, maxMergeAtOnceExplicit=13,
> maxMergedSegmentMB=87.7109375, floorSegmentMB=1.8583984375,
> forceMergeDeletesPctAllowed=23.3366584307623, segmentsPerTier=43.0,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.134413924129668
>    [junit4]   2> 1655209 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit:
> commits: num=1
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 1655209 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>    [junit4]   2> 1655209 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1827b6a1[collection1]
> main]
>    [junit4]   2> 1655209 WARN  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config
> directory
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
> switching to use InMemory storage instead.
>    [junit4]   2> 1655210 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
> {}
>    [junit4]   2> 1655210 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json
> using InMemoryStorage
>    [junit4]   2> 1655210 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.r.RestManager Initializing 0 registered
> ManagedResources
>    [junit4]   2> 1655210 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for
> 10000
>    [junit4]   2> 1655210 INFO
> (searcherExecutor-5070-thread-1-processing-x:collection1) [
> x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@1827b6a1[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 1655210 INFO  (coreLoadExecutor-5069-thread-1) [
> x:collection1] o.a.s.c.CoreContainer registering core: collection1
>    [junit4]   2> 1655678 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.a.s.SolrTestCaseJ4 ###Starting test
>    [junit4]   2> 1655709 INFO  (qtp1431873173-11490) [    x:collection1]
> o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
>    [junit4]   2> 1655710 INFO  (qtp1431873173-11490) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
>    [junit4]   2> 1655733 INFO  (qtp804215127-11509) [    x:collection1]
> o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
>    [junit4]   2> 1655733 INFO  (qtp804215127-11509) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
>    [junit4]   2> 1655736 INFO  (qtp1431873173-11497) [    x:collection1]
> o.a.s.u.DirectUpdateHandler2 start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1655736 INFO  (qtp1431873173-11497) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1
> ),segFN=segments_1,generation=1}
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1
> ),segFN=segments_2,generation=2}
>    [junit4]   2> 1655737 INFO  (qtp1431873173-11497) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy newest commit generation = 2
>    [junit4]   2> 1655738 INFO  (qtp1431873173-11497) [    x:collection1]
> o.a.s.s.SolrIndexSearcher Opening [Searcher@2f762385[collection1] main]
>    [junit4]   2> 1655738 INFO  (qtp1431873173-11497) [    x:collection1]
> o.a.s.u.DirectUpdateHandler2 end_commit_flush
>    [junit4]   2> 1655738 INFO
> (searcherExecutor-5060-thread-1-processing-x:collection1) [
> x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@2f762385[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 1655738 INFO  (qtp1431873173-11497) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update
> params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
> 0 2
>    [junit4]   2> 1655741 INFO  (qtp804215127-11516) [    x:collection1]
> o.a.s.u.DirectUpdateHandler2 start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1655742 INFO  (qtp804215127-11516) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2
> ),segFN=segments_1,generation=1}
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2
> ),segFN=segments_2,generation=2}
>    [junit4]   2> 1655742 INFO  (qtp804215127-11516) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy newest commit generation = 2
>    [junit4]   2> 1655743 INFO  (qtp804215127-11516) [    x:collection1]
> o.a.s.s.SolrIndexSearcher Opening [Searcher@1e047605[collection1] main]
>    [junit4]   2> 1655743 INFO  (qtp804215127-11516) [    x:collection1]
> o.a.s.u.DirectUpdateHandler2 end_commit_flush
>    [junit4]   2> 1655743 INFO
> (searcherExecutor-5070-thread-1-processing-x:collection1) [
> x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@1e047605[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 1655743 INFO  (qtp804215127-11516) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update
> params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
> 0 1
>    [junit4]   2> 1655746 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[0]} 0 1
>    [junit4]   2> 1655748 INFO  (qtp804215127-11515) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[0]} 0 0
>    [junit4]   2> 1655751 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[1]} 0 0
>    [junit4]   2> 1655754 INFO  (qtp804215127-11515) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[1]} 0 0
>    [junit4]   2> 1655756 INFO  (qtp1431873173-11490) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[2]} 0 0
>    [junit4]   2> 1655759 INFO  (qtp804215127-11509) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[2]} 0 0
>    [junit4]   2> 1655762 INFO  (qtp1431873173-11492) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[3]} 0 0
>    [junit4]   2> 1655765 INFO  (qtp804215127-11515) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[3]} 0 0
>    [junit4]   2> 1655768 INFO  (qtp1431873173-11492) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[4]} 0 0
>    [junit4]   2> 1655771 INFO  (qtp804215127-11515) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[4]} 0 0
>    [junit4]   2> 1655775 INFO  (qtp1431873173-11492) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{deleteByQuery=id:4} 0 0
>    [junit4]   2> 1655778 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{deleteByQuery=id:4} 0 0
>    [junit4]   2> 1655780 INFO  (qtp1431873173-11492) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[5]} 0 0
>    [junit4]   2> 1655783 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[5]} 0 0
>    [junit4]   2> 1655785 INFO  (qtp1431873173-11490) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[6]} 0 0
>    [junit4]   2> 1655787 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[6]} 0 0
>    [junit4]   2> 1655789 INFO  (qtp1431873173-11490) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[7]} 0 0
>    [junit4]   2> 1655791 INFO  (qtp804215127-11515) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[7]} 0 0
>    [junit4]   2> 1655793 INFO  (qtp1431873173-11490) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[8]} 0 0
>    [junit4]   2> 1655795 INFO  (qtp804215127-11515) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[8]} 0 0
>    [junit4]   2> 1655798 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.DirectUpdateHandler2 start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1655806 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1
> ),segFN=segments_2,generation=2}
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1
> ),segFN=segments_3,generation=3}
>    [junit4]   2> 1655806 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy newest commit generation = 3
>    [junit4]   2> 1655807 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.s.SolrIndexSearcher Opening [Searcher@228e5db9[collection1] main]
>    [junit4]   2> 1655807 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.DirectUpdateHandler2 end_commit_flush
>    [junit4]   2> 1655807 INFO
> (searcherExecutor-5060-thread-1-processing-x:collection1) [
> x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@228e5db9[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C9/1:delGen=1)))}
>    [junit4]   2> 1655807 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update
> params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
> 0 9
>    [junit4]   2> 1655811 INFO  (qtp804215127-11515) [    x:collection1]
> o.a.s.u.DirectUpdateHandler2 start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1655816 INFO  (qtp804215127-11515) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2
> ),segFN=segments_2,generation=2}
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2
> ),segFN=segments_3,generation=3}
>    [junit4]   2> 1655816 INFO  (qtp804215127-11515) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy newest commit generation = 3
>    [junit4]   2> 1655817 INFO  (qtp804215127-11515) [    x:collection1]
> o.a.s.s.SolrIndexSearcher Opening [Searcher@2147d4ad[collection1] main]
>    [junit4]   2> 1655817 INFO  (qtp804215127-11515) [    x:collection1]
> o.a.s.u.DirectUpdateHandler2 end_commit_flush
>    [junit4]   2> 1655817 INFO
> (searcherExecutor-5070-thread-1-processing-x:collection1) [
> x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@2147d4ad[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C9/1:delGen=1)))}
>    [junit4]   2> 1655817 INFO  (qtp804215127-11515) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update
> params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
> 0 6
>    [junit4]   2> 1655820 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[9]} 0 0
>    [junit4]   2> 1655823 INFO  (qtp804215127-11509) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[9]} 0 0
>    [junit4]   2> 1655826 INFO  (qtp1431873173-11492) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[10]} 0 0
>    [junit4]   2> 1655829 INFO  (qtp804215127-11516) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[10]} 0 0
>    [junit4]   2> 1655831 INFO  (qtp1431873173-11493) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[11]} 0 0
>    [junit4]   2> 1655834 INFO  (qtp804215127-11516) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[11]} 0 1
>    [junit4]   2> 1655836 INFO  (qtp1431873173-11490) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[12]} 0 0
>    [junit4]   2> 1655839 INFO  (qtp804215127-11509) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[12]} 0 0
>    [junit4]   2> 1655842 INFO  (qtp1431873173-11495) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[13]} 0 0
>    [junit4]   2> 1655843 INFO  (qtp804215127-11515) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[13]} 0 0
>    [junit4]   2> 1655846 INFO  (qtp1431873173-11490) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[14]} 0 0
>    [junit4]   2> 1655848 INFO  (qtp804215127-11514) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[14]} 0 0
>    [junit4]   2> 1655851 INFO  (qtp1431873173-11492) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[15]} 0 0
>    [junit4]   2> 1655853 INFO  (qtp804215127-11514) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[15]} 0 0
>    [junit4]   2> 1655855 INFO  (qtp1431873173-11490) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[16]} 0 0
>    [junit4]   2> 1655857 INFO  (qtp804215127-11514) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[16]} 0 0
>    [junit4]   2> 1655859 INFO  (qtp1431873173-11493) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[17]} 0 0
>    [junit4]   2> 1655862 INFO  (qtp804215127-11509) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[17]} 0 0
>    [junit4]   2> 1655864 INFO  (qtp1431873173-11495) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[18]} 0 0
>    [junit4]   2> 1655867 INFO  (qtp804215127-11515) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[18]} 0 0
>    [junit4]   2> 1655869 INFO  (qtp1431873173-11495) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[19]} 0 0
>    [junit4]   2> 1655872 INFO  (qtp804215127-11515) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[19]} 0 0
>    [junit4]   2> 1655875 INFO  (qtp1431873173-11495) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[20]} 0 0
>    [junit4]   2> 1655877 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[20]} 0 0
>    [junit4]   2> 1655880 INFO  (qtp1431873173-11490) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[21]} 0 0
>    [junit4]   2> 1655883 INFO  (qtp804215127-11514) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[21]} 0 0
>    [junit4]   2> 1655886 INFO  (qtp1431873173-11497) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[22]} 0 0
>    [junit4]   2> 1655889 INFO  (qtp804215127-11510) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[22]} 0 0
>    [junit4]   2> 1655891 INFO  (qtp1431873173-11491) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[23]} 0 0
>    [junit4]   2> 1655895 INFO  (qtp804215127-11511) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[23]} 0 0
>    [junit4]   2> 1655898 INFO  (qtp1431873173-11492) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[24]} 0 0
>    [junit4]   2> 1655900 INFO  (qtp804215127-11511) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[24]} 0 0
>    [junit4]   2> 1655902 INFO  (qtp1431873173-11491) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[25]} 0 0
>    [junit4]   2> 1655904 INFO  (qtp804215127-11511) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[25]} 0 0
>    [junit4]   2> 1655907 INFO  (qtp1431873173-11497) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[26]} 0 0
>    [junit4]   2> 1655910 INFO  (qtp804215127-11511) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[26]} 0 0
>    [junit4]   2> 1655911 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.DirectUpdateHandler2 start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1655918 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1
> ),segFN=segments_3,generation=3}
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1
> ),segFN=segments_4,generation=4}
>    [junit4]   2> 1655918 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy newest commit generation = 4
>    [junit4]   2> 1655919 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.s.SolrIndexSearcher Opening [Searcher@55e18b24[collection1] main]
>    [junit4]   2> 1655919 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.DirectUpdateHandler2 end_commit_flush
>    [junit4]   2> 1655919 INFO
> (searcherExecutor-5060-thread-1-processing-x:collection1) [
> x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@55e18b24[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C9/1:delGen=1)
> Uninverting(_1(7.0.0):C18)))}
>    [junit4]   2> 1655919 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update
> params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
> 0 7
>    [junit4]   2> 1655921 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.u.DirectUpdateHandler2 start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1655927 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2
> ),segFN=segments_3,generation=3}
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2
> ),segFN=segments_4,generation=4}
>    [junit4]   2> 1655927 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy newest commit generation = 4
>    [junit4]   2> 1655927 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.s.SolrIndexSearcher Opening [Searcher@7ee352fe[collection1] main]
>    [junit4]   2> 1655927 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.u.DirectUpdateHandler2 end_commit_flush
>    [junit4]   2> 1655927 INFO
> (searcherExecutor-5070-thread-1-processing-x:collection1) [
> x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@7ee352fe[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C9/1:delGen=1)
> Uninverting(_1(7.0.0):C18)))}
>    [junit4]   2> 1655928 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update
> params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
> 0 6
>    [junit4]   2> 1655931 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[27]} 0 0
>    [junit4]   2> 1655935 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[27]} 0 1
>    [junit4]   2> 1655937 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[28]} 0 0
>    [junit4]   2> 1655939 INFO  (qtp804215127-11511) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[28]} 0 0
>    [junit4]   2> 1655941 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[29]} 0 0
>    [junit4]   2> 1655944 INFO  (qtp804215127-11511) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[29]} 0 0
>    [junit4]   2> 1655946 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[30]} 0 0
>    [junit4]   2> 1655948 INFO  (qtp804215127-11511) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[30]} 0 0
>    [junit4]   2> 1655950 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[31]} 0 0
>    [junit4]   2> 1655951 INFO  (qtp804215127-11510) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[31]} 0 0
>    [junit4]   2> 1655954 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[32]} 0 0
>    [junit4]   2> 1655970 INFO  (qtp804215127-11510) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[32]} 0 0
>    [junit4]   2> 1655972 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[33]} 0 0
>    [junit4]   2> 1655974 INFO  (qtp804215127-11510) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[33]} 0 0
>    [junit4]   2> 1655976 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[34]} 0 0
>    [junit4]   2> 1655979 INFO  (qtp804215127-11510) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[34]} 0 0
>    [junit4]   2> 1655981 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[35]} 0 0
>    [junit4]   2> 1655983 INFO  (qtp804215127-11510) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[35]} 0 0
>    [junit4]   2> 1655985 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[36]} 0 0
>    [junit4]   2> 1655987 INFO  (qtp804215127-11510) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[36]} 0 0
>    [junit4]   2> 1655989 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[37]} 0 0
>    [junit4]   2> 1655991 INFO  (qtp804215127-11510) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[37]} 0 0
>    [junit4]   2> 1655993 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[38]} 0 0
>    [junit4]   2> 1655995 INFO  (qtp804215127-11510) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[38]} 0 0
>    [junit4]   2> 1655997 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[39]} 0 0
>    [junit4]   2> 1655999 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[39]} 0 0
>    [junit4]   2> 1656001 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[40]} 0 0
>    [junit4]   2> 1656003 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[40]} 0 0
>    [junit4]   2> 1656005 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[41]} 0 0
>    [junit4]   2> 1656007 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[41]} 0 0
>    [junit4]   2> 1656009 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[42]} 0 0
>    [junit4]   2> 1656011 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[42]} 0 0
>    [junit4]   2> 1656013 INFO  (qtp1431873173-11493) [    x:collection1]
> o.a.s.u.DirectUpdateHandler2 start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1656019 INFO  (qtp1431873173-11493) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1
> ),segFN=segments_4,generation=4}
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1
> ),segFN=segments_5,generation=5}
>    [junit4]   2> 1656020 INFO  (qtp1431873173-11493) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy newest commit generation = 5
>    [junit4]   2> 1656020 INFO  (qtp1431873173-11493) [    x:collection1]
> o.a.s.s.SolrIndexSearcher Opening [Searcher@3f1251f5[collection1] main]
>    [junit4]   2> 1656020 INFO  (qtp1431873173-11493) [    x:collection1]
> o.a.s.u.DirectUpdateHandler2 end_commit_flush
>    [junit4]   2> 1656020 INFO
> (searcherExecutor-5060-thread-1-processing-x:collection1) [
> x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@3f1251f5[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C9/1:delGen=1)
> Uninverting(_1(7.0.0):C18) Uninverting(_2(7.0.0):C16)))}
>    [junit4]   2> 1656020 INFO  (qtp1431873173-11493) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update
> params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
> 0 7
>    [junit4]   2> 1656023 INFO  (qtp804215127-11511) [    x:collection1]
> o.a.s.u.DirectUpdateHandler2 start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1656029 INFO  (qtp804215127-11511) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2
> ),segFN=segments_4,generation=4}
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2
> ),segFN=segments_5,generation=5}
>    [junit4]   2> 1656029 INFO  (qtp804215127-11511) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy newest commit generation = 5
>    [junit4]   2> 1656029 INFO  (qtp804215127-11511) [    x:collection1]
> o.a.s.s.SolrIndexSearcher Opening [Searcher@60aff4c5[collection1] main]
>    [junit4]   2> 1656029 INFO  (qtp804215127-11511) [    x:collection1]
> o.a.s.u.DirectUpdateHandler2 end_commit_flush
>    [junit4]   2> 1656029 INFO
> (searcherExecutor-5070-thread-1-processing-x:collection1) [
> x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@60aff4c5[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C9/1:delGen=1)
> Uninverting(_1(7.0.0):C18) Uninverting(_2(7.0.0):C16)))}
>    [junit4]   2> 1656029 INFO  (qtp804215127-11511) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update
> params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
> 0 6
>    [junit4]   2> 1656033 INFO  (qtp1431873173-11493) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[43]} 0 1
>    [junit4]   2> 1656035 INFO  (qtp804215127-11511) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[43]} 0 0
>    [junit4]   2> 1656037 INFO  (qtp1431873173-11493) [    x:collection1]
> o.a.s.u.DirectUpdateHandler2 start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1656041 INFO  (qtp1431873173-11493) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1
> ),segFN=segments_5,generation=5}
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1
> ),segFN=segments_6,generation=6}
>    [junit4]   2> 1656041 INFO  (qtp1431873173-11493) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy newest commit generation = 6
>    [junit4]   2> 1656041 INFO  (qtp1431873173-11493) [    x:collection1]
> o.a.s.s.SolrIndexSearcher Opening [Searcher@45fa5194[collection1] main]
>    [junit4]   2> 1656041 INFO  (qtp1431873173-11493) [    x:collection1]
> o.a.s.u.DirectUpdateHandler2 end_commit_flush
>    [junit4]   2> 1656041 INFO
> (searcherExecutor-5060-thread-1-processing-x:collection1) [
> x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@45fa5194[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C9/1:delGen=1)
> Uninverting(_1(7.0.0):C18) Uninverting(_2(7.0.0):C16)
> Uninverting(_3(7.0.0):C1)))}
>    [junit4]   2> 1656041 INFO  (qtp1431873173-11493) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update
> params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
> 0 4
>    [junit4]   2> 1656044 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.u.DirectUpdateHandler2 start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1656047 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2
> ),segFN=segments_5,generation=5}
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2
> ),segFN=segments_6,generation=6}
>    [junit4]   2> 1656047 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy newest commit generation = 6
>    [junit4]   2> 1656047 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.s.SolrIndexSearcher Opening [Searcher@36c07d38[collection1] main]
>    [junit4]   2> 1656047 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.u.DirectUpdateHandler2 end_commit_flush
>    [junit4]   2> 1656047 INFO
> (searcherExecutor-5070-thread-1-processing-x:collection1) [
> x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@36c07d38[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C9/1:delGen=1)
> Uninverting(_1(7.0.0):C18) Uninverting(_2(7.0.0):C16)
> Uninverting(_3(7.0.0):C1)))}
>    [junit4]   2> 1656047 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update
> params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
> 0 3
>    [junit4]   2> 1656051 INFO  (qtp1431873173-11493) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[44]} 0 0
>    [junit4]   2> 1656053 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[44]} 0 0
>    [junit4]   2> 1656055 INFO  (qtp1431873173-11493) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[45]} 0 0
>    [junit4]   2> 1656057 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[45]} 0 0
>    [junit4]   2> 1656060 INFO  (qtp1431873173-11492) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[46]} 0 0
>    [junit4]   2> 1656062 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[46]} 0 0
>    [junit4]   2> 1656064 INFO  (qtp1431873173-11492) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[47]} 0 0
>    [junit4]   2> 1656066 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[47]} 0 0
>    [junit4]   2> 1656068 INFO  (qtp1431873173-11492) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[48]} 0 0
>    [junit4]   2> 1656070 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[48]} 0 0
>    [junit4]   2> 1656073 INFO  (qtp1431873173-11492) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[49]} 0 0
>    [junit4]   2> 1656075 INFO  (qtp804215127-11509) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[49]} 0 0
>    [junit4]   2> 1656078 INFO  (qtp1431873173-11492) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[50]} 0 0
>    [junit4]   2> 1656080 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[50]} 0 0
>    [junit4]   2> 1656081 INFO  (qtp1431873173-11492) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[51]} 0 0
>    [junit4]   2> 1656083 INFO  (qtp804215127-11510) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[51]} 0 0
>    [junit4]   2> 1656086 INFO  (qtp1431873173-11492) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[52]} 0 0
>    [junit4]   2> 1656088 INFO  (qtp804215127-11516) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[52]} 0 0
>    [junit4]   2> 1656090 INFO  (qtp1431873173-11493) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[53]} 0 0
>    [junit4]   2> 1656092 INFO  (qtp804215127-11511) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[53]} 0 0
>    [junit4]   2> 1656093 INFO  (qtp1431873173-11495) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[54]} 0 0
>    [junit4]   2> 1656095 INFO  (qtp804215127-11511) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[54]} 0 0
>    [junit4]   2> 1656098 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[55]} 0 0
>    [junit4]   2> 1656101 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[55]} 0 0
>    [junit4]   2> 1656103 INFO  (qtp1431873173-11490) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[56]} 0 0
>    [junit4]   2> 1656105 INFO  (qtp804215127-11514) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[56]} 0 0
>    [junit4]   2> 1656107 INFO  (qtp1431873173-11493) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[57]} 0 0
>    [junit4]   2> 1656110 INFO  (qtp804215127-11510) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[57]} 0 0
>    [junit4]   2> 1656113 INFO  (qtp1431873173-11497) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[58]} 0 0
>    [junit4]   2> 1656115 INFO  (qtp804215127-11510) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[58]} 0 0
>    [junit4]   2> 1656117 INFO  (qtp1431873173-11493) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[59]} 0 0
>    [junit4]   2> 1656119 INFO  (qtp804215127-11510) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[59]} 0 0
>    [junit4]   2> 1656121 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[60]} 0 0
>    [junit4]   2> 1656123 INFO  (qtp804215127-11509) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[60]} 0 0
>    [junit4]   2> 1656125 INFO  (qtp1431873173-11493) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[61]} 0 0
>    [junit4]   2> 1656127 INFO  (qtp804215127-11510) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[61]} 0 0
>    [junit4]   2> 1656129 INFO  (qtp1431873173-11490) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[62]} 0 0
>    [junit4]   2> 1656131 INFO  (qtp804215127-11514) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[62]} 0 0
>    [junit4]   2> 1656132 INFO  (qtp1431873173-11490) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[63]} 0 0
>    [junit4]   2> 1656135 INFO  (qtp804215127-11516) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[63]} 0 0
>    [junit4]   2> 1656136 INFO  (qtp1431873173-11492) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[64]} 0 0
>    [junit4]   2> 1656138 INFO  (qtp804215127-11516) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[64]} 0 0
>    [junit4]   2> 1656140 INFO  (qtp1431873173-11491) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[65]} 0 0
>    [junit4]   2> 1656142 INFO  (qtp804215127-11516) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[65]} 0 0
>    [junit4]   2> 1656144 INFO  (qtp1431873173-11495) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[66]} 0 0
>    [junit4]   2> 1656146 INFO  (qtp804215127-11509) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[66]} 0 0
>    [junit4]   2> 1656148 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[67]} 0 0
>    [junit4]   2> 1656150 INFO  (qtp804215127-11510) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[67]} 0 0
>    [junit4]   2> 1656151 INFO  (qtp1431873173-11493) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[68]} 0 0
>    [junit4]   2> 1656153 INFO  (qtp804215127-11510) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[68]} 0 0
>    [junit4]   2> 1656155 INFO  (qtp1431873173-11491) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[69]} 0 0
>    [junit4]   2> 1656157 INFO  (qtp804215127-11510) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[69]} 0 0
>    [junit4]   2> 1656159 INFO  (qtp1431873173-11490) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[70]} 0 0
>    [junit4]   2> 1656162 INFO  (qtp804215127-11509) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[70]} 0 0
>    [junit4]   2> 1656164 INFO  (qtp1431873173-11490) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[71]} 0 0
>    [junit4]   2> 1656167 INFO  (qtp804215127-11515) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[71]} 0 0
>    [junit4]   2> 1656168 INFO  (qtp1431873173-11492) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[72]} 0 0
>    [junit4]   2> 1656170 INFO  (qtp804215127-11510) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[72]} 0 0
>    [junit4]   2> 1656172 INFO  (qtp1431873173-11495) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[73]} 0 0
>    [junit4]   2> 1656174 INFO  (qtp804215127-11510) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[73]} 0 0
>    [junit4]   2> 1656176 INFO  (qtp1431873173-11491) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[74]} 0 0
>    [junit4]   2> 1656178 INFO  (qtp804215127-11510) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[74]} 0 0
>    [junit4]   2> 1656180 INFO  (qtp1431873173-11491) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[75]} 0 0
>    [junit4]   2> 1656182 INFO  (qtp804215127-11511) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[75]} 0 0
>    [junit4]   2> 1656184 INFO  (qtp1431873173-11491) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[76]} 0 0
>    [junit4]   2> 1656186 INFO  (qtp804215127-11509) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[76]} 0 0
>    [junit4]   2> 1656188 INFO  (qtp1431873173-11491) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[77]} 0 0
>    [junit4]   2> 1656190 INFO  (qtp804215127-11514) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[77]} 0 0
>    [junit4]   2> 1656191 INFO  (qtp1431873173-11493) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[78]} 0 0
>    [junit4]   2> 1656193 INFO  (qtp804215127-11512) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[78]} 0 0
>    [junit4]   2> 1656195 INFO  (qtp1431873173-11490) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[79]} 0 0
>    [junit4]   2> 1656196 INFO  (qtp804215127-11515) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[79]} 0 0
>    [junit4]   2> 1656199 INFO  (qtp1431873173-11495) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[80]} 0 0
>    [junit4]   2> 1656200 INFO  (qtp804215127-11509) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[80]} 0 0
>    [junit4]   2> 1656202 INFO  (qtp1431873173-11497) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[81]} 0 0
>    [junit4]   2> 1656204 INFO  (qtp804215127-11510) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu
> path=/update params={wt=javabin&version=2}{add=[81]} 0 0
>    [junit4]   2> 1656206 INFO  (qtp1431873173-11496) [    x:collection1]
> o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b
>
> [...truncated too long message...]
>
> ue
>    [junit4]   2> 1916351 INFO  (coreCloseExecutor-5160-thread-1) [
> x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard2/cores/collection1/data/index
>    [junit4]   2> 1916351 INFO
> (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ]
> o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@26e29137
> {/b/xu,null,UNAVAILABLE}
>    [junit4]   2> NOTE: reproduce with: ant test
> -Dtestcase=DistributedIntervalFacetingTest -Dtests.method=test
> -Dtests.seed=52D9DBDA9E5F41DF -Dtests.multiplier=3 -Dtests.slow=true
> -Dtests.locale=es-EC -Dtests.timezone=Australia/North -Dtests.asserts=true
> -Dtests.file.encoding=US-ASCII
>    [junit4] ERROR    262s J0 | DistributedIntervalFacetingTest.test <<<
>    [junit4]    > Throwable #1:
> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
> from server at https://127.0.0.1:44499/b/xu/collection1: Impossible
> Exception
>    [junit4]    >        at
> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
>    [junit4]    >        at
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
>    [junit4]    >        at
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
>    [junit4]    >        at
> org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
>    [junit4]    >        at
> org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
>    [junit4]    >        at
> org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
>    [junit4]    >        at
> org.apache.solr.BaseDistributedSearchTestCase.queryServer(BaseDistributedSearchTestCase.java:557)
>    [junit4]    >        at
> org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:605)
>    [junit4]    >        at
> org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:574)
>    [junit4]    >        at
> org.apache.solr.DistributedIntervalFacetingTest.doTestQuery(DistributedIntervalFacetingTest.java:190)
>    [junit4]    >        at
> org.apache.solr.DistributedIntervalFacetingTest.testRandom(DistributedIntervalFacetingTest.java:159)
>    [junit4]    >        at
> org.apache.solr.DistributedIntervalFacetingTest.test(DistributedIntervalFacetingTest.java:45)
>    [junit4]    >        at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1011)
>    [junit4]    >        at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)Throwable
> #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
> uncaught exception in thread: Thread[id=11697, name=qtp2139823292-11697,
> state=RUNNABLE, group=TGRP-DistributedIntervalFacetingTest]
>    [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
>    [junit4]   2> 1916356 INFO
> (SUITE-DistributedIntervalFacetingTest-seed#[52D9DBDA9E5F41DF]-worker) [
> ] o.a.s.SolrTestCaseJ4 ###deleteCore
>    [junit4]   2> NOTE: leaving temporary files on disk at:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62):
> {test_ds_dv=FST50, n_l1=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> test_fs_dv=FSTOrd50, n_dt1=PostingsFormat(name=MockRandom),
> n_td1=PostingsFormat(name=MockRandom),
> n_d1=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> n_f1=PostingsFormat(name=MockRandom), n_ti1=FSTOrd50, rnd_b=FSTOrd50,
> n_tl1=PostingsFormat(name=MockRandom),
> n_tf1=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> test_l_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> n_tdt1=PostingsFormat(name=LuceneVarGapDocFreqInterval), test_ls_dv=FST50,
> test_f_dv=PostingsFormat(name=MockRandom), id=FSTOrd50,
> test_d_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval)},
> docValues:{test_is_dv=DocValuesFormat(name=Direct),
> id_dv=DocValuesFormat(name=Direct),
> test_ds_dv=DocValuesFormat(name=Memory),
> test_ss_dv=DocValuesFormat(name=Lucene54),
> test_s_dv=DocValuesFormat(name=Memory),
> test_i_dv=DocValuesFormat(name=Asserting),
> test_l_dv=DocValuesFormat(name=Direct),
> test_fs_dv=DocValuesFormat(name=Asserting),
> test_ls_dv=DocValuesFormat(name=Memory),
> test_f_dv=DocValuesFormat(name=Lucene54),
> test_d_dv=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1000,
> maxMBSortInHeap=6.548176911484058,
> sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=es-EC,
> timezone=Australia/North
>    [junit4]   2> NOTE: Linux 4.4.0-21-generic amd64/Oracle Corporation
> 1.8.0_92 (64-bit)/cpus=12,threads=1,free=9339160,total=518979584
>    [junit4]   2> NOTE: All tests run in this JVM: [ReturnFieldsTest,
> AnalyticsQueryTest, JsonLoaderTest, TestComponentsName,
> TestManagedSynonymFilterFactory, OutputWriterTest, RankQueryTest,
> DocumentAnalysisRequestHandlerTest,
> TestOverriddenPrefixQueryForCustomFieldType, TestStressLucene,
> TestTolerantUpdateProcessorRandomCloud, TestJoin,
> DistributedFacetPivotLargeTest, TestSolrCloudWithKerberosAlt,
> TestDistributedStatsComponentCardinality, TestAnalyzeInfixSuggestions,
> OverseerCollectionConfigSetProcessorTest, TestRemoteStreaming,
> TestMiniSolrCloudClusterBase, PolyFieldTest, TestShardHandlerFactory,
> RequiredFieldsTest, TestLMDirichletSimilarityFactory,
> TestSortingResponseWriter, DistributedSpellCheckComponentTest, TestSolrXml,
> TestDocSet, CloneFieldUpdateProcessorFactoryTest, SOLR749Test,
> EchoParamsTest, RAMDirectoryFactoryTest, PreAnalyzedFieldTest,
> TestConfigReload, TestConfigSetsAPIExclusivity, StressHdfsTest,
> TestDynamicLoading, HdfsTlogReplayBufferedWhileIndexingTest,
> CdcrUpdateLogTest, TestSha256AuthenticationProvider,
> CloudExitableDirectoryReaderTest, TestSchemaNameResource, TestJsonRequest,
> CursorPagingTest, TestPhraseSuggestions, HdfsRestartWhileUpdatingTest,
> RulesTest, HLLSerializationTest, TestAuthorizationFramework,
> TestCustomSort, HdfsChaosMonkeyNothingIsSafeTest,
> TestPerFieldSimilarityWithDefaultOverride, MultiThreadedOCPTest,
> TestCloudBackupRestore, TestReplicaProperties, ResponseLogComponentTest,
> ExternalFileFieldSortTest, IndexSchemaRuntimeFieldTest,
> CachingDirectoryFactoryTest, SyncSliceTest, QueryEqualityTest,
> TestAtomicUpdateErrorCases, SpatialHeatmapFacetsTest, TestCloudPivotFacet,
> TestCrossCoreJoin, TestOnReconnectListenerSupport,
> CreateCollectionCleanupTest, CollectionTooManyReplicasTest,
> StandardRequestHandlerTest, TestXmlQParser, HdfsLockFactoryTest,
> BitVectorTest, DateFieldTest, TestStandardQParsers,
> TestMaxScoreQueryParser, TestFaceting, UUIDFieldTest,
> AsyncCallRequestStatusResponseTest, TestArbitraryIndexDir, TestLazyCores,
> TestLuceneMatchVersion, TestFoldingMultitermQuery,
> DeleteLastCustomShardedReplicaTest, DateRangeFieldTest, TestBinaryField,
> ConnectionReuseTest, IndexSchemaTest, TestClassicSimilarityFactory,
> TestInitParams, CacheHeaderTest, VMParamsZkACLAndCredentialsProvidersTest,
> ReplicationFactorTest, TestDynamicFieldCollectionResource, TestDistribIDF,
> GraphQueryTest, TestFreeTextSuggestions, SolrCoreTest,
> BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test,
> OverseerTest, LeaderElectionIntegrationTest, LeaderElectionTest,
> AutoCommitTest, TestRecovery, ZkControllerTest, SimpleFacetsTest,
> SpellCheckComponentTest, SimplePostToolTest, AnalysisAfterCoreReloadTest,
> TestExtendedDismaxParser, TestTrie, TestCSVLoader,
> TestWordDelimiterFilterFactory, SortByFunctionTest,
> TestSolrDeletionPolicy1, DebugComponentTest, DisMaxRequestHandlerTest,
> TestQueryUtils, TestWriterPerf, TestOmitPositions, RequestHandlersTest,
> TestValueSourceCache, TestIndexingPerformance, LoggingHandlerTest,
> UpdateRequestProcessorFactoryTest, MBeansHandlerTest,
> TestPHPSerializedResponseWriter, HighlighterConfigTest, CopyFieldTest,
> TestStressRecovery, TestSystemIdResolver, TestSuggestSpellingConverter,
> TestSolrJ, TestUtils, ZkNodePropsTest, SystemInfoHandlerTest,
> CircularListTest, TestRTGBase, DistributedIntervalFacetingTest]
>    [junit4] Completed [447/597 (1!)] on J0 in 261.83s, 1 test, 1 error <<<
> FAILURES!
>
> [...truncated 463 lines...]
>    [junit4] JVM J0: stdout was not empty, see:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20160516_095317_205.sysout
>    [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
>    [junit4] java.lang.OutOfMemoryError: Java heap space
>    [junit4] Dumping heap to
> /home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid21182.hprof
> ...
>    [junit4] Heap dump file created [535835390 bytes in 1.654 secs]
>    [junit4] <<< JVM J0: EOF ----
>
> [...truncated 17 lines...]
> BUILD FAILED
> /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The
> following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The
> following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The
> following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The
> following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:529:
> The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457:
> The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014:
> There were test failures: 597 suites (10 ignored), 2413 tests, 1 error, 115
> ignored (71 assumptions) [seed: 52D9DBDA9E5F41DF]
>
> Total time: 63 minutes 44 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> [WARNINGS] Skipping publisher since build result is FAILURE
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>

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

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

1 tests failed.
FAILED:  org.apache.solr.DistributedIntervalFacetingTest.test

Error Message:
Error from server at https://127.0.0.1:44499/b/xu/collection1: Impossible Exception

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:44499/b/xu/collection1: Impossible Exception
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase.queryServer(BaseDistributedSearchTestCase.java:557)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:605)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:574)
	at org.apache.solr.DistributedIntervalFacetingTest.doTestQuery(DistributedIntervalFacetingTest.java:190)
	at org.apache.solr.DistributedIntervalFacetingTest.testRandom(DistributedIntervalFacetingTest.java:159)
	at org.apache.solr.DistributedIntervalFacetingTest.test(DistributedIntervalFacetingTest.java:45)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1011)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11965 lines...]
   [junit4] Suite: org.apache.solr.DistributedIntervalFacetingTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/init-core-data-001
   [junit4]   2> 1654548 INFO  (SUITE-DistributedIntervalFacetingTest-seed#[52D9DBDA9E5F41DF]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 1654550 INFO  (SUITE-DistributedIntervalFacetingTest-seed#[52D9DBDA9E5F41DF]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /b/xu
   [junit4]   2> 1654602 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores/collection1
   [junit4]   2> 1654604 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1654604 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c4d72d1{/b/xu,null,AVAILABLE}
   [junit4]   2> 1654607 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.e.j.s.ServerConnector Started ServerConnector@66986298{SSL,[ssl, http/1.1]}{127.0.0.1:38208}
   [junit4]   2> 1654607 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.e.j.s.Server Started @1656145ms
   [junit4]   2> 1654607 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema-distrib-interval-faceting.xml, solrconfig=solrconfig-basic.xml, hostContext=/b/xu, hostPort=38208, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores}
   [junit4]   2> 1654607 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1654607 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control'
   [junit4]   2> 1654608 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1654608 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1654608 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/solr.xml
   [junit4]   2> 1654611 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores
   [junit4]   2> 1654611 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.CoreContainer New CoreContainer 91246390
   [junit4]   2> 1654611 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control]
   [junit4]   2> 1654611 WARN  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/lib
   [junit4]   2> 1654612 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1654613 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1654613 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1654613 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1654613 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1654613 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1654614 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores
   [junit4]   2> 1654614 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig-basic.xml, loadOnStartup=true, schema=schema-distrib-interval-faceting.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/, configSet=collection1}
   [junit4]   2> 1654614 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores/collection1
   [junit4]   2> 1654614 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1654614 INFO  (coreLoadExecutor-5059-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1654614 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1654615 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1654615 INFO  (coreLoadExecutor-5059-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1654615 INFO  (coreLoadExecutor-5059-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1654615 INFO  (coreLoadExecutor-5059-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1654615 INFO  (coreLoadExecutor-5059-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1654627 INFO  (coreLoadExecutor-5059-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1654628 INFO  (coreLoadExecutor-5059-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1654632 INFO  (coreLoadExecutor-5059-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 1654634 INFO  (coreLoadExecutor-5059-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1654637 INFO  (coreLoadExecutor-5059-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is id
   [junit4]   2> 1654638 INFO  (coreLoadExecutor-5059-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1654639 INFO  (coreLoadExecutor-5059-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-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1654639 INFO  (coreLoadExecutor-5059-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1654639 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1654639 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 1654639 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1654639 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores/collection1/data
   [junit4]   2> 1654639 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores/collection1/data/index/
   [junit4]   2> 1654640 WARN  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1654640 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores/collection1/data/index
   [junit4]   2> 1654640 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=26.6904296875, floorSegmentMB=0.86328125, forceMergeDeletesPctAllowed=24.286547446656527, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.32311255062788713HEARTBEAT J2 PID(21180@serv1): 2016-05-16T10:25:17, stalled for 62.6s at: DistribDocExpirationUpdateProcessorTest.test
   [junit4] 
   [junit4]   2> 1654640 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1),segFN=segments_1,generation=1}
   [junit4]   2> 1654640 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1654640 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-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores/collection1/data/
   [junit4]   2> 1654640 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/control/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1654641 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1654642 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1654643 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1654643 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1654644 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1654644 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/csv,/sql,/update/json/docs,/admin/luke,/graph,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 1654644 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1654645 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1654645 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1654645 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=87.7109375, floorSegmentMB=1.8583984375, forceMergeDeletesPctAllowed=23.3366584307623, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.134413924129668
   [junit4]   2> 1654645 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1),segFN=segments_1,generation=1}
   [junit4]   2> 1654645 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1654645 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5d93d7a6[collection1] main]
   [junit4]   2> 1654645 WARN  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 1654645 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1654645 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1654646 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1654646 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1654646 INFO  (searcherExecutor-5060-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5d93d7a6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1654646 INFO  (coreLoadExecutor-5059-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1655163 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 1655165 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1655165 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7ea6c702{/b/xu,null,AVAILABLE}
   [junit4]   2> 1655167 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.e.j.s.ServerConnector Started ServerConnector@284aa228{SSL,[ssl, http/1.1]}{127.0.0.1:46439}
   [junit4]   2> 1655167 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.e.j.s.Server Started @1656705ms
   [junit4]   2> 1655167 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema-distrib-interval-faceting.xml, solrconfig=solrconfig-basic.xml, hostContext=/b/xu, hostPort=46439, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores}
   [junit4]   2> 1655167 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1655167 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0'
   [junit4]   2> 1655167 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1655167 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1655167 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 1655170 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores
   [junit4]   2> 1655170 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.CoreContainer New CoreContainer 1738664641
   [junit4]   2> 1655170 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0]
   [junit4]   2> 1655170 WARN  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/lib
   [junit4]   2> 1655170 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1655171 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1655172 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1655172 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1655172 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1655172 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1655172 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores
   [junit4]   2> 1655173 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig-basic.xml, loadOnStartup=true, schema=schema-distrib-interval-faceting.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/, configSet=collection1}
   [junit4]   2> 1655173 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 1655173 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1655173 INFO  (coreLoadExecutor-5069-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1655173 INFO  (coreLoadExecutor-5069-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1655173 INFO  (coreLoadExecutor-5069-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1655173 INFO  (coreLoadExecutor-5069-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1655173 INFO  (coreLoadExecutor-5069-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1655177 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1655177 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1655184 INFO  (coreLoadExecutor-5069-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1655186 INFO  (coreLoadExecutor-5069-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1655198 INFO  (coreLoadExecutor-5069-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 1655199 INFO  (coreLoadExecutor-5069-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1655203 INFO  (coreLoadExecutor-5069-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is id
   [junit4]   2> 1655203 INFO  (coreLoadExecutor-5069-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1655204 INFO  (coreLoadExecutor-5069-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-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1655204 INFO  (coreLoadExecutor-5069-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1655204 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1655204 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 1655204 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1655204 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores/collection1/data
   [junit4]   2> 1655204 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores/collection1/data/index/
   [junit4]   2> 1655205 WARN  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1655205 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores/collection1/data/index
   [junit4]   2> 1655205 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=26.6904296875, floorSegmentMB=0.86328125, forceMergeDeletesPctAllowed=24.286547446656527, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.32311255062788713
   [junit4]   2> 1655205 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2),segFN=segments_1,generation=1}
   [junit4]   2> 1655205 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1655205 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-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores/collection1/data/
   [junit4]   2> 1655205 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard0/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1655206 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1655207 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1655207 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1655208 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1655208 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1655208 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/csv,/sql,/update/json/docs,/admin/luke,/graph,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 1655209 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1655209 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1655209 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1655209 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=87.7109375, floorSegmentMB=1.8583984375, forceMergeDeletesPctAllowed=23.3366584307623, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.134413924129668
   [junit4]   2> 1655209 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2),segFN=segments_1,generation=1}
   [junit4]   2> 1655209 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1655209 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1827b6a1[collection1] main]
   [junit4]   2> 1655209 WARN  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 1655210 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1655210 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1655210 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1655210 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1655210 INFO  (searcherExecutor-5070-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1827b6a1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1655210 INFO  (coreLoadExecutor-5069-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1655678 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1655709 INFO  (qtp1431873173-11490) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1655710 INFO  (qtp1431873173-11490) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1655733 INFO  (qtp804215127-11509) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1655733 INFO  (qtp804215127-11509) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1655736 INFO  (qtp1431873173-11497) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1655736 INFO  (qtp1431873173-11497) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1),segFN=segments_2,generation=2}
   [junit4]   2> 1655737 INFO  (qtp1431873173-11497) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1655738 INFO  (qtp1431873173-11497) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2f762385[collection1] main]
   [junit4]   2> 1655738 INFO  (qtp1431873173-11497) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1655738 INFO  (searcherExecutor-5060-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2f762385[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1655738 INFO  (qtp1431873173-11497) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 2
   [junit4]   2> 1655741 INFO  (qtp804215127-11516) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1655742 INFO  (qtp804215127-11516) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2),segFN=segments_2,generation=2}
   [junit4]   2> 1655742 INFO  (qtp804215127-11516) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1655743 INFO  (qtp804215127-11516) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e047605[collection1] main]
   [junit4]   2> 1655743 INFO  (qtp804215127-11516) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1655743 INFO  (searcherExecutor-5070-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1e047605[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1655743 INFO  (qtp804215127-11516) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 1
   [junit4]   2> 1655746 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[0]} 0 1
   [junit4]   2> 1655748 INFO  (qtp804215127-11515) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[0]} 0 0
   [junit4]   2> 1655751 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 1655754 INFO  (qtp804215127-11515) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 1655756 INFO  (qtp1431873173-11490) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 1655759 INFO  (qtp804215127-11509) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 1655762 INFO  (qtp1431873173-11492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 1655765 INFO  (qtp804215127-11515) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 1655768 INFO  (qtp1431873173-11492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 1655771 INFO  (qtp804215127-11515) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 1655775 INFO  (qtp1431873173-11492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{deleteByQuery=id:4} 0 0
   [junit4]   2> 1655778 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{deleteByQuery=id:4} 0 0
   [junit4]   2> 1655780 INFO  (qtp1431873173-11492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 1655783 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 1655785 INFO  (qtp1431873173-11490) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 1655787 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 1655789 INFO  (qtp1431873173-11490) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 1655791 INFO  (qtp804215127-11515) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 1655793 INFO  (qtp1431873173-11490) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 1655795 INFO  (qtp804215127-11515) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 1655798 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1655806 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1),segFN=segments_3,generation=3}
   [junit4]   2> 1655806 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 1655807 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@228e5db9[collection1] main]
   [junit4]   2> 1655807 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1655807 INFO  (searcherExecutor-5060-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@228e5db9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C9/1:delGen=1)))}
   [junit4]   2> 1655807 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 9
   [junit4]   2> 1655811 INFO  (qtp804215127-11515) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1655816 INFO  (qtp804215127-11515) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2),segFN=segments_3,generation=3}
   [junit4]   2> 1655816 INFO  (qtp804215127-11515) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 1655817 INFO  (qtp804215127-11515) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2147d4ad[collection1] main]
   [junit4]   2> 1655817 INFO  (qtp804215127-11515) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1655817 INFO  (searcherExecutor-5070-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2147d4ad[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C9/1:delGen=1)))}
   [junit4]   2> 1655817 INFO  (qtp804215127-11515) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 6
   [junit4]   2> 1655820 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 1655823 INFO  (qtp804215127-11509) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 1655826 INFO  (qtp1431873173-11492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 1655829 INFO  (qtp804215127-11516) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 1655831 INFO  (qtp1431873173-11493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 1655834 INFO  (qtp804215127-11516) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[11]} 0 1
   [junit4]   2> 1655836 INFO  (qtp1431873173-11490) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 1655839 INFO  (qtp804215127-11509) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 1655842 INFO  (qtp1431873173-11495) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 1655843 INFO  (qtp804215127-11515) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 1655846 INFO  (qtp1431873173-11490) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 1655848 INFO  (qtp804215127-11514) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 1655851 INFO  (qtp1431873173-11492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 1655853 INFO  (qtp804215127-11514) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 1655855 INFO  (qtp1431873173-11490) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 1655857 INFO  (qtp804215127-11514) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 1655859 INFO  (qtp1431873173-11493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[17]} 0 0
   [junit4]   2> 1655862 INFO  (qtp804215127-11509) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[17]} 0 0
   [junit4]   2> 1655864 INFO  (qtp1431873173-11495) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 1655867 INFO  (qtp804215127-11515) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 1655869 INFO  (qtp1431873173-11495) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 1655872 INFO  (qtp804215127-11515) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 1655875 INFO  (qtp1431873173-11495) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[20]} 0 0
   [junit4]   2> 1655877 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[20]} 0 0
   [junit4]   2> 1655880 INFO  (qtp1431873173-11490) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 1655883 INFO  (qtp804215127-11514) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 1655886 INFO  (qtp1431873173-11497) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[22]} 0 0
   [junit4]   2> 1655889 INFO  (qtp804215127-11510) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[22]} 0 0
   [junit4]   2> 1655891 INFO  (qtp1431873173-11491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 1655895 INFO  (qtp804215127-11511) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 1655898 INFO  (qtp1431873173-11492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 1655900 INFO  (qtp804215127-11511) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 1655902 INFO  (qtp1431873173-11491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 1655904 INFO  (qtp804215127-11511) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 1655907 INFO  (qtp1431873173-11497) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 1655910 INFO  (qtp804215127-11511) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 1655911 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1655918 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1),segFN=segments_4,generation=4}
   [junit4]   2> 1655918 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 1655919 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@55e18b24[collection1] main]
   [junit4]   2> 1655919 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1655919 INFO  (searcherExecutor-5060-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@55e18b24[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C9/1:delGen=1) Uninverting(_1(7.0.0):C18)))}
   [junit4]   2> 1655919 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 7
   [junit4]   2> 1655921 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1655927 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2),segFN=segments_4,generation=4}
   [junit4]   2> 1655927 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 1655927 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7ee352fe[collection1] main]
   [junit4]   2> 1655927 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1655927 INFO  (searcherExecutor-5070-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7ee352fe[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C9/1:delGen=1) Uninverting(_1(7.0.0):C18)))}
   [junit4]   2> 1655928 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 6
   [junit4]   2> 1655931 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[27]} 0 0
   [junit4]   2> 1655935 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[27]} 0 1
   [junit4]   2> 1655937 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[28]} 0 0
   [junit4]   2> 1655939 INFO  (qtp804215127-11511) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[28]} 0 0
   [junit4]   2> 1655941 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 1655944 INFO  (qtp804215127-11511) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 1655946 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[30]} 0 0
   [junit4]   2> 1655948 INFO  (qtp804215127-11511) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[30]} 0 0
   [junit4]   2> 1655950 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 1655951 INFO  (qtp804215127-11510) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 1655954 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[32]} 0 0
   [junit4]   2> 1655970 INFO  (qtp804215127-11510) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[32]} 0 0
   [junit4]   2> 1655972 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[33]} 0 0
   [junit4]   2> 1655974 INFO  (qtp804215127-11510) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[33]} 0 0
   [junit4]   2> 1655976 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 1655979 INFO  (qtp804215127-11510) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 1655981 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 1655983 INFO  (qtp804215127-11510) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 1655985 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[36]} 0 0
   [junit4]   2> 1655987 INFO  (qtp804215127-11510) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[36]} 0 0
   [junit4]   2> 1655989 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[37]} 0 0
   [junit4]   2> 1655991 INFO  (qtp804215127-11510) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[37]} 0 0
   [junit4]   2> 1655993 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[38]} 0 0
   [junit4]   2> 1655995 INFO  (qtp804215127-11510) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[38]} 0 0
   [junit4]   2> 1655997 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[39]} 0 0
   [junit4]   2> 1655999 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[39]} 0 0
   [junit4]   2> 1656001 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[40]} 0 0
   [junit4]   2> 1656003 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[40]} 0 0
   [junit4]   2> 1656005 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 1656007 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 1656009 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[42]} 0 0
   [junit4]   2> 1656011 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[42]} 0 0
   [junit4]   2> 1656013 INFO  (qtp1431873173-11493) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1656019 INFO  (qtp1431873173-11493) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1),segFN=segments_4,generation=4}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1),segFN=segments_5,generation=5}
   [junit4]   2> 1656020 INFO  (qtp1431873173-11493) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 5
   [junit4]   2> 1656020 INFO  (qtp1431873173-11493) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3f1251f5[collection1] main]
   [junit4]   2> 1656020 INFO  (qtp1431873173-11493) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1656020 INFO  (searcherExecutor-5060-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3f1251f5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C9/1:delGen=1) Uninverting(_1(7.0.0):C18) Uninverting(_2(7.0.0):C16)))}
   [junit4]   2> 1656020 INFO  (qtp1431873173-11493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 7
   [junit4]   2> 1656023 INFO  (qtp804215127-11511) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1656029 INFO  (qtp804215127-11511) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2),segFN=segments_4,generation=4}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2),segFN=segments_5,generation=5}
   [junit4]   2> 1656029 INFO  (qtp804215127-11511) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 5
   [junit4]   2> 1656029 INFO  (qtp804215127-11511) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@60aff4c5[collection1] main]
   [junit4]   2> 1656029 INFO  (qtp804215127-11511) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1656029 INFO  (searcherExecutor-5070-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@60aff4c5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C9/1:delGen=1) Uninverting(_1(7.0.0):C18) Uninverting(_2(7.0.0):C16)))}
   [junit4]   2> 1656029 INFO  (qtp804215127-11511) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 6
   [junit4]   2> 1656033 INFO  (qtp1431873173-11493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[43]} 0 1
   [junit4]   2> 1656035 INFO  (qtp804215127-11511) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[43]} 0 0
   [junit4]   2> 1656037 INFO  (qtp1431873173-11493) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1656041 INFO  (qtp1431873173-11493) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1),segFN=segments_5,generation=5}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3aae4c28 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6064c1c1),segFN=segments_6,generation=6}
   [junit4]   2> 1656041 INFO  (qtp1431873173-11493) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 6
   [junit4]   2> 1656041 INFO  (qtp1431873173-11493) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@45fa5194[collection1] main]
   [junit4]   2> 1656041 INFO  (qtp1431873173-11493) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1656041 INFO  (searcherExecutor-5060-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@45fa5194[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C9/1:delGen=1) Uninverting(_1(7.0.0):C18) Uninverting(_2(7.0.0):C16) Uninverting(_3(7.0.0):C1)))}
   [junit4]   2> 1656041 INFO  (qtp1431873173-11493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 4
   [junit4]   2> 1656044 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1656047 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2),segFN=segments_5,generation=5}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5945e97e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8b56aa2),segFN=segments_6,generation=6}
   [junit4]   2> 1656047 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 6
   [junit4]   2> 1656047 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@36c07d38[collection1] main]
   [junit4]   2> 1656047 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1656047 INFO  (searcherExecutor-5070-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@36c07d38[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C9/1:delGen=1) Uninverting(_1(7.0.0):C18) Uninverting(_2(7.0.0):C16) Uninverting(_3(7.0.0):C1)))}
   [junit4]   2> 1656047 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 3
   [junit4]   2> 1656051 INFO  (qtp1431873173-11493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[44]} 0 0
   [junit4]   2> 1656053 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[44]} 0 0
   [junit4]   2> 1656055 INFO  (qtp1431873173-11493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[45]} 0 0
   [junit4]   2> 1656057 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[45]} 0 0
   [junit4]   2> 1656060 INFO  (qtp1431873173-11492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[46]} 0 0
   [junit4]   2> 1656062 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[46]} 0 0
   [junit4]   2> 1656064 INFO  (qtp1431873173-11492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[47]} 0 0
   [junit4]   2> 1656066 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[47]} 0 0
   [junit4]   2> 1656068 INFO  (qtp1431873173-11492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[48]} 0 0
   [junit4]   2> 1656070 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[48]} 0 0
   [junit4]   2> 1656073 INFO  (qtp1431873173-11492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[49]} 0 0
   [junit4]   2> 1656075 INFO  (qtp804215127-11509) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[49]} 0 0
   [junit4]   2> 1656078 INFO  (qtp1431873173-11492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[50]} 0 0
   [junit4]   2> 1656080 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[50]} 0 0
   [junit4]   2> 1656081 INFO  (qtp1431873173-11492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[51]} 0 0
   [junit4]   2> 1656083 INFO  (qtp804215127-11510) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[51]} 0 0
   [junit4]   2> 1656086 INFO  (qtp1431873173-11492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[52]} 0 0
   [junit4]   2> 1656088 INFO  (qtp804215127-11516) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[52]} 0 0
   [junit4]   2> 1656090 INFO  (qtp1431873173-11493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[53]} 0 0
   [junit4]   2> 1656092 INFO  (qtp804215127-11511) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[53]} 0 0
   [junit4]   2> 1656093 INFO  (qtp1431873173-11495) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[54]} 0 0
   [junit4]   2> 1656095 INFO  (qtp804215127-11511) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[54]} 0 0
   [junit4]   2> 1656098 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[55]} 0 0
   [junit4]   2> 1656101 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[55]} 0 0
   [junit4]   2> 1656103 INFO  (qtp1431873173-11490) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[56]} 0 0
   [junit4]   2> 1656105 INFO  (qtp804215127-11514) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[56]} 0 0
   [junit4]   2> 1656107 INFO  (qtp1431873173-11493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[57]} 0 0
   [junit4]   2> 1656110 INFO  (qtp804215127-11510) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[57]} 0 0
   [junit4]   2> 1656113 INFO  (qtp1431873173-11497) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[58]} 0 0
   [junit4]   2> 1656115 INFO  (qtp804215127-11510) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[58]} 0 0
   [junit4]   2> 1656117 INFO  (qtp1431873173-11493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[59]} 0 0
   [junit4]   2> 1656119 INFO  (qtp804215127-11510) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[59]} 0 0
   [junit4]   2> 1656121 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[60]} 0 0
   [junit4]   2> 1656123 INFO  (qtp804215127-11509) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[60]} 0 0
   [junit4]   2> 1656125 INFO  (qtp1431873173-11493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[61]} 0 0
   [junit4]   2> 1656127 INFO  (qtp804215127-11510) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[61]} 0 0
   [junit4]   2> 1656129 INFO  (qtp1431873173-11490) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[62]} 0 0
   [junit4]   2> 1656131 INFO  (qtp804215127-11514) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[62]} 0 0
   [junit4]   2> 1656132 INFO  (qtp1431873173-11490) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[63]} 0 0
   [junit4]   2> 1656135 INFO  (qtp804215127-11516) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[63]} 0 0
   [junit4]   2> 1656136 INFO  (qtp1431873173-11492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[64]} 0 0
   [junit4]   2> 1656138 INFO  (qtp804215127-11516) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[64]} 0 0
   [junit4]   2> 1656140 INFO  (qtp1431873173-11491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[65]} 0 0
   [junit4]   2> 1656142 INFO  (qtp804215127-11516) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[65]} 0 0
   [junit4]   2> 1656144 INFO  (qtp1431873173-11495) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[66]} 0 0
   [junit4]   2> 1656146 INFO  (qtp804215127-11509) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[66]} 0 0
   [junit4]   2> 1656148 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[67]} 0 0
   [junit4]   2> 1656150 INFO  (qtp804215127-11510) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[67]} 0 0
   [junit4]   2> 1656151 INFO  (qtp1431873173-11493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[68]} 0 0
   [junit4]   2> 1656153 INFO  (qtp804215127-11510) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[68]} 0 0
   [junit4]   2> 1656155 INFO  (qtp1431873173-11491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[69]} 0 0
   [junit4]   2> 1656157 INFO  (qtp804215127-11510) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[69]} 0 0
   [junit4]   2> 1656159 INFO  (qtp1431873173-11490) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[70]} 0 0
   [junit4]   2> 1656162 INFO  (qtp804215127-11509) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[70]} 0 0
   [junit4]   2> 1656164 INFO  (qtp1431873173-11490) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[71]} 0 0
   [junit4]   2> 1656167 INFO  (qtp804215127-11515) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[71]} 0 0
   [junit4]   2> 1656168 INFO  (qtp1431873173-11492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[72]} 0 0
   [junit4]   2> 1656170 INFO  (qtp804215127-11510) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[72]} 0 0
   [junit4]   2> 1656172 INFO  (qtp1431873173-11495) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[73]} 0 0
   [junit4]   2> 1656174 INFO  (qtp804215127-11510) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[73]} 0 0
   [junit4]   2> 1656176 INFO  (qtp1431873173-11491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[74]} 0 0
   [junit4]   2> 1656178 INFO  (qtp804215127-11510) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[74]} 0 0
   [junit4]   2> 1656180 INFO  (qtp1431873173-11491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[75]} 0 0
   [junit4]   2> 1656182 INFO  (qtp804215127-11511) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[75]} 0 0
   [junit4]   2> 1656184 INFO  (qtp1431873173-11491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[76]} 0 0
   [junit4]   2> 1656186 INFO  (qtp804215127-11509) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[76]} 0 0
   [junit4]   2> 1656188 INFO  (qtp1431873173-11491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[77]} 0 0
   [junit4]   2> 1656190 INFO  (qtp804215127-11514) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[77]} 0 0
   [junit4]   2> 1656191 INFO  (qtp1431873173-11493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[78]} 0 0
   [junit4]   2> 1656193 INFO  (qtp804215127-11512) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[78]} 0 0
   [junit4]   2> 1656195 INFO  (qtp1431873173-11490) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[79]} 0 0
   [junit4]   2> 1656196 INFO  (qtp804215127-11515) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[79]} 0 0
   [junit4]   2> 1656199 INFO  (qtp1431873173-11495) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[80]} 0 0
   [junit4]   2> 1656200 INFO  (qtp804215127-11509) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[80]} 0 0
   [junit4]   2> 1656202 INFO  (qtp1431873173-11497) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[81]} 0 0
   [junit4]   2> 1656204 INFO  (qtp804215127-11510) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b/xu path=/update params={wt=javabin&version=2}{add=[81]} 0 0
   [junit4]   2> 1656206 INFO  (qtp1431873173-11496) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/b

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

ue
   [junit4]   2> 1916351 INFO  (coreCloseExecutor-5160-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001/tempDir-001/shard2/cores/collection1/data/index
   [junit4]   2> 1916351 INFO  (TEST-DistributedIntervalFacetingTest.test-seed#[52D9DBDA9E5F41DF]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@26e29137{/b/xu,null,UNAVAILABLE}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DistributedIntervalFacetingTest -Dtests.method=test -Dtests.seed=52D9DBDA9E5F41DF -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-EC -Dtests.timezone=Australia/North -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    262s J0 | DistributedIntervalFacetingTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:44499/b/xu/collection1: Impossible Exception
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.queryServer(BaseDistributedSearchTestCase.java:557)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:605)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:574)
   [junit4]    > 	at org.apache.solr.DistributedIntervalFacetingTest.doTestQuery(DistributedIntervalFacetingTest.java:190)
   [junit4]    > 	at org.apache.solr.DistributedIntervalFacetingTest.testRandom(DistributedIntervalFacetingTest.java:159)
   [junit4]    > 	at org.apache.solr.DistributedIntervalFacetingTest.test(DistributedIntervalFacetingTest.java:45)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1011)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=11697, name=qtp2139823292-11697, state=RUNNABLE, group=TGRP-DistributedIntervalFacetingTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 1916356 INFO  (SUITE-DistributedIntervalFacetingTest-seed#[52D9DBDA9E5F41DF]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.DistributedIntervalFacetingTest_52D9DBDA9E5F41DF-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {test_ds_dv=FST50, n_l1=PostingsFormat(name=LuceneVarGapDocFreqInterval), test_fs_dv=FSTOrd50, n_dt1=PostingsFormat(name=MockRandom), n_td1=PostingsFormat(name=MockRandom), n_d1=PostingsFormat(name=LuceneVarGapDocFreqInterval), n_f1=PostingsFormat(name=MockRandom), n_ti1=FSTOrd50, rnd_b=FSTOrd50, n_tl1=PostingsFormat(name=MockRandom), n_tf1=PostingsFormat(name=LuceneVarGapDocFreqInterval), test_l_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), n_tdt1=PostingsFormat(name=LuceneVarGapDocFreqInterval), test_ls_dv=FST50, test_f_dv=PostingsFormat(name=MockRandom), id=FSTOrd50, test_d_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{test_is_dv=DocValuesFormat(name=Direct), id_dv=DocValuesFormat(name=Direct), test_ds_dv=DocValuesFormat(name=Memory), test_ss_dv=DocValuesFormat(name=Lucene54), test_s_dv=DocValuesFormat(name=Memory), test_i_dv=DocValuesFormat(name=Asserting), test_l_dv=DocValuesFormat(name=Direct), test_fs_dv=DocValuesFormat(name=Asserting), test_ls_dv=DocValuesFormat(name=Memory), test_f_dv=DocValuesFormat(name=Lucene54), test_d_dv=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1000, maxMBSortInHeap=6.548176911484058, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=es-EC, timezone=Australia/North
   [junit4]   2> NOTE: Linux 4.4.0-21-generic amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=12,threads=1,free=9339160,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [ReturnFieldsTest, AnalyticsQueryTest, JsonLoaderTest, TestComponentsName, TestManagedSynonymFilterFactory, OutputWriterTest, RankQueryTest, DocumentAnalysisRequestHandlerTest, TestOverriddenPrefixQueryForCustomFieldType, TestStressLucene, TestTolerantUpdateProcessorRandomCloud, TestJoin, DistributedFacetPivotLargeTest, TestSolrCloudWithKerberosAlt, TestDistributedStatsComponentCardinality, TestAnalyzeInfixSuggestions, OverseerCollectionConfigSetProcessorTest, TestRemoteStreaming, TestMiniSolrCloudClusterBase, PolyFieldTest, TestShardHandlerFactory, RequiredFieldsTest, TestLMDirichletSimilarityFactory, TestSortingResponseWriter, DistributedSpellCheckComponentTest, TestSolrXml, TestDocSet, CloneFieldUpdateProcessorFactoryTest, SOLR749Test, EchoParamsTest, RAMDirectoryFactoryTest, PreAnalyzedFieldTest, TestConfigReload, TestConfigSetsAPIExclusivity, StressHdfsTest, TestDynamicLoading, HdfsTlogReplayBufferedWhileIndexingTest, CdcrUpdateLogTest, TestSha256AuthenticationProvider, CloudExitableDirectoryReaderTest, TestSchemaNameResource, TestJsonRequest, CursorPagingTest, TestPhraseSuggestions, HdfsRestartWhileUpdatingTest, RulesTest, HLLSerializationTest, TestAuthorizationFramework, TestCustomSort, HdfsChaosMonkeyNothingIsSafeTest, TestPerFieldSimilarityWithDefaultOverride, MultiThreadedOCPTest, TestCloudBackupRestore, TestReplicaProperties, ResponseLogComponentTest, ExternalFileFieldSortTest, IndexSchemaRuntimeFieldTest, CachingDirectoryFactoryTest, SyncSliceTest, QueryEqualityTest, TestAtomicUpdateErrorCases, SpatialHeatmapFacetsTest, TestCloudPivotFacet, TestCrossCoreJoin, TestOnReconnectListenerSupport, CreateCollectionCleanupTest, CollectionTooManyReplicasTest, StandardRequestHandlerTest, TestXmlQParser, HdfsLockFactoryTest, BitVectorTest, DateFieldTest, TestStandardQParsers, TestMaxScoreQueryParser, TestFaceting, UUIDFieldTest, AsyncCallRequestStatusResponseTest, TestArbitraryIndexDir, TestLazyCores, TestLuceneMatchVersion, TestFoldingMultitermQuery, DeleteLastCustomShardedReplicaTest, DateRangeFieldTest, TestBinaryField, ConnectionReuseTest, IndexSchemaTest, TestClassicSimilarityFactory, TestInitParams, CacheHeaderTest, VMParamsZkACLAndCredentialsProvidersTest, ReplicationFactorTest, TestDynamicFieldCollectionResource, TestDistribIDF, GraphQueryTest, TestFreeTextSuggestions, SolrCoreTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, OverseerTest, LeaderElectionIntegrationTest, LeaderElectionTest, AutoCommitTest, TestRecovery, ZkControllerTest, SimpleFacetsTest, SpellCheckComponentTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, TestTrie, TestCSVLoader, TestWordDelimiterFilterFactory, SortByFunctionTest, TestSolrDeletionPolicy1, DebugComponentTest, DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, TestOmitPositions, RequestHandlersTest, TestValueSourceCache, TestIndexingPerformance, LoggingHandlerTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, TestPHPSerializedResponseWriter, HighlighterConfigTest, CopyFieldTest, TestStressRecovery, TestSystemIdResolver, TestSuggestSpellingConverter, TestSolrJ, TestUtils, ZkNodePropsTest, SystemInfoHandlerTest, CircularListTest, TestRTGBase, DistributedIntervalFacetingTest]
   [junit4] Completed [447/597 (1!)] on J0 in 261.83s, 1 test, 1 error <<< FAILURES!

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

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

Total time: 63 minutes 44 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-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+116) - Build # 16757 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16757/
Java: 64bit/jdk-9-ea+116 -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:43964/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:43964/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1'
	at __randomizedtesting.SeedInfo.seed([2B371ECCDEC70804:A3632116703B65FC]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:697)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1109)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:998)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:934)
	at org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:86)
	at org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:55)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
	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(java.base@9-ea/Thread.java:804)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:43964/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1'
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:674)
	at java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
	... 1 more




Build Log:
[...truncated 12246 lines...]
   [junit4] Suite: org.apache.solr.schema.TestManagedSchemaAPI
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/init-core-data-001
   [junit4]   2> 2150317 INFO  (SUITE-TestManagedSchemaAPI-seed#[2B371ECCDEC70804]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2150319 INFO  (SUITE-TestManagedSchemaAPI-seed#[2B371ECCDEC70804]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2150319 INFO  (Thread-5941) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2150319 INFO  (Thread-5941) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2150419 INFO  (SUITE-TestManagedSchemaAPI-seed#[2B371ECCDEC70804]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:43876
   [junit4]   2> 2150419 INFO  (SUITE-TestManagedSchemaAPI-seed#[2B371ECCDEC70804]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2150419 INFO  (SUITE-TestManagedSchemaAPI-seed#[2B371ECCDEC70804]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2150421 INFO  (zkCallback-2438-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@651c942a name:ZooKeeperConnection Watcher:127.0.0.1:43876 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2150421 INFO  (SUITE-TestManagedSchemaAPI-seed#[2B371ECCDEC70804]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2150421 INFO  (SUITE-TestManagedSchemaAPI-seed#[2B371ECCDEC70804]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2150421 INFO  (SUITE-TestManagedSchemaAPI-seed#[2B371ECCDEC70804]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 2150424 INFO  (jetty-launcher-2437-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2150424 INFO  (jetty-launcher-2437-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2150425 INFO  (jetty-launcher-2437-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b9c88a8{/solr,null,AVAILABLE}
   [junit4]   2> 2150425 INFO  (jetty-launcher-2437-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@346f2401{/solr,null,AVAILABLE}
   [junit4]   2> 2150426 INFO  (jetty-launcher-2437-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@6053e6ae{HTTP/1.1,[http/1.1]}{127.0.0.1:43964}
   [junit4]   2> 2150426 INFO  (jetty-launcher-2437-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@21b63c62{HTTP/1.1,[http/1.1]}{127.0.0.1:34175}
   [junit4]   2> 2150426 INFO  (jetty-launcher-2437-thread-1) [    ] o.e.j.s.Server Started @2152598ms
   [junit4]   2> 2150426 INFO  (jetty-launcher-2437-thread-2) [    ] o.e.j.s.Server Started @2152598ms
   [junit4]   2> 2150426 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43964}
   [junit4]   2> 2150426 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34175}
   [junit4]   2> 2150426 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@2b80d80f
   [junit4]   2> 2150426 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@2b80d80f
   [junit4]   2> 2150426 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node1'
   [junit4]   2> 2150426 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node2'
   [junit4]   2> 2150426 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2150427 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2150427 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2150427 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2150427 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2150427 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2150427 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2150427 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2150428 INFO  (zkCallback-2439-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3b8082f8 name:ZooKeeperConnection Watcher:127.0.0.1:43876/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2150428 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2150428 INFO  (zkCallback-2440-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7f00e507 name:ZooKeeperConnection Watcher:127.0.0.1:43876/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2150428 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2150428 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2150428 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2150428 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2150428 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2150451 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node1/.
   [junit4]   2> 2150451 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 0x154b88db7290002, 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(java.base@9-ea/Thread.java:804)
   [junit4]   2> 2150451 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1374931912
   [junit4]   2> 2150451 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node1]
   [junit4]   2> 2150452 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node2/.
   [junit4]   2> 2150452 WARN  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node1/lib
   [junit4]   2> 2150452 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 882106718
   [junit4]   2> 2150452 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node2]
   [junit4]   2> 2150452 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 2150452 WARN  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node2/lib
   [junit4]   2> 2150452 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 2150452 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 2150452 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 2150453 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2150453 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2150453 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2150453 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2150453 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43876/solr
   [junit4]   2> 2150453 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43876/solr
   [junit4]   2> 2150453 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2150453 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2150453 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2150453 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2150453 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2150453 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2150454 INFO  (zkCallback-2445-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@414db583 name:ZooKeeperConnection Watcher:127.0.0.1:43876 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2150454 INFO  (zkCallback-2446-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1c0555e1 name:ZooKeeperConnection Watcher:127.0.0.1:43876 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2150454 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2150454 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2150454 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2150454 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2150455 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$86/684398575@2b035023
   [junit4]   2> 2150455 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$86/684398575@40c2c061
   [junit4]   2> 2150455 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 0x154b88db7290004, 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(java.base@9-ea/Thread.java:804)
   [junit4]   2> 2150455 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2150455 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2150456 INFO  (zkCallback-2447-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7b37cf55 name:ZooKeeperConnection Watcher:127.0.0.1:43876/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2150456 INFO  (zkCallback-2448-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@628001ff name:ZooKeeperConnection Watcher:127.0.0.1:43876/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2150456 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2150456 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2150456 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2150456 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2150457 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2150457 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2150458 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2150458 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2150459 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2150459 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2150460 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2150460 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2150461 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2150461 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2150461 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2150461 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2150461 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2150461 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2150462 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2150462 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2150462 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2150462 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2150463 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2150463 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2150463 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2150463 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2150463 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2150463 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2150464 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2150464 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2150464 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2150464 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2150465 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2150465 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2150465 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95904410884440069-127.0.0.1:34175_solr-n_0000000000
   [junit4]   2> 2150465 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95904410884440070-127.0.0.1:43964_solr-n_0000000001
   [junit4]   2> 2150465 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34175_solr
   [junit4]   2> 2150465 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2150465 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95904410884440069-127.0.0.1:34175_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 2150465 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43964_solr
   [junit4]   2> 2150465 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.Overseer Overseer (id=95904410884440069-127.0.0.1:34175_solr-n_0000000000) starting
   [junit4]   2> 2150465 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:43964_solr
   [junit4]   2> 2150466 INFO  (zkCallback-2447-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2150466 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2150466 INFO  (zkCallback-2448-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2150467 INFO  (zkCallback-2447-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2150467 INFO  (zkCallback-2448-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2150468 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2150469 INFO  (OverseerCollectionConfigSetProcessor-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2150469 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2150469 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:34175_solr as DOWN
   [junit4]   2> 2150469 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 2150469 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:34175_solr"} current state version: 0
   [junit4]   2> 2150470 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:34175_solr
   [junit4]   2> 2150474 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2150474 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2150474 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node1/.
   [junit4]   2> 2150474 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2150475 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2150475 INFO  (jetty-launcher-2437-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2151469 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34175_solr
   [junit4]   2> 2151470 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:34175_solr
   [junit4]   2> 2151470 INFO  (zkCallback-2447-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2151470 INFO  (zkCallback-2448-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2151471 INFO  (zkCallback-2447-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2151471 INFO  (zkCallback-2448-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2151475 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2151475 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2151476 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node2/.
   [junit4]   2> 2151476 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2151476 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2151476 INFO  (jetty-launcher-2437-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2151477 INFO  (SUITE-TestManagedSchemaAPI-seed#[2B371ECCDEC70804]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2151477 INFO  (SUITE-TestManagedSchemaAPI-seed#[2B371ECCDEC70804]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2151477 INFO  (zkCallback-2451-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2f104988 name:ZooKeeperConnection Watcher:127.0.0.1:43876 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2151477 INFO  (SUITE-TestManagedSchemaAPI-seed#[2B371ECCDEC70804]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2151478 INFO  (SUITE-TestManagedSchemaAPI-seed#[2B371ECCDEC70804]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2151478 INFO  (SUITE-TestManagedSchemaAPI-seed#[2B371ECCDEC70804]-worker) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:43876/solr
   [junit4]   2> 2151479 INFO  (SUITE-TestManagedSchemaAPI-seed#[2B371ECCDEC70804]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2151479 INFO  (SUITE-TestManagedSchemaAPI-seed#[2B371ECCDEC70804]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2151480 INFO  (zkCallback-2454-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@13b8493d name:ZooKeeperConnection Watcher:127.0.0.1:43876/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2151480 INFO  (SUITE-TestManagedSchemaAPI-seed#[2B371ECCDEC70804]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2151480 INFO  (SUITE-TestManagedSchemaAPI-seed#[2B371ECCDEC70804]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2151480 INFO  (SUITE-TestManagedSchemaAPI-seed#[2B371ECCDEC70804]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2151480 INFO  (SUITE-TestManagedSchemaAPI-seed#[2B371ECCDEC70804]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2151481 INFO  (SUITE-TestManagedSchemaAPI-seed#[2B371ECCDEC70804]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2151481 INFO  (SUITE-TestManagedSchemaAPI-seed#[2B371ECCDEC70804]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2151482 INFO  (SUITE-TestManagedSchemaAPI-seed#[2B371ECCDEC70804]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/managed-schema
   [junit4]   2> 2151498 INFO  (TEST-TestManagedSchemaAPI.test-seed#[2B371ECCDEC70804]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2151500 INFO  (qtp822965285-17052) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf1&name=testschemaapi&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2151501 INFO  (OverseerCollectionConfigSetProcessor-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] 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> 2151501 INFO  (OverseerThreadFactory-8134-thread-1) [    ] 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> 2151501 INFO  (OverseerThreadFactory-8134-thread-1) [    ] o.a.s.c.OverseerCollectionMessageHandler Create collection testschemaapi
   [junit4]   2> 2151501 INFO  (OverseerThreadFactory-8134-thread-1) [    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/testschemaapi 
   [junit4]   2> 2151502 INFO  (OverseerThreadFactory-8134-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi
   [junit4]   2> 2151502 INFO  (zkCallback-2447-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2151502 INFO  (zkCallback-2454-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2151502 INFO  (zkCallback-2448-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2151504 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] 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> 2151504 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: testschemaapi
   [junit4]   2> 2151505 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testschemaapi/state.json
   [junit4]   2> 2151604 INFO  (OverseerThreadFactory-8134-thread-1) [    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection testschemaapi, shardNames [shard1] , replicationFactor : 2
   [junit4]   2> 2151604 INFO  (OverseerThreadFactory-8134-thread-1) [    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica2 as part of shard shard1 of collection testschemaapi on 127.0.0.1:34175_solr
   [junit4]   2> 2151605 INFO  (OverseerThreadFactory-8134-thread-1) [    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica1 as part of shard shard1 of collection testschemaapi on 127.0.0.1:43964_solr
   [junit4]   2> 2151606 INFO  (qtp822965285-17044) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=testschemaapi_shard1_replica2&action=CREATE&numShards=1&collection=testschemaapi&shard=shard1&wt=javabin&version=2
   [junit4]   2> 2151606 INFO  (qtp1795899253-17049) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=testschemaapi_shard1_replica1&action=CREATE&numShards=1&collection=testschemaapi&shard=shard1&wt=javabin&version=2
   [junit4]   2> 2151607 INFO  (qtp1795899253-17049) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=testschemaapi_shard1_replica1, collection.configName=conf1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=testschemaapi, numShards=1, dataDir=data/, shard=shard1}
   [junit4]   2> 2151607 INFO  (qtp822965285-17044) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=testschemaapi_shard1_replica2, collection.configName=conf1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=testschemaapi, numShards=1, dataDir=data/, shard=shard1}
   [junit4]   2> 2151607 INFO  (qtp1795899253-17049) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2151607 INFO  (qtp822965285-17044) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2151607 INFO  (qtp1795899253-17049) [    ] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 2151607 INFO  (qtp822965285-17044) [    ] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 2151608 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:43964/solr",
   [junit4]   2>   "node_name":"127.0.0.1:43964_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2151608 INFO  (qtp822965285-17044) [    ] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 2151608 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:43964/solr",
   [junit4]   2>   "node_name":"127.0.0.1:43964_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2151608 INFO  (qtp1795899253-17049) [    ] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 2151608 INFO  (qtp822965285-17044) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2151608 INFO  (qtp1795899253-17049) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2151608 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34175/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34175_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2151608 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34175/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34175_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2151709 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 0
   [junit4]   2> 2151720 INFO  (zkCallback-2447-thread-1) [    ] 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> 2151720 INFO  (zkCallback-2448-thread-1) [    ] 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> 2151720 INFO  (zkCallback-2447-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 2151720 INFO  (zkCallback-2448-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 2152608 INFO  (qtp822965285-17044) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for testschemaapi_shard1_replica2
   [junit4]   2> 2152608 INFO  (qtp1795899253-17049) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for testschemaapi_shard1_replica1
   [junit4]   2> 2152608 INFO  (qtp822965285-17044) [    ] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 2152608 INFO  (qtp1795899253-17049) [    ] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 2152608 INFO  (qtp822965285-17044) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2152608 INFO  (qtp1795899253-17049) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2152608 INFO  (qtp822965285-17044) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 2152608 INFO  (qtp1795899253-17049) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 2152609 INFO  (qtp822965285-17044) [    ] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2152609 INFO  (qtp1795899253-17049) [    ] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2152609 INFO  (qtp822965285-17044) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node2/testschemaapi_shard1_replica2'
   [junit4]   2> 2152609 INFO  (qtp1795899253-17049) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node1/testschemaapi_shard1_replica1'
   [junit4]   2> 2152609 INFO  (qtp822965285-17044) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2152609 INFO  (qtp1795899253-17049) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2152609 INFO  (qtp822965285-17044) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2152609 INFO  (qtp1795899253-17049) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2152610 INFO  (qtp822965285-17044) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2152610 INFO  (qtp1795899253-17049) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2152611 INFO  (qtp822965285-17044) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2152611 INFO  (qtp1795899253-17049) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2152613 INFO  (qtp822965285-17044) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2152613 INFO  (qtp1795899253-17049) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2152617 INFO  (qtp1795899253-17049) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2152617 INFO  (qtp822965285-17044) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2152619 INFO  (qtp822965285-17044) [    ] o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 2152619 INFO  (qtp1795899253-17049) [    ] o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 2152621 INFO  (qtp822965285-17044) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2152621 INFO  (qtp1795899253-17049) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2152621 INFO  (qtp1795899253-17049) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2152621 INFO  (qtp822965285-17044) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2152622 INFO  (qtp1795899253-17049) [    ] o.a.s.c.CoreContainer Creating SolrCore 'testschemaapi_shard1_replica1' using configuration from collection testschemaapi
   [junit4]   2> 2152622 INFO  (qtp822965285-17044) [    ] o.a.s.c.CoreContainer Creating SolrCore 'testschemaapi_shard1_replica2' using configuration from collection testschemaapi
   [junit4]   2> 2152622 INFO  (qtp1795899253-17049) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2152622 INFO  (qtp822965285-17044) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2152622 INFO  (qtp1795899253-17049) [    ] o.a.s.c.SolrCore [[testschemaapi_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node1/testschemaapi_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/]
   [junit4]   2> 2152622 INFO  (qtp822965285-17044) [    ] o.a.s.c.SolrCore [[testschemaapi_shard1_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node2/testschemaapi_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/]
   [junit4]   2> 2152622 INFO  (qtp1795899253-17049) [    ] o.a.s.c.SolrCore JMX monitoring not detected for core: testschemaapi_shard1_replica1
   [junit4]   2> 2152622 INFO  (qtp822965285-17044) [    ] o.a.s.c.SolrCore JMX monitoring not detected for core: testschemaapi_shard1_replica2
   [junit4]   2> 2152623 INFO  (qtp1795899253-17049) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data
   [junit4]   2> 2152623 INFO  (qtp1795899253-17049) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index/
   [junit4]   2> 2152623 INFO  (qtp822965285-17044) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data
   [junit4]   2> 2152623 WARN  (qtp1795899253-17049) [    ] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2152623 INFO  (qtp822965285-17044) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index/
   [junit4]   2> 2152623 WARN  (qtp822965285-17044) [    ] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2152623 INFO  (qtp1795899253-17049) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index
   [junit4]   2> 2152624 INFO  (qtp822965285-17044) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index
   [junit4]   2> 2152624 INFO  (qtp1795899253-17049) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4ccab2d9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@315e4c41),segFN=segments_1,generation=1}
   [junit4]   2> 2152624 INFO  (qtp1795899253-17049) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2152624 INFO  (qtp822965285-17044) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@b600359 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23c82718),segFN=segments_1,generation=1}
   [junit4]   2> 2152624 INFO  (qtp822965285-17044) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2152624 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core testschemaapi_shard1_replica1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/
   [junit4]   2> 2152624 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core testschemaapi_shard1_replica2 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/
   [junit4]   2> 2152624 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-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> 2152624 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-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> 2152625 INFO  (qtp1795899253-17049) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2152625 INFO  (qtp822965285-17044) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2152625 INFO  (qtp1795899253-17049) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2152625 INFO  (qtp822965285-17044) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2152626 INFO  (qtp1795899253-17049) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2152626 INFO  (qtp822965285-17044) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2152626 INFO  (qtp1795899253-17049) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2152626 INFO  (qtp822965285-17044) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2152627 INFO  (qtp1795899253-17049) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2152627 INFO  (qtp822965285-17044) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2152627 INFO  (qtp1795899253-17049) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/graph,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 2152627 INFO  (qtp1795899253-17049) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2152627 INFO  (qtp822965285-17044) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/graph,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 2152627 INFO  (qtp822965285-17044) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2152628 INFO  (qtp1795899253-17049) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2152628 INFO  (qtp1795899253-17049) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2152628 INFO  (qtp822965285-17044) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2152628 INFO  (qtp822965285-17044) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2152640 INFO  (qtp1795899253-17049) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2152640 INFO  (qtp1795899253-17049) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2152640 INFO  (qtp1795899253-17049) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4ccab2d9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@315e4c41),segFN=segments_1,generation=1}
   [junit4]   2> 2152640 INFO  (qtp1795899253-17049) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2152640 INFO  (qtp1795899253-17049) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4e6f2d7a[testschemaapi_shard1_replica1] main]
   [junit4]   2> 2152640 INFO  (qtp1795899253-17049) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 2152641 INFO  (qtp1795899253-17049) [    ] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2152641 INFO  (qtp1795899253-17049) [    ] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2152641 INFO  (qtp1795899253-17049) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2152641 INFO  (qtp1795899253-17049) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2152641 INFO  (qtp1795899253-17049) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2152641 INFO  (qtp1795899253-17049) [    ] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2152641 INFO  (qtp1795899253-17049) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2152641 INFO  (qtp1795899253-17049) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2152641 INFO  (qtp1795899253-17049) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2152641 INFO  (qtp1795899253-17049) [    ] o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: /configs/conf1/managed-schema, uniqueCoreId: testschemaapi_shard1_replica1:843338119599466
   [junit4]   2> 2152641 INFO  (qtp1795899253-17049) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2152641 INFO  (searcherExecutor-8139-thread-1) [    ] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Registered new searcher Searcher@4e6f2d7a[testschemaapi_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2152641 INFO  (qtp1795899253-17049) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2152642 INFO  (qtp1795899253-17049) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2152642 INFO  (qtp1795899253-17049) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2152642 INFO  (qtp1795899253-17049) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1534470576585834496
   [junit4]   2> 2152644 INFO  (qtp1795899253-17049) [    ] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1534470576585834496
   [junit4]   2> 2152644 INFO  (qtp1795899253-17049) [    ] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 2152645 INFO  (qtp1795899253-17049) [    ] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica1
   [junit4]   2> 2152645 INFO  (qtp1795899253-17049) [    ] o.a.s.c.ZkController Register replica - core:testschemaapi_shard1_replica1 address:http://127.0.0.1:43964/solr collection:testschemaapi shard:shard1
   [junit4]   2> 2152645 INFO  (qtp1795899253-17049) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leader_elect/shard1/election
   [junit4]   2> 2152645 INFO  (qtp822965285-17044) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2152645 INFO  (qtp822965285-17044) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2152646 INFO  (qtp822965285-17044) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@b600359 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23c82718),segFN=segments_1,generation=1}
   [junit4]   2> 2152646 INFO  (qtp822965285-17044) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2152646 INFO  (qtp822965285-17044) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@362a859a[testschemaapi_shard1_replica2] main]
   [junit4]   2> 2152646 INFO  (qtp822965285-17044) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 2152646 INFO  (qtp822965285-17044) [    ] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2152646 INFO  (qtp822965285-17044) [    ] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2152646 INFO  (qtp1795899253-17049) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /collections/testschemaapi/leader_elect/shard1/election/95904410884440070-core_node1-n_0000000000
   [junit4]   2> 2152646 INFO  (qtp822965285-17044) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2152647 INFO  (qtp822965285-17044) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2152647 INFO  (qtp1795899253-17049) [    ] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 2152647 INFO  (qtp822965285-17044) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2152647 INFO  (qtp822965285-17044) [    ] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2152647 INFO  (qtp822965285-17044) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2152647 INFO  (qtp822965285-17044) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2152647 INFO  (qtp822965285-17044) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2152647 INFO  (qtp822965285-17044) [    ] o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: /configs/conf1/managed-schema, uniqueCoreId: testschemaapi_shard1_replica2:843338119650054
   [junit4]   2> 2152647 INFO  (qtp822965285-17044) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2152647 INFO  (qtp1795899253-17049) [    ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2152647 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] 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> 2152647 INFO  (searcherExecutor-8140-thread-1) [    ] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Registered new searcher Searcher@362a859a[testschemaapi_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2152648 INFO  (qtp822965285-17044) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2152648 INFO  (qtp822965285-17044) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2152648 INFO  (qtp822965285-17044) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2152648 INFO  (qtp822965285-17044) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1534470576592125952
   [junit4]   2> 2152649 INFO  (qtp822965285-17044) [    ] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1534470576592125952
   [junit4]   2> 2152649 INFO  (qtp822965285-17044) [    ] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 2152650 INFO  (qtp822965285-17044) [    ] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica2
   [junit4]   2> 2152650 INFO  (qtp822965285-17044) [    ] o.a.s.c.ZkController Register replica - core:testschemaapi_shard1_replica2 address:http://127.0.0.1:34175/solr collection:testschemaapi shard:shard1
   [junit4]   2> 2152650 INFO  (qtp822965285-17044) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /collections/testschemaapi/leader_elect/shard1/election/95904410884440069-core_node2-n_0000000001
   [junit4]   2> 2152650 INFO  (qtp822965285-17044) [    ] o.a.s.c.LeaderElector Watching path /collections/testschemaapi/leader_elect/shard1/election/95904410884440070-core_node1-n_0000000000 to know if I could be the leader
   [junit4]   2> 2152748 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 1
   [junit4]   2> 2152749 INFO  (zkCallback-2448-thread-1) [    ] 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> 2152749 INFO  (zkCallback-2447-thread-1) [    ] 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> 2152749 INFO  (zkCallback-2448-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 2152749 INFO  (zkCallback-2447-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 2153148 INFO  (qtp1795899253-17049) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2153148 INFO  (qtp1795899253-17049) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2153148 INFO  (qtp1795899253-17049) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43964/solr/testschemaapi_shard1_replica1/
   [junit4]   2> 2153148 INFO  (qtp1795899253-17049) [    ] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica1 url=http://127.0.0.1:43964/solr START replicas=[http://127.0.0.1:34175/solr/testschemaapi_shard1_replica2/] nUpdates=100
   [junit4]   2> 2153148 INFO  (qtp1795899253-17049) [    ] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica1 url=http://127.0.0.1:43964/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2153148 INFO  (qtp1795899253-17049) [    ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2153148 INFO  (qtp1795899253-17049) [    ] 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> 2153149 INFO  (qtp1795899253-17049) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leaders/shard1
   [junit4]   2> 2153149 INFO  (qtp822965285-17046) [    ] o.a.s.c.S.Request [testschemaapi_shard1_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2153149 INFO  (qtp1795899253-17049) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testschemaapi/leaders/shard1/leader after winning as /collections/testschemaapi/leader_elect/shard1/election/95904410884440070-core_node1-n_0000000000
   [junit4]   2> 2153151 INFO  (qtp1795899253-17049) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:43964/solr/testschemaapi_shard1_replica1/ shard1
   [junit4]   2> 2153151 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] 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:43964/solr",
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 2153252 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 2
   [junit4]   2> 2153252 INFO  (zkCallback-2447-thread-1) [    ] 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> 2153252 INFO  (zkCallback-2448-thread-1) [    ] 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> 2153252 INFO  (zkCallback-2447-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [2] to [3]
   [junit4]   2> 2153252 INFO  (zkCallback-2448-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [2] to [3]
   [junit4]   2> 2153301 INFO  (qtp1795899253-17049) [    ] o.a.s.c.ZkController We are http://127.0.0.1:43964/solr/testschemaapi_shard1_replica1/ and leader is http://127.0.0.1:43964/solr/testschemaapi_shard1_replica1/
   [junit4]   2> 2153301 INFO  (qtp1795899253-17049) [    ] o.a.s.c.ZkController No LogReplay needed for core=testschemaapi_shard1_replica1 baseURL=http://127.0.0.1:43964/solr
   [junit4]   2> 2153301 INFO  (qtp1795899253-17049) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2153301 INFO  (qtp1795899253-17049) [    ] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 2153302 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:43964/solr",
   [junit4]   2>   "node_name":"127.0.0.1:43964_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2153303 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:43964/solr",
   [junit4]   2>   "node_name":"127.0.0.1:43964_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2153303 INFO  (qtp1795899253-17049) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=testschemaapi_shard1_replica1&action=CREATE&numShards=1&collection=testschemaapi&shard=shard1&wt=javabin&version=2} status=0 QTime=1696
   [junit4]   2> 2153403 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 3
   [junit4]   2> 2153404 INFO  (zkCallback-2447-thread-1) [    ] 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> 2153404 INFO  (zkCallback-2448-thread-1) [    ] 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> 2153404 INFO  (zkCallback-2447-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [3] to [4]
   [junit4]   2> 2153404 INFO  (zkCallback-2448-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [3] to [4]
   [junit4]   2> 2153651 INFO  (qtp822965285-17044) [    ] o.a.s.c.ZkController We are http://127.0.0.1:34175/solr/testschemaapi_shard1_replica2/ and leader is http://127.0.0.1:43964/solr/testschemaapi_shard1_replica1/
   [junit4]   2> 2153651 INFO  (qtp822965285-17044) [    ] o.a.s.c.ZkController No LogReplay needed for core=testschemaapi_shard1_replica2 baseURL=http://127.0.0.1:34175/solr
   [junit4]   2> 2153651 INFO  (qtp822965285-17044) [    ] o.a.s.c.ZkController Core needs to recover:testschemaapi_shard1_replica2
   [junit4]   2> 2153651 INFO  (updateExecutor-2442-thread-1) [    ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2153652 INFO  (recoveryExecutor-2443-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2153652 INFO  (recoveryExecutor-2443-thread-1) [    ] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 2153652 INFO  (recoveryExecutor-2443-thread-1) [    ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[testschemaapi_shard1_replica2]
   [junit4]   2> 2153652 INFO  (recoveryExecutor-2443-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2153652 INFO  (recoveryExecutor-2443-thread-1) [    ] o.a.s.c.RecoveryStrategy Publishing state of core [testschemaapi_shard1_replica2] as recovering, leader is [http://127.0.0.1:43964/solr/testschemaapi_shard1_replica1/] and I am [http://127.0.0.1:34175/solr/testschemaapi_shard1_replica2/]
   [junit4]   2> 2153652 INFO  (qtp822965285-17044) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=testschemaapi_shard1_replica2&action=CREATE&numShards=1&collection=testschemaapi&shard=shard1&wt=javabin&version=2} status=0 QTime=2045
   [junit4]   2> 2153652 INFO  (recoveryExecutor-2443-thread-1) [    ] o.a.s.c.ZkController publishing state=recovering
   [junit4]   2> 2153652 INFO  (OverseerThreadFactory-8134-thread-1) [    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={127.0.0.1:43964_solr={responseHeader={status=0,QTime=1696},core=testschemaapi_shard1_replica1},127.0.0.1:34175_solr={responseHeader={status=0,QTime=2045},core=testschemaapi_shard1_replica2}}}
   [junit4]   2> 2153653 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34175/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34175_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"recovering",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2153653 INFO  (zkCallback-2447-thread-1) [    ] o.a.s.c.OverseerTaskQueue NodeDataChanged fired on path /overseer/collection-queue-work/qnr-0000000000 state SyncConnected latchEventType null
   [junit4]   2> 2153653 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34175/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34175_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"recovering",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2153653 INFO  (recoveryExecutor-2443-thread-1) [    ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:43964/solr]; [WaitForState: action=PREPRECOVERY&core=testschemaapi_shard1_replica1&nodeName=127.0.0.1:34175_solr&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2153653 INFO  (qtp822965285-17052) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2153654 INFO  (qtp1795899253-17053) [    ] o.a.s.h.a.CoreAdminOperation Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 2153654 INFO  (qtp1795899253-17053) [    ] o.a.s.h.a.CoreAdminOperation Will wait a max of 183 seconds to see testschemaapi_shard1_replica1 (shard1 of testschemaapi) have state: recovering
   [junit4]   2> 2153654 INFO  (qtp1795899253-17053) [    ] o.a.s.h.a.CoreAdminOperation In WaitForState(recovering): collection=testschemaapi, shard=shard1, thisCore=testschemaapi_shard1_replica1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:34175_solr, coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: core_node2:{"core":"testschemaapi_shard1_replica2","base_url":"http://127.0.0.1:34175/solr","node_name":"127.0.0.1:34175_solr","state":"down"}
   [junit4]   2> 2153754 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 4
   [junit4]   2> 2153754 INFO  (zkCallback-2447-thread-1) [    ] 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> 2153754 INFO  (zkCallback-2448-thread-1) [    ] 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> 2153755 INFO  (zkCallback-2447-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [4] to [5]
   [junit4]   2> 2153755 INFO  (zkCallback-2448-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [4] to [5]
   [junit4]   2> 2154655 INFO  (qtp1795899253-17053) [    ] o.a.s.h.a.CoreAdminOperation In WaitForState(recovering): collection=testschemaapi, shard=shard1, thisCore=testschemaapi_shard1_replica1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:34175_solr, coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: core_node2:{"core":"testschemaapi_shard1_replica2","base_url":"http://127.0.0.1:34175/solr","node_name":"127.0.0.1:34175_solr","state":"recovering"}
   [junit4]   2> 2154655 INFO  (qtp1795899253-17053) [    ] o.a.s.h.a.CoreAdminOperation Waited coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 2154655 INFO  (qtp1795899253-17053) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:34175_solr&onlyIfLeaderActive=true&core=testschemaapi_shard1_replica1&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1001
   [junit4]   2> 2161655 INFO  (recoveryExecutor-2443-thread-1) [    ] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:43964/solr/testschemaapi_shard1_replica1/] - recoveringAfterStartup=[true]
   [junit4]   2> 2161655 INFO  (recoveryExecutor-2443-thread-1) [    ] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica2 url=http://127.0.0.1:34175/solr START replicas=[http://127.0.0.1:43964/solr/testschemaapi_shard1_replica1/] nUpdates=100
   [junit4]   2> 2161655 WARN  (recoveryExecutor-2443-thread-1) [    ] o.a.s.u.PeerSync no frame of reference to tell if we've missed updates
   [junit4]   2> 2161656 INFO  (recoveryExecutor-2443-thread-1) [    ] o.a.s.c.RecoveryStrategy PeerSync Recovery was not successful - trying replication.
   [junit4]   2> 2161656 INFO  (recoveryExecutor-2443-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting Replication Recovery.
   [junit4]   2> 2161656 INFO  (recoveryExecutor-2443-thread-1) [    ] o.a.s.c.RecoveryStrategy Attempting to replicate from [http://127.0.0.1:43964/solr/testschemaapi_shard1_replica1/].
   [junit4]   2> 2161656 INFO  (qtp1795899253-17053) [    ] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 2161656 INFO  (qtp1795899253-17053) [    ] o.a.s.c.S.Request [testschemaapi_shard1_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=true&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2161657 INFO  (qtp1795899253-17049) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2161657 INFO  (qtp1795899253-17049) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2161657 INFO  (qtp1795899253-17049) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2161657 INFO  (qtp1795899253-17049) [    ] o.a.s.u.p.LogUpdateProcessorFactory [testschemaapi_shard1_replica1]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}{commit=} 0 0
   [junit4]   2> 2161658 INFO  (qtp1795899253-17040) [    ] o.a.s.c.S.Request [testschemaapi_shard1_replica1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2161658 INFO  (recoveryExecutor-2443-thread-1) [    ] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 2161658 INFO  (recoveryExecutor-2443-thread-1) [    ] o.a.s.c.RecoveryStrategy Replication Recovery was successful.
   [junit4]   2> 2161658 INFO  (recoveryExecutor-2443-thread-1) [    ] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 2161658 INFO  (recoveryExecutor-2443-thread-1) [    ] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 2161659 INFO  (recoveryExecutor-2443-thread-1) [    ] o.a.s.c.RecoveryStrategy Updating version bucket highest from index after successful recovery.
   [junit4]   2> 2161659 INFO  (recoveryExecutor-2443-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2161659 INFO  (recoveryExecutor-2443-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2161659 INFO  (recoveryExecutor-2443-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2161659 INFO  (recoveryExecutor-2443-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1534470586040844288
   [junit4]   2> 2161659 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34175/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34175_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2161659 INFO  (OverseerStateUpdate-95904410884440069-127.0.0.1:34175_solr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34175/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34175_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
  

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

	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:773)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.reload(SolrCore.java:462)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:939)
   [junit4]   2> 	... 2 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not find config name for collection:testschemaapi
   [junit4]   2> 	at org.apache.solr.rest.ManagedResourceStorage.newStorageIO(ManagedResourceStorage.java:101)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.initRestManager(SolrCore.java:2285)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:749)
   [junit4]   2> 	... 4 more
   [junit4]   2> 2162898 INFO  (Thread-5975) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 2162899 INFO  (Thread-5975) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index
   [junit4]   2> 2162899 WARN  (Thread-5975) [    ] o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: Unable to reload core [testschemaapi_shard1_replica1]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:945)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2490)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController$4.run(ZkController.java:2409)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not find config name for collection:testschemaapi
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:773)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.reload(SolrCore.java:462)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:939)
   [junit4]   2> 	... 2 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not find config name for collection:testschemaapi
   [junit4]   2> 	at org.apache.solr.rest.ManagedResourceStorage.newStorageIO(ManagedResourceStorage.java:101)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.initRestManager(SolrCore.java:2285)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:749)
   [junit4]   2> 	... 4 more
   [junit4]   2> 2162917 INFO  (Thread-5941) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43876 43876
   [junit4]   2> 2162918 WARN  (Thread-5941) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/configs/conf1
   [junit4]   2> 	5	/solr/configs/conf1/managed-schema
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/testschemaapi/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 2162918 INFO  (SUITE-TestManagedSchemaAPI-seed#[2B371ECCDEC70804]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_2B371ECCDEC70804-001
   [junit4]   2> May 16, 2016 7:53:08 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=CheapBastard, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=nl-NL, timezone=America/Chihuahua
   [junit4]   2> NOTE: Linux 4.4.0-21-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=404688560,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [MultiThreadedOCPTest, CloudExitableDirectoryReaderTest, TestSolrCloudWithKerberosAlt, ConcurrentDeleteAndCreateCollectionTest, BasicZkTest, CdcrReplicationDistributedZkTest, PrimUtilsTest, TestSolrXml, TestConfig, ResourceLoaderTest, RulesTest, TestReloadDeadlock, TestInitParams, TestPhraseSuggestions, TestCloudBackupRestore, CacheHeaderTest, DistributedFacetPivotLargeTest, TestComponentsName, TestMiniSolrCloudClusterBase, PolyFieldTest, TestDistributedStatsComponentCardinality, TestBinaryField, TestMergePolicyConfig, SolrRequestParserTest, TestHighlightDedupGrouping, FileBasedSpellCheckerTest, TestOverriddenPrefixQueryForCustomFieldType, SyncSliceTest, TestTrackingShardHandlerFactory, DisMaxRequestHandlerTest, TestOmitPositions, GraphQueryTest, SharedFSAutoReplicaFailoverTest, WrapperMergePolicyFactoryTest, IndexSchemaTest, TestDynamicLoading, TestManagedSchema, TestDistribDocBasedVersion, SpatialHeatmapFacetsTest, TestFoldingMultitermQuery, TestOnReconnectListenerSupport, TolerantUpdateProcessorTest, SolrCoreTest, TestLRUCache, SpatialRPTFieldTypeTest, TestConfigReload, TestLRUStatsCache, TestCrossCoreJoin, SolrCloudExampleTest, LeaderInitiatedRecoveryOnCommitTest, TestCustomDocTransformer, TestRandomFaceting, PeerSyncTest, TestAuthorizationFramework, TestSha256AuthenticationProvider, HdfsDirectoryFactoryTest, TestLuceneMatchVersion, ActionThrottleTest, TestGraphTermsQParserPlugin, DateRangeFieldTest, StandardRequestHandlerTest, CreateCollectionCleanupTest, TestAnalyzedSuggestions, HdfsNNFailoverTest, DistribJoinFromCollectionTest, SSLMigrationTest, TestDynamicFieldCollectionResource, ForceLeaderTest, TestPseudoReturnFields, EchoParamsTest, TestAnalyzeInfixSuggestions, TestFaceting, TestSolrConfigHandlerConcurrent, TestPerFieldSimilarityWithDefaultOverride, TestLMDirichletSimilarityFactory, TestManagedSynonymFilterFactory, DeleteStatusTest, HdfsTlogReplayBufferedWhileIndexingTest, AddSchemaFieldsUpdateProcessorFactoryTest, PreAnalyzedFieldTest, AnalyticsQueryTest, BitVectorTest, TestMaxScoreQueryParser, TestRealTimeGet, SOLR749Test, TestDocSet, DateFieldTest, TestCloudPivotFacet, TestRawResponseWriter, TestFieldResource, AnalysisAfterCoreReloadTest, TestSchemaVersionResource, DeleteLastCustomShardedReplicaTest, TestObjectReleaseTracker, JSONWriterTest, TestReplicaProperties, PathHierarchyTokenizerFactoryTest, RecoveryZkTest, TestReplicationHandler, TestRandomDVFaceting, TestDistributedSearch, TestDistributedGrouping, DistributedSpellCheckComponentTest, TestStressReorder, TestJoin, TestSolr4Spatial, SpellCheckComponentTest, TestFunctionQuery, TestLazyCores, TestBadConfig, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, TestStressLucene, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, TestUpdate, TestAtomicUpdateErrorCases, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SolrInfoMBeanTest, IndexBasedSpellCheckerTest, TestQueryTypes, TermsComponentTest, RequestHandlersTest, TermVectorComponentTest, RequiredFieldsTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, ReturnFieldsTest, MBeansHandlerTest, JsonLoaderTest, TestPartialUpdateDeduplication, TestLFUCache, AliasIntegrationTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, DistribDocExpirationUpdateProcessorTest, OverseerTaskQueueTest, RecoveryAfterSoftCommitTest, SimpleCollectionCreateDeleteTest, TestCollectionAPI, TestLeaderElectionZkExpiry, TestMiniSolrCloudClusterSSL, TestRequestStatusCollectionAPI, TestShortCircuitedRequests, TestTolerantUpdateProcessorRandomCloud, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, BlobRepositoryCloudTest, CachingDirectoryFactoryTest, TestRestoreCore, CoreAdminCreateDiscoverTest, CoreMergeIndexesAdminHandlerTest, SegmentsInfoRequestHandlerTest, DistributedExpandComponentTest, DistributedFacetPivotLongTailTest, DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotSmallTest, DistributedFacetPivotWhiteBoxTest, DistributedQueryComponentCustomSortTest, DistributedQueryComponentOptimizationTest, TestSchemaNameResource, TestSchemaResource, TestSchemaSimilarityResource, TestSolrQueryParserResource, TestUniqueKeyFieldResource, ChangedSchemaMergeTest, DocValuesMissingTest, EnumFieldTest, TestManagedSchemaAPI]
   [junit4] Completed [538/597 (1!)] on J0 in 13.37s, 1 test, 1 error <<< FAILURES!

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

Total time: 62 minutes 43 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