You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/04/14 05:19:58 UTC

[JENKINS] Lucene-Solr-Tests-6.x - Build # 139 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/139/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.ConnectionReuseTest.test

Error Message:
We expected all communication via streaming client to use one connection! expected=77 got=74

Stack Trace:
java.lang.AssertionError: We expected all communication via streaming client to use one connection! expected=77 got=74
	at __randomizedtesting.SeedInfo.seed([FA13C6377C897E63:7247F9EDD275139B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.client.solrj.ConnectionReuseTest.test(ConnectionReuseTest.java:150)
	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$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy

Error Message:
Could not find collection : c1

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : c1
	at __randomizedtesting.SeedInfo.seed([FA13C6377C897E63:915C664A0586A359]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:135)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy(ZkStateReaderTest.java:46)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11969 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.ConnectionReuseTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/init-core-data-001
   [junit4]   2> 2040616 INFO  (SUITE-ConnectionReuseTest-seed#[FA13C6377C897E63]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /e_/dx
   [junit4]   2> 2040626 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2040633 INFO  (Thread-3963) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2040633 INFO  (Thread-3963) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2040729 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.ZkTestServer start zk server on port:46264
   [junit4]   2> 2040730 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2040730 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2040733 INFO  (zkCallback-17667-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7ddf1e12 name:ZooKeeperConnection Watcher:127.0.0.1:46264 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2040741 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2040741 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2040741 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2040744 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2040745 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2040753 INFO  (zkCallback-17668-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7ba8a13c name:ZooKeeperConnection Watcher:127.0.0.1:46264/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2040753 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2040754 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2040754 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 2040754 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 2040755 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 2040755 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 2040756 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2040756 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2040757 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2040757 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 2040758 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2040758 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2040759 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2040759 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2040759 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2040759 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2040760 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2040760 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 2040761 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2040761 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2040762 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2040762 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2040762 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2040763 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2040763 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2040763 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2040764 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2040764 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2041078 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/control-001/cores/collection1
   [junit4]   2> 2041079 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2041080 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3a114fb{/e_/dx,null,AVAILABLE}
   [junit4]   2> 2041082 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.e.j.s.ServerConnector Started ServerConnector@2cd3231c{HTTP/1.1,[http/1.1]}{127.0.0.1:55292}
   [junit4]   2> 2041082 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.e.j.s.Server Started @2045639ms
   [junit4]   2> 2041082 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/tempDir-001/control/data, hostContext=/e_/dx, hostPort=55292, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/control-001/cores}
   [junit4]   2> 2041082 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2041082 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/control-001'
   [junit4]   2> 2041082 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2041082 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2041082 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2041118 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2041121 INFO  (zkCallback-17669-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4c5d921e name:ZooKeeperConnection Watcher:127.0.0.1:46264/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2041121 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2041122 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2041139 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2041139 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/control-001/solr.xml
   [junit4]   2> 2041143 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/control-001/cores
   [junit4]   2> 2041143 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.CoreContainer New CoreContainer 146209875
   [junit4]   2> 2041143 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/control-001]
   [junit4]   2> 2041143 WARN  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/control-001/lib
   [junit4]   2> 2041143 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2041144 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2041144 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2041144 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2041144 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46264/solr
   [junit4]   2> 2041144 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2041144 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2041149 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2041160 INFO  (zkCallback-17672-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@44dd3085 name:ZooKeeperConnection Watcher:127.0.0.1:46264 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2041161 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2041161 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2041193 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2041209 INFO  (zkCallback-17673-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4f8f8c3 name:ZooKeeperConnection Watcher:127.0.0.1:46264/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2041213 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2041237 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2041313 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2041335 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2041336 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2041337 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2041338 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2041339 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2041339 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2041340 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2041429 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2041434 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2041435 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2041436 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2041437 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2041441 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000
   [junit4]   2> 2041441 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55292_e_%2Fdx
   [junit4]   2> 2041441 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2041442 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.Overseer Overseer (id=95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000) starting
   [junit4]   2> 2041443 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2041446 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2041446 INFO  (OverseerCollectionConfigSetProcessor-95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2041448 INFO  (OverseerStateUpdate-95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2041448 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55292_e_%2Fdx
   [junit4]   2> 2041452 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:55292_e_%2Fdx
   [junit4]   2> 2041452 INFO  (OverseerStateUpdate-95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2041452 INFO  (zkCallback-17673-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx    ] 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> 2041453 INFO  (zkCallback-17673-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2041469 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2041469 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2041470 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/control-001/cores
   [junit4]   2> 2041470 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 2041470 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/control-001/cores/collection1
   [junit4]   2> 2041470 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 2041471 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 2041471 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2041472 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2041472 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2041473 INFO  (OverseerStateUpdate-95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55292/e_/dx",
   [junit4]   2>   "node_name":"127.0.0.1:55292_e_%2Fdx",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2041474 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2041474 INFO  (OverseerStateUpdate-95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55292/e_/dx",
   [junit4]   2>   "node_name":"127.0.0.1:55292_e_%2Fdx",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2041474 INFO  (OverseerStateUpdate-95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 2041475 INFO  (OverseerStateUpdate-95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2041476 INFO  (zkCallback-17673-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2042474 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2042474 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 2042475 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2042475 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 2042475 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2042475 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/control-001/cores/collection1'
   [junit4]   2> 2042475 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2042475 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2042476 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2042485 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2042503 WARN  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2042504 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 2042512 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2042516 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2042634 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2042649 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2042649 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2042677 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2042679 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2042680 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2042680 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2042681 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 2042681 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2042684 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2042684 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/control-001/cores/collection1/data/]
   [junit4]   2> 2042685 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@64bd95c0
   [junit4]   2> 2042685 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/control-001/cores/collection1/data
   [junit4]   2> 2042685 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/control-001/cores/collection1/data/index/
   [junit4]   2> 2042685 WARN  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2042685 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/control-001/cores/collection1/data/index
   [junit4]   2> 2042686 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=75.1923828125, floorSegmentMB=2.083984375, forceMergeDeletesPctAllowed=18.00845297462436, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.20569394412793135
   [junit4]   2> 2042686 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@29ca68fe lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7886614),segFN=segments_1,generation=1}
   [junit4]   2> 2042686 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2042687 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/control-001/cores/collection1/data/
   [junit4]   2> 2042687 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2042688 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2042689 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2042689 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2042689 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2042689 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2042689 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2042689 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2042689 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2042689 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2042689 WARN  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 2042690 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2042691 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2042691 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2042692 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2042696 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/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> 2042696 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2042696 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2042697 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2042697 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2042697 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2042697 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=5.927734375, floorSegmentMB=0.89453125, forceMergeDeletesPctAllowed=3.715389505221154, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2042697 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@29ca68fe lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7886614),segFN=segments_1,generation=1}
   [junit4]   2> 2042698 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2042698 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@394e1896[collection1] main]
   [junit4]   2> 2042698 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 2042701 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2042701 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2042702 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2042702 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2042702 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2042705 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2042705 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2042705 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2042705 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2042706 INFO  (searcherExecutor-7764-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@394e1896[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2042706 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2042706 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2042706 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2042706 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1531553141625978880
   [junit4]   2> 2042707 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1531553141625978880
   [junit4]   2> 2042708 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 2042708 INFO  (coreLoadExecutor-7763-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2042708 INFO  (coreZkRegister-7757-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:55292/e_/dx collection:control_collection shard:shard1
   [junit4]   2> 2042709 INFO  (coreZkRegister-7757-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2042710 INFO  (coreZkRegister-7757-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95722071216291844-core_node1-n_0000000000
   [junit4]   2> 2042710 INFO  (coreZkRegister-7757-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 2042717 INFO  (coreZkRegister-7757-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2042717 INFO  (coreZkRegister-7757-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2042717 INFO  (coreZkRegister-7757-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:55292/e_/dx/collection1/
   [junit4]   2> 2042717 INFO  (coreZkRegister-7757-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2042717 INFO  (coreZkRegister-7757-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:55292/e_/dx/collection1/ has no replicas
   [junit4]   2> 2042718 INFO  (OverseerStateUpdate-95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 2042719 INFO  (coreZkRegister-7757-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2042719 INFO  (coreZkRegister-7757-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95722071216291844-core_node1-n_0000000000
   [junit4]   2> 2042720 INFO  (coreZkRegister-7757-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:55292/e_/dx/collection1/ shard1
   [junit4]   2> 2042721 INFO  (OverseerStateUpdate-95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:55292/e_/dx",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 2042823 INFO  (zkCallback-17673-thread-3-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2042877 INFO  (coreZkRegister-7757-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:55292/e_/dx/collection1/ and leader is http://127.0.0.1:55292/e_/dx/collection1/
   [junit4]   2> 2042877 INFO  (coreZkRegister-7757-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55292/e_/dx
   [junit4]   2> 2042877 INFO  (coreZkRegister-7757-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2042877 INFO  (coreZkRegister-7757-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 2042877 INFO  (coreZkRegister-7757-thread-1-processing-n:127.0.0.1:55292_e_%2Fdx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55292_e_%2Fdx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2042879 INFO  (OverseerStateUpdate-95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55292/e_/dx",
   [junit4]   2>   "node_name":"127.0.0.1:55292_e_%2Fdx",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 2042879 INFO  (OverseerStateUpdate-95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55292/e_/dx",
   [junit4]   2>   "node_name":"127.0.0.1:55292_e_%2Fdx",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2043028 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:46264/solr
   [junit4]   2> 2043029 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2043031 INFO  (zkCallback-17673-thread-3-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2043037 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2043050 INFO  (zkCallback-17675-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5974965b name:ZooKeeperConnection Watcher:127.0.0.1:46264/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2043050 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2043050 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2043050 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2043051 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2043052 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2043052 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 2043052 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2043052 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2043053 INFO  (zkCallback-17676-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@11780c86 name:ZooKeeperConnection Watcher:127.0.0.1:46264/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2043054 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2043054 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2043061 INFO  (OverseerStateUpdate-95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2"} current state version: 3
   [junit4]   2> 2043061 INFO  (OverseerStateUpdate-95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 2043116 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/shard-1-001/cores/collection1
   [junit4]   2> 2043116 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/shard-1-001
   [junit4]   2> 2043117 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2043118 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@461220e8{/e_/dx,null,AVAILABLE}
   [junit4]   2> 2043119 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.e.j.s.ServerConnector Started ServerConnector@77b49a06{HTTP/1.1,[http/1.1]}{127.0.0.1:55169}
   [junit4]   2> 2043119 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.e.j.s.Server Started @2047676ms
   [junit4]   2> 2043119 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/e_/dx, hostPort=55169, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/shard-1-001/cores}
   [junit4]   2> 2043119 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2043119 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/shard-1-001'
   [junit4]   2> 2043120 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2043120 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2043120 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2043120 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2043122 INFO  (zkCallback-17677-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@675f5ba7 name:ZooKeeperConnection Watcher:127.0.0.1:46264/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2043122 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2043122 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2043123 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2043123 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/shard-1-001/solr.xml
   [junit4]   2> 2043129 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/shard-1-001/cores
   [junit4]   2> 2043129 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.CoreContainer New CoreContainer 1439597964
   [junit4]   2> 2043129 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/shard-1-001]
   [junit4]   2> 2043130 WARN  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/shard-1-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/shard-1-001/lib
   [junit4]   2> 2043130 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2043131 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2043132 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2043132 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2043132 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46264/solr
   [junit4]   2> 2043132 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2043132 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2043133 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2043134 INFO  (zkCallback-17680-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@66f51cd6 name:ZooKeeperConnection Watcher:127.0.0.1:46264 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2043134 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2043134 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2043169 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55169_e_%2Fdx    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2043173 INFO  (OverseerStateUpdate-95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 2043185 INFO  (zkCallback-17681-thread-1-processing-n:127.0.0.1:55169_e_%2Fdx) [n:127.0.0.1:55169_e_%2Fdx    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@78b08a70 name:ZooKeeperConnection Watcher:127.0.0.1:46264/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2043188 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55169_e_%2Fdx    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2043256 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55169_e_%2Fdx    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2043257 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55169_e_%2Fdx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2043258 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55169_e_%2Fdx    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2043259 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55169_e_%2Fdx    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95722071216291849-127.0.0.1:55169_e_%2Fdx-n_0000000001
   [junit4]   2> 2043259 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55169_e_%2Fdx    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000 to know if I could be the leader
   [junit4]   2> 2043259 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55169_e_%2Fdx    ] o.a.s.c.ZkController Publish node=127.0.0.1:55169_e_%2Fdx as DOWN
   [junit4]   2> 2043260 INFO  (OverseerStateUpdate-95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:55169_e_%2Fdx"} current state version: 3
   [junit4]   2> 2043260 INFO  (OverseerStateUpdate-95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:55169_e_%2Fdx
   [junit4]   2> 2043261 INFO  (OverseerStateUpdate-95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 2043378 INFO  (zkCallback-17675-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2043379 INFO  (zkCallback-17681-thread-1-processing-n:127.0.0.1:55169_e_%2Fdx) [n:127.0.0.1:55169_e_%2Fdx    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2043380 INFO  (zkCallback-17673-thread-3-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2044260 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55169_e_%2Fdx    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55169_e_%2Fdx
   [junit4]   2> 2044265 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55169_e_%2Fdx    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:55169_e_%2Fdx
   [junit4]   2> 2044282 INFO  (zkCallback-17673-thread-3-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx    ] 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> 2044282 INFO  (zkCallback-17673-thread-3-processing-n:127.0.0.1:55292_e_%2Fdx) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2044285 INFO  (zkCallback-17675-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> 2044285 INFO  (zkCallback-17681-thread-1-processing-n:127.0.0.1:55169_e_%2Fdx) [n:127.0.0.1:55169_e_%2Fdx    ] 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> 2044289 INFO  (zkCallback-17675-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2044289 INFO  (zkCallback-17681-thread-1-processing-n:127.0.0.1:55169_e_%2Fdx) [n:127.0.0.1:55169_e_%2Fdx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2044297 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55169_e_%2Fdx    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2044297 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55169_e_%2Fdx    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2044298 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55169_e_%2Fdx    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/shard-1-001/cores
   [junit4]   2> 2044299 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55169_e_%2Fdx    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 2044299 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55169_e_%2Fdx    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_FA13C6377C897E63-001/shard-1-001/cores/collection1
   [junit4]   2> 2044299 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55169_e_%2Fdx    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 2044309 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55169_e_%2Fdx    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 2044309 INFO  (TEST-ConnectionReuseTest.test-seed#[FA13C6377C897E63]) [n:127.0.0.1:55169_e_%2Fdx    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2044313 INFO  (coreLoadExecutor-7774-thread-1-processing-n:127.0.0.1:55169_e_%2Fdx) [n:127.0.0.1:55169_e_%2Fdx c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2044313 INFO  (coreLoadExecutor-7774-thread-1-processing-n:127.0.0.1:55169_e_%2Fdx) [n:127.0.0.1:55169_e_%2Fdx c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2044318 INFO  (coreLoadExecutor-7774-thread-1-processing-n:127.0.0.1:55169_e_%2Fdx) [n:127.0.0.1:55169_e_%2Fdx c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 2044318 INFO  (coreLoadExecutor-7774-thread-1-processing-n:127.0.0.1:55169_e_%2Fdx) [n:127.0.0.1:55169_e_%2Fdx c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [collection1]
   [junit4]   2> 2044319 INFO  (OverseerStateUpdate-95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55169/e_/dx",
   [junit4]   2>   "node_name":"127.0.0.1:55169_e_%2Fdx",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 2044319 INFO  (OverseerStateUpdate-95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55169/e_/dx",
   [junit4]   2>   "node_name":"127.0.0.1:55169_e_%2Fdx",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2044319 INFO  (OverseerStateUpdate-95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=1
   [junit4]   2> 2044319 INFO  (OverseerStateUpdate-95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2044319 INFO  (coreLoadExecutor-7774-thread-1-processing-n:127.0.0.1:55169_e_%2Fdx) [n:127.0.0.1:55169_e_%2Fdx c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Add data for [collection1] ver [1]
   [junit4]   2> 2044319 INFO  (coreLoadExecutor-7774-thread-1-processing-n:127.0.0.1:55169_e_%2Fdx) [n:127.0.0.1:55169_e_%2Fdx c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2044429 INFO  (OverseerStateUpdate-95722071216291844-127.0.0.1:55292_e_%2Fdx-n_0000000000) [n:127.0.0.1:55292_e_%2Fdx    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 2044431 INFO  (zkCallback-17681-thread-1-processing-n:127.0.0.1:55169_e_%2Fdx) [n:127.0.0.1:55169_e_%2Fdx    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2044441 INFO  (z

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

[junit4]   2> 2452915 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[FA13C6377C897E63]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 2452916 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[FA13C6377C897E63]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 2452917 ERROR (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[FA13C6377C897E63]-EventThread) [    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$7/1680699851@70e92bb rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@420c1c3e[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 2452918 INFO  (zkCallback-1945-thread-2) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2452918 WARN  (zkCallback-1945-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /collections]
   [junit4]   2> 2452919 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[FA13C6377C897E63]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57512 57512
   [junit4]   2> 2453136 INFO  (Thread-4146) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57512 57512
   [junit4]   2> 2453139 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[FA13C6377C897E63]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkStateReaderTest -Dtests.method=testStateFormatUpdateWithExplicitRefreshLazy -Dtests.seed=FA13C6377C897E63 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=he -Dtests.timezone=America/Fortaleza -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.46s J2 | ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not find collection : c1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FA13C6377C897E63:915C664A0586A359]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
   [junit4]    > 	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:135)
   [junit4]    > 	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy(ZkStateReaderTest.java:46)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2453142 INFO  (SUITE-ZkStateReaderTest-seed#[FA13C6377C897E63]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.overseer.ZkStateReaderTest_FA13C6377C897E63-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60), sim=ClassicSimilarity, locale=he, timezone=America/Fortaleza
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=97343728,total=528482304
   [junit4]   2> NOTE: All tests run in this JVM: [TestPHPSerializedResponseWriter, BaseCdcrDistributedZkTest, ReplicationFactorTest, DeleteLastCustomShardedReplicaTest, TestManagedResourceStorage, UnloadDistributedZkTest, TestIndexingPerformance, TestWriterPerf, ResponseHeaderTest, AtomicUpdatesTest, DistribJoinFromCollectionTest, TestCloudDeleteByQuery, TestSuggestSpellingConverter, TestSimpleQParserPlugin, TestCharFilters, TestInfoStreamLogging, TestFieldSortValues, StatsComponentTest, TestConfigSets, CursorMarkTest, TestDistributedMissingSort, DocExpirationUpdateProcessorFactoryTest, TestStressReorder, HLLUtilTest, TestNonDefinedSimilarityFactory, CoreAdminHandlerTest, TestFieldResource, TestMinMaxOnMultiValuedField, FacetPivotSmallTest, TestTolerantSearch, TestSolrCloudWithKerberosAlt, TestPerFieldSimilarity, OverseerCollectionConfigSetProcessorTest, TestRTimerTree, XmlUpdateRequestHandlerTest, TestBlobHandler, DateMathParserTest, ConnectionManagerTest, SimpleMLTQParserTest, TestRecovery, ZkStateWriterTest, DirectUpdateHandlerOptimizeTest, TestReversedWildcardFilterFactory, ForceLeaderTest, QueryParsingTest, TermVectorComponentDistributedTest, LeaderElectionTest, TestScoreJoinQPScore, TestBlendedInfixSuggestions, PluginInfoTest, DebugComponentTest, BinaryUpdateRequestHandlerTest, TestCollationField, TestCSVResponseWriter, TestRebalanceLeaders, TestSolrDynamicMBean, TestGroupingSearch, AssignTest, TestManagedSchema, MultiThreadedOCPTest, TestStressRecovery, SampleTest, CoreAdminRequestStatusTest, BJQParserTest, LeaderInitiatedRecoveryOnCommitTest, OverseerTaskQueueTest, TestUtils, TestSolrQueryResponse, TestPKIAuthenticationPlugin, TestZkChroot, BadIndexSchemaTest, TestJettySolrRunner, BufferStoreTest, FieldMutatingUpdateProcessorTest, TestReqParamsAPI, StressHdfsTest, HdfsNNFailoverTest, SharedFSAutoReplicaFailoverTest, RequestHandlersTest, DirectSolrConnectionTest, DistributedExpandComponentTest, TestSchemaNameResource, LukeRequestHandlerTest, TestSolrJ, TestSolrQueryParserResource, TestPivotHelperCode, RecoveryZkTest, SolrCloudExampleTest, TestSearchPerf, ExitableDirectoryReaderTest, SpatialRPTFieldTypeTest, TestInitQParser, ScriptEngineTest, PrimitiveFieldTypeTest, BasicDistributedZk2Test, SyncSliceTest, OverseerTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest, AutoCommitTest, HardAutoCommitTest, TestRangeQuery, SimpleFacetsTest, SolrCoreTest, ConvertedLegacyTest, TestFunctionQuery, DirectUpdateHandlerTest, TestIndexSearcher, SoftAutoCommitTest, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, TestFoldingMultitermQuery, SuggesterTSTTest, TestStressLucene, SpatialFilterTest, TestCSVLoader, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, QueryEqualityTest, StatelessScriptUpdateProcessorFactoryTest, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, StandardRequestHandlerTest, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, TestSolrQueryParser, FastVectorHighlighterTest, RegexBoostProcessorTest, JSONWriterTest, MBeansHandlerTest, UniqFieldsUpdateProcessorFactoryTest, PingRequestHandlerTest, HighlighterConfigTest, TestQuerySenderListener, AlternateDirectoryTest, ResponseLogComponentTest, SolrIndexConfigTest, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, ResourceLoaderTest, TestFastLRUCache, DOMUtilTest, SystemInfoHandlerTest, FileUtilsTest, DistributedMLTComponentTest, AliasIntegrationTest, CdcrReplicationHandlerTest, CdcrRequestHandlerTest, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, CollectionTooManyReplicasTest, ConcurrentDeleteAndCreateCollectionTest, DeleteStatusTest, DistribCursorPagingTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, RecoveryAfterSoftCommitTest, RestartWhileUpdatingTest, SSLMigrationTest, ShardSplitTest, TestReplicaProperties, TestSizeLimitedDistributedMap, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest, HdfsTlogReplayBufferedWhileIndexingTest, HdfsWriteToMultipleCollectionsTest, ZkStateReaderTest]
   [junit4] Completed [472/586 (2!)] on J2 in 2.75s, 5 tests, 1 error <<< FAILURES!

[...truncated 375 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/common-build.xml:529: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1457: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1014: There were test failures: 586 suites (10 ignored), 2364 tests, 1 error, 1 failure, 85 ignored (70 assumptions) [seed: FA13C6377C897E63]

Total time: 88 minutes 1 second
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 147 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/147/

No tests ran.

Build Log:
[...truncated 25 lines...]
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:766)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1022)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1053)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true fetch --tags --progress git://git.apache.org/lucene-solr.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: read error: Connection reset by peer

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1441)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:62)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:313)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to lucene(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
	at sun.reflect.GeneratedMethodAccessor447.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
	at com.sun.proxy.$Proxy116.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:764)
	... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.apache.org/lucene-solr.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from git://git.apache.org/lucene-solr.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://git.apache.org/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:766)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1022)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1053)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true fetch --tags --progress git://git.apache.org/lucene-solr.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: read error: Connection reset by peer

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1441)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:62)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:313)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to lucene(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
	at sun.reflect.GeneratedMethodAccessor447.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
	at com.sun.proxy.$Proxy116.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:764)
	... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.apache.org/lucene-solr.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from git://git.apache.org/lucene-solr.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://git.apache.org/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:766)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1022)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1053)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true fetch --tags --progress git://git.apache.org/lucene-solr.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: read error: Connection reset by peer

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1441)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:62)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:313)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to lucene(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
	at sun.reflect.GeneratedMethodAccessor447.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
	at com.sun.proxy.$Proxy116.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:764)
	... 11 more
ERROR: null
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 146 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/146/

2 tests failed.
FAILED:  org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy

Error Message:
Could not find collection : c1

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : c1
	at __randomizedtesting.SeedInfo.seed([C525E48C20B81BC2:AE6A44F159B7C6F8]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:135)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy(ZkStateReaderTest.java:46)
	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)


FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup

Error Message:
Failed to create backup

Stack Trace:
java.lang.AssertionError: Failed to create backup
	at __randomizedtesting.SeedInfo.seed([C525E48C20B81BC2:84AEC4E90706E88D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.handler.CheckBackupStatus.fetchStatus(CheckBackupStatus.java:50)
	at org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup(TestReplicationHandlerBackup.java:201)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10910 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandlerBackup
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/init-core-data-001
   [junit4]   2> 468066 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBackupOnCommit
   [junit4]   2> 468067 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/collection1
   [junit4]   2> 468087 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 468134 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@45e6ac89{/solr,null,AVAILABLE}
   [junit4]   2> 468142 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.e.j.s.ServerConnector Started ServerConnector@560260eb{HTTP/1.1,[http/1.1]}{127.0.0.1:60477}
   [junit4]   2> 468142 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.e.j.s.Server Started @474499ms
   [junit4]   2> 468142 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=60477}
   [junit4]   2> 468142 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 468142 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001'
   [junit4]   2> 468142 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 468142 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 468142 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/solr.xml
   [junit4]   2> 468154 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/.
   [junit4]   2> 468155 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.CoreContainer New CoreContainer 442993594
   [junit4]   2> 468155 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001]
   [junit4]   2> 468155 WARN  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/lib
   [junit4]   2> 468155 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 468156 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 468157 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 468157 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 468157 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 468157 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 468157 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/.
   [junit4]   2> 468158 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 468158 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/./collection1
   [junit4]   2> 468158 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 468166 INFO  (coreLoadExecutor-797-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/collection1'
   [junit4]   2> 468180 INFO  (coreLoadExecutor-797-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 468180 INFO  (coreLoadExecutor-797-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 468174 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
   [junit4]   2> 468182 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 468185 INFO  (coreLoadExecutor-797-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 468187 WARN  (coreLoadExecutor-797-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 468188 INFO  (coreLoadExecutor-797-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 468197 INFO  (coreLoadExecutor-797-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 468203 INFO  (coreLoadExecutor-797-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 468205 INFO  (coreLoadExecutor-797-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 468207 INFO  (coreLoadExecutor-797-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/collection1'
   [junit4]   2> 468207 INFO  (coreLoadExecutor-797-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/./collection1
   [junit4]   2> 468207 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 468207 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 468207 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 468208 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/./collection1/data
   [junit4]   2> 468208 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 468208 WARN  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 468208 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 468208 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 468209 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2204d3bb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64204b37),segFN=segments_1,generation=1}
   [junit4]   2> 468209 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 468210 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 468211 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 468211 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 468212 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 468213 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 468218 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 468219 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 468219 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 468225 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/./collection1/data/
   [junit4]   2> 468225 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 468225 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 468232 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=22.552734375, floorSegmentMB=0.658203125, forceMergeDeletesPctAllowed=4.188358675941492, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5300897372253913
   [junit4]   2> 468232 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2204d3bb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64204b37),segFN=segments_1,generation=1}
   [junit4]   2> 468232 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 468232 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6217b287[collection1] main]
   [junit4]   2> 468232 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/collection1/conf
   [junit4]   2> 468232 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/collection1/conf}
   [junit4]   2> 468232 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/collection1/conf
   [junit4]   2> 468232 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 468233 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 468233 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 468233 INFO  (coreLoadExecutor-797-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 468233 INFO  (searcherExecutor-798-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6217b287[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 468704 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 468704 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 468713 INFO  (qtp2125891671-1822) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0]} 0 7
   [junit4]   2> 468715 INFO  (qtp2125891671-1823) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 468718 INFO  (qtp2125891671-1823) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 468730 INFO  (qtp2125891671-1825) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 468732 INFO  (qtp2125891671-1825) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 468733 INFO  (qtp2125891671-1825) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 468735 INFO  (qtp2125891671-1825) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 468737 INFO  (qtp2125891671-1825) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 468739 INFO  (qtp2125891671-1825) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 468740 INFO  (qtp2125891671-1825) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 468742 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 468744 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 468746 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 468747 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 468749 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 468750 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 468753 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 468754 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17]} 0 0
   [junit4]   2> 468756 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 468758 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 468760 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20]} 0 0
   [junit4]   2> 468762 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 468763 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22]} 0 0
   [junit4]   2> 468765 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 468767 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 468768 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 468770 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 468771 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27]} 0 0
   [junit4]   2> 468773 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28]} 0 0
   [junit4]   2> 468775 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 468776 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30]} 0 0
   [junit4]   2> 468778 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 468779 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32]} 0 0
   [junit4]   2> 468781 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33]} 0 0
   [junit4]   2> 468783 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 468784 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 468786 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36]} 0 0
   [junit4]   2> 468788 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37]} 0 0
   [junit4]   2> 468789 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38]} 0 0
   [junit4]   2> 468791 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39]} 0 0
   [junit4]   2> 468793 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40]} 0 0
   [junit4]   2> 468795 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 468796 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42]} 0 0
   [junit4]   2> 468798 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43]} 0 0
   [junit4]   2> 468800 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44]} 0 0
   [junit4]   2> 468801 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45]} 0 0
   [junit4]   2> 468803 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46]} 0 0
   [junit4]   2> 468804 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47]} 0 0
   [junit4]   2> 468806 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48]} 0 0
   [junit4]   2> 468808 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 468816 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2204d3bb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64204b37),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2204d3bb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64204b37),segFN=segments_2,generation=2}
   [junit4]   2> 468816 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 468833 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@22645835[collection1] main]
   [junit4]   2> 468833 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 468833 INFO  (searcherExecutor-798-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@22645835[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.1.0):c49)))}
   [junit4]   2> 468834 INFO  (qtp2125891671-1821) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 26
   [junit4]   2> 468842 INFO  (Thread-545) [    x:collection1] o.a.s.h.SnapShooter Creating backup snapshot <not named> at /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/./collection1/data/
   [junit4]   2> 469030 INFO  (qtp2125891671-1825) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={command=details} status=0 QTime=188
   [junit4]   2> 469034 INFO  (Thread-545) [    x:collection1] o.a.s.h.SnapShooter Done creating backup snapshot: <not named> at /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/./collection1/data/
   [junit4]   2> 470033 INFO  (qtp2125891671-1822) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={command=details} status=0 QTime=0
   [junit4]   2> 471041 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBackupOnCommit
   [junit4]   2> 471069 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@560260eb{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 471069 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=442993594
   [junit4]   2> 471074 INFO  (coreCloseExecutor-802-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@509f211
   [junit4]   2> 471074 INFO  (coreCloseExecutor-802-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=49,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 471086 INFO  (coreCloseExecutor-802-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 471087 INFO  (coreCloseExecutor-802-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 471087 INFO  (coreCloseExecutor-802-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 471118 INFO  (coreCloseExecutor-802-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 471118 INFO  (coreCloseExecutor-802-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 471118 INFO  (coreCloseExecutor-802-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/./collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/./collection1/data;done=false>>]
   [junit4]   2> 471118 INFO  (coreCloseExecutor-802-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 471118 INFO  (coreCloseExecutor-802-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/./collection1/data
   [junit4]   2> 471118 INFO  (coreCloseExecutor-802-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/./collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/./collection1/data/index;done=false>>]
   [junit4]   2> 471118 INFO  (coreCloseExecutor-802-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 471118 INFO  (coreCloseExecutor-802-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 471122 INFO  (TEST-TestReplicationHandlerBackup.testBackupOnCommit-seed#[C525E48C20B81BC2]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@45e6ac89{/solr,null,UNAVAILABLE}
   [junit4]   2> 471164 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestBackup
   [junit4]   2> 471165 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/collection1
   [junit4]   2> 471192 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 471194 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@57352cca{/solr,null,AVAILABLE}
   [junit4]   2> 471194 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.e.j.s.ServerConnector Started ServerConnector@50090b8d{HTTP/1.1,[http/1.1]}{127.0.0.1:39786}
   [junit4]   2> 471194 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.e.j.s.Server Started @477552ms
   [junit4]   2> 471194 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=39786}
   [junit4]   2> 471194 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 471195 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002'
   [junit4]   2> 471195 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 471195 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 471195 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/solr.xml
   [junit4]   2> 471208 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/.
   [junit4]   2> 471208 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.CoreContainer New CoreContainer 367569911
   [junit4]   2> 471208 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002]
   [junit4]   2> 471208 WARN  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/lib
   [junit4]   2> 471209 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 471209 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 471210 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 471210 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 471210 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 471210 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 471210 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/.
   [junit4]   2> 471211 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 471211 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/./collection1
   [junit4]   2> 471211 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 471212 INFO  (coreLoadExecutor-809-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/collection1'
   [junit4]   2> 471218 INFO  (coreLoadExecutor-809-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 471218 INFO  (coreLoadExecutor-809-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 471212 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
   [junit4]   2> 471219 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 471223 INFO  (coreLoadExecutor-809-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 471225 WARN  (coreLoadExecutor-809-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 471226 INFO  (coreLoadExecutor-809-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 471230 INFO  (coreLoadExecutor-809-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 471232 INFO  (coreLoadExecutor-809-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 471234 INFO  (coreLoadExecutor-809-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 471235 INFO  (coreLoadExecutor-809-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/collection1'
   [junit4]   2> 471235 INFO  (coreLoadExecutor-809-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/./collection1
   [junit4]   2> 471235 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 471236 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 471236 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 471236 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/./collection1/data
   [junit4]   2> 471236 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 471236 WARN  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 471236 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 471236 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 471237 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@218de2c2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5058a58b),segFN=segments_1,generation=1}
   [junit4]   2> 471237 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 471238 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 471239 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 471240 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 471240 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 471241 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 471242 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/./collection1/data/
   [junit4]   2> 471242 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/csv,/sql,/update/json/docs,/admin/luke,/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> 471242 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 471243 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 471243 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 471243 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=22.552734375, floorSegmentMB=0.658203125, forceMergeDeletesPctAllowed=4.188358675941492, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5300897372253913
   [junit4]   2> 471243 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@218de2c2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5058a58b),segFN=segments_1,generation=1}
   [junit4]   2> 471243 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 471243 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@475bfedf[collection1] main]
   [junit4]   2> 471243 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/collection1/conf
   [junit4]   2> 471243 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/collection1/conf}
   [junit4]   2> 471243 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/collection1/conf
   [junit4]   2> 471244 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 471244 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 471244 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 471244 INFO  (coreLoadExecutor-809-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 471244 INFO  (searcherExecutor-810-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@475bfedf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 471742 INFO  (qtp430832153-1841) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 471743 INFO  (qtp430832153-1841) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 471762 INFO  (qtp430832153-1842) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0]} 0 12
   [junit4]   2> 471766 INFO  (qtp430832153-1843) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 471768 INFO  (qtp430832153-1843) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 471774 INFO  (qtp430832153-1843) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 471778 INFO  (qtp430832153-1843) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 471782 INFO  (qtp430832153-1843) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 471798 INFO  (qtp430832153-1838) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 471800 INFO  (qtp430832153-1838) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 471807 INFO  (qtp430832153-1838) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 471814 INFO  (qtp430832153-1838) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 471822 INFO  (qtp430832153-1838) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 471824 INFO  (qtp430832153-1838) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 471837 INFO  (qtp430832153-1838) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 471844 INFO  (qtp430832153-1838) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 471846 INFO  (qtp430832153-1838) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 471851 INFO  (qtp430832153-1842) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 471968 INFO  (qtp430832153-1842) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 471970 INFO  (qtp430832153-1842) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17]} 0 0
   [junit4]   2> 471973 INFO  (qtp430832153-1842) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 471974 INFO  (qtp430832153-1842) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 471976 INFO  (qtp430832153-1842) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20]} 0 0
   [junit4]   2> 471980 INFO  (qtp430832153-1842) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 471981 INFO  (qtp430832153-1842) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22]} 0 0
   [junit4]   2> 471983 INFO  (qtp430832153-1842) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 471985 INFO  (qtp430832153-1842) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 471987 INFO  (qtp430832153-1842) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 471988 INFO  (qtp430832153-1844) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 471990 INFO  (qtp430832153-1844) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27]} 0 0
   [junit4]   2> 471992 INFO  (qtp430832153-1844) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28]} 0 0
   [junit4]   2> 471993 INFO  (qtp430832153-1844) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 471995 INFO  (qtp430832153-1844) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30]} 0 0
   [junit4]   2> 471996 INFO  (qtp430832153-1844) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 471998 INFO  (qtp430832153-1844) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32]} 0 0
   [junit4]   2> 471999 INFO  (qtp430832153-1844) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33]} 0 0
   [junit4]   2> 472001 INFO  (qtp430832153-1844) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 472003 INFO  (qtp430832153-1844) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 472004 INFO  (qtp430832153-1844) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36]} 0 0
   [junit4]   2> 472006 INFO  (qtp430832153-1844) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37]} 0 0
   [junit4]   2> 472008 INFO  (qtp430832153-1844) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38]} 0 0
   [junit4]   2> 472009 INFO  (qtp430832153-1844) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39]} 0 0
   [junit4]   2> 472011 INFO  (qtp430832153-1844) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40]} 0 0
   [junit4]   2> 472012 INFO  (qtp430832153-1844) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 472014 INFO  (qtp430832153-1844) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42]} 0 0
   [junit4]   2> 472016 INFO  (qtp430832153-1844) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43]} 0 0
   [junit4]   2> 472017 INFO  (qtp430832153-1844) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44]} 0 0
   [junit4]   2> 472019 INFO  (qtp430832153-1844) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45]} 0 0
   [junit4]   2> 472020 INFO  (qtp430832153-1842) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46]} 0 0
   [junit4]   2> 472022 INFO  (qtp430832153-1842) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47]} 0 0
   [junit4]   2> 472024 INFO  (qtp430832153-1843) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48]} 0 0
   [junit4]   2> 472025 INFO  (qtp430832153-1843) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49]} 0 0
   [junit4]   2> 472027 INFO  (qtp430832153-1843) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50]} 0 0
   [junit4]   2> 472029 INFO  (qtp430832153-1843) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51]} 0 0
   [junit4]   2> 472030 INFO  (qtp430832153-1843) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[52]} 0 0
   [junit4]   2> 472032 INFO  (qtp430832153-1842) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[53]} 0 0
   [junit4]   2> 472033 INFO  (qtp430832153-1842) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[54]} 0 0
   [junit4]   2> 472035 INFO  (qtp430832153-1842) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55]} 0 0
   [junit4]   2> 472037 INFO  (qtp430832153-1842) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[56]} 0 0
   [junit4]   2> 472038 INFO  (qtp430832153-1842) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[57]} 0 0
   [junit4]   2> 472040 INFO  (qtp430832153-1843) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 472047 INFO  (qtp430832153-1843) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@218de2c2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5058a58b),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@218de2c2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5058a58b),segFN=segments_2,generation=2}
   [junit4]   2> 472048 INFO  (qtp430832153-1843) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 472058 INFO  (qtp430832153-1843) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@321e5a0d[collection1] main]
   [junit4]   2> 472058 INFO  (Thread-558) [    x:collection1] o.a.s.h.SnapShooter Creating backup snapshot <not named> at /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/./collection1/data/
   [junit4]   2> 472059 INFO  (searcherExecutor-810-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@321e5a0d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.1.0):c58)))}
   [junit4]   2> 472058 INFO  (qtp430832153-1843) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 472066 INFO  (qtp430832153-1843) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 25
   [junit4]   2> 472105 INFO  (qtp430832153-1839) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={command=backup} status=0 QTime=11
   [junit4]   2> 472105 INFO  (Thread-559) [    x:collection1] o.a.s.h.SnapShooter Creating backup snapshot <not named> at /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/./collection1/data/
   [junit4]   2> 472115 INFO  (Thread-559) [    x:collection1] o.a.s.h.SnapShooter Done creating backup snapshot: <not named> at /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/./collection1/data/
   [junit4]   2> 472118 ERROR (Thread-558) [    x:collection1] o.a.s.h.SnapShooter Exception while creating snapshot
   [junit4]   2> java.nio.file.NoSuchFileException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/collection1/data/snapshot.20160417130821479/segments_2
   [junit4]   2> 	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
   [junit4]   2> 	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
   [junit4]   2> 	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
   [junit4]   2> 	at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
   [junit4]   2> 	at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434)
   [junit4]   2> 	at java.nio.file.Files.newOutputStream(Files.java:216)
   [junit4]   2> 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:408)
   [junit4]   2> 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:404)
   [junit4]   2> 	at org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:253)
   [junit4]   2> 	at org.apache.lucene.store.Directory.copyFrom(Directory.java:154)
   [junit4]   2> 	at org.apache.solr.handler.SnapShooter.copyFiles(SnapShooter.java:203)
   [junit4]   2> 	at org.apache.solr.handler.SnapShooter.createSnapshot(SnapShooter.java:136)
   [junit4]   2> 	at org.apache.solr.handler.SnapShooter$1.run(SnapShooter.java:85)
   [junit4]   2> 472139 INFO  (qtp430832153-1841) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={command=details} status=0 QTime=0
   [junit4]   2> 472140 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.SolrTestCaseJ4 ###Ending doTestBackup
   [junit4]   2> 472141 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@50090b8d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 472141 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=367569911
   [junit4]   2> 472152 INFO  (coreCloseExecutor-814-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@40941417
   [junit4]   2> 472152 INFO  (coreCloseExecutor-814-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=58,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 472154 INFO  (coreCloseExecutor-814-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 472154 INFO  (coreCloseExecutor-814-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 472154 INFO  (coreCloseExecutor-814-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 472155 INFO  (coreCloseExecutor-814-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 472155 INFO  (coreCloseExecutor-814-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 472155 INFO  (coreCloseExecutor-814-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/./collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/./collection1/data/index;done=false>>]
   [junit4]   2> 472155 INFO  (coreCloseExecutor-814-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 472155 INFO  (coreCloseExecutor-814-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 472163 INFO  (coreCloseExecutor-814-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/./collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/./collection1/data;done=false>>]
   [junit4]   2> 472163 INFO  (coreCloseExecutor-814-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 472163 INFO  (coreCloseExecutor-814-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001/solr-instance-002/./collection1/data
   [junit4]   2> 472163 INFO  (TEST-TestReplicationHandlerBackup.doTestBackup-seed#[C525E48C20B81BC2]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@57352cca{/solr,null,UNAVAILABLE}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandlerBackup -Dtests.method=doTestBackup -Dtests.seed=C525E48C20B81BC2 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es-BO -Dtests.timezone=Europe/Vaduz -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 1.01s J2 | TestReplicationHandlerBackup.doTestBackup <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Failed to create backup
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C525E48C20B81BC2:84AEC4E90706E88D]:0)
   [junit4]    > 	at org.apache.solr.handler.CheckBackupStatus.fetchStatus(CheckBackupStatus.java:50)
   [junit4]    > 	at org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup(TestReplicationHandlerBackup.java:201)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 472168 INFO  (SUITE-TestReplicationHandlerBackup-seed#[C525E48C20B81BC2]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandlerBackup_C525E48C20B81BC2-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {name=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{}, maxPointsInLeafNode=56, maxMBSortInHeap=6.445951052392107, sim=ClassicSimilarity, locale=es-BO, timezone=Europe/Vaduz
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=35146160,total=383254528
   [junit4]   2> NOTE: All tests run in this JVM: [BitVectorTest, TestPostingsSolrHighlighter, TestReRankQParserPlugin, SSLMigrationTest, TestTolerantUpdateProcessorCloud, TestCustomDocTransformer, TestHashQParserPlugin, CollectionStateFormat2Test, TestFieldTypeResource, SimpleFacetsTest, TestSort, TestSolrConfigHandler, TestSolrJ, CloneFieldUpdateProcessorFactoryTest, TestImplicitCoreProperties, DateMathParserTest, TestRandomRequestDistribution, ForceLeaderTest, TestUseDocValuesAsStored, LeaderElectionTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestReplicationHandlerBackup]
   [junit4] Completed [93/587 (1!)] on J2 in 4.33s, 2 tests, 1 failure <<< FAILURES!

[...truncated 1271 lines...]
   [junit4] Suite: org.apache.solr.cloud.overseer.ZkStateReaderTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.overseer.ZkStateReaderTest_C525E48C20B81BC2-001/init-core-data-001
   [junit4]   2> 2482044 INFO  (SUITE-ZkStateReaderTest-seed#[C525E48C20B81BC2]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2482045 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> 2482046 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2482046 INFO  (Thread-4514) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2482046 INFO  (Thread-4514) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2482150 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.ZkTestServer start zk server on port:53873
   [junit4]   2> 2482150 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2482158 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2482178 INFO  (zkCallback-15267-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@bd8ff03 name:ZooKeeperConnection Watcher:127.0.0.1:53873 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2482178 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2482178 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2482206 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2482218 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2482245 INFO  (zkCallback-15268-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1e85e6ac name:ZooKeeperConnection Watcher:127.0.0.1:53873 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2482247 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2482247 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2482247 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2482259 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2482270 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2482274 INFO  (zkCallback-15269-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@578197c0 name:ZooKeeperConnection Watcher:127.0.0.1:53873/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2482282 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2482282 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2482282 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2482283 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2482283 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2482283 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2482284 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2482284 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2482285 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2482285 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 2482286 INFO  (zkCallback-15269-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2482287 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 2482315 INFO  (zkCallback-15269-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2482315 WARN  (zk

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

c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2484370 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2484373 INFO  (zkCallback-15281-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@795bd2c3 name:ZooKeeperConnection Watcher:127.0.0.1:57621/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2484373 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2484373 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2484378 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2484379 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2484379 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2484380 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2484380 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2484380 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2484386 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2484387 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 2484387 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 2484387 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 2484387 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 2484388 INFO  (zkCallback-15281-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2484390 INFO  (zkCallback-15281-thread-1) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 2484390 INFO  (zkCallback-15281-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2484390 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 2484391 INFO  (zkCallback-15281-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2484398 INFO  (zkCallback-15281-thread-1) [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 2484400 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[C525E48C20B81BC2]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57621 57621
   [junit4]   2> 2484694 INFO  (Thread-4518) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57621 57621
   [junit4]   2> 2484697 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[C525E48C20B81BC2]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> 2484698 INFO  (SUITE-ZkStateReaderTest-seed#[C525E48C20B81BC2]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.overseer.ZkStateReaderTest_C525E48C20B81BC2-001
   [junit4]   2> Apr 17, 2016 11:41:53 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene60, sim=ClassicSimilarity, locale=sr-Latn-ME, timezone=US/Central
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=269635992,total=517996544
   [junit4]   2> NOTE: All tests run in this JVM: [DistanceUnitsTest, TestUniqueKeyFieldResource, TestDefaultStatsCache, WrapperMergePolicyFactoryTest, OverriddenZkACLAndCredentialsProvidersTest, TestRestoreCore, TestMaxScoreQueryParser, TestLFUCache, MoreLikeThisHandlerTest, TestXmlQParser, AsyncMigrateRouteKeyTest, TestSolrXml, BigEndianAscendingWordSerializerTest, DistribDocExpirationUpdateProcessorTest, FileUtilsTest, SpellCheckComponentTest, OpenExchangeRatesOrgProviderTest, BasicFunctionalityTest, SpellPossibilityIteratorTest, TestJsonRequest, DirectSolrSpellCheckerTest, ConjunctionSolrSpellCheckerTest, TestMiniSolrCloudClusterBase, ShardRoutingTest, SpatialFilterTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SuggesterFSTTest, LeaderFailoverAfterPartitionTest, MergeStrategyTest, DistributedIntervalFacetingTest, MultiTermTest, TestShortCircuitedRequests, TestSolrDeletionPolicy2, SolrIndexConfigTest, SolrPluginUtilsTest, TestStressLiveNodes, SpatialHeatmapFacetsTest, TestCodecSupport, TestSystemIdResolver, TestSurroundQueryParser, TestSmileRequest, ChaosMonkeyNothingIsSafeTest, MinimalSchemaTest, CachingDirectoryFactoryTest, TestExactStatsCache, TimeZoneUtilsTest, TestDocBasedVersionConstraints, TestSimpleTrackingShardHandler, TestRawResponseWriter, TestDocumentBuilder, TestRuleBasedAuthorizationPlugin, BadCopyFieldTest, TestInitParams, TestCoreContainer, SoftAutoCommitTest, TestQuerySenderListener, SolrIndexSplitterTest, SegmentsInfoRequestHandlerTest, NumericFieldsTest, DOMUtilTest, ZkControllerTest, CollectionReloadTest, AnalyticsMergeStrategyTest, TestConfigReload, TestDynamicFieldResource, ClusterStateUpdateTest, TestEmbeddedSolrServerConstructors, TestNamedUpdateProcessors, HdfsSyncSliceTest, DeleteShardTest, UpdateRequestProcessorFactoryTest, TestBM25SimilarityFactory, HdfsBasicDistributedZk2Test, TestSortingResponseWriter, ConfigSetsAPITest, DocValuesTest, TestFiltering, DistributedVersionInfoTest, TestComplexPhraseQParserPlugin, TestSchemaResource, TestCopyFieldCollectionResource, CSVRequestHandlerTest, TestHashPartitioner, PKIAuthenticationIntegrationTest, SchemaVersionSpecificBehaviorTest, TestReloadDeadlock, TermVectorComponentTest, DeleteInactiveReplicaTest, DistributedTermsComponentTest, NotRequiredUniqueKeyTest, TestAuthenticationFramework, TestDistributedStatsComponentCardinality, FastVectorHighlighterTest, ReturnFieldsTest, QueryParsingTest, BinaryUpdateRequestHandlerTest, HighlighterConfigTest, AlternateDirectoryTest, CopyFieldTest, SampleTest, TestSearchPerf, TestElisionMultitermQuery, TestXIncludeConfig, TestDFRSimilarityFactory, URLClassifyProcessorTest, TestFastLRUCache, PrimUtilsTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, TestUtils, SystemInfoHandlerTest, DistributedMLTComponentTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, AsyncCallRequestStatusResponseTest, CollectionTooManyReplicasTest, DistribJoinFromCollectionTest, MultiThreadedOCPTest, RestartWhileUpdatingTest, RollingRestartTest, SolrCloudExampleTest, TestCollectionAPI, TestDistribDocBasedVersion, TestDownShardTolerantSearch, TestLeaderElectionZkExpiry, TestLeaderInitiatedRecoveryThread, TestReplicaProperties, HdfsRestartWhileUpdatingTest, HdfsThreadLeakTest, TestClusterStateMutator, ZkStateReaderTest]
   [junit4] Completed [480/587 (2!)] on J1 in 2.96s, 5 tests, 1 error <<< FAILURES!

[...truncated 361 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/common-build.xml:529: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1457: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1014: There were test failures: 587 suites (10 ignored), 2366 tests, 1 error, 1 failure, 85 ignored (70 assumptions) [seed: C525E48C20B81BC2]

Total time: 87 minutes 15 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 145 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/145/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudSolrClientTest.test

Error Message:
There should be one document because overwrite=true expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: There should be one document because overwrite=true expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([5240E1C0C42EB55E:DA14DE1A6AD2D8A6]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.client.solrj.impl.CloudSolrClientTest.testOverwriteOption(CloudSolrClientTest.java:156)
	at org.apache.solr.client.solrj.impl.CloudSolrClientTest.test(CloudSolrClientTest.java:120)
	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.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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 13095 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrClientTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/init-core-data-001
   [junit4]   2> 0    INFO  (SUITE-CloudSolrClientTest-seed#[5240E1C0C42EB55E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 54   INFO  (SUITE-CloudSolrClientTest-seed#[5240E1C0C42EB55E]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_qub/f
   [junit4]   2> 73   WARN  (SUITE-CloudSolrClientTest-seed#[5240E1C0C42EB55E]-worker) [    ] o.a.s.c.AbstractZkTestCase TEST_HOME() does not exist - solrj test?
   [junit4]   2> 338  INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 342  INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 354  INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 680  INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.ZkTestServer start zk server on port:59685
   [junit4]   2> 723  INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1055 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1158 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 2941 INFO  (zkCallback-1-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@44a3366b name:ZooKeeperConnection Watcher:127.0.0.1:59685 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2965 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2967 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2968 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 3058 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 0x15421f9038d0000, 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> 3059 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3076 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3133 INFO  (zkCallback-2-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7ab9e130 name:ZooKeeperConnection Watcher:127.0.0.1:59685/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3161 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3162 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3170 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 3183 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 3188 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 3191 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 3195 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 3237 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3254 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/solrj/src/test-files/solrj/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 3257 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 3261 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.AbstractZkTestCase skipping /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml because it doesn't exist
   [junit4]   2> 3261 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.AbstractZkTestCase skipping /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/solrj/src/test-files/solrj/solr/collection1/conf/stopwords.txt because it doesn't exist
   [junit4]   2> 3262 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.AbstractZkTestCase skipping /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/solrj/src/test-files/solrj/solr/collection1/conf/protwords.txt because it doesn't exist
   [junit4]   2> 3262 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.AbstractZkTestCase skipping /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/solrj/src/test-files/solrj/solr/collection1/conf/currency.xml because it doesn't exist
   [junit4]   2> 3262 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.AbstractZkTestCase skipping /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/solrj/src/test-files/solrj/solr/collection1/conf/enumsConfig.xml because it doesn't exist
   [junit4]   2> 3262 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.AbstractZkTestCase skipping /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/solrj/src/test-files/solrj/solr/collection1/conf/open-exchange-rates.json because it doesn't exist
   [junit4]   2> 3262 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.AbstractZkTestCase skipping /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/solrj/src/test-files/solrj/solr/collection1/conf/mapping-ISOLatin1Accent.txt because it doesn't exist
   [junit4]   2> 3262 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.AbstractZkTestCase skipping /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/solrj/src/test-files/solrj/solr/collection1/conf/old_synonyms.txt because it doesn't exist
   [junit4]   2> 3262 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.AbstractZkTestCase skipping /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/solrj/src/test-files/solrj/solr/collection1/conf/synonyms.txt because it doesn't exist
   [junit4]   2> 3418 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/control-001/cores/collection1
   [junit4]   2> 3517 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.e.j.u.log Logging initialized @10349ms
   [junit4]   2> 4460 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 4887 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4d76419e{/_qub/f,null,AVAILABLE}
   [junit4]   2> 4938 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1a988796{HTTP/1.1,[http/1.1]}{127.0.0.1:59830}
   [junit4]   2> 4978 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.e.j.s.Server Started @11836ms
   [junit4]   2> 4979 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/tempDir-001/control/data, hostContext=/_qub/f, hostPort=59830, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/control-001/cores}
   [junit4]   2> 5054 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 5127 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/control-001'
   [junit4]   2> 5130 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 5130 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 5136 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 5149 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5173 INFO  (zkCallback-3-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3a0cfa46 name:ZooKeeperConnection Watcher:127.0.0.1:59685/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5173 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5173 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 5184 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 5185 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/control-001/solr.xml
   [junit4]   2> 5422 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/control-001/cores
   [junit4]   2> 6365 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.CoreContainer New CoreContainer 1083075707
   [junit4]   2> 6366 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/control-001]
   [junit4]   2> 6366 WARN  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/control-001/lib
   [junit4]   2> 6626 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 7324 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 7340 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 7354 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 7363 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59685/solr
   [junit4]   2> 7592 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 7592 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 7628 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7641 INFO  (zkCallback-6-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@51525a55 name:ZooKeeperConnection Watcher:127.0.0.1:59685 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7643 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7644 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 7660 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$11/654395278@71f33dfb
   [junit4]   2> 7697 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7733 INFO  (zkCallback-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2a3c8f3 name:ZooKeeperConnection Watcher:127.0.0.1:59685/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7733 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7743 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 7752 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 7766 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 7772 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 7776 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 7790 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 7793 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 7794 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 7796 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 7797 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 7809 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 7887 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 7905 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 7913 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 7925 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95738845471768580-127.0.0.1:59830__qub%2Ff-n_0000000000
   [junit4]   2> 7929 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59830__qub%2Ff
   [junit4]   2> 7930 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 7945 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.Overseer Overseer (id=95738845471768580-127.0.0.1:59830__qub%2Ff-n_0000000000) starting
   [junit4]   2> 7969 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 8080 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 8297 INFO  (OverseerCollectionConfigSetProcessor-95738845471768580-127.0.0.1:59830__qub%2Ff-n_0000000000) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 8311 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59830__qub%2Ff
   [junit4]   2> 8342 INFO  (OverseerStateUpdate-95738845471768580-127.0.0.1:59830__qub%2Ff-n_0000000000) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 8345 INFO  (OverseerStateUpdate-95738845471768580-127.0.0.1:59830__qub%2Ff-n_0000000000) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 8349 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:59830__qub%2Ff
   [junit4]   2> 8369 INFO  (zkCallback-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff    ] 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> 8370 INFO  (zkCallback-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 8770 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 8771 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 8839 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/control-001/cores
   [junit4]   2> 8848 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 8848 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/control-001/cores/collection1
   [junit4]   2> 8849 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 9114 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2
   [junit4]   2> 9114 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 9117 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 9117 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 9126 INFO  (OverseerStateUpdate-95738845471768580-127.0.0.1:59830__qub%2Ff-n_0000000000) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:59830/_qub/f",
   [junit4]   2>   "node_name":"127.0.0.1:59830__qub%2Ff",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 9129 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 9133 INFO  (OverseerStateUpdate-95738845471768580-127.0.0.1:59830__qub%2Ff-n_0000000000) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:59830/_qub/f",
   [junit4]   2>   "node_name":"127.0.0.1:59830__qub%2Ff",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 9136 INFO  (OverseerStateUpdate-95738845471768580-127.0.0.1:59830__qub%2Ff-n_0000000000) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 9145 INFO  (OverseerStateUpdate-95738845471768580-127.0.0.1:59830__qub%2Ff-n_0000000000) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 9183 INFO  (zkCallback-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 10137 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 10137 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 10138 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 10139 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 10140 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 10142 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/control-001/cores/collection1'
   [junit4]   2> 10144 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 10144 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 10150 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 10186 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 10317 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 10661 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 10840 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 12337 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 12339 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 12361 WARN  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection   x:collection1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 12361 WARN  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection   x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 12743 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2
   [junit4]   2> 12744 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 12788 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 12796 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/control-001/cores/collection1/data/]
   [junit4]   2> 12797 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 12814 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/control-001/cores/collection1/data
   [junit4]   2> 12814 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/control-001/cores/collection1/data/index/
   [junit4]   2> 12814 WARN  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 12815 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/control-001/cores/collection1/data/index
   [junit4]   2> 13022 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@f7076d1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10658186),segFN=segments_1,generation=1}
   [junit4]   2> 13022 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 13029 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/control-001/cores/collection1/data/
   [junit4]   2> 13029 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 14095 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 14257 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 14261 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 14262 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 14263 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 14876 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,,/update/csv,/sql,/update/json/docs,/admin/luke,/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> 14876 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 15130 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 15130 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 15151 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 15151 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 15155 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@f7076d1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10658186),segFN=segments_1,generation=1}
   [junit4]   2> 15155 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 15284 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@724dcfe8[collection1] main]
   [junit4]   2> 15360 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 15367 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 15367 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 15377 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 15377 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 15481 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 15493 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 15493 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 15493 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 15516 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 15549 INFO  (searcherExecutor-8-thread-1-processing-n:127.0.0.1:59830__qub%2Ff x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@724dcfe8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 15562 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 15563 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 15563 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 15564 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1531821543114407936
   [junit4]   2> 15594 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 30.0ms to seed version buckets with highest version 1531821543114407936
   [junit4]   2> 15609 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 15635 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 15697 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:59830__qub%2Ff x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:59830/_qub/f collection:control_collection shard:shard1
   [junit4]   2> 15725 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:59685/solr
   [junit4]   2> 15726 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 15717 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:59830__qub%2Ff x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 15761 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 15793 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:59830__qub%2Ff x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95738845471768580-core_node1-n_0000000000
   [junit4]   2> 15802 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:59830__qub%2Ff x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=0
   [junit4]   2> 15809 INFO  (OverseerStateUpdate-95738845471768580-127.0.0.1:59830__qub%2Ff-n_0000000000) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 15813 INFO  (zkCallback-9-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5047fe7 name:ZooKeeperConnection Watcher:127.0.0.1:59685/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 15813 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 15813 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 15813 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 15848 INFO  (zkCallback-9-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 15850 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 15850 INFO  (zkCallback-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 15855 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 15867 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:59830__qub%2Ff x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 15873 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:59830__qub%2Ff x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 15874 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:59830__qub%2Ff x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:59830/_qub/f/collection1/
   [junit4]   2> 15874 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:59830__qub%2Ff x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 15889 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:59830__qub%2Ff x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:59830/_qub/f/collection1/ has no replicas
   [junit4]   2> 15884 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-1-001/cores/collection1
   [junit4]   2> 15893 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:59830__qub%2Ff x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 15900 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:59830__qub%2Ff x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95738845471768580-core_node1-n_0000000000
   [junit4]   2> 15910 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-1-001
   [junit4]   2> 15911 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 16245 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5fc13907{/_qub/f,null,AVAILABLE}
   [junit4]   2> 16246 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.e.j.s.ServerConnector Started ServerConnector@23de6881{HTTP/1.1,[http/1.1]}{127.0.0.1:55675}
   [junit4]   2> 16246 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.e.j.s.Server Started @23104ms
   [junit4]   2> 16246 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/_qub/f, hostPort=55675, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-1-001/cores}
   [junit4]   2> 16247 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 16247 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-1-001'
   [junit4]   2> 16247 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 16247 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 16247 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 16265 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 16309 INFO  (zkCallback-10-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@627ae77d name:ZooKeeperConnection Watcher:127.0.0.1:59685/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 16309 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:59830__qub%2Ff x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:59830/_qub/f/collection1/ shard1
   [junit4]   2> 16309 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 16310 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 16311 INFO  (OverseerStateUpdate-95738845471768580-127.0.0.1:59830__qub%2Ff-n_0000000000) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:59830/_qub/f",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 16341 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 16342 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-1-001/solr.xml
   [junit4]   2> 16362 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-1-001/cores
   [junit4]   2> 16362 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.CoreContainer New CoreContainer 1871119837
   [junit4]   2> 16362 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-1-001]
   [junit4]   2> 16363 WARN  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-1-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-1-001/lib
   [junit4]   2> 16363 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 16364 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 16364 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 16364 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 16364 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59685/solr
   [junit4]   2> 16364 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 16364 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 16469 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 16474 INFO  (zkCallback-9-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 16493 INFO  (zkCallback-7-thread-1-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 16506 INFO  (zkCallback-13-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3113f331 name:ZooKeeperConnection Watcher:127.0.0.1:59685 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 16506 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 16506 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 16523 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:59830__qub%2Ff x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:59830/_qub/f/collection1/ and leader is http://127.0.0.1:59830/_qub/f/collection1/
   [junit4]   2> 16524 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:59830__qub%2Ff x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59830/_qub/f
   [junit4]   2> 16524 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:59830__qub%2Ff x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 16524 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:59830__qub%2Ff x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 16524 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:59830__qub%2Ff x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59830__qub%2Ff c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 16529 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:55675__qub%2Ff    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$11/654395278@a8be5e8
   [junit4]   2> 16541 INFO  (OverseerStateUpdate-95738845471768580-127.0.0.1:59830__qub%2Ff-n_0000000000) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:59830/_qub/f",
   [junit4]   2>   "node_name":"127.0.0.1:59830__qub%2Ff",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 16543 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:55675__qub%2Ff    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 16577 INFO  (zkCallback-14-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4d7ff1b8 name:ZooKeeperConnection Watcher:127.0.0.1:59685/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 16577 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:55675__qub%2Ff    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 16577 INFO  (OverseerStateUpdate-95738845471768580-127.0.0.1:59830__qub%2Ff-n_0000000000) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:59830/_qub/f",
   [junit4]   2>   "node_name":"127.0.0.1:59830__qub%2Ff",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 16649 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:55675__qub%2Ff    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 16650 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:55675__qub%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 16665 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:55675__qub%2Ff    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 16666 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:55675__qub%2Ff    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95738845471768584-127.0.0.1:55675__qub%2Ff-n_0000000001
   [junit4]   2> 16669 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:55675__qub%2Ff    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95738845471768580-127.0.0.1:59830__qub%2Ff-n_0000000000 to know if I could be the leader
   [junit4]   2> 16670 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:55675__qub%2Ff    ] o.a.s.c.ZkController Publish node=127.0.0.1:55675__qub%2Ff as DOWN
   [junit4]   2> 16685 INFO  (OverseerStateUpdate-95738845471768580-127.0.0.1:59830__qub%2Ff-n_0000000000) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:55675__qub%2Ff"} current state version: 3
   [junit4]   2> 16686 INFO  (OverseerStateUpdate-95738845471768580-127.0.0.1:59830__qub%2Ff-n_0000000000) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:55675__qub%2Ff
   [junit4]   2> 16861 INFO  (zkCallback-9-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 16861 INFO  (zkCallback-14-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 16865 INFO  (zkCallback-7-thread-2-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 17674 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:55675__qub%2Ff    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55675__qub%2Ff
   [junit4]   2> 17675 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:55675__qub%2Ff    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:55675__qub%2Ff
   [junit4]   2> 17676 INFO  (zkCallback-14-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff    ] 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> 17677 INFO  (zkCallback-14-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 17677 INFO  (zkCallback-7-thread-2-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff    ] 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> 17677 INFO  (zkCallback-7-thread-2-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 17681 INFO  (zkCallback-9-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> 17689 INFO  (zkCallback-9-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 17808 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:55675__qub%2Ff    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 17808 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:55675__qub%2Ff    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 17809 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:55675__qub%2Ff    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-1-001/cores
   [junit4]   2> 17814 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:55675__qub%2Ff    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 17814 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:55675__qub%2Ff    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-1-001/cores/collection1
   [junit4]   2> 17814 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:55675__qub%2Ff    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 17882 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:55675__qub%2Ff    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2
   [junit4]   2> 17882 INFO  (TEST-CloudSolrClientTest.test-seed#[5240E1C0C42EB55E]) [n:127.0.0.1:55675__qub%2Ff    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 17902 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 17902 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 17904 INFO  (OverseerStateUpdate-95738845471768580-127.0.0.1:59830__qub%2Ff-n_0000000000) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55675/_qub/f",
   [junit4]   2>   "node_name":"127.0.0.1:55675__qub%2Ff",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 17904 INFO  (OverseerStateUpdate-95738845471768580-127.0.0.1:59830__qub%2Ff-n_0000000000) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55675/_qub/f",
   [junit4]   2>   "node_name":"127.0.0.1:55675__qub%2Ff",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 17904 INFO  (OverseerStateUpdate-95738845471768580-127.0.0.1:59830__qub%2Ff-n_0000000000) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 17904 INFO  (OverseerStateUpdate-95738845471768580-127.0.0.1:59830__qub%2Ff-n_0000000000) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 17907 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 18143 INFO  (zkCallback-14-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 18159 INFO  (zkCallback-9-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 18179 INFO  (zkCallback-7-thread-2-processing-n:127.0.0.1:59830__qub%2Ff) [n:127.0.0.1:59830__qub%2Ff    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 18910 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 18910 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 18915 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 18915 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 18917 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 18917 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-1-001/cores/collection1'
   [junit4]   2> 18917 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 18917 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 18919 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 19070 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 19110 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 19143 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 19230 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 19606 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 19606 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 19607 WARN  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1   x:collection1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 19607 WARN  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1   x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 19639 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2
   [junit4]   2> 19649 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 19650 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 19650 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-1-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 19650 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 19651 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-1-001/cores/collection1/data
   [junit4]   2> 19688 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 19688 WARN  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 19688 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 19729 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3ace97b1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ea39362),segFN=segments_1,generation=1}
   [junit4]   2> 19733 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 19742 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:55675__qub%2Ff) [n:127.0.0.1:55675__qub%2Ff c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 19742 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:55675__qub%2Ff c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 19743 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:55675__qub%2Ff c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolr

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

recoveryExecutor-94-thread-1-processing-n:127.0.0.1:33665__qub%2Ff x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:33665__qub%2Ff c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Stopping recovery for core=[collection1] coreNodeName=[core_node3]
   [junit4]   2> 124013 INFO  (recoveryExecutor-94-thread-1-processing-n:127.0.0.1:33665__qub%2Ff x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:33665__qub%2Ff c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 124013 INFO  (recoveryExecutor-94-thread-1-processing-n:127.0.0.1:33665__qub%2Ff x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:33665__qub%2Ff c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 124020 INFO  (recoveryExecutor-94-thread-1-processing-n:127.0.0.1:33665__qub%2Ff x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:33665__qub%2Ff c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 124020 INFO  (recoveryExecutor-94-thread-1-processing-n:127.0.0.1:33665__qub%2Ff x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:33665__qub%2Ff c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 124020 INFO  (recoveryExecutor-94-thread-1-processing-n:127.0.0.1:33665__qub%2Ff x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:33665__qub%2Ff c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-3-003/cores/collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-3-003/cores/collection1/data/index;done=false>>]
   [junit4]   2> 124020 INFO  (recoveryExecutor-94-thread-1-processing-n:127.0.0.1:33665__qub%2Ff x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:33665__qub%2Ff c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 124020 INFO  (recoveryExecutor-94-thread-1-processing-n:127.0.0.1:33665__qub%2Ff x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:33665__qub%2Ff c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-3-003/cores/collection1/data/index
   [junit4]   2> 124020 INFO  (recoveryExecutor-94-thread-1-processing-n:127.0.0.1:33665__qub%2Ff x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:33665__qub%2Ff c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-3-003/cores/collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-3-003/cores/collection1/data;done=false>>]
   [junit4]   2> 124020 INFO  (recoveryExecutor-94-thread-1-processing-n:127.0.0.1:33665__qub%2Ff x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:33665__qub%2Ff c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 124020 INFO  (recoveryExecutor-94-thread-1-processing-n:127.0.0.1:33665__qub%2Ff x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:33665__qub%2Ff c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001/shard-3-003/cores/collection1/data
   [junit4]   2> 124028 INFO  (TEST-CloudSolrClientTest.testWrongZkChrootTest-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.Overseer Overseer (id=95738852343218190-127.0.0.1:33665__qub%2Ff-n_0000000003) closing
   [junit4]   2> 124029 INFO  (OverseerStateUpdate-95738852343218190-127.0.0.1:33665__qub%2Ff-n_0000000003) [n:127.0.0.1:33665__qub%2Ff    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:33665__qub%2Ff
   [junit4]   2> 124029 INFO  (zkCallback-81-thread-2) [    ] 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> 124030 INFO  (zkCallback-81-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 124033 INFO  (zkCallback-96-thread-2-processing-n:127.0.0.1:33665__qub%2Ff) [n:127.0.0.1:33665__qub%2Ff    ] 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> 124033 WARN  (zkCallback-96-thread-2-processing-n:127.0.0.1:33665__qub%2Ff) [n:127.0.0.1:33665__qub%2Ff    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 124089 INFO  (TEST-CloudSolrClientTest.testWrongZkChrootTest-seed#[5240E1C0C42EB55E]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@25276ff1{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 124089 INFO  (TEST-CloudSolrClientTest.testWrongZkChrootTest-seed#[5240E1C0C42EB55E]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3ceb776e{/_qub/f,null,UNAVAILABLE}
   [junit4]   2> 124101 INFO  (TEST-CloudSolrClientTest.testWrongZkChrootTest-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 38750
   [junit4]   2> 124109 INFO  (TEST-CloudSolrClientTest.testWrongZkChrootTest-seed#[5240E1C0C42EB55E]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41972 41972
   [junit4]   2> 124412 INFO  (Thread-149) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41972 41972
   [junit4]   2> 124413 WARN  (Thread-149) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 124421 INFO  (SUITE-CloudSolrClientTest-seed#[5240E1C0C42EB55E]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_5240E1C0C42EB55E-001
   [junit4]   2> Apr 17, 2016 2:09:31 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {_version_=Lucene50(blocksize=128), multiDefault=FSTOrd50, a_t=Lucene50(blocksize=128), intDefault=Lucene50(blocksize=128), id=FST50, text=PostingsFormat(name=LuceneFixedGap), range_facet_l=Lucene50(blocksize=128), timestamp=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=992, maxMBSortInHeap=5.369407320865925, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=ru-RU, timezone=Asia/Bishkek
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=121402728,total=342360064
   [junit4]   2> NOTE: All tests run in this JVM: [StreamExpressionToExpessionTest, CloudSolrClientTest]
   [junit4] Completed [49/83 (1!)] on J2 in 125.59s, 3 tests, 1 failure <<< FAILURES!

[...truncated 114 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build.xml:246: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/common-build.xml:529: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1457: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1014: There were test failures: 83 suites, 545 tests, 1 failure [seed: 5240E1C0C42EB55E]

Total time: 99 minutes 11 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 144 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/144/

1 tests failed.
FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading

Error Message:
Could not get expected value  'X val' for path 'x' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "params":{"wt":"json"},   "context":{     "webapp":"/u_xyu",     "path":"/test1",     "httpMethod":"GET"},   "class":"org.apache.solr.core.BlobStoreTestRequestHandler",   "x":null}

Stack Trace:
java.lang.AssertionError: Could not get expected value  'X val' for path 'x' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "params":{"wt":"json"},
  "context":{
    "webapp":"/u_xyu",
    "path":"/test1",
    "httpMethod":"GET"},
  "class":"org.apache.solr.core.BlobStoreTestRequestHandler",
  "x":null}
	at __randomizedtesting.SeedInfo.seed([C1AE852F702AFC46:19E3A87887F759E6]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:458)
	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:233)
	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$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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 12218 lines...]
   [junit4] Suite: org.apache.solr.core.TestDynamicLoading
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/init-core-data-001
   [junit4]   2> 2564087 INFO  (SUITE-TestDynamicLoading-seed#[C1AE852F702AFC46]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2564088 INFO  (SUITE-TestDynamicLoading-seed#[C1AE852F702AFC46]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /u_xyu/
   [junit4]   2> 2564095 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2564105 INFO  (Thread-5142) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2564105 INFO  (Thread-5142) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2564205 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.ZkTestServer start zk server on port:51738
   [junit4]   2> 2564205 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2564213 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2564233 INFO  (zkCallback-2139-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1c5864e7 name:ZooKeeperConnection Watcher:127.0.0.1:51738 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2564233 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2564233 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2564233 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2564249 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2564252 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2564269 INFO  (zkCallback-2140-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6a952f0f name:ZooKeeperConnection Watcher:127.0.0.1:51738/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2564269 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2564269 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2564269 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 2564289 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 2564293 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 2564294 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 2564294 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2564294 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2564295 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2564295 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 2564533 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2564533 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2564549 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2564549 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2564550 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2564550 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2564557 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2564557 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 2564565 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2564565 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2564566 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2564566 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2564577 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2564577 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2564578 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2564578 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2564579 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2564579 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2564788 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/control-001/cores/collection1
   [junit4]   2> 2564808 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2564990 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@334fcc30{/u_xyu,null,AVAILABLE}
   [junit4]   2> 2564997 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.e.j.s.ServerConnector Started ServerConnector@25695ef2{HTTP/1.1,[http/1.1]}{127.0.0.1:58118}
   [junit4]   2> 2564997 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.e.j.s.Server Started @2570873ms
   [junit4]   2> 2564997 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/tempDir-001/control/data, hostContext=/u_xyu, hostPort=58118, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/control-001/cores}
   [junit4]   2> 2564997 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2564997 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/control-001'
   [junit4]   2> 2564997 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2564997 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2565009 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2565021 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2565037 INFO  (zkCallback-2141-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@873d2de name:ZooKeeperConnection Watcher:127.0.0.1:51738/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2565037 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2565037 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2565043 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2565043 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/control-001/solr.xml
   [junit4]   2> 2565046 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/control-001/cores
   [junit4]   2> 2565046 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.CoreContainer New CoreContainer 595469121
   [junit4]   2> 2565046 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/control-001]
   [junit4]   2> 2565047 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/control-001/lib
   [junit4]   2> 2565047 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2565048 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2565048 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2565048 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2565048 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51738/solr
   [junit4]   2> 2565048 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2565048 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2565053 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2565063 INFO  (zkCallback-2144-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@14629d3b name:ZooKeeperConnection Watcher:127.0.0.1:51738 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2565063 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2565063 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2565064 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$37/1751408271@6b2960b7
   [junit4]   2> 2565064 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2565073 INFO  (zkCallback-2145-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@662830b6 name:ZooKeeperConnection Watcher:127.0.0.1:51738/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2565073 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2565073 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2565075 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2565076 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2565077 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2565078 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2565079 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2565079 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2565080 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2565080 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2565081 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2565081 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2565082 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2565083 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2565083 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2565083 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95735608516870148-127.0.0.1:58118_u_xyu-n_0000000000
   [junit4]   2> 2565083 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58118_u_xyu
   [junit4]   2> 2565083 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2565084 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.Overseer Overseer (id=95735608516870148-127.0.0.1:58118_u_xyu-n_0000000000) starting
   [junit4]   2> 2565085 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2565101 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2565101 INFO  (OverseerCollectionConfigSetProcessor-95735608516870148-127.0.0.1:58118_u_xyu-n_0000000000) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2565101 INFO  (OverseerStateUpdate-95735608516870148-127.0.0.1:58118_u_xyu-n_0000000000) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2565109 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58118_u_xyu
   [junit4]   2> 2565109 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:58118_u_xyu
   [junit4]   2> 2565109 INFO  (OverseerStateUpdate-95735608516870148-127.0.0.1:58118_u_xyu-n_0000000000) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2565110 INFO  (zkCallback-2145-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu    ] 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> 2565110 INFO  (zkCallback-2145-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2565190 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2565190 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2565191 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/control-001/cores
   [junit4]   2> 2565192 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 2565192 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/control-001/cores/collection1
   [junit4]   2> 2565192 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 2565193 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2565193 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2565195 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2565205 INFO  (OverseerStateUpdate-95735608516870148-127.0.0.1:58118_u_xyu-n_0000000000) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:58118/u_xyu",
   [junit4]   2>   "node_name":"127.0.0.1:58118_u_xyu",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2565205 INFO  (OverseerStateUpdate-95735608516870148-127.0.0.1:58118_u_xyu-n_0000000000) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:58118/u_xyu",
   [junit4]   2>   "node_name":"127.0.0.1:58118_u_xyu",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2565206 INFO  (OverseerStateUpdate-95735608516870148-127.0.0.1:58118_u_xyu-n_0000000000) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 2565206 INFO  (OverseerStateUpdate-95735608516870148-127.0.0.1:58118_u_xyu-n_0000000000) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2565207 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 2565207 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:58118_u_xyu    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2565213 INFO  (zkCallback-2145-thread-2-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2566195 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2566195 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 2566200 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2566200 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 2566201 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2566201 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/control-001/cores/collection1'
   [junit4]   2> 2566201 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2566201 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2566202 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2566205 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2566209 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 2566216 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2566220 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2566287 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2566304 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2566305 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2566455 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2566456 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2566458 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2566458 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2566459 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 2566459 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2566459 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2566460 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/control-001/cores/collection1/data/]
   [junit4]   2> 2566460 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c1223a
   [junit4]   2> 2566460 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/control-001/cores/collection1/data
   [junit4]   2> 2566460 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/control-001/cores/collection1/data/index/
   [junit4]   2> 2566460 WARN  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2566460 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/control-001/cores/collection1/data/index
   [junit4]   2> 2566461 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=0.6669921875, floorSegmentMB=0.9033203125, forceMergeDeletesPctAllowed=28.851060924971623, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4205389516314618
   [junit4]   2> 2566465 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@32a98f44 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f5b3e2e),segFN=segments_1,generation=1}
   [junit4]   2> 2566465 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2566465 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/control-001/cores/collection1/data/
   [junit4]   2> 2566465 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2566467 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2566467 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2566467 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2566467 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2566467 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2566467 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2566467 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2566467 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2566468 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2566468 WARN  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 2566469 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2566469 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2566470 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2566471 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2566472 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/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> 2566472 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2566473 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2566473 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2566473 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2566474 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2566474 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4762596795386397]
   [junit4]   2> 2566474 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@32a98f44 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f5b3e2e),segFN=segments_1,generation=1}
   [junit4]   2> 2566474 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2566474 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6caf43ce[collection1] main]
   [junit4]   2> 2566474 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 2566475 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2566475 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2566475 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2566475 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2566475 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2566476 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2566476 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2566476 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2566476 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2566476 INFO  (searcherExecutor-7566-thread-1-processing-n:127.0.0.1:58118_u_xyu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6caf43ce[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2566476 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2566477 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2566477 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2566477 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1531769738746658816
   [junit4]   2> 2566478 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1531769738746658816
   [junit4]   2> 2566478 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 2566481 INFO  (coreLoadExecutor-7565-thread-1-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2566485 INFO  (coreZkRegister-7559-thread-1-processing-n:127.0.0.1:58118_u_xyu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:58118/u_xyu collection:control_collection shard:shard1
   [junit4]   2> 2566485 INFO  (coreZkRegister-7559-thread-1-processing-n:127.0.0.1:58118_u_xyu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2566487 INFO  (coreZkRegister-7559-thread-1-processing-n:127.0.0.1:58118_u_xyu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95735608516870148-core_node1-n_0000000000
   [junit4]   2> 2566487 INFO  (coreZkRegister-7559-thread-1-processing-n:127.0.0.1:58118_u_xyu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 2566488 INFO  (coreZkRegister-7559-thread-1-processing-n:127.0.0.1:58118_u_xyu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2566488 INFO  (coreZkRegister-7559-thread-1-processing-n:127.0.0.1:58118_u_xyu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2566488 INFO  (coreZkRegister-7559-thread-1-processing-n:127.0.0.1:58118_u_xyu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:58118/u_xyu/collection1/
   [junit4]   2> 2566488 INFO  (coreZkRegister-7559-thread-1-processing-n:127.0.0.1:58118_u_xyu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2566488 INFO  (coreZkRegister-7559-thread-1-processing-n:127.0.0.1:58118_u_xyu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:58118/u_xyu/collection1/ has no replicas
   [junit4]   2> 2566489 INFO  (OverseerStateUpdate-95735608516870148-127.0.0.1:58118_u_xyu-n_0000000000) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 2566490 INFO  (coreZkRegister-7559-thread-1-processing-n:127.0.0.1:58118_u_xyu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2566491 INFO  (coreZkRegister-7559-thread-1-processing-n:127.0.0.1:58118_u_xyu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95735608516870148-core_node1-n_0000000000
   [junit4]   2> 2566492 INFO  (OverseerStateUpdate-95735608516870148-127.0.0.1:58118_u_xyu-n_0000000000) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:58118/u_xyu",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 2566494 INFO  (coreZkRegister-7559-thread-1-processing-n:127.0.0.1:58118_u_xyu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:58118/u_xyu/collection1/ shard1
   [junit4]   2> 2566595 INFO  (zkCallback-2145-thread-2-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2566596 INFO  (coreZkRegister-7559-thread-1-processing-n:127.0.0.1:58118_u_xyu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:58118/u_xyu/collection1/ and leader is http://127.0.0.1:58118/u_xyu/collection1/
   [junit4]   2> 2566596 INFO  (coreZkRegister-7559-thread-1-processing-n:127.0.0.1:58118_u_xyu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58118/u_xyu
   [junit4]   2> 2566596 INFO  (coreZkRegister-7559-thread-1-processing-n:127.0.0.1:58118_u_xyu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2566596 INFO  (coreZkRegister-7559-thread-1-processing-n:127.0.0.1:58118_u_xyu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 2566596 INFO  (coreZkRegister-7559-thread-1-processing-n:127.0.0.1:58118_u_xyu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58118_u_xyu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2566597 INFO  (OverseerStateUpdate-95735608516870148-127.0.0.1:58118_u_xyu-n_0000000000) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:58118/u_xyu",
   [junit4]   2>   "node_name":"127.0.0.1:58118_u_xyu",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 2566597 INFO  (OverseerStateUpdate-95735608516870148-127.0.0.1:58118_u_xyu-n_0000000000) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:58118/u_xyu",
   [junit4]   2>   "node_name":"127.0.0.1:58118_u_xyu",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2566699 INFO  (zkCallback-2145-thread-2-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2566709 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:51738/solr
   [junit4]   2> 2566710 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2566717 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2566729 INFO  (zkCallback-2147-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1b29a344 name:ZooKeeperConnection Watcher:127.0.0.1:51738/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2566729 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2566729 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2566729 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2566746 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2566747 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2566806 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/shard-1-001/cores/collection1
   [junit4]   2> 2566807 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/shard-1-001
   [junit4]   2> 2566807 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2566808 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@41305310{/u_xyu,null,AVAILABLE}
   [junit4]   2> 2566809 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.e.j.s.ServerConnector Started ServerConnector@667185b7{HTTP/1.1,[http/1.1]}{127.0.0.1:48423}
   [junit4]   2> 2566809 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.e.j.s.Server Started @2572685ms
   [junit4]   2> 2566809 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/u_xyu, hostPort=48423, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/shard-1-001/cores}
   [junit4]   2> 2566809 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2566810 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/shard-1-001'
   [junit4]   2> 2566810 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2566810 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2566810 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2566810 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2566811 INFO  (zkCallback-2148-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@303e7359 name:ZooKeeperConnection Watcher:127.0.0.1:51738/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2566811 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2566811 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2566812 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2566812 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/shard-1-001/solr.xml
   [junit4]   2> 2566815 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/shard-1-001/cores
   [junit4]   2> 2566815 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.CoreContainer New CoreContainer 784261654
   [junit4]   2> 2566815 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/shard-1-001]
   [junit4]   2> 2566816 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/shard-1-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/shard-1-001/lib
   [junit4]   2> 2566816 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2566817 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2566817 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2566817 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2566817 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51738/solr
   [junit4]   2> 2566817 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2566817 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2566817 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2566818 INFO  (zkCallback-2151-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6736cec5 name:ZooKeeperConnection Watcher:127.0.0.1:51738 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2566818 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2566818 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2566819 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:48423_u_xyu    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$37/1751408271@7c62edb1
   [junit4]   2> 2566819 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:48423_u_xyu    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2566820 INFO  (zkCallback-2152-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@540c87b0 name:ZooKeeperConnection Watcher:127.0.0.1:51738/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2566820 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:48423_u_xyu    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2566957 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:48423_u_xyu    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2566966 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:48423_u_xyu    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2566968 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:48423_u_xyu    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2566968 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:48423_u_xyu    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95735608516870152-127.0.0.1:48423_u_xyu-n_0000000001
   [junit4]   2> 2566969 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:48423_u_xyu    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95735608516870148-127.0.0.1:58118_u_xyu-n_0000000000 to know if I could be the leader
   [junit4]   2> 2566969 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:48423_u_xyu    ] o.a.s.c.ZkController Publish node=127.0.0.1:48423_u_xyu as DOWN
   [junit4]   2> 2566971 INFO  (OverseerStateUpdate-95735608516870148-127.0.0.1:58118_u_xyu-n_0000000000) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:48423_u_xyu"} current state version: 3
   [junit4]   2> 2566971 INFO  (OverseerStateUpdate-95735608516870148-127.0.0.1:58118_u_xyu-n_0000000000) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:48423_u_xyu
   [junit4]   2> 2567072 INFO  (zkCallback-2147-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2567072 INFO  (zkCallback-2145-thread-2-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2567077 INFO  (zkCallback-2152-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2567971 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:48423_u_xyu    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48423_u_xyu
   [junit4]   2> 2567973 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:48423_u_xyu    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:48423_u_xyu
   [junit4]   2> 2567985 INFO  (zkCallback-2145-thread-2-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu    ] 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> 2567985 INFO  (zkCallback-2152-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu    ] 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> 2567985 INFO  (zkCallback-2147-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> 2567989 INFO  (zkCallback-2152-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2567989 INFO  (zkCallback-2145-thread-2-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2567989 INFO  (zkCallback-2147-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2568019 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:48423_u_xyu    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2568019 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:48423_u_xyu    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2568019 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:48423_u_xyu    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/shard-1-001/cores
   [junit4]   2> 2568020 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:48423_u_xyu    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 2568020 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:48423_u_xyu    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/shard-1-001/cores/collection1
   [junit4]   2> 2568020 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:48423_u_xyu    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 2568021 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:48423_u_xyu    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 2568021 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [n:127.0.0.1:48423_u_xyu    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2568021 INFO  (coreLoadExecutor-7576-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2568021 INFO  (coreLoadExecutor-7576-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2568022 INFO  (coreLoadExecutor-7576-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2568032 INFO  (OverseerStateUpdate-95735608516870148-127.0.0.1:58118_u_xyu-n_0000000000) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:48423/u_xyu",
   [junit4]   2>   "node_name":"127.0.0.1:48423_u_xyu",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 2568041 INFO  (OverseerStateUpdate-95735608516870148-127.0.0.1:58118_u_xyu-n_0000000000) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:48423/u_xyu",
   [junit4]   2>   "node_name":"127.0.0.1:48423_u_xyu",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2568041 INFO  (OverseerStateUpdate-95735608516870148-127.0.0.1:58118_u_xyu-n_0000000000) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 2568041 INFO  (OverseerStateUpdate-95735608516870148-127.0.0.1:58118_u_xyu-n_0000000000) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 2568157 INFO  (zkCallback-2147-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2568157 INFO  (zkCallback-2145-thread-2-processing-n:127.0.0.1:58118_u_xyu) [n:127.0.0.1:58118_u_xyu    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2568157 INFO  (zkCallback-2152-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2569023 INFO  (coreLoadExecutor-7576-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2569023 INFO  (coreLoadExecutor-7576-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 2569023 INFO  (coreLoadExecutor-7576-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2569023 INFO  (coreLoadExecutor-7576-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 2569024 INFO  (coreLoadExecutor-7576-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2569024 INFO  (coreLoadExecutor-7576-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/shard-1-001/cores/collection1'
   [junit4]   2> 2569025 INFO  (coreLoadExecutor-7576-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2569025 INFO  (coreLoadExecutor-7576-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2569026 INFO  (coreLoadExecutor-7576-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2569032 INFO  (coreLoadExecutor-7576-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2569036 INFO  (coreLoadExecutor-7576-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 2569042 INFO  (coreLoadExecutor-7576-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2569046 INFO  (coreLoadExecutor-7576-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2569158 INFO  (coreLoadExecutor-7576-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2569184 INFO  (coreLoadExecutor-7576-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2569185 INFO  (coreLoadExecutor-7576-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2569205 INFO  (coreLoadExecutor-7576-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2569206 INFO  (coreLoadExecutor-7576-thread-1-processing-n:127.0.0.1:48423_u_xyu) [n:127.0.0.1:48423_u_xyu c:collection1   x:collection1] o.a.s.s.F

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

1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 2626337 INFO  (zkCallback-2168-thread-2-processing-n:127.0.0.1:34063_u_xyu) [n:127.0.0.1:34063_u_xyu c:.system s:shard1 r:core_node2 x:.system_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001/shard-4-001/cores/.system_shard1_replica1/data/index
   [junit4]   2> 2626365 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@1eae8b45{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2626365 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@66b8b45f{/u_xyu,null,UNAVAILABLE}
   [junit4]   2> 2626381 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[C1AE852F702AFC46]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:51738 51738
   [junit4]   2> 2626677 INFO  (Thread-5142) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:51738 51738
   [junit4]   2> 2626693 WARN  (Thread-5142) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	35	/solr/configs/conf1
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	2	/solr/configs/.system
   [junit4]   2> 	2	/solr/configs/.system/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/.system/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	5	/solr/overseer/queue
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDynamicLoading -Dtests.method=testDynamicLoading -Dtests.seed=C1AE852F702AFC46 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=uk-UA -Dtests.timezone=America/Costa_Rica -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 62.6s J0 | TestDynamicLoading.testDynamicLoading <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected value  'X val' for path 'x' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "params":{"wt":"json"},
   [junit4]    >   "context":{
   [junit4]    >     "webapp":"/u_xyu",
   [junit4]    >     "path":"/test1",
   [junit4]    >     "httpMethod":"GET"},
   [junit4]    >   "class":"org.apache.solr.core.BlobStoreTestRequestHandler",
   [junit4]    >   "x":null}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C1AE852F702AFC46:19E3A87887F759E6]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:458)
   [junit4]    > 	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:233)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2626696 INFO  (SUITE-TestDynamicLoading-seed#[C1AE852F702AFC46]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_C1AE852F702AFC46-001
   [junit4]   2> Apr 16, 2016 12:25:18 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=Lucene60, sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=uk-UA, timezone=America/Costa_Rica
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=222612400,total=533725184
   [junit4]   2> NOTE: All tests run in this JVM: [AtomicUpdatesTest, CursorPagingTest, FileBasedSpellCheckerTest, PreAnalyzedFieldTest, TestSolr4Spatial, ResourceLoaderTest, SystemInfoHandlerTest, JSONWriterTest, TestBinaryField, TestRandomCollapseQParserPlugin, TestLMDirichletSimilarityFactory, BasicDistributedZkTest, QueryEqualityTest, SyncSliceTest, HdfsNNFailoverTest, TestHighlightDedupGrouping, ResponseHeaderTest, TestTrieFacet, SignatureUpdateProcessorFactoryTest, RequiredFieldsTest, JsonLoaderTest, TestBlendedInfixSuggestions, AsyncCallRequestStatusResponseTest, TestNonDefinedSimilarityFactory, DisMaxRequestHandlerTest, DistributedExpandComponentTest, TestSolrFieldCacheMBean, TestManagedSchema, SynonymTokenizerTest, FacetPivotSmallTest, CloudExitableDirectoryReaderTest, TestMiniSolrCloudClusterSSL, SpatialRPTFieldTypeTest, TestRandomDVFaceting, DocumentAnalysisRequestHandlerTest, TestInfoStreamLogging, ActionThrottleTest, TestCrossCoreJoin, TestConfigSetsAPI, TestCollapseQParserPlugin, TestOmitPositions, TestConfig, LeaderInitiatedRecoveryOnShardRestartTest, AnalysisAfterCoreReloadTest, TestAnalyzedSuggestions, ZkStateWriterTest, TestMergePolicyConfig, TestScoreJoinQPScore, ConnectionReuseTest, TestAtomicUpdateErrorCases, AddBlockUpdateTest, TestSchemaNameResource, TestRTimerTree, TestStressLucene, IndexSchemaTest, TestExclusionRuleCollectionAccess, DefaultValueUpdateProcessorTest, SaslZkACLProviderTest, HttpPartitionTest, VMParamsZkACLAndCredentialsProvidersTest, TestTolerantUpdateProcessorRandomCloud, TestPhraseSuggestions, BlockJoinFacetSimpleTest, ResponseLogComponentTest, ExplicitHLLTest, TestSolrDynamicMBean, QueryElevationComponentTest, TestRandomFaceting, TestGeoJSONResponseWriter, TestInitQParser, RulesTest, LeaderElectionIntegrationTest, PathHierarchyTokenizerFactoryTest, TestMacros, DistribCursorPagingTest, ExternalFileFieldSortTest, TestReloadAndDeleteDocs, TestSimpleQParserPlugin, OverseerRolesTest, CollectionTooManyReplicasTest, SimpleMLTQParserTest, TestRangeQuery, TestIBSimilarityFactory, TestJoin, XsltUpdateRequestHandlerTest, TestCloudInspectUtil, HdfsChaosMonkeyNothingIsSafeTest, RecoveryAfterSoftCommitTest, CacheHeaderTest, TestLazyCores, TestFaceting, ZkNodePropsTest, OutputWriterTest, TestSchemaVersionResource, TestExactSharedStatsCache, TestDocSet, ShardRoutingTest, TestReplicationHandler, TestZkChroot, AutoCommitTest, TestDistributedGrouping, TestRecovery, TestHashPartitioner, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressReorder, TestReload, SolrCoreTest, SpellCheckComponentTest, PeerSyncTest, TestSort, TestFiltering, TestFunctionQuery, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, HighlighterTest, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, TestExtendedDismaxParser, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, TestRemoteStreaming, TestSurroundQueryParser, TestQueryTypes, DocumentBuilderTest, TermVectorComponentTest, TestArbitraryIndexDir, ReturnFieldsTest, MBeansHandlerTest, PingRequestHandlerTest, TestSearchPerf, TestFuzzyAnalyzedSuggestions, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestCodecSupport, TestPerFieldSimilarity, ScriptEngineTest, URLClassifyProcessorTest, PrimUtilsTest, DateFieldTest, ClusterStateTest, TestUtils, TestRTGBase, TestTolerantSearch, TestEmbeddedSolrServerConstructors, AssignTest, BaseCdcrDistributedZkTest, CdcrReplicationDistributedZkTest, CdcrVersionReplicationTest, ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, ConnectionManagerTest, DeleteInactiveReplicaTest, DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, LeaderInitiatedRecoveryOnCommitTest, TestCollectionAPI, TestMiniSolrCloudCluster, TestRequestForwarding, TestRequestStatusCollectionAPI, TriLevelCompositeIdRoutingTest, TestConfigOverlay, TestConfigSetImmutable, TestConfigSets, TestDynamicLoading]
   [junit4] Completed [484/587 (1!)] on J0 in 63.16s, 1 test, 1 failure <<< FAILURES!

[...truncated 327 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/common-build.xml:529: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1457: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1014: There were test failures: 587 suites (10 ignored), 2366 tests, 1 failure, 85 ignored (70 assumptions) [seed: C1AE852F702AFC46]

Total time: 92 minutes 19 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 143 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/143/

1 tests failed.
FAILED:  org.apache.lucene.spatial3d.TestGeo3DPoint.testGeo3DRelations

Error Message:
invalid hits for shape=GeoStandardCircle: {planetmodel=PlanetModel.WGS84, center=[lat=0.0, lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16, Z=0.0])], radius=6.072909479959386E-6(3.479520825666604E-4)}

Stack Trace:
java.lang.AssertionError: invalid hits for shape=GeoStandardCircle: {planetmodel=PlanetModel.WGS84, center=[lat=0.0, lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16, Z=0.0])], radius=6.072909479959386E-6(3.479520825666604E-4)}
	at __randomizedtesting.SeedInfo.seed([2538F7DF01B4F4CD:95478A4B8EF95A51]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.spatial3d.TestGeo3DPoint.testGeo3DRelations(TestGeo3DPoint.java:434)
	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.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 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 9024 lines...]
   [junit4] Suite: org.apache.lucene.spatial3d.TestGeo3DPoint
   [junit4]   1> doc=8 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=-2.3309114714909325E-10, Z=-2.3309114714909325E-10]
   [junit4]   1> doc=79 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=-2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=81 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=-2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=427 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=-2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=442 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=-2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=500 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=2.3309114714909325E-10, Z=-2.3309114714909325E-10]
   [junit4]   1> doc=575 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=-2.3309114714909325E-10, Z=-2.3309114714909325E-10]
   [junit4]   1> doc=688 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=2.3309114714909325E-10, Z=-2.3309114714909325E-10]
   [junit4]   1> doc=848 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=895 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=1073 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=1102 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=1109 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=-2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=1331 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=2.3309114714909325E-10, Z=-2.3309114714909325E-10]
   [junit4]   1> doc=1348 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=1356 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=-2.3309114714909325E-10, Z=-2.3309114714909325E-10]
   [junit4]   1> doc=1361 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=-2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=1439 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=1576 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=-2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=1621 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=1729 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=-2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=1809 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=-2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=1825 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=1878 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=1880 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=2011 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=-2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=2073 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=2090 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=-2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=2110 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=2226 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=2.3309114714909325E-10, Z=-2.3309114714909325E-10]
   [junit4]   1> doc=2363 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=-2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=2447 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=2495 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=-2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=2639 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=-2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=2708 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=-2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=2720 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=2812 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=2.3309114714909325E-10, Z=2.3309114714909325E-10]
   [junit4]   1> doc=2902 should not have matched but did
   [junit4]   1>   point=[X=-1.001118853759388, Y=2.3309114714909325E-10, Z=-2.3309114714909325E-10]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestGeo3DPoint -Dtests.method=testGeo3DRelations -Dtests.seed=2538F7DF01B4F4CD -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-QA -Dtests.timezone=Etc/GMT-14 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 6.84s J0 | TestGeo3DPoint.testGeo3DRelations <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: invalid hits for shape=GeoStandardCircle: {planetmodel=PlanetModel.WGS84, center=[lat=0.0, lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16, Z=0.0])], radius=6.072909479959386E-6(3.479520825666604E-4)}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2538F7DF01B4F4CD:95478A4B8EF95A51]:0)
   [junit4]    > 	at org.apache.lucene.spatial3d.TestGeo3DPoint.testGeo3DRelations(TestGeo3DPoint.java:434)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] IGNOR/A 0.00s J0 | TestGeo3DPoint.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {id=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{id=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=683, maxMBSortInHeap=5.174413870310473, sim=ClassicSimilarity, locale=ar-QA, timezone=Etc/GMT-14
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=171431992,total=299368448
   [junit4]   2> NOTE: All tests run in this JVM: [TestGeo3DPoint]
   [junit4] Completed [10/10 (1!)] on J0 in 34.92s, 13 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 11 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build.xml:476: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:2187: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/module-build.xml:58: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1457: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1014: There were test failures: 10 suites, 47 tests, 1 failure, 1 ignored (1 assumption) [seed: 2538F7DF01B4F4CD]

Total time: 46 minutes 48 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 142 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/142/

1 tests failed.
FAILED:  org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomMedium

Error Message:
FAIL: id=2626 should have matched but did not   shape=GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.082025910890591, lon=-0.5168694566541331([X=0.40759218994194063, Y=-0.23168046878999213, Z=-0.8815859751621222])], [lat=-0.7203862351668824, lon=-0.2009193170850306([X=0.7361776449146092, Y=-0.14993531859260134, Z=-0.6594467605765989])], [lat=1.2649299673549403, lon=-2.984679342097495([X=-0.2968445540610638, Y=-0.04696494983621132, Z=0.951741481722537])], [lat=0.0407075278917134, lon=-2.3442343470656124([X=-0.6987976486929659, Y=-0.7157162440192042, Z=0.04074159188983845])]], internalEdges={3}, holes=[GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.7064164499151625, lon=1.7046688024613996([X=-0.10150151722676126, Y=0.7536607235051184, Z=-0.6489175250616858])], [lat=-1.0394654435754351, lon=-2.410982689842207([X=-0.3768392210786548, Y=-0.33765419733364094, Z=-0.8609444341410505])], [lat=0.5016698469799524, lon=2.674451377055559([X=-0.7831077522025475, Y=0.39497977217203123, Z=0.4810536180946021])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.976640314903037, lon=-2.1952262221131322([X=-0.3268949174770007, Y=-0.45363139558744753, Z=-0.8276356709256856])], [lat=-1.356852764710106, lon=2.4056726516788([X=-0.15704243488599062, Y=0.14222322533609494, Z=-0.9751616934611039])], [lat=-0.11417996410358253, lon=1.045323127565292([X=0.49889189437705644, Y=0.8603776698912358, Z=-0.11405451507403098])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.4758821984706765, lon=2.700330295396647([X=-0.08550462550437213, Y=0.04038585126945759, Z=-0.9933012609222429])], [lat=-0.5438337198842785, lon=2.1441891345570077([X=-0.4643223971184963, Y=0.7190260915127268, Z=-0.5175326501520984])], [lat=-0.0066270092127238, lon=-2.9206038659367892([X=-0.9767512412775263, Y=-0.21943486714946472, Z=-0.006634374325795945])], [lat=-0.6192268997235846, lon=-2.4130869035966778([X=-0.6076172052566422, Y=-0.5421343961642958, Z=-0.5803966912097689])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.8260544775494126, lon=3.1322860232018153([X=-0.6772782855071555, Y=0.006303360659170628, Z=0.7347482564983671])], [lat=-0.928968602930976, lon=0.5662660398193646([X=0.5046908548963566, Y=0.320838579092253, Z=-0.8001709724973914])], [lat=-1.02026911044505, lon=2.7936136274099104([X=-0.49113142458716946, Y=0.1781529736291234, Z=-0.8511217624510904])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-0.15291019352895244, lon=-2.8624488126557903([X=-0.9510639831933769, Y=-0.2726011878598741, Z=-0.1524735094879907])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])]], internalEdges={2}, holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])], [lat=-1.2611069109831634, lon=0.6595248065027768([X=0.24038483745612943, Y=0.18638088672499756, Z=-0.9505925880791892])]], internalEdges={0}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=-0.988405771923579, lon=-3.00407215133417([X=-0.5441613247886685, Y=-0.07530868145569297, Z=-0.8341264269824815])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])]], internalEdges={2}, holes=[]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])], [lat=-0.2295997886710379, lon=-2.378535358744463([X=-0.7044247490981547, Y=-0.6736326272938886, Z=-0.2278027132522536])]], internalEdges={0}, holes=[]}]}]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.27564523061279517, lon=-2.2831267110427085([X=-0.6294723319566533, Y=-0.7289027988119656, Z=-0.27240439487617635])], [lat=-1.2839923573277972, lon=-1.0052437128193648([X=0.15129612935060105, Y=-0.23836980974229333, Z=-0.9572630359741819])], [lat=-1.082025910890591, lon=-0.5168694566541331([X=0.40759218994194063, Y=-0.23168046878999213, Z=-0.8815859751621222])], [lat=0.0407075278917134, lon=-2.3442343470656124([X=-0.6987976486929659, Y=-0.7157162440192042, Z=0.04074159188983845])]], internalEdges={2, 3}, holes=[GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.7064164499151625, lon=1.7046688024613996([X=-0.10150151722676126, Y=0.7536607235051184, Z=-0.6489175250616858])], [lat=-1.0394654435754351, lon=-2.410982689842207([X=-0.3768392210786548, Y=-0.33765419733364094, Z=-0.8609444341410505])], [lat=0.5016698469799524, lon=2.674451377055559([X=-0.7831077522025475, Y=0.39497977217203123, Z=0.4810536180946021])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.976640314903037, lon=-2.1952262221131322([X=-0.3268949174770007, Y=-0.45363139558744753, Z=-0.8276356709256856])], [lat=-1.356852764710106, lon=2.4056726516788([X=-0.15704243488599062, Y=0.14222322533609494, Z=-0.9751616934611039])], [lat=-0.11417996410358253, lon=1.045323127565292([X=0.49889189437705644, Y=0.8603776698912358, Z=-0.11405451507403098])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.4758821984706765, lon=2.700330295396647([X=-0.08550462550437213, Y=0.04038585126945759, Z=-0.9933012609222429])], [lat=-0.5438337198842785, lon=2.1441891345570077([X=-0.4643223971184963, Y=0.7190260915127268, Z=-0.5175326501520984])], [lat=-0.0066270092127238, lon=-2.9206038659367892([X=-0.9767512412775263, Y=-0.21943486714946472, Z=-0.006634374325795945])], [lat=-0.6192268997235846, lon=-2.4130869035966778([X=-0.6076172052566422, Y=-0.5421343961642958, Z=-0.5803966912097689])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.8260544775494126, lon=3.1322860232018153([X=-0.6772782855071555, Y=0.006303360659170628, Z=0.7347482564983671])], [lat=-0.928968602930976, lon=0.5662660398193646([X=0.5046908548963566, Y=0.320838579092253, Z=-0.8001709724973914])], [lat=-1.02026911044505, lon=2.7936136274099104([X=-0.49113142458716946, Y=0.1781529736291234, Z=-0.8511217624510904])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-0.15291019352895244, lon=-2.8624488126557903([X=-0.9510639831933769, Y=-0.2726011878598741, Z=-0.1524735094879907])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])]], internalEdges={2}, holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])], [lat=-1.2611069109831634, lon=0.6595248065027768([X=0.24038483745612943, Y=0.18638088672499756, Z=-0.9505925880791892])]], internalEdges={0}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=-0.988405771923579, lon=-3.00407215133417([X=-0.5441613247886685, Y=-0.07530868145569297, Z=-0.8341264269824815])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])]], internalEdges={2}, holes=[]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])], [lat=-0.2295997886710379, lon=-2.378535358744463([X=-0.7044247490981547, Y=-0.6736326272938886, Z=-0.2278027132522536])]], internalEdges={0}, holes=[]}]}]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.0407075278917134, lon=-2.3442343470656124([X=-0.6987976486929659, Y=-0.7157162440192042, Z=0.04074159188983845])], [lat=-1.3306378246319848, lon=-1.444269289410455([X=0.029953561181125205, Y=-0.2354717840775286, Z=-0.9693103753636826])], [lat=-1.3350342357471212, lon=-1.4004151345558726([X=0.03952464655693805, Y=-0.22972864702468435, Z=-0.9703380328333655])]], internalEdges={2}, holes=[GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.7064164499151625, lon=1.7046688024613996([X=-0.10150151722676126, Y=0.7536607235051184, Z=-0.6489175250616858])], [lat=-1.0394654435754351, lon=-2.410982689842207([X=-0.3768392210786548, Y=-0.33765419733364094, Z=-0.8609444341410505])], [lat=0.5016698469799524, lon=2.674451377055559([X=-0.7831077522025475, Y=0.39497977217203123, Z=0.4810536180946021])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.976640314903037, lon=-2.1952262221131322([X=-0.3268949174770007, Y=-0.45363139558744753, Z=-0.8276356709256856])], [lat=-1.356852764710106, lon=2.4056726516788([X=-0.15704243488599062, Y=0.14222322533609494, Z=-0.9751616934611039])], [lat=-0.11417996410358253, lon=1.045323127565292([X=0.49889189437705644, Y=0.8603776698912358, Z=-0.11405451507403098])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.4758821984706765, lon=2.700330295396647([X=-0.08550462550437213, Y=0.04038585126945759, Z=-0.9933012609222429])], [lat=-0.5438337198842785, lon=2.1441891345570077([X=-0.4643223971184963, Y=0.7190260915127268, Z=-0.5175326501520984])], [lat=-0.0066270092127238, lon=-2.9206038659367892([X=-0.9767512412775263, Y=-0.21943486714946472, Z=-0.006634374325795945])], [lat=-0.6192268997235846, lon=-2.4130869035966778([X=-0.6076172052566422, Y=-0.5421343961642958, Z=-0.5803966912097689])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.8260544775494126, lon=3.1322860232018153([X=-0.6772782855071555, Y=0.006303360659170628, Z=0.7347482564983671])], [lat=-0.928968602930976, lon=0.5662660398193646([X=0.5046908548963566, Y=0.320838579092253, Z=-0.8001709724973914])], [lat=-1.02026911044505, lon=2.7936136274099104([X=-0.49113142458716946, Y=0.1781529736291234, Z=-0.8511217624510904])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-0.15291019352895244, lon=-2.8624488126557903([X=-0.9510639831933769, Y=-0.2726011878598741, Z=-0.1524735094879907])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])]], internalEdges={2}, holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])], [lat=-1.2611069109831634, lon=0.6595248065027768([X=0.24038483745612943, Y=0.18638088672499756, Z=-0.9505925880791892])]], internalEdges={0}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=-0.988405771923579, lon=-3.00407215133417([X=-0.5441613247886685, Y=-0.07530868145569297, Z=-0.8341264269824815])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])]], internalEdges={2}, holes=[]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])], [lat=-0.2295997886710379, lon=-2.378535358744463([X=-0.7044247490981547, Y=-0.6736326272938886, Z=-0.2278027132522536])]], internalEdges={0}, holes=[]}]}]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.27564523061279517, lon=-2.2831267110427085([X=-0.6294723319566533, Y=-0.7289027988119656, Z=-0.27240439487617635])], [lat=0.0407075278917134, lon=-2.3442343470656124([X=-0.6987976486929659, Y=-0.7157162440192042, Z=0.04074159188983845])], [lat=-0.15005251063101763, lon=-2.308923146733313([X=-0.6660364502678197, Y=-0.7321813606767718, Z=-0.1496460421781222])]], internalEdges={0, 1, 2}, holes=[GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.7064164499151625, lon=1.7046688024613996([X=-0.10150151722676126, Y=0.7536607235051184, Z=-0.6489175250616858])], [lat=-1.0394654435754351, lon=-2.410982689842207([X=-0.3768392210786548, Y=-0.33765419733364094, Z=-0.8609444341410505])], [lat=0.5016698469799524, lon=2.674451377055559([X=-0.7831077522025475, Y=0.39497977217203123, Z=0.4810536180946021])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.976640314903037, lon=-2.1952262221131322([X=-0.3268949174770007, Y=-0.45363139558744753, Z=-0.8276356709256856])], [lat=-1.356852764710106, lon=2.4056726516788([X=-0.15704243488599062, Y=0.14222322533609494, Z=-0.9751616934611039])], [lat=-0.11417996410358253, lon=1.045323127565292([X=0.49889189437705644, Y=0.8603776698912358, Z=-0.11405451507403098])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.4758821984706765, lon=2.700330295396647([X=-0.08550462550437213, Y=0.04038585126945759, Z=-0.9933012609222429])], [lat=-0.5438337198842785, lon=2.1441891345570077([X=-0.4643223971184963, Y=0.7190260915127268, Z=-0.5175326501520984])], [lat=-0.0066270092127238, lon=-2.9206038659367892([X=-0.9767512412775263, Y=-0.21943486714946472, Z=-0.006634374325795945])], [lat=-0.6192268997235846, lon=-2.4130869035966778([X=-0.6076172052566422, Y=-0.5421343961642958, Z=-0.5803966912097689])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.8260544775494126, lon=3.1322860232018153([X=-0.6772782855071555, Y=0.006303360659170628, Z=0.7347482564983671])], [lat=-0.928968602930976, lon=0.5662660398193646([X=0.5046908548963566, Y=0.320838579092253, Z=-0.8001709724973914])], [lat=-1.02026911044505, lon=2.7936136274099104([X=-0.49113142458716946, Y=0.1781529736291234, Z=-0.8511217624510904])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-0.15291019352895244, lon=-2.8624488126557903([X=-0.9510639831933769, Y=-0.2726011878598741, Z=-0.1524735094879907])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])]], internalEdges={2}, holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])], [lat=-1.2611069109831634, lon=0.6595248065027768([X=0.24038483745612943, Y=0.18638088672499756, Z=-0.9505925880791892])]], internalEdges={0}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=-0.988405771923579, lon=-3.00407215133417([X=-0.5441613247886685, Y=-0.07530868145569297, Z=-0.8341264269824815])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])]], internalEdges={2}, holes=[]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])], [lat=-0.2295997886710379, lon=-2.378535358744463([X=-0.7044247490981547, Y=-0.6736326272938886, Z=-0.2278027132522536])]], internalEdges={0}, holes=[]}]}]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.15005251063101763, lon=-2.308923146733313([X=-0.6660364502678197, Y=-0.7321813606767718, Z=-0.1496460421781222])], [lat=-0.27564523061279517, lon=-2.2831267110427085([X=-0.6294723319566533, Y=-0.7289027988119656, Z=-0.27240439487617635])], [lat=-1.2339791263998499, lon=-1.7218369244458624([X=-0.04963391983838867, Y=-0.3261103842809553, Z=-0.942043793161222])]], internalEdges={0}, holes=[GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.7064164499151625, lon=1.7046688024613996([X=-0.10150151722676126, Y=0.7536607235051184, Z=-0.6489175250616858])], [lat=-1.0394654435754351, lon=-2.410982689842207([X=-0.3768392210786548, Y=-0.33765419733364094, Z=-0.8609444341410505])], [lat=0.5016698469799524, lon=2.674451377055559([X=-0.7831077522025475, Y=0.39497977217203123, Z=0.4810536180946021])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.976640314903037, lon=-2.1952262221131322([X=-0.3268949174770007, Y=-0.45363139558744753, Z=-0.8276356709256856])], [lat=-1.356852764710106, lon=2.4056726516788([X=-0.15704243488599062, Y=0.14222322533609494, Z=-0.9751616934611039])], [lat=-0.11417996410358253, lon=1.045323127565292([X=0.49889189437705644, Y=0.8603776698912358, Z=-0.11405451507403098])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.4758821984706765, lon=2.700330295396647([X=-0.08550462550437213, Y=0.04038585126945759, Z=-0.9933012609222429])], [lat=-0.5438337198842785, lon=2.1441891345570077([X=-0.4643223971184963, Y=0.7190260915127268, Z=-0.5175326501520984])], [lat=-0.0066270092127238, lon=-2.9206038659367892([X=-0.9767512412775263, Y=-0.21943486714946472, Z=-0.006634374325795945])], [lat=-0.6192268997235846, lon=-2.4130869035966778([X=-0.6076172052566422, Y=-0.5421343961642958, Z=-0.5803966912097689])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.8260544775494126, lon=3.1322860232018153([X=-0.6772782855071555, Y=0.006303360659170628, Z=0.7347482564983671])], [lat=-0.928968602930976, lon=0.5662660398193646([X=0.5046908548963566, Y=0.320838579092253, Z=-0.8001709724973914])], [lat=-1.02026911044505, lon=2.7936136274099104([X=-0.49113142458716946, Y=0.1781529736291234, Z=-0.8511217624510904])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-0.15291019352895244, lon=-2.8624488126557903([X=-0.9510639831933769, Y=-0.2726011878598741, Z=-0.1524735094879907])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])]], internalEdges={2}, holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])], [lat=-1.2611069109831634, lon=0.6595248065027768([X=0.24038483745612943, Y=0.18638088672499756, Z=-0.9505925880791892])]], internalEdges={0}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=-0.988405771923579, lon=-3.00407215133417([X=-0.5441613247886685, Y=-0.07530868145569297, Z=-0.8341264269824815])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])]], internalEdges={2}, holes=[]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])], [lat=-0.2295997886710379, lon=-2.378535358744463([X=-0.7044247490981547, Y=-0.6736326272938886, Z=-0.2278027132522536])]], internalEdges={0}, holes=[]}]}]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.15005251063101763, lon=-2.308923146733313([X=-0.6660364502678197, Y=-0.7321813606767718, Z=-0.1496460421781222])], [lat=0.0407075278917134, lon=-2.3442343470656124([X=-0.6987976486929659, Y=-0.7157162440192042, Z=0.04074159188983845])], [lat=-1.3350342357471212, lon=-1.4004151345558726([X=0.03952464655693805, Y=-0.22972864702468435, Z=-0.9703380328333655])]], internalEdges={0, 1}, holes=[GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.7064164499151625, lon=1.7046688024613996([X=-0.10150151722676126, Y=0.7536607235051184, Z=-0.6489175250616858])], [lat=-1.0394654435754351, lon=-2.410982689842207([X=-0.3768392210786548, Y=-0.33765419733364094, Z=-0.8609444341410505])], [lat=0.5016698469799524, lon=2.674451377055559([X=-0.7831077522025475, Y=0.39497977217203123, Z=0.4810536180946021])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.976640314903037, lon=-2.1952262221131322([X=-0.3268949174770007, Y=-0.45363139558744753, Z=-0.8276356709256856])], [lat=-1.356852764710106, lon=2.4056726516788([X=-0.15704243488599062, Y=0.14222322533609494, Z=-0.9751616934611039])], [lat=-0.11417996410358253, lon=1.045323127565292([X=0.49889189437705644, Y=0.8603776698912358, Z=-0.11405451507403098])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.4758821984706765, lon=2.700330295396647([X=-0.08550462550437213, Y=0.04038585126945759, Z=-0.9933012609222429])], [lat=-0.5438337198842785, lon=2.1441891345570077([X=-0.4643223971184963, Y=0.7190260915127268, Z=-0.5175326501520984])], [lat=-0.0066270092127238, lon=-2.9206038659367892([X=-0.9767512412775263, Y=-0.21943486714946472, Z=-0.006634374325795945])], [lat=-0.6192268997235846, lon=-2.4130869035966778([X=-0.6076172052566422, Y=-0.5421343961642958, Z=-0.5803966912097689])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.8260544775494126, lon=3.1322860232018153([X=-0.6772782855071555, Y=0.006303360659170628, Z=0.7347482564983671])], [lat=-0.928968602930976, lon=0.5662660398193646([X=0.5046908548963566, Y=0.320838579092253, Z=-0.8001709724973914])], [lat=-1.02026911044505, lon=2.7936136274099104([X=-0.49113142458716946, Y=0.1781529736291234, Z=-0.8511217624510904])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-0.15291019352895244, lon=-2.8624488126557903([X=-0.9510639831933769, Y=-0.2726011878598741, Z=-0.1524735094879907])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])]], internalEdges={2}, holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])], [lat=-1.2611069109831634, lon=0.6595248065027768([X=0.24038483745612943, Y=0.18638088672499756, Z=-0.9505925880791892])]], internalEdges={0}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=-0.988405771923579, lon=-3.00407215133417([X=-0.5441613247886685, Y=-0.07530868145569297, Z=-0.8341264269824815])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])]], internalEdges={2}, holes=[]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])], [lat=-0.2295997886710379, lon=-2.378535358744463([X=-0.7044247490981547, Y=-0.6736326272938886, Z=-0.2278027132522536])]], internalEdges={0}, holes=[]}]}]}]}   world bounds=( minX=-1.0011188539924791 maxX=1.0011188539924791 minY=-1.0011188539924791 maxY=1.0011188539924791 minZ=-0.9977622920221051 maxZ=0.9977622920221051   point=[X=-0.9828377369912566, Y=-0.17647626799723845, Z=-0.07134956399761815]   docID=2550 deleted?=false   query=PointInGeo3DShapeQuery: field=point: Shape: GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.082025910890591, lon=-0.5168694566541331([X=0.40759218994194063, Y=-0.23168046878999213, Z=-0.8815859751621222])], [lat=-0.7203862351668824, lon=-0.2009193170850306([X=0.7361776449146092, Y=-0.14993531859260134, Z=-0.6594467605765989])], [lat=1.2649299673549403, lon=-2.984679342097495([X=-0.2968445540610638, Y=-0.04696494983621132, Z=0.951741481722537])], [lat=0.0407075278917134, lon=-2.3442343470656124([X=-0.6987976486929659, Y=-0.7157162440192042, Z=0.04074159188983845])]], internalEdges={3}, holes=[GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.7064164499151625, lon=1.7046688024613996([X=-0.10150151722676126, Y=0.7536607235051184, Z=-0.6489175250616858])], [lat=-1.0394654435754351, lon=-2.410982689842207([X=-0.3768392210786548, Y=-0.33765419733364094, Z=-0.8609444341410505])], [lat=0.5016698469799524, lon=2.674451377055559([X=-0.7831077522025475, Y=0.39497977217203123, Z=0.4810536180946021])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.976640314903037, lon=-2.1952262221131322([X=-0.3268949174770007, Y=-0.45363139558744753, Z=-0.8276356709256856])], [lat=-1.356852764710106, lon=2.4056726516788([X=-0.15704243488599062, Y=0.14222322533609494, Z=-0.9751616934611039])], [lat=-0.11417996410358253, lon=1.045323127565292([X=0.49889189437705644, Y=0.8603776698912358, Z=-0.11405451507403098])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.4758821984706765, lon=2.700330295396647([X=-0.08550462550437213, Y=0.04038585126945759, Z=-0.9933012609222429])], [lat=-0.5438337198842785, lon=2.1441891345570077([X=-0.4643223971184963, Y=0.7190260915127268, Z=-0.5175326501520984])], [lat=-0.0066270092127238, lon=-2.9206038659367892([X=-0.9767512412775263, Y=-0.21943486714946472, Z=-0.006634374325795945])], [lat=-0.6192268997235846, lon=-2.4130869035966778([X=-0.6076172052566422, Y=-0.5421343961642958, Z=-0.5803966912097689])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.8260544775494126, lon=3.1322860232018153([X=-0.6772782855071555, Y=0.006303360659170628, Z=0.7347482564983671])], [lat=-0.928968602930976, lon=0.5662660398193646([X=0.5046908548963566, Y=0.320838579092253, Z=-0.8001709724973914])], [lat=-1.02026911044505, lon=2.7936136274099104([X=-0.49113142458716946, Y=0.1781529736291234, Z=-0.8511217624510904])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-0.15291019352895244, lon=-2.8624488126557903([X=-0.9510639831933769, Y=-0.2726011878598741, Z=-0.1524735094879907])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])]], internalEdges={2}, holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])], [lat=-1.2611069109831634, lon=0.6595248065027768([X=0.24038483745612943, Y=0.18638088672499756, Z=-0.9505925880791892])]], internalEdges={0}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=-0.988405771923579, lon=-3.00407215133417([X=-0.5441613247886685, Y=-0.07530868145569297, Z=-0.8341264269824815])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])]], internalEdges={2}, holes=[]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])], [lat=-0.2295997886710379, lon=-2.378535358744463([X=-0.7044247490981547, Y=-0.6736326272938886, Z=-0.2278027132522536])]], internalEdges={0}, holes=[]}]}]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.27564523061279517, lon=-2.2831267110427085([X=-0.6294723319566533, Y=-0.7289027988119656, Z=-0.27240439487617635])], [lat=-1.2839923573277972, lon=-1.0052437128193648([X=0.15129612935060105, Y=-0.23836980974229333, Z=-0.9572630359741819])], [lat=-1.082025910890591, lon=-0.5168694566541331([X=0.40759218994194063, Y=-0.23168046878999213, Z=-0.8815859751621222])], [lat=0.0407075278917134, lon=-2.3442343470656124([X=-0.6987976486929659, Y=-0.7157162440192042, Z=0.04074159188983845])]], internalEdges={2, 3}, holes=[GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.7064164499151625, lon=1.7046688024613996([X=-0.10150151722676126, Y=0.7536607235051184, Z=-0.6489175250616858])], [lat=-1.0394654435754351, lon=-2.410982689842207([X=-0.3768392210786548, Y=-0.33765419733364094, Z=-0.8609444341410505])], [lat=0.5016698469799524, lon=2.674451377055559([X=-0.7831077522025475, Y=0.39497977217203123, Z=0.4810536180946021])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.976640314903037, lon=-2.1952262221131322([X=-0.3268949174770007, Y=-0.45363139558744753, Z=-0.8276356709256856])], [lat=-1.356852764710106, lon=2.4056726516788([X=-0.15704243488599062, Y=0.14222322533609494, Z=-0.9751616934611039])], [lat=-0.11417996410358253, lon=1.045323127565292([X=0.49889189437705644, Y=0.8603776698912358, Z=-0.11405451507403098])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.4758821984706765, lon=2.700330295396647([X=-0.08550462550437213, Y=0.04038585126945759, Z=-0.9933012609222429])], [lat=-0.5438337198842785, lon=2.1441891345570077([X=-0.4643223971184963, Y=0.7190260915127268, Z=-0.5175326501520984])], [lat=-0.0066270092127238, lon=-2.9206038659367892([X=-0.9767512412775263, Y=-0.21943486714946472, Z=-0.006634374325795945])], [lat=-0.6192268997235846, lon=-2.4130869035966778([X=-0.6076172052566422, Y=-0.5421343961642958, Z=-0.5803966912097689])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.8260544775494126, lon=3.1322860232018153([X=-0.6772782855071555, Y=0.006303360659170628, Z=0.7347482564983671])], [lat=-0.928968602930976, lon=0.5662660398193646([X=0.5046908548963566, Y=0.320838579092253, Z=-0.8001709724973914])], [lat=-1.02026911044505, lon=2.7936136274099104([X=-0.49113142458716946, Y=0.1781529736291234, Z=-0.8511217624510904])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-0.15291019352895244, lon=-2.8624488126557903([X=-0.9510639831933769, Y=-0.2726011878598741, Z=-0.1524735094879907])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])]], internalEdges={2}, holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])], [lat=-1.2611069109831634, lon=0.6595248065027768([X=0.24038483745612943, Y=0.18638088672499756, Z=-0.9505925880791892])]], internalEdges={0}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=-0.988405771923579, lon=-3.00407215133417([X=-0.5441613247886685, Y=-0.07530868145569297, Z=-0.8341264269824815])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])]], internalEdges={2}, holes=[]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])], [lat=-0.2295997886710379, lon=-2.378535358744463([X=-0.7044247490981547, Y=-0.6736326272938886, Z=-0.2278027132522536])]], internalEdges={0}, holes=[]}]}]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.0407075278917134, lon=-2.3442343470656124([X=-0.6987976486929659, Y=-0.7157162440192042, Z=0.04074159188983845])], [lat=-1.3306378246319848, lon=-1.444269289410455([X=0.029953561181125205, Y=-0.2354717840775286, Z=-0.9693103753636826])], [lat=-1.3350342357471212, lon=-1.4004151345558726([X=0.03952464655693805, Y=-0.22972864702468435, Z=-0.9703380328333655])]], internalEdges={2}, holes=[GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.7064164499151625, lon=1.7046688024613996([X=-0.10150151722676126, Y=0.7536607235051184, Z=-0.6489175250616858])], [lat=-1.0394654435754351, lon=-2.410982689842207([X=-0.3768392210786548, Y=-0.33765419733364094, Z=-0.8609444341410505])], [lat=0.5016698469799524, lon=2.674451377055559([X=-0.7831077522025475, Y=0.39497977217203123, Z=0.4810536180946021])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.976640314903037, lon=-2.1952262221131322([X=-0.3268949174770007, Y=-0.45363139558744753, Z=-0.8276356709256856])], [lat=-1.356852764710106, lon=2.4056726516788([X=-0.15704243488599062, Y=0.14222322533609494, Z=-0.9751616934611039])], [lat=-0.11417996410358253, lon=1.045323127565292([X=0.49889189437705644, Y=0.8603776698912358, Z=-0.11405451507403098])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.4758821984706765, lon=2.700330295396647([X=-0.08550462550437213, Y=0.04038585126945759, Z=-0.9933012609222429])], [lat=-0.5438337198842785, lon=2.1441891345570077([X=-0.4643223971184963, Y=0.7190260915127268, Z=-0.5175326501520984])], [lat=-0.0066270092127238, lon=-2.9206038659367892([X=-0.9767512412775263, Y=-0.21943486714946472, Z=-0.006634374325795945])], [lat=-0.6192268997235846, lon=-2.4130869035966778([X=-0.6076172052566422, Y=-0.5421343961642958, Z=-0.5803966912097689])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.8260544775494126, lon=3.1322860232018153([X=-0.6772782855071555, Y=0.006303360659170628, Z=0.7347482564983671])], [lat=-0.928968602930976, lon=0.5662660398193646([X=0.5046908548963566, Y=0.320838579092253, Z=-0.8001709724973914])], [lat=-1.02026911044505, lon=2.7936136274099104([X=-0.49113142458716946, Y=0.1781529736291234, Z=-0.8511217624510904])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-0.15291019352895244, lon=-2.8624488126557903([X=-0.9510639831933769, Y=-0.2726011878598741, Z=-0.1524735094879907])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])]], internalEdges={2}, holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])], [lat=-1.2611069109831634, lon=0.6595248065027768([X=0.24038483745612943, Y=0.18638088672499756, Z=-0.9505925880791892])]], internalEdges={0}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=-0.988405771923579, lon=-3.00407215133417([X=-0.5441613247886685, Y=-0.07530868145569297, Z=-0.8341264269824815])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])]], internalEdges={2}, holes=[]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])], [lat=-0.2295997886710379, lon=-2.378535358744463([X=-0.7044247490981547, Y=-0.6736326272938886, Z=-0.2278027132522536])]], internalEdges={0}, holes=[]}]}]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.27564523061279517, lon=-2.2831267110427085([X=-0.6294723319566533, Y=-0.7289027988119656, Z=-0.27240439487617635])], [lat=0.0407075278917134, lon=-2.3442343470656124([X=-0.6987976486929659, Y=-0.7157162440192042, Z=0.04074159188983845])], [lat=-0.15005251063101763, lon=-2.308923146733313([X=-0.6660364502678197, Y=-0.7321813606767718, Z=-0.1496460421781222])]], internalEdges={0, 1, 2}, holes=[GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.7064164499151625, lon=1.7046688024613996([X=-0.10150151722676126, Y=0.7536607235051184, Z=-0.6489175250616858])], [lat=-1.0394654435754351, lon=-2.410982689842207([X=-0.3768392210786548, Y=-0.33765419733364094, Z=-0.8609444341410505])], [lat=0.5016698469799524, lon=2.674451377055559([X=-0.7831077522025475, Y=0.39497977217203123, Z=0.4810536180946021])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.976640314903037, lon=-2.1952262221131322([X=-0.3268949174770007, Y=-0.45363139558744753, Z=-0.8276356709256856])], [lat=-1.356852764710106, lon=2.4056726516788([X=-0.15704243488599062, Y=0.14222322533609494, Z=-0.9751616934611039])], [lat=-0.11417996410358253, lon=1.045323127565292([X=0.49889189437705644, Y=0.8603776698912358, Z=-0.11405451507403098])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.4758821984706765, lon=2.700330295396647([X=-0.08550462550437213, Y=0.04038585126945759, Z=-0.9933012609222429])], [lat=-0.5438337198842785, lon=2.1441891345570077([X=-0.4643223971184963, Y=0.7190260915127268, Z=-0.5175326501520984])], [lat=-0.0066270092127238, lon=-2.9206038659367892([X=-0.9767512412775263, Y=-0.21943486714946472, Z=-0.006634374325795945])], [lat=-0.6192268997235846, lon=-2.4130869035966778([X=-0.6076172052566422, Y=-0.5421343961642958, Z=-0.5803966912097689])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.8260544775494126, lon=3.1322860232018153([X=-0.6772782855071555, Y=0.006303360659170628, Z=0.7347482564983671])], [lat=-0.928968602930976, lon=0.5662660398193646([X=0.5046908548963566, Y=0.320838579092253, Z=-0.8001709724973914])], [lat=-1.02026911044505, lon=2.7936136274099104([X=-0.49113142458716946, Y=0.1781529736291234, Z=-0.8511217624510904])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-0.15291019352895244, lon=-2.8624488126557903([X=-0.9510639831933769, Y=-0.2726011878598741, Z=-0.1524735094879907])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])]], internalEdges={2}, holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])], [lat=-1.2611069109831634, lon=0.6595248065027768([X=0.24038483745612943, Y=0.18638088672499756, Z=-0.9505925880791892])]], internalEdges={0}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=-0.988405771923579, lon=-3.00407215133417([X=-0.5441613247886685, Y=-0.07530868145569297, Z=-0.8341264269824815])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])]], internalEdges={2}, holes=[]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])], [lat=-0.2295997886710379, lon=-2.378535358744463([X=-0.7044247490981547, Y=-0.6736326272938886, Z=-0.2278027132522536])]], internalEdges={0}, holes=[]}]}]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.15005251063101763, lon=-2.308923146733313([X=-0.6660364502678197, Y=-0.7321813606767718, Z=-0.1496460421781222])], [lat=-0.27564523061279517, lon=-2.2831267110427085([X=-0.6294723319566533, Y=-0.7289027988119656, Z=-0.27240439487617635])], [lat=-1.2339791263998499, lon=-1.7218369244458624([X=-0.04963391983838867, Y=-0.3261103842809553, Z=-0.942043793161222])]], internalEdges={0}, holes=[GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.7064164499151625, lon=1.7046688024613996([X=-0.10150151722676126, Y=0.7536607235051184, Z=-0.6489175250616858])], [lat=-1.0394654435754351, lon=-2.410982689842207([X=-0.3768392210786548, Y=-0.33765419733364094, Z=-0.8609444341410505])], [lat=0.5016698469799524, lon=2.674451377055559([X=-0.7831077522025475, Y=0.39497977217203123, Z=0.4810536180946021])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.976640314903037, lon=-2.1952262221131322([X=-0.3268949174770007, Y=-0.45363139558744753, Z=-0.8276356709256856])], [lat=-1.356852764710106, lon=2.4056726516788([X=-0.15704243488599062, Y=0.14222322533609494, Z=-0.9751616934611039])], [lat=-0.11417996410358253, lon=1.045323127565292([X=0.49889189437705644, Y=0.8603776698912358, Z=-0.11405451507403098])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.4758821984706765, lon=2.700330295396647([X=-0.08550462550437213, Y=0.04038585126945759, Z=-0.9933012609222429])], [lat=-0.5438337198842785, lon=2.1441891345570077([X=-0.4643223971184963, Y=0.7190260915127268, Z=-0.5175326501520984])], [lat=-0.0066270092127238, lon=-2.9206038659367892([X=-0.9767512412775263, Y=-0.21943486714946472, Z=-0.006634374325795945])], [lat=-0.6192268997235846, lon=-2.4130869035966778([X=-0.6076172052566422, Y=-0.5421343961642958, Z=-0.5803966912097689])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.8260544775494126, lon=3.1322860232018153([X=-0.6772782855071555, Y=0.006303360659170628, Z=0.7347482564983671])], [lat=-0.928968602930976, lon=0.5662660398193646([X=0.5046908548963566, Y=0.320838579092253, Z=-0.8001709724973914])], [lat=-1.02026911044505, lon=2.7936136274099104([X=-0.49113142458716946, Y=0.1781529736291234, Z=-0.8511217624510904])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-0.15291019352895244, lon=-2.8624488126557903([X=-0.9510639831933769, Y=-0.2726011878598741, Z=-0.1524735094879907])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])]], internalEdges={2}, holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])], [lat=-1.2611069109831634, lon=0.6595248065027768([X=0.24038483745612943, Y=0.18638088672499756, Z=-0.9505925880791892])]], internalEdges={0}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=-0.988405771923579, lon=-3.00407215133417([X=-0.5441613247886685, Y=-0.07530868145569297, Z=-0.8341264269824815])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])]], internalEdges={2}, holes=[]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])], [lat=-0.2295997886710379, lon=-2.378535358744463([X=-0.7044247490981547, Y=-0.6736326272938886, Z=-0.2278027132522536])]], internalEdges={0}, holes=[]}]}]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.15005251063101763, lon=-2.308923146733313([X=-0.6660364502678197, Y=-0.7321813606767718, Z=-0.1496460421781222])], [lat=0.0407075278917134, lon=-2.3442343470656124([X=-0.6987976486929659, Y=-0.7157162440192042, Z=0.04074159188983845])], [lat=-1.3350342357471212, lon=-1.4004151345558726([X=0.03952464655693805, Y=-0.22972864702468435, Z=-0.9703380328333655])]], internalEdges={0, 1}, holes=[GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.7064164499151625, lon=1.7046688024613996([X=-0.10150151722676126, Y=0.7536607235051184, Z=-0.6489175250616858])], [lat=-1.0394654435754351, lon=-2.410982689842207([X=-0.3768392210786548, Y=-0.33765419733364094, Z=-0.8609444341410505])], [lat=0.5016698469799524, lon=2.674451377055559([X=-0.7831077522025475, Y=0.39497977217203123, Z=0.4810536180946021])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.976640314903037, lon=-2.1952262221131322([X=-0.3268949174770007, Y=-0.45363139558744753, Z=-0.8276356709256856])], [lat=-1.356852764710106, lon=2.4056726516788([X=-0.15704243488599062, Y=0.14222322533609494, Z=-0.9751616934611039])], [lat=-0.11417996410358253, lon=1.045323127565292([X=0.49889189437705644, Y=0.8603776698912358, Z=-0.11405451507403098])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.4758821984706765, lon=2.700330295396647([X=-0.08550462550437213, Y=0.04038585126945759, Z=-0.9933012609222429])], [lat=-0.5438337198842785, lon=2.1441891345570077([X=-0.4643223971184963, Y=0.7190260915127268, Z=-0.5175326501520984])], [lat=-0.0066270092127238, lon=-2.9206038659367892([X=-0.9767512412775263, Y=-0.21943486714946472, Z=-0.006634374325795945])], [lat=-0.6192268997235846, lon=-2.4130869035966778([X=-0.6076172052566422, Y=-0.5421343961642958, Z=-0.5803966912097689])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.8260544775494126, lon=3.1322860232018153([X=-0.6772782855071555, Y=0.006303360659170628, Z=0.7347482564983671])], [lat=-0.928968602930976, lon=0.5662660398193646([X=0.5046908548963566, Y=0.320838579092253, Z=-0.8001709724973914])], [lat=-1.02026911044505, lon=2.7936136274099104([X=-0.49113142458716946, Y=0.1781529736291234, Z=-0.8511217624510904])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-0.15291019352895244, lon=-2.8624488126557903([X=-0.9510639831933769, Y=-0.2726011878598741, Z=-0.1524735094879907])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])]], internalEdges={2}, holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])], [lat=-1.2611069109831634, lon=0.6595248065027768([X=0.24038483745612943, Y=0.18638088672499756, Z=-0.9505925880791892])]], internalEdges={0}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=-0.988405771923579, lon=-3.00407215133417([X=-0.5441613247886685, Y=-0.07530868145569297, Z=-0.8341264269824815])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])]], internalEdges={2}, holes=[]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])], [lat=-0.2295997886710379, lon=-2.378535358744463([X=-0.7044247490981547, Y=-0.6736326272938886, Z=-0.2278027132522536])]], internalEdges={0}, holes=[]}]}]}]}   explanation:     target is in leaf _2v(6.1.0):c27747 of full reader StandardDirectoryReader(segments:212:nrt _2v(6.1.0):c27747)     full BKD path to target doc:       Cell(x=-1.0011188539924791 TO 1.0011188539924791 y=-1.0011188483982916 TO 1.0011181337408341 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = WITHIN; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true       Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011188483982916 TO 1.0011181337408341 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = OVERLAPS; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true       Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011188483982916 TO 4.661822942981864E-10 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = OVERLAPS; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true       Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011188483982916 TO 4.661822942981864E-10 z=-0.997762292058209 TO 4.661822942981864E-10); Shape relationship = OVERLAPS; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true       Cell(x=-1.0011188539924791 TO -0.38866461665592494 y=-1.0011188483982916 TO 4.661822942981864E-10 z=-0.997762292058209 TO 4.661822942981864E-10); Shape relationship = OVERLAPS; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true       Cell(x=-1.0011188539924791 TO -0.38866461665592494 y=-0.198387182435789 TO 4.661822942981864E-10 z=-0.997762292058209 TO 4.661822942981864E-10); Shape relationship = OVERLAPS; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true     on cell Cell(x=-1.0011188539924791 TO 1.0011188539924791 y=-1.0011188483982916 TO 1.0011181337408341 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = WITHIN; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true, wrapped visitor returned CELL_CROSSES_QUERY  on cell Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011188483982916 TO 1.0011181337408341 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = OVERLAPS; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true, wrapped visitor returned CELL_CROSSES_QUERY  on cell Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011188483982916 TO 4.661822942981864E-10 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = OVERLAPS; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true, wrapped visitor returned CELL_CROSSES_QUERY  on cell Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011188483982916 TO 4.661822942981864E-10 z=-0.997762292058209 TO 4.661822942981864E-10); Shape relationship = OVERLAPS; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true, wrapped visitor returned CELL_CROSSES_QUERY  on cell Cell(x=-1.0011188539924791 TO -0.38866461665592494 y=-1.0011188483982916 TO 4.661822942981864E-10 z=-0.997762292058209 TO 4.661822942981864E-10); Shape relationship = OVERLAPS; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true, wrapped visitor returned CELL_CROSSES_QUERY  on cell Cell(x=-1.0011188539924791 TO -0.38866461665592494 y=-0.198387182435789 TO 4.661822942981864E-10 z=-0.997762292058209 TO 4.661822942981864E-10); Shape relationship = OVERLAPS; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true, wrapped visitor returned CELL_CROSSES_QUERYleaf visit docID=2550 x=-0.9828377369912566 y=-0.17647626799723845 z=-0.07134956399761815   

