You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/12/25 21:40:55 UTC

[JENKINS] Lucene-Solr-6.x-Solaris (64bit/jdk1.8.0) - Build # 575 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/575/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC

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":"",     "path":"/test1",     "httpMethod":"GET"},   "class":"org.apache.solr.core.BlobStoreTestRequestHandler",   "x":null},  from server:  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":"",
    "path":"/test1",
    "httpMethod":"GET"},
  "class":"org.apache.solr.core.BlobStoreTestRequestHandler",
  "x":null},  from server:  null
	at __randomizedtesting.SeedInfo.seed([D889CCCEEF13C2EB:C4E19918CE674B]: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:535)
	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:232)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	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:811)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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 12400 lines...]
   [junit4] Suite: org.apache.solr.core.TestDynamicLoading
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/init-core-data-001
   [junit4]   2> 2429303 INFO  (SUITE-TestDynamicLoading-seed#[D889CCCEEF13C2EB]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2429303 INFO  (SUITE-TestDynamicLoading-seed#[D889CCCEEF13C2EB]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2429307 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2429307 INFO  (Thread-7686) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2429307 INFO  (Thread-7686) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2429407 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.ZkTestServer start zk server on port:53232
   [junit4]   2> 2429424 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2429428 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2429430 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2429432 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2429434 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2429437 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2429439 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2429441 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2429444 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2429446 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2429449 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2429596 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/control-001/cores/collection1
   [junit4]   2> 2429598 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2429599 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6a72a47e{/,null,AVAILABLE}
   [junit4]   2> 2429599 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5d9bad95{HTTP/1.1,[http/1.1]}{127.0.0.1:57524}
   [junit4]   2> 2429599 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.e.j.s.Server Started @2433528ms
   [junit4]   2> 2429599 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/tempDir-001/control/data, hostContext=/, hostPort=57524, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/control-001/cores}
   [junit4]   2> 2429600 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2429600 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 2429601 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2429601 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2429601 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-25T21:16:21.534Z
   [junit4]   2> 2429605 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2429605 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/control-001/solr.xml
   [junit4]   2> 2429610 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2429611 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53232/solr
   [junit4]   2> 2429649 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [n:127.0.0.1:57524_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57524_
   [junit4]   2> 2429651 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [n:127.0.0.1:57524_    ] o.a.s.c.Overseer Overseer (id=97170265292275716-127.0.0.1:57524_-n_0000000000) starting
   [junit4]   2> 2429666 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [n:127.0.0.1:57524_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57524_
   [junit4]   2> 2429668 INFO  (zkCallback-9624-thread-1-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2429718 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [n:127.0.0.1:57524_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/control-001/cores
   [junit4]   2> 2429718 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [n:127.0.0.1:57524_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2429722 INFO  (OverseerStateUpdate-97170265292275716-127.0.0.1:57524_-n_0000000000) [n:127.0.0.1:57524_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2430739 WARN  (coreLoadExecutor-11852-thread-1-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_ c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2430740 INFO  (coreLoadExecutor-11852-thread-1-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2430752 INFO  (coreLoadExecutor-11852-thread-1-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2430835 WARN  (coreLoadExecutor-11852-thread-1-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2430837 INFO  (coreLoadExecutor-11852-thread-1-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2430853 INFO  (coreLoadExecutor-11852-thread-1-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2430853 INFO  (coreLoadExecutor-11852-thread-1-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_ c:control_collection   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/control-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/control-001/cores/collection1/data/]
   [junit4]   2> 2430853 INFO  (coreLoadExecutor-11852-thread-1-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_ c:control_collection   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@740c6e2b
   [junit4]   2> 2430854 INFO  (coreLoadExecutor-11852-thread-1-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_ c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=65.576171875, floorSegmentMB=1.771484375, forceMergeDeletesPctAllowed=3.1770230191751194, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2430857 WARN  (coreLoadExecutor-11852-thread-1-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_ c:control_collection   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> 2430864 INFO  (coreLoadExecutor-11852-thread-1-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2430864 INFO  (coreLoadExecutor-11852-thread-1-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_ c:control_collection   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2430865 INFO  (coreLoadExecutor-11852-thread-1-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_ c:control_collection   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2430865 INFO  (coreLoadExecutor-11852-thread-1-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_ c:control_collection   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2430865 INFO  (coreLoadExecutor-11852-thread-1-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_ c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=15.1259765625, floorSegmentMB=0.814453125, forceMergeDeletesPctAllowed=0.34580236793812613, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.21078402730244683
   [junit4]   2> 2430866 INFO  (coreLoadExecutor-11852-thread-1-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_ c:control_collection   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5936a85c[collection1] main]
   [junit4]   2> 2430867 INFO  (coreLoadExecutor-11852-thread-1-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_ c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2430868 INFO  (coreLoadExecutor-11852-thread-1-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_ c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2430868 INFO  (coreLoadExecutor-11852-thread-1-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_ c:control_collection   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2430868 INFO  (searcherExecutor-11853-thread-1-processing-n:127.0.0.1:57524_ x:collection1 c:control_collection) [n:127.0.0.1:57524_ c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5936a85c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2430869 INFO  (coreLoadExecutor-11852-thread-1-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_ c:control_collection   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1554724246312189952
   [junit4]   2> 2430878 INFO  (coreZkRegister-11845-thread-1-processing-n:127.0.0.1:57524_ x:collection1 c:control_collection) [n:127.0.0.1:57524_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2430878 INFO  (coreZkRegister-11845-thread-1-processing-n:127.0.0.1:57524_ x:collection1 c:control_collection) [n:127.0.0.1:57524_ 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> 2430878 INFO  (coreZkRegister-11845-thread-1-processing-n:127.0.0.1:57524_ x:collection1 c:control_collection) [n:127.0.0.1:57524_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57524/collection1/
   [junit4]   2> 2430879 INFO  (coreZkRegister-11845-thread-1-processing-n:127.0.0.1:57524_ x:collection1 c:control_collection) [n:127.0.0.1:57524_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2430879 INFO  (coreZkRegister-11845-thread-1-processing-n:127.0.0.1:57524_ x:collection1 c:control_collection) [n:127.0.0.1:57524_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:57524/collection1/ has no replicas
   [junit4]   2> 2430885 INFO  (coreZkRegister-11845-thread-1-processing-n:127.0.0.1:57524_ x:collection1 c:control_collection) [n:127.0.0.1:57524_ 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:57524/collection1/ shard1
   [junit4]   2> 2431036 INFO  (coreZkRegister-11845-thread-1-processing-n:127.0.0.1:57524_ x:collection1 c:control_collection) [n:127.0.0.1:57524_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2431228 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2431230 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53232/solr ready
   [junit4]   2> 2431230 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2431377 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-1-001/cores/collection1
   [junit4]   2> 2431378 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-1-001
   [junit4]   2> 2431378 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2431380 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6874ef16{/,null,AVAILABLE}
   [junit4]   2> 2431380 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@66640ea4{HTTP/1.1,[http/1.1]}{127.0.0.1:58660}
   [junit4]   2> 2431380 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.e.j.s.Server Started @2435310ms
   [junit4]   2> 2431381 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=58660, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-1-001/cores}
   [junit4]   2> 2431382 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2431382 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 2431382 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2431382 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2431382 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-25T21:16:23.315Z
   [junit4]   2> 2431386 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2431386 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-1-001/solr.xml
   [junit4]   2> 2431392 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2431392 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53232/solr
   [junit4]   2> 2431414 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [n:127.0.0.1:58660_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2431444 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [n:127.0.0.1:58660_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58660_
   [junit4]   2> 2431458 INFO  (zkCallback-9624-thread-2-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2431459 INFO  (zkCallback-9628-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2431462 INFO  (zkCallback-9633-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2431696 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [n:127.0.0.1:58660_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-1-001/cores
   [junit4]   2> 2431696 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [n:127.0.0.1:58660_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2431700 INFO  (OverseerStateUpdate-97170265292275716-127.0.0.1:57524_-n_0000000000) [n:127.0.0.1:57524_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 2432720 WARN  (coreLoadExecutor-11863-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2432721 INFO  (coreLoadExecutor-11863-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2432732 INFO  (coreLoadExecutor-11863-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2432817 WARN  (coreLoadExecutor-11863-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2432819 INFO  (coreLoadExecutor-11863-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2432835 INFO  (coreLoadExecutor-11863-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2432836 INFO  (coreLoadExecutor-11863-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_ c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-1-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 2432836 INFO  (coreLoadExecutor-11863-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@740c6e2b
   [junit4]   2> 2432836 INFO  (coreLoadExecutor-11863-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=65.576171875, floorSegmentMB=1.771484375, forceMergeDeletesPctAllowed=3.1770230191751194, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2432840 WARN  (coreLoadExecutor-11863-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_ c:collection1   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> 2432848 INFO  (coreLoadExecutor-11863-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2432848 INFO  (coreLoadExecutor-11863-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_ c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2432849 INFO  (coreLoadExecutor-11863-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2432849 INFO  (coreLoadExecutor-11863-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2432849 INFO  (coreLoadExecutor-11863-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=15.1259765625, floorSegmentMB=0.814453125, forceMergeDeletesPctAllowed=0.34580236793812613, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.21078402730244683
   [junit4]   2> 2432849 INFO  (coreLoadExecutor-11863-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5db7f755[collection1] main]
   [junit4]   2> 2432851 INFO  (coreLoadExecutor-11863-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2432851 INFO  (coreLoadExecutor-11863-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2432851 INFO  (coreLoadExecutor-11863-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2432853 INFO  (searcherExecutor-11864-thread-1-processing-n:127.0.0.1:58660_ x:collection1 c:collection1) [n:127.0.0.1:58660_ c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5db7f755[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2432853 INFO  (coreLoadExecutor-11863-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1554724248392564736
   [junit4]   2> 2432879 INFO  (coreZkRegister-11858-thread-1-processing-n:127.0.0.1:58660_ x:collection1 c:collection1) [n:127.0.0.1:58660_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2432879 INFO  (coreZkRegister-11858-thread-1-processing-n:127.0.0.1:58660_ x:collection1 c:collection1) [n:127.0.0.1:58660_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2432879 INFO  (coreZkRegister-11858-thread-1-processing-n:127.0.0.1:58660_ x:collection1 c:collection1) [n:127.0.0.1:58660_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:58660/collection1/
   [junit4]   2> 2432879 INFO  (coreZkRegister-11858-thread-1-processing-n:127.0.0.1:58660_ x:collection1 c:collection1) [n:127.0.0.1:58660_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2432880 INFO  (coreZkRegister-11858-thread-1-processing-n:127.0.0.1:58660_ x:collection1 c:collection1) [n:127.0.0.1:58660_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:58660/collection1/ has no replicas
   [junit4]   2> 2432885 INFO  (coreZkRegister-11858-thread-1-processing-n:127.0.0.1:58660_ x:collection1 c:collection1) [n:127.0.0.1:58660_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:58660/collection1/ shard2
   [junit4]   2> 2433049 INFO  (coreZkRegister-11858-thread-1-processing-n:127.0.0.1:58660_ x:collection1 c:collection1) [n:127.0.0.1:58660_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2433348 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-2-001/cores/collection1
   [junit4]   2> 2433349 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-2-001
   [junit4]   2> 2433349 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2433351 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7c6c447e{/,null,AVAILABLE}
   [junit4]   2> 2433352 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3b569877{HTTP/1.1,[http/1.1]}{127.0.0.1:61770}
   [junit4]   2> 2433352 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.e.j.s.Server Started @2437283ms
   [junit4]   2> 2433352 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=61770, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-2-001/cores}
   [junit4]   2> 2433353 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2433353 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 2433353 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2433353 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2433353 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-25T21:16:25.286Z
   [junit4]   2> 2433357 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2433357 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-2-001/solr.xml
   [junit4]   2> 2433363 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2433363 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53232/solr
   [junit4]   2> 2433378 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [n:127.0.0.1:61770_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2433386 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [n:127.0.0.1:61770_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61770_
   [junit4]   2> 2433388 INFO  (zkCallback-9624-thread-2-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2433389 INFO  (zkCallback-9633-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2433389 INFO  (zkCallback-9628-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2433390 INFO  (zkCallback-9639-thread-1-processing-n:127.0.0.1:61770_) [n:127.0.0.1:61770_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2433509 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [n:127.0.0.1:61770_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-2-001/cores
   [junit4]   2> 2433509 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [n:127.0.0.1:61770_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2433511 INFO  (OverseerStateUpdate-97170265292275716-127.0.0.1:57524_-n_0000000000) [n:127.0.0.1:57524_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2434523 WARN  (coreLoadExecutor-11874-thread-1-processing-n:127.0.0.1:61770_) [n:127.0.0.1:61770_ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2434524 INFO  (coreLoadExecutor-11874-thread-1-processing-n:127.0.0.1:61770_) [n:127.0.0.1:61770_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2434536 INFO  (coreLoadExecutor-11874-thread-1-processing-n:127.0.0.1:61770_) [n:127.0.0.1:61770_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2434628 WARN  (coreLoadExecutor-11874-thread-1-processing-n:127.0.0.1:61770_) [n:127.0.0.1:61770_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2434630 INFO  (coreLoadExecutor-11874-thread-1-processing-n:127.0.0.1:61770_) [n:127.0.0.1:61770_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2434647 INFO  (coreLoadExecutor-11874-thread-1-processing-n:127.0.0.1:61770_) [n:127.0.0.1:61770_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2434648 INFO  (coreLoadExecutor-11874-thread-1-processing-n:127.0.0.1:61770_) [n:127.0.0.1:61770_ c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-2-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 2434648 INFO  (coreLoadExecutor-11874-thread-1-processing-n:127.0.0.1:61770_) [n:127.0.0.1:61770_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@740c6e2b
   [junit4]   2> 2434649 INFO  (coreLoadExecutor-11874-thread-1-processing-n:127.0.0.1:61770_) [n:127.0.0.1:61770_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=65.576171875, floorSegmentMB=1.771484375, forceMergeDeletesPctAllowed=3.1770230191751194, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2434652 WARN  (coreLoadExecutor-11874-thread-1-processing-n:127.0.0.1:61770_) [n:127.0.0.1:61770_ c:collection1   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> 2434661 INFO  (coreLoadExecutor-11874-thread-1-processing-n:127.0.0.1:61770_) [n:127.0.0.1:61770_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2434661 INFO  (coreLoadExecutor-11874-thread-1-processing-n:127.0.0.1:61770_) [n:127.0.0.1:61770_ c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2434662 INFO  (coreLoadExecutor-11874-thread-1-processing-n:127.0.0.1:61770_) [n:127.0.0.1:61770_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2434662 INFO  (coreLoadExecutor-11874-thread-1-processing-n:127.0.0.1:61770_) [n:127.0.0.1:61770_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2434662 INFO  (coreLoadExecutor-11874-thread-1-processing-n:127.0.0.1:61770_) [n:127.0.0.1:61770_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=15.1259765625, floorSegmentMB=0.814453125, forceMergeDeletesPctAllowed=0.34580236793812613, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.21078402730244683
   [junit4]   2> 2434662 INFO  (coreLoadExecutor-11874-thread-1-processing-n:127.0.0.1:61770_) [n:127.0.0.1:61770_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@103d60ae[collection1] main]
   [junit4]   2> 2434664 INFO  (coreLoadExecutor-11874-thread-1-processing-n:127.0.0.1:61770_) [n:127.0.0.1:61770_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2434665 INFO  (coreLoadExecutor-11874-thread-1-processing-n:127.0.0.1:61770_) [n:127.0.0.1:61770_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2434665 INFO  (coreLoadExecutor-11874-thread-1-processing-n:127.0.0.1:61770_) [n:127.0.0.1:61770_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2434665 INFO  (searcherExecutor-11875-thread-1-processing-n:127.0.0.1:61770_ x:collection1 c:collection1) [n:127.0.0.1:61770_ c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@103d60ae[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2434666 INFO  (coreLoadExecutor-11874-thread-1-processing-n:127.0.0.1:61770_) [n:127.0.0.1:61770_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1554724250293633024
   [junit4]   2> 2434676 INFO  (coreZkRegister-11869-thread-1-processing-n:127.0.0.1:61770_ x:collection1 c:collection1) [n:127.0.0.1:61770_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2434676 INFO  (coreZkRegister-11869-thread-1-processing-n:127.0.0.1:61770_ x:collection1 c:collection1) [n:127.0.0.1:61770_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2434676 INFO  (coreZkRegister-11869-thread-1-processing-n:127.0.0.1:61770_ x:collection1 c:collection1) [n:127.0.0.1:61770_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61770/collection1/
   [junit4]   2> 2434676 INFO  (coreZkRegister-11869-thread-1-processing-n:127.0.0.1:61770_ x:collection1 c:collection1) [n:127.0.0.1:61770_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2434676 INFO  (coreZkRegister-11869-thread-1-processing-n:127.0.0.1:61770_ x:collection1 c:collection1) [n:127.0.0.1:61770_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:61770/collection1/ has no replicas
   [junit4]   2> 2434682 INFO  (coreZkRegister-11869-thread-1-processing-n:127.0.0.1:61770_ x:collection1 c:collection1) [n:127.0.0.1:61770_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:61770/collection1/ shard1
   [junit4]   2> 2434840 INFO  (coreZkRegister-11869-thread-1-processing-n:127.0.0.1:61770_ x:collection1 c:collection1) [n:127.0.0.1:61770_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2435155 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-3-001/cores/collection1
   [junit4]   2> 2435156 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-3-001
   [junit4]   2> 2435156 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2435158 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@54caf68e{/,null,AVAILABLE}
   [junit4]   2> 2435158 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5aac5788{HTTP/1.1,[http/1.1]}{127.0.0.1:34896}
   [junit4]   2> 2435158 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.e.j.s.Server Started @2439090ms
   [junit4]   2> 2435159 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=34896, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-3-001/cores}
   [junit4]   2> 2435159 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2435159 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 2435159 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2435159 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2435159 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-25T21:16:27.092Z
   [junit4]   2> 2435163 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2435164 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-3-001/solr.xml
   [junit4]   2> 2435168 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2435169 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53232/solr
   [junit4]   2> 2435185 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [n:127.0.0.1:34896_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2435192 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [n:127.0.0.1:34896_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34896_
   [junit4]   2> 2435195 INFO  (zkCallback-9628-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2435195 INFO  (zkCallback-9624-thread-2-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2435196 INFO  (zkCallback-9633-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2435196 INFO  (zkCallback-9639-thread-1-processing-n:127.0.0.1:61770_) [n:127.0.0.1:61770_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2435198 INFO  (zkCallback-9645-thread-1-processing-n:127.0.0.1:34896_) [n:127.0.0.1:34896_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2435324 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [n:127.0.0.1:34896_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-3-001/cores
   [junit4]   2> 2435325 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [n:127.0.0.1:34896_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2435327 INFO  (OverseerStateUpdate-97170265292275716-127.0.0.1:57524_-n_0000000000) [n:127.0.0.1:57524_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 2436342 WARN  (coreLoadExecutor-11885-thread-1-processing-n:127.0.0.1:34896_) [n:127.0.0.1:34896_ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2436342 INFO  (coreLoadExecutor-11885-thread-1-processing-n:127.0.0.1:34896_) [n:127.0.0.1:34896_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2436355 INFO  (coreLoadExecutor-11885-thread-1-processing-n:127.0.0.1:34896_) [n:127.0.0.1:34896_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2436475 WARN  (coreLoadExecutor-11885-thread-1-processing-n:127.0.0.1:34896_) [n:127.0.0.1:34896_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2436478 INFO  (coreLoadExecutor-11885-thread-1-processing-n:127.0.0.1:34896_) [n:127.0.0.1:34896_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2436497 INFO  (coreLoadExecutor-11885-thread-1-processing-n:127.0.0.1:34896_) [n:127.0.0.1:34896_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2436497 INFO  (coreLoadExecutor-11885-thread-1-processing-n:127.0.0.1:34896_) [n:127.0.0.1:34896_ c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-3-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 2436497 INFO  (coreLoadExecutor-11885-thread-1-processing-n:127.0.0.1:34896_) [n:127.0.0.1:34896_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@740c6e2b
   [junit4]   2> 2436498 INFO  (coreLoadExecutor-11885-thread-1-processing-n:127.0.0.1:34896_) [n:127.0.0.1:34896_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=65.576171875, floorSegmentMB=1.771484375, forceMergeDeletesPctAllowed=3.1770230191751194, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2436502 WARN  (coreLoadExecutor-11885-thread-1-processing-n:127.0.0.1:34896_) [n:127.0.0.1:34896_ c:collection1   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> 2436511 INFO  (coreLoadExecutor-11885-thread-1-processing-n:127.0.0.1:34896_) [n:127.0.0.1:34896_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2436511 INFO  (coreLoadExecutor-11885-thread-1-processing-n:127.0.0.1:34896_) [n:127.0.0.1:34896_ c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2436512 INFO  (coreLoadExecutor-11885-thread-1-processing-n:127.0.0.1:34896_) [n:127.0.0.1:34896_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2436512 INFO  (coreLoadExecutor-11885-thread-1-processing-n:127.0.0.1:34896_) [n:127.0.0.1:34896_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2436513 INFO  (coreLoadExecutor-11885-thread-1-processing-n:127.0.0.1:34896_) [n:127.0.0.1:34896_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=15.1259765625, floorSegmentMB=0.814453125, forceMergeDeletesPctAllowed=0.34580236793812613, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.21078402730244683
   [junit4]   2> 2436513 INFO  (coreLoadExecutor-11885-thread-1-processing-n:127.0.0.1:34896_) [n:127.0.0.1:34896_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@53800384[collection1] main]
   [junit4]   2> 2436514 INFO  (coreLoadExecutor-11885-thread-1-processing-n:127.0.0.1:34896_) [n:127.0.0.1:34896_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2436515 INFO  (coreLoadExecutor-11885-thread-1-processing-n:127.0.0.1:34896_) [n:127.0.0.1:34896_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2436515 INFO  (coreLoadExecutor-11885-thread-1-processing-n:127.0.0.1:34896_) [n:127.0.0.1:34896_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2436516 INFO  (searcherExecutor-11886-thread-1-processing-n:127.0.0.1:34896_ x:collection1 c:collection1) [n:127.0.0.1:34896_ c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@53800384[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2436517 INFO  (coreLoadExecutor-11885-thread-1-processing-n:127.0.0.1:34896_) [n:127.0.0.1:34896_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1554724252234547200
   [junit4]   2> 2436523 INFO  (coreZkRegister-11880-thread-1-processing-n:127.0.0.1:34896_ x:collection1 c:collection1) [n:127.0.0.1:34896_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 2436523 INFO  (updateExecutor-9642-thread-1-processing-n:127.0.0.1:34896_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:34896_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2436524 INFO  (recoveryExecutor-9643-thread-1-processing-n:127.0.0.1:34896_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:34896_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2436524 INFO  (recoveryExecutor-9643-thread-1-processing-n:127.0.0.1:34896_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:34896_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 2436524 INFO  (recoveryExecutor-9643-thread-1-processing-n:127.0.0.1:34896_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:34896_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 2436524 INFO  (recoveryExecutor-9643-thread-1-processing-n:127.0.0.1:34896_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:34896_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2436524 INFO  (recoveryExecutor-9643-thread-1-processing-n:127.0.0.1:34896_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:34896_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:58660/collection1/] and I am [http://127.0.0.1:34896/collection1/]
   [junit4]   2> 2436528 INFO  (recoveryExecutor-9643-thread-1-processing-n:127.0.0.1:34896_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:34896_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:58660]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:34896_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2436534 INFO  (qtp1935106639-45572) [n:127.0.0.1:58660_    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 2436534 INFO  (qtp1935106639-45572) [n:127.0.0.1:58660_    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 2436534 INFO  (qtp1935106639-45572) [n:127.0.0.1:58660_    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:34896_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:34896","node_name":"127.0.0.1:34896_","state":"down"}
   [junit4]   2> 2436968 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-4-001/cores/collection1
   [junit4]   2> 2436969 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-4-001
   [junit4]   2> 2436969 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2436971 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6d65e09a{/,null,AVAILABLE}
   [junit4]   2> 2436971 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@edfb70d{HTTP/1.1,[http/1.1]}{127.0.0.1:37310}
   [junit4]   2> 2436971 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.e.j.s.Server Started @2440904ms
   [junit4]   2> 2436972 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/tempDir-001/jetty4, solrconfig=solrconfig.xml, hostContext=/, hostPort=37310, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-4-001/cores}
   [junit4]   2> 2436973 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2436974 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 2436974 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2436974 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2436974 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-25T21:16:28.907Z
   [junit4]   2> 2436978 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2436978 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-4-001/solr.xml
   [junit4]   2> 2436986 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2436986 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53232/solr
   [junit4]   2> 2437005 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [n:127.0.0.1:37310_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2437014 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [n:127.0.0.1:37310_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37310_
   [junit4]   2> 2437016 INFO  (zkCallback-9645-thread-1-processing-n:127.0.0.1:34896_) [n:127.0.0.1:34896_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2437016 INFO  (zkCallback-9624-thread-1-processing-n:127.0.0.1:57524_) [n:127.0.0.1:57524_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2437016 INFO  (zkCallback-9628-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2437017 INFO  (zkCallback-9633-thread-1-processing-n:127.0.0.1:58660_) [n:127.0.0.1:58660_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2437017 INFO  (zkCallback-9639-thread-1-processing-n:127.0.0.1:61770_) [n:127.0.0.1:61770_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2437019 INFO  (zkCallback-9652-thread-1-processing-n:127.0.0.1:37310_) [n:127.0.0.1:37310_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2437042 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [n:127.0.0.1:37310_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-4-001/cores
   [junit4]   2> 2437042 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [n:127.0.0.1:37310_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2437045 INFO  (OverseerStateUpdate-97170265292275716-127.0.0.1:57524_-n_0000000000) [n:127.0.0.1:57524_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2437535 INFO  (qtp1935106639-45572) [n:127.0.0.1:58660_    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:34896_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:34896","node_name":"127.0.0.1:34896_","state":"recovering"}
   [junit4]   2> 2437535 INFO  (qtp1935106639-45572) [n:127.0.0.1:58660_    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 2437535 INFO  (qtp1935106639-45572) [n:127.0.0.1:58660_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:34896_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1002
   [junit4]   2> 2438057 WARN  (coreLoadExecutor-11896-thread-1-processing-n:127.0.0.1:37310_) [n:127.0.0.1:37310_ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2438058 INFO  (coreLoadExecutor-11896-thread-1-processing-n:127.0.0.1:37310_) [n:127.0.0.1:37310_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2438092 INFO  (coreLoadExecutor-11896-thread-1-processing-n:127.0.0.1:37310_) [n:127.0.0.1:37310_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2438185 WARN  (coreLoadExecutor-11896-thread-1-processing-n:127.0.0.1:37310_) [n:127.0.0.1:37310_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2438187 INFO  (coreLoadExecutor-11896-thread-1-processing-n:127.0.0.1:37310_) [n:127.0.0.1:37310_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2438203 INFO  (coreLoadExecutor-11896-thread-1-processing-n:127.0.0.1:37310_) [n:127.0.0.1:37310_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2438203 INFO  (coreLoadExecutor-11896-thread-1-processing-n:127.0.0.1:37310_) [n:127.0.0.1:37310_ c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-4-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-4-001/cores/collection1/data/]
   [junit4]   2> 2438203 INFO  (coreLoadExecutor-11896-thread-1-processing-n:127.0.0.1:37310_) [n:127.0.0.1:37310_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@740c6e2b
   [junit4]   2> 2438204 INFO  (coreLoadExecutor-11896-thread-1-processing-n:127.0.0.1:37310_) [n:127.0.0.1:37310_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=65.576171875, floorSegmentMB=1.771484375, forceMergeDeletesPctAllowed=3.1770230191751194, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2438207 WARN  (coreLoadExecutor-11896-thread-1-processing-n:127.0.0.1:37310_) [n:127.0.0.1:37310_ c:collection1   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> 2438214 INFO  (coreLoadExecutor-11896-thread-1-processing-n:127.0.0.1:37310_) [n:127.0.0.1:37310_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2438215 INFO  (coreLoadExecutor-11896-thread-1-processing-n:127.0.0.1:37310_) [n:127.0.0.1:37310_ c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2438215 INFO  (coreLoadExecutor-11896-thread-1-processing-n:127.0.0.1:37310_) [n:127.0.0.1:37310_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2438215 INFO  (coreLoadExecutor-11896-thread-1-processing-n:127.0.0.1:37310_) [n:127.0.0.1:37310_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2438215 INFO  (coreLoadExecutor-11896-thread-1-processing-n:127.0.0.1:37310_) [n:127.0.0.1:37310_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=15.1259765625, floorSegmentMB=0.814453125, forceMergeDeletesPctAllowed=0.34580236793812613, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.21078402730244683
   [junit4]   2> 2438215 INFO  (coreLoadExecutor-11896-thread-1-processing-n:127.0.0.1:37310_) [n:127.0.0.1:37310_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@b4ff6ae[collection1] main]
   [junit4]   2> 2438217 INFO  (coreLoadExecutor-11896-thread-1-processing-n:127.0.0.1:37310_) [n:127.0.0.1:37310_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2438217 INFO  (coreLoadExecutor-11896-thread-1-processing-n:127.0.0.1:37310_) [n:127.0.0.1:37310_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2438218 INFO  (coreLoadExecutor-11896-thread-1-processing-n:127.0.0.1:37310_) [n:127.0.0.1:37310_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2438219 INFO  (searcherExecutor-11897-thread-1-processing-n:127.0.0.1:37310_ x:collection1 c:collection1) [n:127.0.0.1:37310_ c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@b4ff6ae[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2438219 INFO  (coreLoadExecutor-11896-thread-1-processing-n:127.0.0.1:37310_) [n:127.0.0.1:37310_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1554724254019223552
   [junit4]   2> 2438224 INFO  (coreZkRegister-11891-thread-1-processing-n:127.0.0.1:37310_ x:collection1 c:collection1) [n:127.0.0.1:37310_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 2438224 INFO  (updateExecutor-9649-thread-1-processing-n:127.0.0.1:37310_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:37310_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2438225 INFO  (recoveryExecutor-9650-thread-1-processing-n:127.0.0.1:37310_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:37310_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2438225 INFO  (recoveryExecutor-9650-thread-1-processing-n:127.0.0.1:37310_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:37310_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 2438225 INFO  (recoveryExecutor-9650-thread-1-processing-n:127.0.0.1:37310_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:37310_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 2438225 INFO  (recoveryExecutor-9650-thread-1-processing-n:127.0.0.1:37310_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:37310_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2438225 INFO  (recoveryExecutor-9650-thread-1-processing-n:127.0.0.1:37310_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:37310_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:61770/collection1/] and I am [http://127.0.0.1:37310/collection1/]
   [junit4]   2> 2438228 INFO  (recoveryExecutor-9650-thread-1-processing-n:127.0.0.1:37310_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:37310_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:61770]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:37310_&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2438232 INFO  (qtp1769573172-45599) [n:127.0.0.1:61770_    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 2438233 INFO  (qtp1769573172-45599) [n:127.0.0.1:61770_    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have state: recovering
   [junit4]   2> 2438233 INFO  (qtp1769573172-45599) [n:127.0.0.1:61770_    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:37310_, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{"core":"collection1","base_url":"http://127.0.0.1:37310","node_name":"127.0.0.1:37310_","state":"down"}
   [junit4]   2> 2438550 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDynamicLoading
   [junit4]   2> 2438551 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D889CCCEEF13C2EB]) [    ] o.a.s.c.TestSolrConfigHandler going to send config command. path /config?wt=json , payload: 
   [junit4]   2> 2438559 INFO  (Thread-7738) [n:127.0.0.1:57524_    ] o.a.s.c.SolrCore config update listener called for core collection1
   [junit4]   2> 2438559 INFO  (Thread-7736) [n:127.0.0.1:58660_    ] o.a.s.c.SolrCore config update listener called for core collection1
   [junit4]   2> 2438559 INFO  (Thread-7737) [n:127.0.0.1:34896_    ] o.a.s.c.SolrCore config update listener called for core collection1
   [junit4]   2> 2438560 INFO  (qtp1867123995-45661) [n:127.0.0.1:37310_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.h.SolrConfigHandler Executed config commands successfully and persisted to ZK [{"add-runtimelib":{
   [junit4]   2>     "name":"colltest",
   [junit4]   2>     "version":1}}]
   [junit4]   2> 2438560 INFO  (Thread-7739) [n:127.0.0.1:61770_    ] o.a.s.c.SolrCore config update listener called for core collection1
   [junit4]   2> 2438561 INFO  (qtp1867123995-45661) [n:127.0.0.1:37310_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 2 replicas to set the property overlay to be of version 0 for collection collection1
   [junit4]   2> 2438562 INFO  (Thread-7736) [n:127.0.0.1:58660_    ] o.a.s.c.SolrCore core reload collection1
   [junit4]   2> 2438563 INFO  (solrHandlerExecutor-11902-thread-1-processing-n:127.0.0.1:37310_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:37310_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 2438563 INFO  (Thread-7738) [n:127.0.0.1:57524_    ] o.a.s.c.SolrCore core reload collection1
   [junit4]   2> 2438563 INFO  (Thread-7737) [n:127.0.0.1:34896_    ] o.a.s.c.SolrCore core reload collection1
   [junit4]   2> 2438563 INFO  (Thread-7739) [n:127.0.0.1:61770_    ] o.a.s.c.SolrCore core reload collection1
   [junit4]   2> 2438563 INFO  (solrHandlerExecutor-11902-thread-2-processing-n:127.0.0.1:37310_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:37310_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 2438564 INFO  (Thread-7740) [n:127.0.0.1:37310_    ] o.a.s.c.SolrCore config update listener called for core collection1
   [junit4]   2> 2438566 INFO  (Thread-7740) [n:127.0.0.1:37310_    ] o.a.s.c.SolrCore core reload collection1
   [junit4]   2> 2438573 WARN  (Thread-7736) [n:127.0.0.1:58660_    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2438574 INFO  (Thread-7736) [n:127.0.0.1:58660_    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2438585 INFO  (Thread-7736) [n:127.0.0.1:58660_    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2438668 INFO  (qtp1769573172-45597) [n:127.0.0.1:61770_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 2438668 INFO  (qtp1935106639-45573) [n:127.0.0.1:58660_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 2438668 INFO  (qtp1769573172-45597) [n:127.0.0.1:61770_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2438668 INFO  (qtp1935106639-45573) [n:127.0.0.1:58660_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2438668 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:61770_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.h.SolrConfigHandler Trying to update my configs
   [junit4]   2> 2438669 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:61770_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore config update listener called for core collection1
   [junit4]   2> 2438669 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:58660_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.SolrConfigHandler Trying to update my configs
   [junit4]   2> 2438669 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:58660_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore config update listener called for core collection1
   [junit4]   2> 2438669 INFO  (solrHandlerExecutor-11902-thread-1-processing-n:127.0.0.1:37310_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:37310_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from http://127.0.0.1:58660/collection1/ for prop overlay   after 1 attempts
   [junit4]   2> 2438669 INFO  (solrHandlerExecutor-11902-thread-1-processing-n:127.0.0.1:37310_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:37310_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 2438669 INFO  (solrHandlerExecutor-11902-thread-2-processing-n:127.0.0.1:37310_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:37310_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from http://127.0.0.1:61770/collection1/ for prop overlay   after 1 attempts
   [junit4]   2> 2438669 INFO  (solrHandlerExecutor-11902-thread-2-processing-n:127.0.0.1:37310_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:37310_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 2438670 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:61770_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore core reload collection1
   [junit4]   2> 2438670 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:58660_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore core reload collection1
   [junit4]   2> 2438678 WARN  (Thread-7736) [n:127.0.0.1:58660_    ] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2438680 INFO  (Thread-7736) [n:127.0.0.1:58660_    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2438695 INFO  (Thread-7736) [n:127.0.0.1:58660_    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2438695 INFO  (Thread-7736) [n:127.0.0.1:58660_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-1-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 2438696 INFO  (Thread-7736) [n:127.0.0.1:58660_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mb

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

collections/.system/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	41	/solr/overseer/queue
   [junit4]   2> 	39	/solr/overseer/collection-queue-work
   [junit4]   2> 	10	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDynamicLoading -Dtests.method=testDynamicLoading -Dtests.seed=D889CCCEEF13C2EB -Dtests.slow=true -Dtests.locale=el -Dtests.timezone=Europe/Bucharest -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 42.3s J1 | 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":"",
   [junit4]    >     "path":"/test1",
   [junit4]    >     "httpMethod":"GET"},
   [junit4]    >   "class":"org.apache.solr.core.BlobStoreTestRequestHandler",
   [junit4]    >   "x":null},  from server:  null
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D889CCCEEF13C2EB:C4E19918CE674B]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:535)
   [junit4]    > 	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:232)
   [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> 2471567 INFO  (SUITE-TestDynamicLoading-seed#[D889CCCEEF13C2EB]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D889CCCEEF13C2EB-001
   [junit4]   2> Dec 25, 2016 9:17:03 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {blobName=Lucene50(blocksize=128), size=PostingsFormat(name=LuceneFixedGap), _version_=Lucene50(blocksize=128), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), version=Lucene50(blocksize=128), md5=Lucene50(blocksize=128), timestamp=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=1086, maxMBSortInHeap=7.178390284548007, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=el, timezone=Europe/Bucharest
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_112 (64-bit)/cpus=3,threads=1,free=127250488,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSerializedLuceneMatchVersion, TestSolrQueryParserResource, LeaderElectionContextKeyTest, FileBasedSpellCheckerTest, TestNoOpRegenerator, DeleteShardTest, TestReplicationHandlerBackup, StatsComponentTest, TestNumericTerms64, TestFieldCacheSort, TestSearchPerf, CollectionTooManyReplicasTest, SuggesterWFSTTest, TestLMDirichletSimilarityFactory, ZkStateReaderTest, NoCacheHeaderTest, TestConfigSetsAPIZkFailure, TestLocalFSCloudBackupRestore, TestSmileRequest, ResponseHeaderTest, CreateCollectionCleanupTest, NotRequiredUniqueKeyTest, TestAtomicUpdateErrorCases, TestManagedStopFilterFactory, TestSubQueryTransformerDistrib, BlockDirectoryTest, TestTrie, PreAnalyzedFieldTest, URLClassifyProcessorTest, EchoParamsTest, TestRangeQuery, SaslZkACLProviderTest, TestXmlQParser, BadCopyFieldTest, TestMinMaxOnMultiValuedField, ShowFileRequestHandlerTest, TestRebalanceLeaders, TestScoreJoinQPNoScore, RegexBoostProcessorTest, SolrInfoMBeanTest, SearchHandlerTest, TestLMJelinekMercerSimilarityFactory, TestFuzzyAnalyzedSuggestions, CursorMarkTest, TestNamedUpdateProcessors, CircularListTest, TestLuceneMatchVersion, SuggestComponentTest, TestNRTOpen, SignatureUpdateProcessorFactoryTest, DistribJoinFromCollectionTest, TestSolrCloudWithHadoopAuthPlugin, ExitableDirectoryReaderTest, OverriddenZkACLAndCredentialsProvidersTest, JsonLoaderTest, PeerSyncReplicationTest, CoreAdminRequestStatusTest, AnalyticsMergeStrategyTest, TestConfigSetsAPI, TestJoin, TestQueryUtils, TestRequestForwarding, BlockJoinFacetDistribTest, HighlighterConfigTest, TestSchemaNameResource, TestStressLiveNodes, SimpleCollectionCreateDeleteTest, UUIDFieldTest, RollingRestartTest, CacheHeaderTest, DistanceFunctionTest, TestSortByMinMaxFunction, TestLeaderElectionZkExpiry, HdfsChaosMonkeyNothingIsSafeTest, BinaryUpdateRequestHandlerTest, TestFoldingMultitermQuery, TestCloudSchemaless, RankQueryTest, CoreSorterTest, ConnectionReuseTest, CoreAdminHandlerTest, TestTolerantUpdateProcessorRandomCloud, BigEndianAscendingWordSerializerTest, DateMathParserTest, TestStressUserVersions, SuggesterTest, ManagedSchemaRoundRobinCloudTest, TestSolrQueryParser, TestMiniSolrCloudClusterSSL, TestSystemIdResolver, DistributedQueryComponentCustomSortTest, TestIndexingPerformance, AddBlockUpdateTest, TestShortCircuitedRequests, ReplicationFactorTest, TestPerFieldSimilarityClassic, TriLevelCompositeIdRoutingTest, RequestLoggingTest, SliceStateTest, UtilsToolTest, BlockJoinFacetSimpleTest, TestInfoStreamLogging, TestIndexSearcher, TestUtils, TestManagedResourceStorage, SmileWriterTest, DirectUpdateHandlerOptimizeTest, TestZkChroot, BasicFunctionalityTest, LeaderFailureAfterFreshStartTest, TestDistributedGrouping, HdfsDirectoryTest, TestBulkSchemaAPI, TestSearcherReuse, HLLSerializationTest, DistribCursorPagingTest, ShardRoutingCustomTest, FieldMutatingUpdateProcessorTest, TestFieldTypeCollectionResource, UpdateRequestProcessorFactoryTest, DistributedDebugComponentTest, HdfsBasicDistributedZk2Test, SimpleMLTQParserTest, TestSubQueryTransformer, SolrCoreCheckLockOnStartupTest, RulesTest, TestFastWriter, TestGeoJSONResponseWriter, TestSolrQueryResponse, TermVectorComponentTest, ResourceLoaderTest, SortByFunctionTest, TestExactStatsCache, ReplicaListTransformerTest, ClusterStateTest, AtomicUpdatesTest, HdfsCollectionsAPIDistributedZkTest, RemoteQueryErrorTest, TestReversedWildcardFilterFactory, OverseerStatusTest, TestMergePolicyConfig, TestExpandComponent, OverseerModifyCollectionTest, DistributedIntervalFacetingTest, TestSolrConfigHandlerConcurrent, TestAuthorizationFramework, TestFileDictionaryLookup, CollectionsAPIDistributedZkTest, QueryResultKeyTest, CheckHdfsIndexTest, TestCloudPseudoReturnFields, SpellCheckCollatorTest, TestCopyFieldCollectionResource, TestDelegationWithHadoopAuth, TestSSLRandomization, TestAuthenticationFramework, TestExceedMaxTermLength, LoggingHandlerTest, LeaderInitiatedRecoveryOnShardRestartTest, ZkSolrClientTest, TestSolrCloudWithSecureImpersonation, MinimalSchemaTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, BasicZkTest, RecoveryZkTest, TestReplicationHandler, AutoCommitTest, TestRecovery, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressReorder, TestReload, DistributedTermsComponentTest, TestCoreContainer, TestSolr4Spatial, SpellCheckComponentTest, SolrCmdDistributorTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering, TestLazyCores, TestBadConfig, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, TestExtendedDismaxParser, SuggesterTSTTest, TestStressLucene, SpatialFilterTest, WordBreakSolrSpellCheckerTest, TestUpdate, TestWordDelimiterFilterFactory, QueryEqualityTest, DefaultValueUpdateProcessorTest, XsltUpdateRequestHandlerTest, DebugComponentTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestWriterPerf, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, SolrPluginUtilsTest, TestCollationField, JSONWriterTest, MBeansHandlerTest, UniqFieldsUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter, TestQuerySenderListener, TestSolrIndexConfig, CopyFieldTest, SolrIndexConfigTest, MultiTermTest, TestDocSet, TestConfig, ExternalFileFieldSortTest, TestSolrCoreProperties, TestCodecSupport, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestJmxMonitoredMap, PluginInfoTest, ChaosMonkeyNothingIsSafeTest, CdcrReplicationDistributedZkTest, CdcrReplicationHandlerTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest, CleanupOldIndexTest, CollectionReloadTest, CollectionStateFormat2Test, ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, ConnectionManagerTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteStatusTest, DistribDocExpirationUpdateProcessorTest, ForceLeaderTest, MultiThreadedOCPTest, RestartWhileUpdatingTest, SSLMigrationTest, SharedFSAutoReplicaFailoverTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, TestClusterProperties, TestCryptoKeys, TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestLockTree, TestMiniSolrCloudCluster, TestSegmentSorting, TestSolrCloudWithKerberosAlt, HdfsRecoverLeaseTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestConfigOverlay, TestConfigSetProperties, TestConfigSets, TestCorePropertiesReload, TestDynamicLoading]
   [junit4] Completed [541/665 (1!)] on J1 in 42.80s, 1 test, 1 failure <<< FAILURES!

[...truncated 62852 lines...]