Stack Trace:
java.lang.AssertionError: FAIL: id=2626 should have matched but did not
  shape=GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.082025910890591, lon=-0.5168694566541331([X=0.40759218994194063, Y=-0.23168046878999213, Z=-0.8815859751621222])], [lat=-0.7203862351668824, lon=-0.2009193170850306([X=0.7361776449146092, Y=-0.14993531859260134, Z=-0.6594467605765989])], [lat=1.2649299673549403, lon=-2.984679342097495([X=-0.2968445540610638, Y=-0.04696494983621132, Z=0.951741481722537])], [lat=0.0407075278917134, lon=-2.3442343470656124([X=-0.6987976486929659, Y=-0.7157162440192042, Z=0.04074159188983845])]], internalEdges={3}, holes=[GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.7064164499151625, lon=1.7046688024613996([X=-0.10150151722676126, Y=0.7536607235051184, Z=-0.6489175250616858])], [lat=-1.0394654435754351, lon=-2.410982689842207([X=-0.3768392210786548, Y=-0.33765419733364094, Z=-0.8609444341410505])], [lat=0.5016698469799524, lon=2.674451377055559([X=-0.7831077522025475, Y=0.39497977217203123, Z=0.4810536180946021])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.976640314903037, lon=-2.1952262221131322([X=-0.3268949174770007, Y=-0.45363139558744753, Z=-0.8276356709256856])], [lat=-1.356852764710106, lon=2.4056726516788([X=-0.15704243488599062, Y=0.14222322533609494, Z=-0.9751616934611039])], [lat=-0.11417996410358253, lon=1.045323127565292([X=0.49889189437705644, Y=0.8603776698912358, Z=-0.11405451507403098])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.4758821984706765, lon=2.700330295396647([X=-0.08550462550437213, Y=0.04038585126945759, Z=-0.9933012609222429])], [lat=-0.5438337198842785, lon=2.1441891345570077([X=-0.4643223971184963, Y=0.7190260915127268, Z=-0.5175326501520984])], [lat=-0.0066270092127238, lon=-2.9206038659367892([X=-0.9767512412775263, Y=-0.21943486714946472, Z=-0.006634374325795945])], [lat=-0.6192268997235846, lon=-2.4130869035966778([X=-0.6076172052566422, Y=-0.5421343961642958, Z=-0.5803966912097689])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.8260544775494126, lon=3.1322860232018153([X=-0.6772782855071555, Y=0.006303360659170628, Z=0.7347482564983671])], [lat=-0.928968602930976, lon=0.5662660398193646([X=0.5046908548963566, Y=0.320838579092253, Z=-0.8001709724973914])], [lat=-1.02026911044505, lon=2.7936136274099104([X=-0.49113142458716946, Y=0.1781529736291234, Z=-0.8511217624510904])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-0.15291019352895244, lon=-2.8624488126557903([X=-0.9510639831933769, Y=-0.2726011878598741, Z=-0.1524735094879907])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])]], internalEdges={2}, holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])], [lat=-1.2611069109831634, lon=0.6595248065027768([X=0.24038483745612943, Y=0.18638088672499756, Z=-0.9505925880791892])]], internalEdges={0}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=-0.988405771923579, lon=-3.00407215133417([X=-0.5441613247886685, Y=-0.07530868145569297, Z=-0.8341264269824815])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])]], internalEdges={2}, holes=[]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])], [lat=-0.2295997886710379, lon=-2.378535358744463([X=-0.7044247490981547, Y=-0.6736326272938886, Z=-0.2278027132522536])]], internalEdges={0}, holes=[]}]}]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.27564523061279517, lon=-2.2831267110427085([X=-0.6294723319566533, Y=-0.7289027988119656, Z=-0.27240439487617635])], [lat=-1.2839923573277972, lon=-1.0052437128193648([X=0.15129612935060105, Y=-0.23836980974229333, Z=-0.9572630359741819])], [lat=-1.082025910890591, lon=-0.5168694566541331([X=0.40759218994194063, Y=-0.23168046878999213, Z=-0.8815859751621222])], [lat=0.0407075278917134, lon=-2.3442343470656124([X=-0.6987976486929659, Y=-0.7157162440192042, Z=0.04074159188983845])]], internalEdges={2, 3}, holes=[GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.7064164499151625, lon=1.7046688024613996([X=-0.10150151722676126, Y=0.7536607235051184, Z=-0.6489175250616858])], [lat=-1.0394654435754351, lon=-2.410982689842207([X=-0.3768392210786548, Y=-0.33765419733364094, Z=-0.8609444341410505])], [lat=0.5016698469799524, lon=2.674451377055559([X=-0.7831077522025475, Y=0.39497977217203123, Z=0.4810536180946021])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.976640314903037, lon=-2.1952262221131322([X=-0.3268949174770007, Y=-0.45363139558744753, Z=-0.8276356709256856])], [lat=-1.356852764710106, lon=2.4056726516788([X=-0.15704243488599062, Y=0.14222322533609494, Z=-0.9751616934611039])], [lat=-0.11417996410358253, lon=1.045323127565292([X=0.49889189437705644, Y=0.8603776698912358, Z=-0.11405451507403098])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.4758821984706765, lon=2.700330295396647([X=-0.08550462550437213, Y=0.04038585126945759, Z=-0.9933012609222429])], [lat=-0.5438337198842785, lon=2.1441891345570077([X=-0.4643223971184963, Y=0.7190260915127268, Z=-0.5175326501520984])], [lat=-0.0066270092127238, lon=-2.9206038659367892([X=-0.9767512412775263, Y=-0.21943486714946472, Z=-0.006634374325795945])], [lat=-0.6192268997235846, lon=-2.4130869035966778([X=-0.6076172052566422, Y=-0.5421343961642958, Z=-0.5803966912097689])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.8260544775494126, lon=3.1322860232018153([X=-0.6772782855071555, Y=0.006303360659170628, Z=0.7347482564983671])], [lat=-0.928968602930976, lon=0.5662660398193646([X=0.5046908548963566, Y=0.320838579092253, Z=-0.8001709724973914])], [lat=-1.02026911044505, lon=2.7936136274099104([X=-0.49113142458716946, Y=0.1781529736291234, Z=-0.8511217624510904])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-0.15291019352895244, lon=-2.8624488126557903([X=-0.9510639831933769, Y=-0.2726011878598741, Z=-0.1524735094879907])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])]], internalEdges={2}, holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])], [lat=-1.2611069109831634, lon=0.6595248065027768([X=0.24038483745612943, Y=0.18638088672499756, Z=-0.9505925880791892])]], internalEdges={0}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=-0.988405771923579, lon=-3.00407215133417([X=-0.5441613247886685, Y=-0.07530868145569297, Z=-0.8341264269824815])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])]], internalEdges={2}, holes=[]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])], [lat=-0.2295997886710379, lon=-2.378535358744463([X=-0.7044247490981547, Y=-0.6736326272938886, Z=-0.2278027132522536])]], internalEdges={0}, holes=[]}]}]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.0407075278917134, lon=-2.3442343470656124([X=-0.6987976486929659, Y=-0.7157162440192042, Z=0.04074159188983845])], [lat=-1.3306378246319848, lon=-1.444269289410455([X=0.029953561181125205, Y=-0.2354717840775286, Z=-0.9693103753636826])], [lat=-1.3350342357471212, lon=-1.4004151345558726([X=0.03952464655693805, Y=-0.22972864702468435, Z=-0.9703380328333655])]], internalEdges={2}, holes=[GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.7064164499151625, lon=1.7046688024613996([X=-0.10150151722676126, Y=0.7536607235051184, Z=-0.6489175250616858])], [lat=-1.0394654435754351, lon=-2.410982689842207([X=-0.3768392210786548, Y=-0.33765419733364094, Z=-0.8609444341410505])], [lat=0.5016698469799524, lon=2.674451377055559([X=-0.7831077522025475, Y=0.39497977217203123, Z=0.4810536180946021])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.976640314903037, lon=-2.1952262221131322([X=-0.3268949174770007, Y=-0.45363139558744753, Z=-0.8276356709256856])], [lat=-1.356852764710106, lon=2.4056726516788([X=-0.15704243488599062, Y=0.14222322533609494, Z=-0.9751616934611039])], [lat=-0.11417996410358253, lon=1.045323127565292([X=0.49889189437705644, Y=0.8603776698912358, Z=-0.11405451507403098])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.4758821984706765, lon=2.700330295396647([X=-0.08550462550437213, Y=0.04038585126945759, Z=-0.9933012609222429])], [lat=-0.5438337198842785, lon=2.1441891345570077([X=-0.4643223971184963, Y=0.7190260915127268, Z=-0.5175326501520984])], [lat=-0.0066270092127238, lon=-2.9206038659367892([X=-0.9767512412775263, Y=-0.21943486714946472, Z=-0.006634374325795945])], [lat=-0.6192268997235846, lon=-2.4130869035966778([X=-0.6076172052566422, Y=-0.5421343961642958, Z=-0.5803966912097689])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.8260544775494126, lon=3.1322860232018153([X=-0.6772782855071555, Y=0.006303360659170628, Z=0.7347482564983671])], [lat=-0.928968602930976, lon=0.5662660398193646([X=0.5046908548963566, Y=0.320838579092253, Z=-0.8001709724973914])], [lat=-1.02026911044505, lon=2.7936136274099104([X=-0.49113142458716946, Y=0.1781529736291234, Z=-0.8511217624510904])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-0.15291019352895244, lon=-2.8624488126557903([X=-0.9510639831933769, Y=-0.2726011878598741, Z=-0.1524735094879907])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])]], internalEdges={2}, holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])], [lat=-1.2611069109831634, lon=0.6595248065027768([X=0.24038483745612943, Y=0.18638088672499756, Z=-0.9505925880791892])]], internalEdges={0}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=-0.988405771923579, lon=-3.00407215133417([X=-0.5441613247886685, Y=-0.07530868145569297, Z=-0.8341264269824815])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])]], internalEdges={2}, holes=[]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])], [lat=-0.2295997886710379, lon=-2.378535358744463([X=-0.7044247490981547, Y=-0.6736326272938886, Z=-0.2278027132522536])]], internalEdges={0}, holes=[]}]}]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.27564523061279517, lon=-2.2831267110427085([X=-0.6294723319566533, Y=-0.7289027988119656, Z=-0.27240439487617635])], [lat=0.0407075278917134, lon=-2.3442343470656124([X=-0.6987976486929659, Y=-0.7157162440192042, Z=0.04074159188983845])], [lat=-0.15005251063101763, lon=-2.308923146733313([X=-0.6660364502678197, Y=-0.7321813606767718, Z=-0.1496460421781222])]], internalEdges={0, 1, 2}, holes=[GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.7064164499151625, lon=1.7046688024613996([X=-0.10150151722676126, Y=0.7536607235051184, Z=-0.6489175250616858])], [lat=-1.0394654435754351, lon=-2.410982689842207([X=-0.3768392210786548, Y=-0.33765419733364094, Z=-0.8609444341410505])], [lat=0.5016698469799524, lon=2.674451377055559([X=-0.7831077522025475, Y=0.39497977217203123, Z=0.4810536180946021])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.976640314903037, lon=-2.1952262221131322([X=-0.3268949174770007, Y=-0.45363139558744753, Z=-0.8276356709256856])], [lat=-1.356852764710106, lon=2.4056726516788([X=-0.15704243488599062, Y=0.14222322533609494, Z=-0.9751616934611039])], [lat=-0.11417996410358253, lon=1.045323127565292([X=0.49889189437705644, Y=0.8603776698912358, Z=-0.11405451507403098])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.4758821984706765, lon=2.700330295396647([X=-0.08550462550437213, Y=0.04038585126945759, Z=-0.9933012609222429])], [lat=-0.5438337198842785, lon=2.1441891345570077([X=-0.4643223971184963, Y=0.7190260915127268, Z=-0.5175326501520984])], [lat=-0.0066270092127238, lon=-2.9206038659367892([X=-0.9767512412775263, Y=-0.21943486714946472, Z=-0.006634374325795945])], [lat=-0.6192268997235846, lon=-2.4130869035966778([X=-0.6076172052566422, Y=-0.5421343961642958, Z=-0.5803966912097689])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.8260544775494126, lon=3.1322860232018153([X=-0.6772782855071555, Y=0.006303360659170628, Z=0.7347482564983671])], [lat=-0.928968602930976, lon=0.5662660398193646([X=0.5046908548963566, Y=0.320838579092253, Z=-0.8001709724973914])], [lat=-1.02026911044505, lon=2.7936136274099104([X=-0.49113142458716946, Y=0.1781529736291234, Z=-0.8511217624510904])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-0.15291019352895244, lon=-2.8624488126557903([X=-0.9510639831933769, Y=-0.2726011878598741, Z=-0.1524735094879907])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])]], internalEdges={2}, holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])], [lat=-1.2611069109831634, lon=0.6595248065027768([X=0.24038483745612943, Y=0.18638088672499756, Z=-0.9505925880791892])]], internalEdges={0}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=-0.988405771923579, lon=-3.00407215133417([X=-0.5441613247886685, Y=-0.07530868145569297, Z=-0.8341264269824815])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])]], internalEdges={2}, holes=[]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])], [lat=-0.2295997886710379, lon=-2.378535358744463([X=-0.7044247490981547, Y=-0.6736326272938886, Z=-0.2278027132522536])]], internalEdges={0}, holes=[]}]}]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.15005251063101763, lon=-2.308923146733313([X=-0.6660364502678197, Y=-0.7321813606767718, Z=-0.1496460421781222])], [lat=-0.27564523061279517, lon=-2.2831267110427085([X=-0.6294723319566533, Y=-0.7289027988119656, Z=-0.27240439487617635])], [lat=-1.2339791263998499, lon=-1.7218369244458624([X=-0.04963391983838867, Y=-0.3261103842809553, Z=-0.942043793161222])]], internalEdges={0}, holes=[GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.7064164499151625, lon=1.7046688024613996([X=-0.10150151722676126, Y=0.7536607235051184, Z=-0.6489175250616858])], [lat=-1.0394654435754351, lon=-2.410982689842207([X=-0.3768392210786548, Y=-0.33765419733364094, Z=-0.8609444341410505])], [lat=0.5016698469799524, lon=2.674451377055559([X=-0.7831077522025475, Y=0.39497977217203123, Z=0.4810536180946021])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.976640314903037, lon=-2.1952262221131322([X=-0.3268949174770007, Y=-0.45363139558744753, Z=-0.8276356709256856])], [lat=-1.356852764710106, lon=2.4056726516788([X=-0.15704243488599062, Y=0.14222322533609494, Z=-0.9751616934611039])], [lat=-0.11417996410358253, lon=1.045323127565292([X=0.49889189437705644, Y=0.8603776698912358, Z=-0.11405451507403098])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.4758821984706765, lon=2.700330295396647([X=-0.08550462550437213, Y=0.04038585126945759, Z=-0.9933012609222429])], [lat=-0.5438337198842785, lon=2.1441891345570077([X=-0.4643223971184963, Y=0.7190260915127268, Z=-0.5175326501520984])], [lat=-0.0066270092127238, lon=-2.9206038659367892([X=-0.9767512412775263, Y=-0.21943486714946472, Z=-0.006634374325795945])], [lat=-0.6192268997235846, lon=-2.4130869035966778([X=-0.6076172052566422, Y=-0.5421343961642958, Z=-0.5803966912097689])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.8260544775494126, lon=3.1322860232018153([X=-0.6772782855071555, Y=0.006303360659170628, Z=0.7347482564983671])], [lat=-0.928968602930976, lon=0.5662660398193646([X=0.5046908548963566, Y=0.320838579092253, Z=-0.8001709724973914])], [lat=-1.02026911044505, lon=2.7936136274099104([X=-0.49113142458716946, Y=0.1781529736291234, Z=-0.8511217624510904])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-0.15291019352895244, lon=-2.8624488126557903([X=-0.9510639831933769, Y=-0.2726011878598741, Z=-0.1524735094879907])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])]], internalEdges={2}, holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])], [lat=-1.2611069109831634, lon=0.6595248065027768([X=0.24038483745612943, Y=0.18638088672499756, Z=-0.9505925880791892])]], internalEdges={0}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=-0.988405771923579, lon=-3.00407215133417([X=-0.5441613247886685, Y=-0.07530868145569297, Z=-0.8341264269824815])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])]], internalEdges={2}, holes=[]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])], [lat=-0.2295997886710379, lon=-2.378535358744463([X=-0.7044247490981547, Y=-0.6736326272938886, Z=-0.2278027132522536])]], internalEdges={0}, holes=[]}]}]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.15005251063101763, lon=-2.308923146733313([X=-0.6660364502678197, Y=-0.7321813606767718, Z=-0.1496460421781222])], [lat=0.0407075278917134, lon=-2.3442343470656124([X=-0.6987976486929659, Y=-0.7157162440192042, Z=0.04074159188983845])], [lat=-1.3350342357471212, lon=-1.4004151345558726([X=0.03952464655693805, Y=-0.22972864702468435, Z=-0.9703380328333655])]], internalEdges={0, 1}, holes=[GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.7064164499151625, lon=1.7046688024613996([X=-0.10150151722676126, Y=0.7536607235051184, Z=-0.6489175250616858])], [lat=-1.0394654435754351, lon=-2.410982689842207([X=-0.3768392210786548, Y=-0.33765419733364094, Z=-0.8609444341410505])], [lat=0.5016698469799524, lon=2.674451377055559([X=-0.7831077522025475, Y=0.39497977217203123, Z=0.4810536180946021])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.976640314903037, lon=-2.1952262221131322([X=-0.3268949174770007, Y=-0.45363139558744753, Z=-0.8276356709256856])], [lat=-1.356852764710106, lon=2.4056726516788([X=-0.15704243488599062, Y=0.14222322533609494, Z=-0.9751616934611039])], [lat=-0.11417996410358253, lon=1.045323127565292([X=0.49889189437705644, Y=0.8603776698912358, Z=-0.11405451507403098])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.4758821984706765, lon=2.700330295396647([X=-0.08550462550437213, Y=0.04038585126945759, Z=-0.9933012609222429])], [lat=-0.5438337198842785, lon=2.1441891345570077([X=-0.4643223971184963, Y=0.7190260915127268, Z=-0.5175326501520984])], [lat=-0.0066270092127238, lon=-2.9206038659367892([X=-0.9767512412775263, Y=-0.21943486714946472, Z=-0.006634374325795945])], [lat=-0.6192268997235846, lon=-2.4130869035966778([X=-0.6076172052566422, Y=-0.5421343961642958, Z=-0.5803966912097689])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.8260544775494126, lon=3.1322860232018153([X=-0.6772782855071555, Y=0.006303360659170628, Z=0.7347482564983671])], [lat=-0.928968602930976, lon=0.5662660398193646([X=0.5046908548963566, Y=0.320838579092253, Z=-0.8001709724973914])], [lat=-1.02026911044505, lon=2.7936136274099104([X=-0.49113142458716946, Y=0.1781529736291234, Z=-0.8511217624510904])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-0.15291019352895244, lon=-2.8624488126557903([X=-0.9510639831933769, Y=-0.2726011878598741, Z=-0.1524735094879907])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])]], internalEdges={2}, holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])], [lat=-1.2611069109831634, lon=0.6595248065027768([X=0.24038483745612943, Y=0.18638088672499756, Z=-0.9505925880791892])]], internalEdges={0}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=-0.988405771923579, lon=-3.00407215133417([X=-0.5441613247886685, Y=-0.07530868145569297, Z=-0.8341264269824815])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])]], internalEdges={2}, holes=[]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])], [lat=-0.2295997886710379, lon=-2.378535358744463([X=-0.7044247490981547, Y=-0.6736326272938886, Z=-0.2278027132522536])]], internalEdges={0}, holes=[]}]}]}]}
  world bounds=( minX=-1.0011188539924791 maxX=1.0011188539924791 minY=-1.0011188539924791 maxY=1.0011188539924791 minZ=-0.9977622920221051 maxZ=0.9977622920221051
  point=[X=-0.9828377369912566, Y=-0.17647626799723845, Z=-0.07134956399761815]
  docID=2550 deleted?=false
  query=PointInGeo3DShapeQuery: field=point: Shape: GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.082025910890591, lon=-0.5168694566541331([X=0.40759218994194063, Y=-0.23168046878999213, Z=-0.8815859751621222])], [lat=-0.7203862351668824, lon=-0.2009193170850306([X=0.7361776449146092, Y=-0.14993531859260134, Z=-0.6594467605765989])], [lat=1.2649299673549403, lon=-2.984679342097495([X=-0.2968445540610638, Y=-0.04696494983621132, Z=0.951741481722537])], [lat=0.0407075278917134, lon=-2.3442343470656124([X=-0.6987976486929659, Y=-0.7157162440192042, Z=0.04074159188983845])]], internalEdges={3}, holes=[GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.7064164499151625, lon=1.7046688024613996([X=-0.10150151722676126, Y=0.7536607235051184, Z=-0.6489175250616858])], [lat=-1.0394654435754351, lon=-2.410982689842207([X=-0.3768392210786548, Y=-0.33765419733364094, Z=-0.8609444341410505])], [lat=0.5016698469799524, lon=2.674451377055559([X=-0.7831077522025475, Y=0.39497977217203123, Z=0.4810536180946021])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.976640314903037, lon=-2.1952262221131322([X=-0.3268949174770007, Y=-0.45363139558744753, Z=-0.8276356709256856])], [lat=-1.356852764710106, lon=2.4056726516788([X=-0.15704243488599062, Y=0.14222322533609494, Z=-0.9751616934611039])], [lat=-0.11417996410358253, lon=1.045323127565292([X=0.49889189437705644, Y=0.8603776698912358, Z=-0.11405451507403098])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.4758821984706765, lon=2.700330295396647([X=-0.08550462550437213, Y=0.04038585126945759, Z=-0.9933012609222429])], [lat=-0.5438337198842785, lon=2.1441891345570077([X=-0.4643223971184963, Y=0.7190260915127268, Z=-0.5175326501520984])], [lat=-0.0066270092127238, lon=-2.9206038659367892([X=-0.9767512412775263, Y=-0.21943486714946472, Z=-0.006634374325795945])], [lat=-0.6192268997235846, lon=-2.4130869035966778([X=-0.6076172052566422, Y=-0.5421343961642958, Z=-0.5803966912097689])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.8260544775494126, lon=3.1322860232018153([X=-0.6772782855071555, Y=0.006303360659170628, Z=0.7347482564983671])], [lat=-0.928968602930976, lon=0.5662660398193646([X=0.5046908548963566, Y=0.320838579092253, Z=-0.8001709724973914])], [lat=-1.02026911044505, lon=2.7936136274099104([X=-0.49113142458716946, Y=0.1781529736291234, Z=-0.8511217624510904])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-0.15291019352895244, lon=-2.8624488126557903([X=-0.9510639831933769, Y=-0.2726011878598741, Z=-0.1524735094879907])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])]], internalEdges={2}, holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])], [lat=-1.2611069109831634, lon=0.6595248065027768([X=0.24038483745612943, Y=0.18638088672499756, Z=-0.9505925880791892])]], internalEdges={0}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=-0.988405771923579, lon=-3.00407215133417([X=-0.5441613247886685, Y=-0.07530868145569297, Z=-0.8341264269824815])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])]], internalEdges={2}, holes=[]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])], [lat=-0.2295997886710379, lon=-2.378535358744463([X=-0.7044247490981547, Y=-0.6736326272938886, Z=-0.2278027132522536])]], internalEdges={0}, holes=[]}]}]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-0.27564523061279517

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

709256856])], [lat=-1.356852764710106, lon=2.4056726516788([X=-0.15704243488599062, Y=0.14222322533609494, Z=-0.9751616934611039])], [lat=-0.11417996410358253, lon=1.045323127565292([X=0.49889189437705644, Y=0.8603776698912358, Z=-0.11405451507403098])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.4758821984706765, lon=2.700330295396647([X=-0.08550462550437213, Y=0.04038585126945759, Z=-0.9933012609222429])], [lat=-0.5438337198842785, lon=2.1441891345570077([X=-0.4643223971184963, Y=0.7190260915127268, Z=-0.5175326501520984])], [lat=-0.0066270092127238, lon=-2.9206038659367892([X=-0.9767512412775263, Y=-0.21943486714946472, Z=-0.006634374325795945])], [lat=-0.6192268997235846, lon=-2.4130869035966778([X=-0.6076172052566422, Y=-0.5421343961642958, Z=-0.5803966912097689])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.8260544775494126, lon=3.1322860232018153([X=-0.6772782855071555, Y=0.006303360659170628, Z=0.7347482564983671])], [lat=-0.928968602930976, lon=0.5662660398193646([X=0.5046908548963566, Y=0.320838579092253, Z=-0.8001709724973914])], [lat=-1.02026911044505, lon=2.7936136274099104([X=-0.49113142458716946, Y=0.1781529736291234, Z=-0.8511217624510904])]], internalEdges={}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-0.15291019352895244, lon=-2.8624488126557903([X=-0.9510639831933769, Y=-0.2726011878598741, Z=-0.1524735094879907])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])]], internalEdges={2}, holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=-1.2913619638874585, lon=-0.2877764620278532([X=0.26394528074414497, Y=-0.07812591426492572, Z=-0.9593049879985697])], [lat=-1.4997712563213288, lon=1.2343440963563725([X=0.023376498258442863, Y=0.06683770504497405, Z=-0.9952634906254689])], [lat=-1.2611069109831634, lon=0.6595248065027768([X=0.24038483745612943, Y=0.18638088672499756, Z=-0.9505925880791892])]], internalEdges={0}, holes=[]}]}, GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=-0.988405771923579, lon=-3.00407215133417([X=-0.5441613247886685, Y=-0.07530868145569297, Z=-0.8341264269824815])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])]], internalEdges={2}, holes=[]}, GeoConcavePolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.09570109310517266, lon=2.1636651729850707([X=-0.5567910052632478, Y=0.8264444399934878, Z=0.09565904601424155])], [lat=0.5814004842957523, lon=-3.041966297764746([X=-0.8316360209358562, Y=-0.08312807505841421, Z=0.5492513632888532])], [lat=-0.2295997886710379, lon=-2.378535358744463([X=-0.7044247490981547, Y=-0.6736326272938886, Z=-0.2278027132522536])]], internalEdges={0}, holes=[]}]}]}]}
   [junit4]    >   explanation:
   [junit4]    >     target is in leaf _2v(6.1.0):c27747 of full reader StandardDirectoryReader(segments:212:nrt _2v(6.1.0):c27747)
   [junit4]    >     full BKD path to target doc:
   [junit4]    >       Cell(x=-1.0011188539924791 TO 1.0011188539924791 y=-1.0011188483982916 TO 1.0011181337408341 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = WITHIN; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true
   [junit4]    >       Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011188483982916 TO 1.0011181337408341 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = OVERLAPS; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true
   [junit4]    >       Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011188483982916 TO 4.661822942981864E-10 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = OVERLAPS; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true
   [junit4]    >       Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011188483982916 TO 4.661822942981864E-10 z=-0.997762292058209 TO 4.661822942981864E-10); Shape relationship = OVERLAPS; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true
   [junit4]    >       Cell(x=-1.0011188539924791 TO -0.38866461665592494 y=-1.0011188483982916 TO 4.661822942981864E-10 z=-0.997762292058209 TO 4.661822942981864E-10); Shape relationship = OVERLAPS; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true
   [junit4]    >       Cell(x=-1.0011188539924791 TO -0.38866461665592494 y=-0.198387182435789 TO 4.661822942981864E-10 z=-0.997762292058209 TO 4.661822942981864E-10); Shape relationship = OVERLAPS; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true
   [junit4]    >     on cell Cell(x=-1.0011188539924791 TO 1.0011188539924791 y=-1.0011188483982916 TO 1.0011181337408341 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = WITHIN; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true, wrapped visitor returned CELL_CROSSES_QUERY  on cell Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011188483982916 TO 1.0011181337408341 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = OVERLAPS; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true, wrapped visitor returned CELL_CROSSES_QUERY  on cell Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011188483982916 TO 4.661822942981864E-10 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = OVERLAPS; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true, wrapped visitor returned CELL_CROSSES_QUERY  on cell Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011188483982916 TO 4.661822942981864E-10 z=-0.997762292058209 TO 4.661822942981864E-10); Shape relationship = OVERLAPS; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true, wrapped visitor returned CELL_CROSSES_QUERY  on cell Cell(x=-1.0011188539924791 TO -0.38866461665592494 y=-1.0011188483982916 TO 4.661822942981864E-10 z=-0.997762292058209 TO 4.661822942981864E-10); Shape relationship = OVERLAPS; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true, wrapped visitor returned CELL_CROSSES_QUERY  on cell Cell(x=-1.0011188539924791 TO -0.38866461665592494 y=-0.198387182435789 TO 4.661822942981864E-10 z=-0.997762292058209 TO 4.661822942981864E-10); Shape relationship = OVERLAPS; Point within cell = true; Point within shape = true; Scaled point within cell = true; Scaled point within shape = true, wrapped visitor returned CELL_CROSSES_QUERYleaf visit docID=2550 x=-0.9828377369912566 y=-0.17647626799723845 z=-0.07134956399761815
   [junit4]    >   
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A8E9DD7FCE3D3CCA:1537EAD78F585FAC]:0)
   [junit4]    > 	at org.apache.lucene.spatial3d.TestGeo3DPoint.verify(TestGeo3DPoint.java:805)
   [junit4]    > 	at org.apache.lucene.spatial3d.TestGeo3DPoint.doTestRandom(TestGeo3DPoint.java:518)
   [junit4]    > 	at org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomMedium(TestGeo3DPoint.java:445)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] IGNOR/A 0.01s J0 | TestGeo3DPoint.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=ClassicSimilarity, locale=es-HN, timezone=PST
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=270766496,total=299892736
   [junit4]   2> NOTE: All tests run in this JVM: [TestGeo3DPoint]
   [junit4] Completed [9/10 (1!)] on J0 in 29.97s, 13 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 14 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build.xml:476: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:2187: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/module-build.xml:58: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1457: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1014: There were test failures: 10 suites, 47 tests, 1 failure, 1 ignored (1 assumption) [seed: A8E9DD7FCE3D3CCA]

Total time: 39 minutes 52 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 141 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/141/

1 tests failed.
FAILED:  org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy

Error Message:
Could not find collection : c1

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : c1
	at __randomizedtesting.SeedInfo.seed([32909C4C01DE29C4:59DF3C3178D1F4FE]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:135)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy(ZkStateReaderTest.java:46)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12164 lines...]
   [junit4] Suite: org.apache.solr.cloud.overseer.ZkStateReaderTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.overseer.ZkStateReaderTest_32909C4C01DE29C4-001/init-core-data-001
   [junit4]   2> 2436070 INFO  (SUITE-ZkStateReaderTest-seed#[32909C4C01DE29C4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2436071 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> 2436072 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2436072 INFO  (Thread-3977) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2436072 INFO  (Thread-3977) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2436347 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.ZkTestServer start zk server on port:45246
   [junit4]   2> 2436347 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2436398 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2436420 INFO  (zkCallback-1664-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2341d47b name:ZooKeeperConnection Watcher:127.0.0.1:45246 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2436424 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2436424 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2436432 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2436444 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2436460 INFO  (zkCallback-1665-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@746a9e08 name:ZooKeeperConnection Watcher:127.0.0.1:45246 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2436464 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2436464 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2436464 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2436526 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2436537 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2436544 INFO  (zkCallback-1666-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3e6e7697 name:ZooKeeperConnection Watcher:127.0.0.1:45246/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2436548 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2436548 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2436549 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2436549 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2436550 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2436550 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2436551 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2436551 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2436552 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2436552 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 2436562 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 2436563 INFO  (zkCallback-1666-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2436563 WARN  (zkCallback-1666-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /collections]
   [junit4]   2> 2436564 INFO  (zkCallback-1666-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2436564 WARN  (zkCallback-1666-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /clusterstate.json]
   [junit4]   2> 2436565 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45246 45246
   [junit4]   2> 2436741 INFO  (Thread-3977) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45246 45246
   [junit4]   2> 2436743 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkStateReaderTest -Dtests.method=testStateFormatUpdateWithExplicitRefreshLazy -Dtests.seed=32909C4C01DE29C4 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=id -Dtests.timezone=Antarctica/Troll -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.68s J2 | ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not find collection : c1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([32909C4C01DE29C4:59DF3C3178D1F4FE]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
   [junit4]    > 	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:135)
   [junit4]    > 	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy(ZkStateReaderTest.java:46)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2436746 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> 2436746 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2436751 INFO  (Thread-3978) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2436751 INFO  (Thread-3978) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2436852 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.ZkTestServer start zk server on port:53388
   [junit4]   2> 2436852 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2436853 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2436888 INFO  (zkCallback-1667-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6ec09d07 name:ZooKeeperConnection Watcher:127.0.0.1:53388 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2436888 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2436889 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2436889 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2436890 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2436898 INFO  (zkCallback-1668-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@582b9813 name:ZooKeeperConnection Watcher:127.0.0.1:53388 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2436898 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2436898 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2436899 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2436944 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2436948 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2436972 INFO  (zkCallback-1669-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@601eef83 name:ZooKeeperConnection Watcher:127.0.0.1:53388/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2436976 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2436976 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2436984 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2437020 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2437020 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2437021 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2437021 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2437022 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2437022 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2437023 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 2437023 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 2437023 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 2437023 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 2437024 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 2437025 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 2437029 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53388 53388
   [junit4]   2> 2437041 ERROR (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]-EventThread) [    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$7/532860273@34c7ca51 rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@30f85811[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 2437041 ERROR (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]-EventThread) [    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$7/532860273@4e5a7e8f rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@30f85811[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 2438084 INFO  (Thread-3978) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53388 53388
   [junit4]   2> 2438085 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[32909C4C01DE29C4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> 2438086 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testExternalCollectionWatchedNotWatched
   [junit4]   2> 2438087 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2438092 INFO  (Thread-3979) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2438092 INFO  (Thread-3979) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2438304 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.ZkTestServer start zk server on port:60353
   [junit4]   2> 2438304 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2438312 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2438331 INFO  (zkCallback-1670-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@19e407c4 name:ZooKeeperConnection Watcher:127.0.0.1:60353 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2438331 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2438332 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2438333 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2438333 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 0x15416e1aaee0000, 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> 2438333 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2438344 INFO  (zkCallback-1671-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7acc59e4 name:ZooKeeperConnection Watcher:127.0.0.1:60353 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2438344 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2438344 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2438344 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2438350 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2438351 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2438352 INFO  (zkCallback-1672-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a194b5e name:ZooKeeperConnection Watcher:127.0.0.1:60353/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2438352 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2438352 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2438352 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2438353 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2438354 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2438355 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2438355 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2438356 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2438358 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2438358 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 2438359 INFO  (zkCallback-1672-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2438360 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 2438361 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 2438361 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 2438361 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ZkStateReader Removing watch for uninteresting collection [c1]
   [junit4]   2> 2438363 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:60353 60353
   [junit4]   2> 2438592 INFO  (Thread-3979) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:60353 60353
   [junit4]   2> 2438594 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[32909C4C01DE29C4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testExternalCollectionWatchedNotWatched
   [junit4]   2> 2438596 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelay
   [junit4]   2> 2438596 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2438596 INFO  (Thread-3980) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2438604 INFO  (Thread-3980) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2438847 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.ZkTestServer start zk server on port:33957
   [junit4]   2> 2438848 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2438856 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2438872 INFO  (zkCallback-1673-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7ca37d2a name:ZooKeeperConnection Watcher:127.0.0.1:33957 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2438872 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2438872 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2438873 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2438876 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2438897 INFO  (zkCallback-1674-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@9ca31c5 name:ZooKeeperConnection Watcher:127.0.0.1:33957 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2438899 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2438899 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2438899 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2438902 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2438912 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2438924 INFO  (zkCallback-1675-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a9bf513 name:ZooKeeperConnection Watcher:127.0.0.1:33957/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2438924 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2438924 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2438925 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2438925 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2438926 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2438926 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2438927 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2438927 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2438927 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2438928 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 2438928 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 2438928 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 2438928 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 2438932 INFO  (zkCallback-1675-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2438932 INFO  (zkCallback-1675-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2438941 INFO  (zkCallback-1675-thread-1) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 2438984 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 2438988 INFO  (zkCallback-1675-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2438999 INFO  (zkCallback-1675-thread-2) [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 2439041 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33957 33957
   [junit4]   2> 2439312 INFO  (Thread-3980) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33957 33957
   [junit4]   2> 2439325 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[32909C4C01DE29C4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelay
   [junit4]   2> 2439327 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 2439328 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2439335 INFO  (Thread-3981) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2439335 INFO  (Thread-3981) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2439435 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.ZkTestServer start zk server on port:43860
   [junit4]   2> 2439435 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2439437 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2439448 INFO  (zkCallback-1676-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@59eb5342 name:ZooKeeperConnection Watcher:127.0.0.1:43860 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2439448 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2439449 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2439464 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2439476 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2439492 INFO  (zkCallback-1677-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4ee4f466 name:ZooKeeperConnection Watcher:127.0.0.1:43860 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2439496 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2439496 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2439496 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2439533 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2439533 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2439534 INFO  (zkCallback-1678-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2b78c96d name:ZooKeeperConnection Watcher:127.0.0.1:43860/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2439534 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2439534 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2439535 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2439535 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2439536 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2439537 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2439537 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2439538 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2439539 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2439539 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 2439540 INFO  (zkCallback-1678-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2439545 INFO  (zkCallback-1678-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2439547 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 2439548 INFO  (zkCallback-1678-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2439600 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43860 43860
   [junit4]   2> 2439924 INFO  (Thread-3981) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43860 43860
   [junit4]   2> 2439944 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[32909C4C01DE29C4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 2439945 INFO  (SUITE-ZkStateReaderTest-seed#[32909C4C01DE29C4]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.overseer.ZkStateReaderTest_32909C4C01DE29C4-001
   [junit4]   2> Apr 14, 2016 10:26:10 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=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=948, maxMBSortInHeap=4.734842459704285, sim=ClassicSimilarity, locale=id, timezone=Antarctica/Troll
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=159128304,total=526909440
   [junit4]   2> NOTE: All tests run in this JVM: [HighlighterConfigTest, TestExpandComponent, TestSha256AuthenticationProvider, AutoCommitTest, TestSolrQueryParser, NoCacheHeaderTest, TestLRUStatsCache, TestFieldCollectionResource, TestAuthorizationFramework, DistributedSuggestComponentTest, TestBulkSchemaAPI, CdcrUpdateLogTest, AssignTest, TestSolrDeletionPolicy1, BlockJoinFacetRandomTest, TestJmxMonitoredMap, BadComponentTest, TestRandomRequestDistribution, SharedFSAutoReplicaFailoverTest, TestGroupingSearch, TestDefaultSearchFieldResource, BinaryUpdateRequestHandlerTest, TestCSVResponseWriter, StatsComponentTest, TestSizeLimitedDistributedMap, LeaderInitiatedRecoveryOnCommitTest, QueryParsingTest, ClusterStateTest, TestTolerantSearch, TestRecovery, ScriptEngineTest, CdcrRequestHandlerTest, RegexBoostProcessorTest, TermVectorComponentDistributedTest, HdfsRecoveryZkTest, TestFuzzyAnalyzedSuggestions, RequestHandlersTest, TestSortByMinMaxFunction, LeaderElectionTest, TestTestInjection, TestObjectReleaseTracker, HdfsThreadLeakTest, TestCollationFieldDocValues, TestCustomSort, SuggesterWFSTTest, TestUseDocValuesAsStored, UpdateParamsTest, TestSolrConfigHandler, TestJettySolrRunner, FieldMutatingUpdateProcessorTest, TestDownShardTolerantSearch, TestIntervalFaceting, TestDFISimilarityFactory, TestSort, BlockDirectoryTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestManagedResource, TestPHPSerializedResponseWriter, TestStressRecovery, TestIndexingPerformance, SolrTestCaseJ4Test, QueryResultKeyTest, TestQueryWrapperFilter, XmlUpdateRequestHandlerTest, MultiThreadedOCPTest, CollectionStateFormat2Test, TestCollectionAPI, TestCloudManagedSchema, OverseerCollectionConfigSetProcessorTest, TestPerFieldSimilarity, TestRequestForwarding, DistribJoinFromCollectionTest, TestJsonFacets, TestSolrQueryParserDefaultOperatorResource, PrimitiveFieldTypeTest, TestUtils, TestReload, LukeRequestHandlerTest, TestSweetSpotSimilarityFactory, CurrencyFieldXmlFileTest, TestReversedWildcardFilterFactory, DistributedFacetPivotWhiteBoxTest, TestMissingGroups, SSLMigrationTest, TestWriterPerf, CircularListTest, TestSuggestSpellingConverter, DebugComponentTest, TestReRankQParserPlugin, TestScoreJoinQPNoScore, TestSolrIndexConfig, BitVectorTest, TestPerFieldSimilarityWithDefaultOverride, TestFieldTypeResource, HdfsLockFactoryTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, BasicZkTest, RecoveryZkTest, ZkSolrClientTest, TestZkChroot, ShardRoutingCustomTest, TestDistributedGrouping, TestFaceting, TestRealTimeGet, TestStressReorder, HardAutoCommitTest, SimpleFacetsTest, BadIndexSchemaTest, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, HighlighterTest, TestCoreDiscovery, SuggesterFSTTest, SolrRequestParserTest, SuggesterTSTTest, TestStressLucene, SpatialFilterTest, TestCSVLoader, TestUpdate, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, IndexBasedSpellCheckerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, TermsComponentTest, TestValueSourceCache, RequiredFieldsTest, TestArbitraryIndexDir, LoggingHandlerTest, TestCollationField, ReturnFieldsTest, JSONWriterTest, TestAnalyzedSuggestions, TestPartialUpdateDeduplication, PingRequestHandlerTest, TestLFUCache, BaseCdcrDistributedZkTest, CdcrReplicationHandlerTest, CloudExitableDirectoryReaderTest, CollectionTooManyReplicasTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, ForceLeaderTest, LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, SaslZkACLProviderTest, SolrCloudExampleTest, TestExclusionRuleCollectionAccess, TestMiniSolrCloudClusterSSL, TestReplicaProperties, TestTolerantUpdateProcessorCloud, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsCollectionsAPIDistributedZkTest, HdfsRestartWhileUpdatingTest, HdfsWriteToMultipleCollectionsTest, ZkStateReaderTest]
   [junit4] Completed [473/587 (1!)] on J2 in 4.45s, 5 tests, 1 error <<< FAILURES!

[...truncated 363 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/common-build.xml:529: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1457: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1014: There were test failures: 587 suites (10 ignored), 2365 tests, 1 error, 85 ignored (70 assumptions) [seed: 32909C4C01DE29C4]

Total time: 88 minutes 14 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 140 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/140/

2 tests failed.
FAILED:  org.apache.solr.cloud.CollectionStateFormat2Test.test

Error Message:
Error from server at http://127.0.0.1:51622/tak/c: Could not load collection from ZK: .system

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:51622/tak/c: Could not load collection from ZK: .system
	at __randomizedtesting.SeedInfo.seed([39ADF348C43746D1:B1F9CC926ACB2B29]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:590)
	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:404)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:357)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1192)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:962)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:898)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1593)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1547)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1808)
	at org.apache.solr.cloud.CollectionStateFormat2Test.testConfNameAndCollectionNameSame(CollectionStateFormat2Test.java:52)
	at org.apache.solr.cloud.CollectionStateFormat2Test.test(CollectionStateFormat2Test.java:40)
	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$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.CustomCollectionTest.test

Error Message:
Error from server at http://127.0.0.1:56521/x_ilr/we/implicitcoll0: non ok status: 500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:56521/x_ilr/we/implicitcoll0: non ok status: 500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([39ADF348C43746D1:B1F9CC926ACB2B29]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:525)
	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.cloud.AbstractFullDistribZkTestBase.waitForNon403or404or503(AbstractFullDistribZkTestBase.java:1773)
	at org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:172)
	at org.apache.solr.cloud.CustomCollectionTest.test(CustomCollectionTest.java:99)
	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$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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 10860 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionStateFormat2Test
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/init-core-data-001
   [junit4]   2> 248293 INFO  (SUITE-CollectionStateFormat2Test-seed#[39ADF348C43746D1]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 248294 INFO  (SUITE-CollectionStateFormat2Test-seed#[39ADF348C43746D1]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /tak/c
   [junit4]   2> 248336 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 248456 INFO  (Thread-302) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 248456 INFO  (Thread-302) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 248556 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.ZkTestServer start zk server on port:39947
   [junit4]   2> 248557 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 248562 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 248575 INFO  (zkCallback-120-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@367bcb0a name:ZooKeeperConnection Watcher:127.0.0.1:39947 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 248575 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 248576 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 248576 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 248615 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 248646 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 248696 INFO  (zkCallback-121-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@e43da69 name:ZooKeeperConnection Watcher:127.0.0.1:39947/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 248696 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 248696 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 248696 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 248698 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 248706 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 248707 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 248708 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 248714 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 248731 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 248731 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 248733 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 248733 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 248734 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 248734 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 248735 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 248735 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 248746 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 248746 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 248747 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 248747 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 248754 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 248754 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 248755 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 248755 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 248757 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 248757 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 248766 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 248766 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 249268 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/control-001/cores/collection1
   [junit4]   2> 249276 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 249531 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@61368fbd{/tak/c,null,AVAILABLE}
   [junit4]   2> 249532 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.e.j.s.ServerConnector Started ServerConnector@76518d41{HTTP/1.1,[http/1.1]}{127.0.0.1:56884}
   [junit4]   2> 249532 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.e.j.s.Server Started @254049ms
   [junit4]   2> 249532 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/tempDir-001/control/data, hostContext=/tak/c, hostPort=56884, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/control-001/cores}
   [junit4]   2> 249532 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 249532 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/control-001'
   [junit4]   2> 249532 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 249532 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 249533 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 249562 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 249579 INFO  (zkCallback-122-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7d420a16 name:ZooKeeperConnection Watcher:127.0.0.1:39947/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 249589 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 249590 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 249617 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 249617 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/control-001/solr.xml
   [junit4]   2> 249621 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/control-001/cores
   [junit4]   2> 249621 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.CoreContainer New CoreContainer 1133913254
   [junit4]   2> 249621 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/control-001]
   [junit4]   2> 249621 WARN  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/control-001/lib
   [junit4]   2> 249626 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 249627 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 249627 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 249627 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 249628 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39947/solr
   [junit4]   2> 249628 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 249628 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 249670 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 249682 INFO  (zkCallback-125-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@15818ecd name:ZooKeeperConnection Watcher:127.0.0.1:39947 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 249694 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 249694 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 249706 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 249734 INFO  (zkCallback-126-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@22e91b4a name:ZooKeeperConnection Watcher:127.0.0.1:39947/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 249737 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 249746 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 249766 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 249802 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 249820 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 249921 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 249950 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 249970 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 249986 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 249998 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 250006 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 250021 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 250042 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 250058 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 250070 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 250074 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95725163308384260-127.0.0.1:56884_tak%2Fc-n_0000000000
   [junit4]   2> 250078 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:56884_tak%2Fc
   [junit4]   2> 250078 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 250094 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.Overseer Overseer (id=95725163308384260-127.0.0.1:56884_tak%2Fc-n_0000000000) starting
   [junit4]   2> 250110 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 250182 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 250203 INFO  (OverseerCollectionConfigSetProcessor-95725163308384260-127.0.0.1:56884_tak%2Fc-n_0000000000) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 250206 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56884_tak%2Fc
   [junit4]   2> 250207 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:56884_tak%2Fc
   [junit4]   2> 250210 INFO  (OverseerStateUpdate-95725163308384260-127.0.0.1:56884_tak%2Fc-n_0000000000) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 250214 INFO  (zkCallback-126-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc    ] 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> 250242 INFO  (OverseerStateUpdate-95725163308384260-127.0.0.1:56884_tak%2Fc-n_0000000000) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 250277 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 250277 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 250278 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/control-001/cores
   [junit4]   2> 250287 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 250287 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/control-001/cores/collection1
   [junit4]   2> 250287 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 250294 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 250294 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 250314 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 250322 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
   [junit4]   2> 250322 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 250440 INFO  (OverseerStateUpdate-95725163308384260-127.0.0.1:56884_tak%2Fc-n_0000000000) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:56884/tak/c",
   [junit4]   2>   "node_name":"127.0.0.1:56884_tak%2Fc",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 250441 INFO  (OverseerStateUpdate-95725163308384260-127.0.0.1:56884_tak%2Fc-n_0000000000) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:56884/tak/c",
   [junit4]   2>   "node_name":"127.0.0.1:56884_tak%2Fc",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 250450 INFO  (OverseerStateUpdate-95725163308384260-127.0.0.1:56884_tak%2Fc-n_0000000000) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 250452 INFO  (OverseerStateUpdate-95725163308384260-127.0.0.1:56884_tak%2Fc-n_0000000000) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 250466 INFO  (zkCallback-126-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 251316 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 251316 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 251316 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 251316 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 251317 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 251317 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/control-001/cores/collection1'
   [junit4]   2> 251317 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 251317 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 251318 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 251323 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 251325 WARN  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 251326 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 251333 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 251338 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 251519 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 251524 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 251524 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 251531 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 251533 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 251534 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 251542 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 251543 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
   [junit4]   2> 251544 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 251544 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 251544 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/control-001/cores/collection1/data/]
   [junit4]   2> 251544 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@669bf688
   [junit4]   2> 251545 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/control-001/cores/collection1/data
   [junit4]   2> 251545 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/control-001/cores/collection1/data/index/
   [junit4]   2> 251545 WARN  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 251545 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/control-001/cores/collection1/data/index
   [junit4]   2> 251545 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 251570 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@26af40a0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@fae327f),segFN=segments_1,generation=1}
   [junit4]   2> 251570 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 251587 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/control-001/cores/collection1/data/
   [junit4]   2> 251587 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 251596 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 251596 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 251596 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 251596 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 251596 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 251596 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 251596 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 251596 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 251596 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 251596 WARN  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 251598 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 251598 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 251599 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 251600 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 251618 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/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> 251618 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 251628 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 251628 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 251629 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 251629 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 251631 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=13.4697265625, floorSegmentMB=2.0712890625, forceMergeDeletesPctAllowed=5.872490191335386, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7542028990837616
   [junit4]   2> 251638 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@26af40a0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@fae327f),segFN=segments_1,generation=1}
   [junit4]   2> 251638 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 251638 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@d0a1754[collection1] main]
   [junit4]   2> 251639 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 251646 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 251646 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 251646 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 251646 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 251646 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 251647 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 251647 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 251647 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 251647 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 251647 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 251647 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 251647 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 251647 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1531602616279105536
   [junit4]   2> 251649 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1531602616279105536
   [junit4]   2> 251649 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 251650 INFO  (searcherExecutor-728-thread-1-processing-n:127.0.0.1:56884_tak%2Fc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@d0a1754[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 251651 INFO  (coreLoadExecutor-727-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 251662 INFO  (coreZkRegister-721-thread-1-processing-n:127.0.0.1:56884_tak%2Fc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:56884/tak/c collection:control_collection shard:shard1
   [junit4]   2> 251663 INFO  (coreZkRegister-721-thread-1-processing-n:127.0.0.1:56884_tak%2Fc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 251666 INFO  (coreZkRegister-721-thread-1-processing-n:127.0.0.1:56884_tak%2Fc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95725163308384260-core_node1-n_0000000000
   [junit4]   2> 251667 INFO  (coreZkRegister-721-thread-1-processing-n:127.0.0.1:56884_tak%2Fc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=180000
   [junit4]   2> 251671 INFO  (coreZkRegister-721-thread-1-processing-n:127.0.0.1:56884_tak%2Fc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 251671 INFO  (coreZkRegister-721-thread-1-processing-n:127.0.0.1:56884_tak%2Fc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 251671 INFO  (coreZkRegister-721-thread-1-processing-n:127.0.0.1:56884_tak%2Fc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:56884/tak/c/collection1/
   [junit4]   2> 251671 INFO  (coreZkRegister-721-thread-1-processing-n:127.0.0.1:56884_tak%2Fc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 251671 INFO  (coreZkRegister-721-thread-1-processing-n:127.0.0.1:56884_tak%2Fc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:56884/tak/c/collection1/ has no replicas
   [junit4]   2> 251673 INFO  (coreZkRegister-721-thread-1-processing-n:127.0.0.1:56884_tak%2Fc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 251675 INFO  (coreZkRegister-721-thread-1-processing-n:127.0.0.1:56884_tak%2Fc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95725163308384260-core_node1-n_0000000000
   [junit4]   2> 251676 INFO  (coreZkRegister-721-thread-1-processing-n:127.0.0.1:56884_tak%2Fc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:56884/tak/c/collection1/ shard1
   [junit4]   2> 251683 INFO  (OverseerStateUpdate-95725163308384260-127.0.0.1:56884_tak%2Fc-n_0000000000) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 251685 INFO  (OverseerStateUpdate-95725163308384260-127.0.0.1:56884_tak%2Fc-n_0000000000) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:56884/tak/c",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 251786 INFO  (zkCallback-126-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 251827 INFO  (coreZkRegister-721-thread-1-processing-n:127.0.0.1:56884_tak%2Fc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:56884/tak/c/collection1/ and leader is http://127.0.0.1:56884/tak/c/collection1/
   [junit4]   2> 251827 INFO  (coreZkRegister-721-thread-1-processing-n:127.0.0.1:56884_tak%2Fc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56884/tak/c
   [junit4]   2> 251827 INFO  (coreZkRegister-721-thread-1-processing-n:127.0.0.1:56884_tak%2Fc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 251827 INFO  (coreZkRegister-721-thread-1-processing-n:127.0.0.1:56884_tak%2Fc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 251827 INFO  (coreZkRegister-721-thread-1-processing-n:127.0.0.1:56884_tak%2Fc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56884_tak%2Fc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 251828 INFO  (OverseerStateUpdate-95725163308384260-127.0.0.1:56884_tak%2Fc-n_0000000000) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:56884/tak/c",
   [junit4]   2>   "node_name":"127.0.0.1:56884_tak%2Fc",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 251829 INFO  (OverseerStateUpdate-95725163308384260-127.0.0.1:56884_tak%2Fc-n_0000000000) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:56884/tak/c",
   [junit4]   2>   "node_name":"127.0.0.1:56884_tak%2Fc",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 251835 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 252017 INFO  (zkCallback-126-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 252113 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 252123 INFO  (zkCallback-128-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5e460821 name:ZooKeeperConnection Watcher:127.0.0.1:39947/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 252123 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 252123 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 252123 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 252125 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 252128 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 252128 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 252128 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 252138 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 252154 INFO  (zkCallback-129-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@363f24d7 name:ZooKeeperConnection Watcher:127.0.0.1:39947/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 252154 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 252154 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 252159 INFO  (OverseerStateUpdate-95725163308384260-127.0.0.1:56884_tak%2Fc-n_0000000000) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 3
   [junit4]   2> 252159 INFO  (OverseerStateUpdate-95725163308384260-127.0.0.1:56884_tak%2Fc-n_0000000000) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 252261 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/shard-1-001/cores/collection1
   [junit4]   2> 252269 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/shard-1-001
   [junit4]   2> 252269 INFO  (OverseerStateUpdate-95725163308384260-127.0.0.1:56884_tak%2Fc-n_0000000000) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 252275 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 252280 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@59dcb83e{/tak/c,null,AVAILABLE}
   [junit4]   2> 252280 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1da1d879{HTTP/1.1,[http/1.1]}{127.0.0.1:38004}
   [junit4]   2> 252280 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.e.j.s.Server Started @256797ms
   [junit4]   2> 252280 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/tak/c, hostPort=38004, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/shard-1-001/cores}
   [junit4]   2> 252281 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 252281 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/shard-1-001'
   [junit4]   2> 252281 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 252281 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 252281 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 252285 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 252293 INFO  (zkCallback-130-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@20970af8 name:ZooKeeperConnection Watcher:127.0.0.1:39947/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 252293 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 252293 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 252295 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 252295 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/shard-1-001/solr.xml
   [junit4]   2> 252299 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/shard-1-001/cores
   [junit4]   2> 252299 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.CoreContainer New CoreContainer 1623770970
   [junit4]   2> 252299 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/shard-1-001]
   [junit4]   2> 252299 WARN  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/shard-1-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/shard-1-001/lib
   [junit4]   2> 252299 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 252300 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 252301 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 252301 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 252301 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39947/solr
   [junit4]   2> 252301 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 252301 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 252314 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 252426 INFO  (zkCallback-133-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@55c34974 name:ZooKeeperConnection Watcher:127.0.0.1:39947 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 252427 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 252427 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 252450 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:38004_tak%2Fc    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 252468 INFO  (zkCallback-134-thread-1-processing-n:127.0.0.1:38004_tak%2Fc) [n:127.0.0.1:38004_tak%2Fc    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@32d0bc21 name:ZooKeeperConnection Watcher:127.0.0.1:39947/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 252468 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:38004_tak%2Fc    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 252480 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:38004_tak%2Fc    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 252481 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:38004_tak%2Fc    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 252486 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:38004_tak%2Fc    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 252486 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:38004_tak%2Fc    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95725163308384265-127.0.0.1:38004_tak%2Fc-n_0000000001
   [junit4]   2> 252491 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:38004_tak%2Fc    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95725163308384260-127.0.0.1:56884_tak%2Fc-n_0000000000 to know if I could be the leader
   [junit4]   2> 252492 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:38004_tak%2Fc    ] o.a.s.c.ZkController Publish node=127.0.0.1:38004_tak%2Fc as DOWN
   [junit4]   2> 252507 INFO  (OverseerStateUpdate-95725163308384260-127.0.0.1:56884_tak%2Fc-n_0000000000) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:38004_tak%2Fc"} current state version: 3
   [junit4]   2> 252507 INFO  (OverseerStateUpdate-95725163308384260-127.0.0.1:56884_tak%2Fc-n_0000000000) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:38004_tak%2Fc
   [junit4]   2> 252508 INFO  (OverseerStateUpdate-95725163308384260-127.0.0.1:56884_tak%2Fc-n_0000000000) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 252615 INFO  (zkCallback-128-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 252615 INFO  (zkCallback-126-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 252626 INFO  (zkCallback-134-thread-1-processing-n:127.0.0.1:38004_tak%2Fc) [n:127.0.0.1:38004_tak%2Fc    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 253511 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:38004_tak%2Fc    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38004_tak%2Fc
   [junit4]   2> 253514 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:38004_tak%2Fc    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38004_tak%2Fc
   [junit4]   2> 253523 INFO  (zkCallback-126-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc    ] 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> 253523 INFO  (zkCallback-126-thread-1-processing-n:127.0.0.1:56884_tak%2Fc) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 253526 INFO  (zkCallback-128-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> 253530 INFO  (zkCallback-134-thread-1-processing-n:127.0.0.1:38004_tak%2Fc) [n:127.0.0.1:38004_tak%2Fc    ] 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> 253534 INFO  (zkCallback-128-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 253550 INFO  (zkCallback-134-thread-1-processing-n:127.0.0.1:38004_tak%2Fc) [n:127.0.0.1:38004_tak%2Fc    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 253552 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:38004_tak%2Fc    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 253552 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:38004_tak%2Fc    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 253558 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:38004_tak%2Fc    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/shard-1-001/cores
   [junit4]   2> 253559 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:38004_tak%2Fc    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 253559 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:38004_tak%2Fc    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionStateFormat2Test_39ADF348C43746D1-001/shard-1-001/cores/collection1
   [junit4]   2> 253559 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:38004_tak%2Fc    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 253562 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:38004_tak%2Fc    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
   [junit4]   2> 253562 INFO  (TEST-CollectionStateFormat2Test.test-seed#[39ADF348C43746D1]) [n:127.0.0.1:38004_tak%2Fc    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 253570 INFO  (coreLoadExecutor-738-thread-1-processing-n:127.0.0.1:38004_tak%2Fc) [n:127.0.0.1:38004_tak%2Fc c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 253570 INFO  (coreLoadExecutor-738-thread-1-processing-n:127.0.0.1:38004_tak%2Fc) [n:127.0.0.1:38004_tak%2Fc c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 253577 INFO  (OverseerStateUpdate-95725163308384260-127.0.0.1:56884_tak%2Fc-n_0000000000) [n:127.0.0.1:56884_tak%2Fc    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:38004/tak/c",
   [junit4]   2>   "node_name":"127.0.0.1:38004_tak%2Fc",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":

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

 directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_39ADF348C43746D1-001/shard-4-001/cores/implicitcoll4_c_replica2/data/index
   [junit4]   2> 370402 INFO  (coreCloseExecutor-717-thread-8) [n:127.0.0.1:40472_x_ilr%2Fwe c:implicitcoll4 s:c r:core_node2 x:implicitcoll4_c_replica2] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_39ADF348C43746D1-001/shard-4-001/cores/implicitcoll4_c_replica2/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_39ADF348C43746D1-001/shard-4-001/cores/implicitcoll4_c_replica2/data;done=false>>]
   [junit4]   2> 370402 INFO  (coreCloseExecutor-717-thread-8) [n:127.0.0.1:40472_x_ilr%2Fwe c:implicitcoll4 s:c r:core_node2 x:implicitcoll4_c_replica2] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 370402 INFO  (coreCloseExecutor-717-thread-8) [n:127.0.0.1:40472_x_ilr%2Fwe c:implicitcoll4 s:c r:core_node2 x:implicitcoll4_c_replica2] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_39ADF348C43746D1-001/shard-4-001/cores/implicitcoll4_c_replica2/data
   [junit4]   2> 370402 INFO  (coreCloseExecutor-717-thread-5) [n:127.0.0.1:40472_x_ilr%2Fwe c:implicitcoll2 s:b r:core_node6 x:implicitcoll2_b_replica2] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_39ADF348C43746D1-001/shard-4-001/cores/implicitcoll2_b_replica2/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_39ADF348C43746D1-001/shard-4-001/cores/implicitcoll2_b_replica2/data/index;done=false>>]
   [junit4]   2> 370402 INFO  (coreCloseExecutor-717-thread-5) [n:127.0.0.1:40472_x_ilr%2Fwe c:implicitcoll2 s:b r:core_node6 x:implicitcoll2_b_replica2] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 370402 INFO  (coreCloseExecutor-717-thread-5) [n:127.0.0.1:40472_x_ilr%2Fwe c:implicitcoll2 s:b r:core_node6 x:implicitcoll2_b_replica2] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_39ADF348C43746D1-001/shard-4-001/cores/implicitcoll2_b_replica2/data/index
   [junit4]   2> 370405 INFO  (TEST-CustomCollectionTest.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.Overseer Overseer (id=95725159203930138-127.0.0.1:40472_x_ilr%2Fwe-n_0000000008) closing
   [junit4]   2> 370405 INFO  (OverseerStateUpdate-95725159203930138-127.0.0.1:40472_x_ilr%2Fwe-n_0000000008) [n:127.0.0.1:40472_x_ilr%2Fwe    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40472_x_ilr%2Fwe
   [junit4]   2> 370418 INFO  (zkCallback-77-thread-3-processing-n:127.0.0.1:40472_x_ilr%2Fwe) [n:127.0.0.1:40472_x_ilr%2Fwe    ] 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> 370418 WARN  (zkCallback-77-thread-3-processing-n:127.0.0.1:40472_x_ilr%2Fwe) [n:127.0.0.1:40472_x_ilr%2Fwe    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 370447 INFO  (TEST-CustomCollectionTest.test-seed#[39ADF348C43746D1]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@5ab98911{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 370448 INFO  (TEST-CustomCollectionTest.test-seed#[39ADF348C43746D1]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@412f2889{/x_ilr/we,null,UNAVAILABLE}
   [junit4]   2> 370613 INFO  (TEST-CustomCollectionTest.test-seed#[39ADF348C43746D1]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:50824 50824
   [junit4]   2> 370817 INFO  (Thread-169) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:50824 50824
   [junit4]   2> 370840 WARN  (Thread-169) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	16	/solr/aliases.json
   [junit4]   2> 	10	/solr/security.json
   [junit4]   2> 	10	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	16	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/95725159203930138-127.0.0.1:40472_x_ilr%2Fwe-n_0000000008
   [junit4]   2> 	2	/solr/overseer_elect/election/95725159203930134-127.0.0.1:53263_x_ilr%2Fwe-n_0000000005
   [junit4]   2> 	2	/solr/overseer_elect/election/95725159203930133-127.0.0.1:44172_x_ilr%2Fwe-n_0000000006
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	16	/solr/live_nodes
   [junit4]   2> 	16	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CustomCollectionTest -Dtests.method=test -Dtests.seed=39ADF348C43746D1 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=vi-VN -Dtests.timezone=Atlantic/Stanley -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    187s J0 | CustomCollectionTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:56521/x_ilr/we/implicitcoll0: non ok status: 500, message:Server Error
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([39ADF348C43746D1:B1F9CC926ACB2B29]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:525)
   [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.cloud.AbstractFullDistribZkTestBase.waitForNon403or404or503(AbstractFullDistribZkTestBase.java:1773)
   [junit4]    > 	at org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:172)
   [junit4]    > 	at org.apache.solr.cloud.CustomCollectionTest.test(CustomCollectionTest.java:99)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 370847 INFO  (SUITE-CustomCollectionTest-seed#[39ADF348C43746D1]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_39ADF348C43746D1-001
   [junit4]   2> Apr 14, 2016 4:09:58 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=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=199, maxMBSortInHeap=5.264020857188118, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=vi-VN, timezone=Atlantic/Stanley
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=136038824,total=477626368
   [junit4]   2> NOTE: All tests run in this JVM: [TestRealTimeGet, TestFileDictionaryLookup, TestRandomDVFaceting, TestLuceneMatchVersion, QueryElevationComponentTest, TestClusterStateMutator, TestOmitPositions, UUIDFieldTest, TestLazyCores, SmileWriterTest, TestRTGBase, ResourceLoaderTest, CustomCollectionTest]
   [junit4] Completed [80/586 (2!)] on J0 in 187.20s, 1 test, 1 error <<< FAILURES!

[...truncated 1651 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/common-build.xml:529: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1457: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1014: There were test failures: 586 suites (10 ignored), 2364 tests, 2 errors, 85 ignored (70 assumptions) [seed: 39ADF348C43746D1]

Total time: 89 minutes 36 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any