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 2018/01/21 17:26:25 UTC

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1638 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1638/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.RollingRestartTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.RollingRestartTest:     1) Thread[id=978, name=qtp1660790768-978, state=TIMED_WAITING, group=TGRP-RollingRestartTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.RollingRestartTest: 
   1) Thread[id=978, name=qtp1660790768-978, state=TIMED_WAITING, group=TGRP-RollingRestartTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([4DD3A648D35DC9B7]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.RollingRestartTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=978, name=qtp1660790768-978, state=TIMED_WAITING, group=TGRP-RollingRestartTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=978, name=qtp1660790768-978, state=TIMED_WAITING, group=TGRP-RollingRestartTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([4DD3A648D35DC9B7]:0)




Build Log:
[...truncated 11725 lines...]
   [junit4] Suite: org.apache.solr.cloud.RollingRestartTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_4DD3A648D35DC9B7-001/init-core-data-001
   [junit4]   2> 158342 WARN  (SUITE-RollingRestartTest-seed#[4DD3A648D35DC9B7]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 158346 INFO  (SUITE-RollingRestartTest-seed#[4DD3A648D35DC9B7]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 158348 INFO  (SUITE-RollingRestartTest-seed#[4DD3A648D35DC9B7]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 158350 INFO  (SUITE-RollingRestartTest-seed#[4DD3A648D35DC9B7]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 158350 INFO  (SUITE-RollingRestartTest-seed#[4DD3A648D35DC9B7]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /igs/uc
   [junit4]   2> 158356 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 158357 INFO  (Thread-122) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 158357 INFO  (Thread-122) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 158361 ERROR (Thread-122) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 158456 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.ZkTestServer start zk server on port:58082
   [junit4]   2> 158462 INFO  (zkConnectionManagerCallback-134-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 158468 INFO  (zkConnectionManagerCallback-136-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 158481 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 158484 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 158486 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 158488 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 158490 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 158492 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 158494 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 158495 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 158500 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 158505 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 158510 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 158517 INFO  (zkConnectionManagerCallback-139-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 158525 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 158710 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T11:27:37-10:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 158710 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 158710 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 158710 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 158710 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4de42639{/igs/uc,null,AVAILABLE}
   [junit4]   2> 158714 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@39d65562{SSL,[ssl, http/1.1]}{127.0.0.1:42492}
   [junit4]   2> 158714 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.Server Started @161050ms
   [junit4]   2> 158714 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_4DD3A648D35DC9B7-001/tempDir-001/control/data, replicaType=NRT, hostContext=/igs/uc, hostPort=42492, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_4DD3A648D35DC9B7-001/control-001/cores}
   [junit4]   2> 158714 ERROR (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 158714 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 158714 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 158714 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 158714 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-21T16:20:00.797Z
   [junit4]   2> 158724 INFO  (zkConnectionManagerCallback-141-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 158728 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 158728 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_4DD3A648D35DC9B7-001/control-001/solr.xml
   [junit4]   2> 158731 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 158731 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 158732 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@75a0629, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 158733 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58082/solr
   [junit4]   2> 158739 INFO  (zkConnectionManagerCallback-145-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 158753 INFO  (zkConnectionManagerCallback-147-thread-1-processing-n:127.0.0.1:42492_igs%2Fuc) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 158904 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 158905 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42492_igs%2Fuc
   [junit4]   2> 158906 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.c.Overseer Overseer (id=99388725686697989-127.0.0.1:42492_igs%2Fuc-n_0000000000) starting
   [junit4]   2> 158934 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42492_igs%2Fuc
   [junit4]   2> 158937 INFO  (OverseerStateUpdate-99388725686697989-127.0.0.1:42492_igs%2Fuc-n_0000000000) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 158996 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75a0629
   [junit4]   2> 159024 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75a0629
   [junit4]   2> 159024 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75a0629
   [junit4]   2> 159025 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_4DD3A648D35DC9B7-001/control-001/cores
   [junit4]   2> 159043 INFO  (zkConnectionManagerCallback-153-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 159045 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 159046 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58082/solr ready
   [junit4]   2> 159118 INFO  (qtp1380590914-793) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:42492_igs%252Fuc&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 159121 INFO  (OverseerThreadFactory-406-thread-1-processing-n:127.0.0.1:42492_igs%2Fuc) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 159266 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 159273 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 159388 INFO  (zkCallback-146-thread-1-processing-n:127.0.0.1:42492_igs%2Fuc) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 160300 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 160308 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 160360 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 160378 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 160378 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75a0629
   [junit4]   2> 160383 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 160383 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_4DD3A648D35DC9B7-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_4DD3A648D35DC9B7-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 160386 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=13.9189453125, floorSegmentMB=0.3515625, forceMergeDeletesPctAllowed=15.885781921769365, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6980662586473276
   [junit4]   2> 160390 WARN  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 160427 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 160427 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 160428 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 160428 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 160429 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5389223065436952]
   [junit4]   2> 160429 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3c80c8da[control_collection_shard1_replica_n1] main]
   [junit4]   2> 160431 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 160431 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 160432 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 160432 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590219613158768640
   [junit4]   2> 160432 INFO  (searcherExecutor-409-thread-1-processing-n:127.0.0.1:42492_igs%2Fuc x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@3c80c8da[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 160437 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 160437 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 160437 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:42492/igs/uc/control_collection_shard1_replica_n1/
   [junit4]   2> 160437 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 160437 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:42492/igs/uc/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 160437 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 160441 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:42492/igs/uc/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 160544 INFO  (zkCallback-146-thread-1-processing-n:127.0.0.1:42492_igs%2Fuc) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 160593 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 160596 INFO  (qtp1380590914-791) [n:127.0.0.1:42492_igs%2Fuc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1357
   [junit4]   2> 160601 INFO  (qtp1380590914-793) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 160697 INFO  (zkCallback-146-thread-1-processing-n:127.0.0.1:42492_igs%2Fuc) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 161124 INFO  (OverseerCollectionConfigSetProcessor-99388725686697989-127.0.0.1:42492_igs%2Fuc-n_0000000000) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 161603 INFO  (qtp1380590914-793) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:42492_igs%252Fuc&wt=javabin&version=2} status=0 QTime=2485
   [junit4]   2> 161615 INFO  (zkConnectionManagerCallback-157-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 161619 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 161621 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58082/solr ready
   [junit4]   2> 161624 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 161634 INFO  (qtp1380590914-786) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 161640 INFO  (OverseerThreadFactory-406-thread-2-processing-n:127.0.0.1:42492_igs%2Fuc) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 161643 WARN  (OverseerThreadFactory-406-thread-2-processing-n:127.0.0.1:42492_igs%2Fuc) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 161853 INFO  (qtp1380590914-786) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 161854 INFO  (qtp1380590914-786) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=219
   [junit4]   2> 161981 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_4DD3A648D35DC9B7-001/shard-1-001 of type NRT
   [junit4]   2> 161984 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T11:27:37-10:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 161985 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 161985 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 161985 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 161985 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@28a30236{/igs/uc,null,AVAILABLE}
   [junit4]   2> 161986 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@422a5d5b{SSL,[ssl, http/1.1]}{127.0.0.1:65525}
   [junit4]   2> 161986 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.Server Started @164323ms
   [junit4]   2> 161986 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_4DD3A648D35DC9B7-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/igs/uc, hostPort=65525, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_4DD3A648D35DC9B7-001/shard-1-001/cores}
   [junit4]   2> 161986 ERROR (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 161986 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 161986 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 161986 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 161986 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-21T16:20:04.069Z
   [junit4]   2> 161991 INFO  (zkConnectionManagerCallback-159-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 161993 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 161993 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_4DD3A648D35DC9B7-001/shard-1-001/solr.xml
   [junit4]   2> 161997 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 161997 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 161997 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@75a0629, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 161999 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58082/solr
   [junit4]   2> 162003 INFO  (zkConnectionManagerCallback-163-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 162010 INFO  (zkConnectionManagerCallback-165-thread-1-processing-n:127.0.0.1:65525_igs%2Fuc) [n:127.0.0.1:65525_igs%2Fuc    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 162017 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [n:127.0.0.1:65525_igs%2Fuc    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 162020 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [n:127.0.0.1:65525_igs%2Fuc    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 162023 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [n:127.0.0.1:65525_igs%2Fuc    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65525_igs%2Fuc
   [junit4]   2> 162024 INFO  (zkCallback-146-thread-1-processing-n:127.0.0.1:42492_igs%2Fuc) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 162033 INFO  (zkCallback-156-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 162033 INFO  (zkCallback-164-thread-1-processing-n:127.0.0.1:65525_igs%2Fuc) [n:127.0.0.1:65525_igs%2Fuc    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 162110 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [n:127.0.0.1:65525_igs%2Fuc    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75a0629
   [junit4]   2> 162117 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [n:127.0.0.1:65525_igs%2Fuc    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75a0629
   [junit4]   2> 162117 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [n:127.0.0.1:65525_igs%2Fuc    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75a0629
   [junit4]   2> 162118 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [n:127.0.0.1:65525_igs%2Fuc    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_4DD3A648D35DC9B7-001/shard-1-001/cores
   [junit4]   2> 162139 INFO  (qtp1380590914-793) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:65525_igs%252Fuc&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 162142 INFO  (OverseerCollectionConfigSetProcessor-99388725686697989-127.0.0.1:42492_igs%2Fuc-n_0000000000) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 162144 INFO  (OverseerThreadFactory-406-thread-3-processing-n:127.0.0.1:42492_igs%2Fuc) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:65525_igs%2Fuc for creating new replica
   [junit4]   2> 162167 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 162168 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 162272 INFO  (zkCallback-164-thread-1-processing-n:127.0.0.1:65525_igs%2Fuc) [n:127.0.0.1:65525_igs%2Fuc    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 163183 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 163191 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema [collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 163259 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 163279 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n41' using configuration from collection collection1, trusted=true
   [junit4]   2> 163279 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n41' (registry 'solr.core.collection1.shard2.replica_n41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75a0629
   [junit4]   2> 163279 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 163279 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [[collection1_shard2_replica_n41] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_4DD3A648D35DC9B7-001/shard-1-001/cores/collection1_shard2_replica_n41], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_4DD3A648D35DC9B7-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 163281 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=13.9189453125, floorSegmentMB=0.3515625, forceMergeDeletesPctAllowed=15.885781921769365, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6980662586473276
   [junit4]   2> 163285 WARN  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 163344 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 163344 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 163345 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 163345 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 163346 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5389223065436952]
   [junit4]   2> 163346 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.SolrIndexSearcher Opening [Searcher@4cae8af0[collection1_shard2_replica_n41] main]
   [junit4]   2> 163350 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 163351 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 163351 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 163352 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590219616220610560
   [junit4]   2> 163352 INFO  (searcherExecutor-420-thread-1-processing-n:127.0.0.1:65525_igs%2Fuc x:collection1_shard2_replica_n41 s:shard2 c:collection1) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [collection1_shard2_replica_n41] Registered new searcher Searcher@4cae8af0[collection1_shard2_replica_n41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 163357 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 163357 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 163357 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:65525/igs/uc/collection1_shard2_replica_n41/
   [junit4]   2> 163357 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 163357 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy https://127.0.0.1:65525/igs/uc/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 163357 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 163361 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:65525/igs/uc/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 163502 INFO  (zkCallback-164-thread-1-processing-n:127.0.0.1:65525_igs%2Fuc) [n:127.0.0.1:65525_igs%2Fuc    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 163503 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 163519 INFO  (qtp2026262601-837) [n:127.0.0.1:65525_igs%2Fuc c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1351
   [junit4]   2> 163525 INFO  (qtp1380590914-793) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:65525_igs%252Fuc&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1386
   [junit4]   2> 163619 INFO  (zkCallback-164-thread-1-processing-n:127.0.0.1:65525_igs%2Fuc) [n:127.0.0.1:65525_igs%2Fuc    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 163667 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_4DD3A648D35DC9B7-001/shard-2-001 of type NRT
   [junit4]   2> 163669 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T11:27:37-10:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 163671 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 163671 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 163671 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 163671 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@44de1da5{/igs/uc,null,AVAILABLE}
   [junit4]   2> 163672 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1a34d376{SSL,[ssl, http/1.1]}{127.0.0.1:64475}
   [junit4]   2> 163672 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.Server Started @166009ms
   [junit4]   2> 163672 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_4DD3A648D35DC9B7-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/igs/uc, hostPort=64475, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_4DD3A648D35DC9B7-001/shard-2-001/cores}
   [junit4]   2> 163672 ERROR (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 163672 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 163672 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 163673 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 163673 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-21T16:20:05.756Z
   [junit4]   2> 163675 INFO  (zkConnectionManagerCallback-169-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 163677 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 163677 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_4DD3A648D35DC9B7-001/shard-2-001/solr.xml
   [junit4]   2> 163681 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 163681 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 163681 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@75a0629, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 163684 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58082/solr
   [junit4]   2> 163686 INFO  (zkConnectionManagerCallback-173-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 163694 INFO  (zkConnectionManagerCallback-175-thread-1-processing-n:127.0.0.1:64475_igs%2Fuc) [n:127.0.0.1:64475_igs%2Fuc    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 163703 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [n:127.0.0.1:64475_igs%2Fuc    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 163706 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [n:127.0.0.1:64475_igs%2Fuc    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 163711 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [n:127.0.0.1:64475_igs%2Fuc    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64475_igs%2Fuc
   [junit4]   2> 163737 INFO  (zkCallback-146-thread-1-processing-n:127.0.0.1:42492_igs%2Fuc) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 163738 INFO  (zkCallback-174-thread-1-processing-n:127.0.0.1:64475_igs%2Fuc) [n:127.0.0.1:64475_igs%2Fuc    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 163738 INFO  (zkCallback-156-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 163738 INFO  (zkCallback-164-thread-1-processing-n:127.0.0.1:65525_igs%2Fuc) [n:127.0.0.1:65525_igs%2Fuc    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 163783 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [n:127.0.0.1:64475_igs%2Fuc    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75a0629
   [junit4]   2> 163789 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [n:127.0.0.1:64475_igs%2Fuc    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75a0629
   [junit4]   2> 163789 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [n:127.0.0.1:64475_igs%2Fuc    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75a0629
   [junit4]   2> 163790 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [n:127.0.0.1:64475_igs%2Fuc    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_4DD3A648D35DC9B7-001/shard-2-001/cores
   [junit4]   2> 163815 INFO  (qtp1380590914-786) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:64475_igs%252Fuc&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 163819 INFO  (OverseerCollectionConfigSetProcessor-99388725686697989-127.0.0.1:42492_igs%2Fuc-n_0000000000) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 163820 INFO  (OverseerThreadFactory-406-thread-4-processing-n:127.0.0.1:42492_igs%2Fuc) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:64475_igs%2Fuc for creating new replica
   [junit4]   2> 163839 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 163839 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 163944 INFO  (zkCallback-164-thread-1-processing-n:127.0.0.1:65525_igs%2Fuc) [n:127.0.0.1:65525_igs%2Fuc    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 163944 INFO  (zkCallback-174-thread-1-processing-n:127.0.0.1:64475_igs%2Fuc) [n:127.0.0.1:64475_igs%2Fuc    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 164857 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 164865 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema [collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 164925 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 164944 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n43' using configuration from collection collection1, trusted=true
   [junit4]   2> 164945 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n43' (registry 'solr.core.collection1.shard1.replica_n43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75a0629
   [junit4]   2> 164945 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 164945 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore [[collection1_shard1_replica_n43] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_4DD3A648D35DC9B7-001/shard-2-001/cores/collection1_shard1_replica_n43], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_4DD3A648D35DC9B7-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 164947 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=13.9189453125, floorSegmentMB=0.3515625, forceMergeDeletesPctAllowed=15.885781921769365, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6980662586473276
   [junit4]   2> 164954 WARN  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 164994 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 164994 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 164994 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 164995 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 164996 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5389223065436952]
   [junit4]   2> 164996 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.SolrIndexSearcher Opening [Searcher@4661b9fa[collection1_shard1_replica_n43] main]
   [junit4]   2> 164998 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 164998 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 164999 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 164999 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590219617947615232
   [junit4]   2> 165000 INFO  (searcherExecutor-431-thread-1-processing-n:127.0.0.1:64475_igs%2Fuc x:collection1_shard1_replica_n43 s:shard1 c:collection1) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore [collection1_shard1_replica_n43] Registered new searcher Searcher@4661b9fa[collection1_shard1_replica_n43] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 165005 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 165006 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 165006 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:64475/igs/uc/collection1_shard1_replica_n43/
   [junit4]   2> 165006 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 165006 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy https://127.0.0.1:64475/igs/uc/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 165006 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 165012 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:64475/igs/uc/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 165115 INFO  (zkCallback-174-thread-1-processing-n:127.0.0.1:64475_igs%2Fuc) [n:127.0.0.1:64475_igs%2Fuc    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 165115 INFO  (zkCallback-164-thread-1-processing-n:127.0.0.1:65525_igs%2Fuc) [n:127.0.0.1:65525_igs%2Fuc    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 165163 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 165167 INFO  (qtp1587076867-874) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1328
   [junit4]   2> 165173 INFO  (qtp1380590914-786) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:64475_igs%252Fuc&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1358
   [junit4]   2> 165179 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 165179 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):330
   [junit4]   2> 165267 INFO  (zkCallback-164-thread-1-processing-n:127.0.0.1:65525_igs%2Fuc) [n:127.0.0.1:65525_igs%2Fuc    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 165268 INFO  (zkCallback-174-thread-1-processing-n:127.0.0.1:64475_igs%2Fuc) [n:127.0.0.1:64475_igs%2Fuc    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 165822 INFO  (OverseerCollectionConfigSetProcessor-99388725686697989-127.0.0.1:42492_igs%2Fuc-n_0000000000) [n:127.0.0.1:42492_igs%2Fuc    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 166181 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 166182 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.RollingRestartTest Current overseer leader = 127.0.0.1:42492_igs%2Fuc
   [junit4]   1> / (11)
   [junit4]   1>  /configs (2)
   [junit4]   1>   /configs/_default (7)
   [junit4]   1>    /configs/_default/protwords.txt (0)
   [junit4]   1>    DATA: ...supressed...
   [junit4]   1>    /configs/_default/managed-schema (0)
   [junit4]   1>    DATA:
   [junit4]   1>        <?xml version="1.0" encoding="UTF-8" ?>
   [junit4]   1>        <!--
   [junit4]   1>         Licensed to the Apache Software Foundation (ASF) under one or more
   [junit4]   1>         contributor license agreements.  See the NOTICE file distributed with
   [junit4]   1>         this work for additional information regarding copyright ownership.
   [junit4]   1>         The ASF licenses this file to You under the Apache License, Version 2.0
   [junit4]   1>         (the "License"); you may not use this file except in compliance with
   [junit4]   1>         the License.  You may obtain a copy of the License at
   [junit4]   1>        
   [junit4]   1>             http://www.apache.org/licenses/LICENSE-2.0
   [junit4]   1>        
   [junit4]   1>         Unless required by applicable law or agreed to in writing, software
   [junit4]   1>         distributed under the License is distributed on an "AS IS" BASIS,
   [junit4]   1>         WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   [junit4]   1>         See the License for the specific language governing permissions and
   [junit4]   1>         limitations under the License.
   [junit4]   1>        -->
   [junit4]   1>        
   [junit4]   1>        <!--
   [junit4]   1>        
   [junit4]   1>         This example schema is the recommended starting point for users.
   [junit4]   1>         It should be kept correct and concise, usable out-of-the-box.
   [junit4]   1>        
   [junit4]   1>        
   [junit4]   1>         For more information, on how to customize this file, please see
   [junit4]   1>         http://lucene.apache.org/solr/guide/documents-fields-and-schema-design.html
   [junit4]   1>        
   [junit4]   1>         PERFORMANCE NOTE: this schema includes many optional features and should not
   [junit4]   1>         be used for benchmarking.  To improve performance one could
   [junit4]   1>          - set stored="false" for all fields possible (esp large fields) when you
   [junit4]   1>            only need to search on the field but don't need to return the original
   [junit4]   1>            value.
   [junit4]   1>          - set indexed="false" if you don't need to search on the field, but only
   [junit4]   1>            return the field as a result of searching on other indexed fields.
   [junit4]   1>          - remove all unneeded copyField statements
   [junit4]   1>          - for best index size and searching performance, set "index" to false
   [junit4]   1>            for all general text fields, use copyField to copy them to the
   [junit4]   1>            catchall "text" field, and use that for searching.
   [junit4]   1>        -->
   [junit4]   1>        
   [junit4]   1>        <schema name="default-config" version="1.6">
   [junit4]   1>            <!-- attribute "name" is the name of this schema and is only used for display purposes.
   [junit4]   1>               version="x.y" is Solr's version number for the schema syntax and 
   [junit4]   1>               semantics.  It should not normally be changed by applications.
   [junit4]   1>        
   [junit4]   1>               1.0: multiValued attribute did not exist, all fields are multiValued 
   [junit4]   1>                    by nature
   [junit4]   1>               1.1: multiValued attribute introduced, false by default 
   [junit4]   1>               1.2: omitTermFreqAndPositions attribute introduced, true by default 
   [junit4]   1>                    except for text fields.
   [junit4]   1>               1.3: removed optional field compress feature
   [junit4]   1>               1.4: autoGeneratePhraseQueries attribute introduced to drive QueryParser
   [junit4]   1>                    behavior when a single string produces multiple tokens.  Defaults 
   [junit4]   1>                    to off for version >= 1.4
   [junit4]   1>               1.5: omitNorms defaults to true for primitive field types 
   [junit4]   1>                    (int, float, boolean, string...)
   [junit4]   1>               1.6: useDocValuesAsStored defaults to true.
   [junit4]   1>            -->
   [junit4]   1>        
   [junit4]   1>            <!-- Valid attributes for fields:
   [junit4]   1>             name: mandatory - the name for the field
   [junit4]   1>             type: mandatory - the name of a field type from the 
   [junit4]   1>               fieldTypes section
   [junit4]   1>             indexed: true if this field should be indexed (searchable or sortable)
   [junit4]   1>             stored: true if this field should be retrievable
   [junit4]   1>             docValues: true if this field should have doc values. Doc Values is
   [junit4]   1>               recommended (required, if you are using *Point fields) for faceting,
   [junit4]   1>               grouping, sorting and function queries. Doc Values will make the index
   [junit4]   1>               faster to load, more NRT-friendly and more memory-efficient. 
   [junit4]   1>               They are currently only supported by StrField, UUIDField, all 
   [junit4]   1>               *PointFields, and depending on the field type, they might require
   [junit4]   1>               the field to be single-valued, be required or have a default value
   [junit4]   1>               (check the documentation of the field type you're interested in for
   [junit4]   1>               more information)
   [junit4]   1>             multiValued: true if this field may contain multiple values per document
   [junit4]   1>             omitNorms: (expert) set to true to omit the norms associated with
   [junit4]   1>               this field (this disables length normalization and index-time
   [junit4]   1>               boosting for the field, and saves some memory).  Only full-text
   [junit4]   1>               fields or fields that need an index-time boost need norms.
   [junit4]   1>               Norms are omitted for primitive (non-analyzed) types by default.
   [junit4]   1>             termVectors: [false] set to true to store the term vector for a
   [junit4]   1>               given field.
   [junit4]   1>               When using MoreLikeThis, fields used for similarity should be
   [junit4]   1>               stored for best performance.
   [junit4]   1>             termPositions: Store position information with the term vector.  
   [junit4]   1>               This will increase storage costs.
   [junit4]   1>             termOffsets: Store offset information with the term vector. This 
   [junit4]   1>               will increase storage costs.
   [junit4]   1>             required: The field is required.  It will throw an error if the
   [junit4]   1>               value does not exist
   [junit4]   1>             default: a value that should be used if no value is specified
   [junit4]   1>               when adding a document.
   [junit4]   1>            -->
   [junit4]   1>        
   [junit4]   1>            <!-- field names should consist of alphanumeric or underscore characters only and
   [junit4]   1>              not start with a digit.  This is not currently strictly enforced,
   [junit4]   1>              but other field names will not have first class support from all components
   [junit4]   1>              and back compatibility is not guaranteed.  Names with both leading and
   [junit4]   1>              trailing underscores (e.g. _version_) are reserved.
   [junit4]   1>            -->
   [junit4]   1>        
   [junit4]   1>            <!-- In this _default configset, only four fields are pre-declared:
   [junit4]   1>                 id, _version_, and _text_ and _root_. All other fields will be type guessed and added via the
   [junit4]   1>                 "add-unknown-fields-to-the-schema" update request processor chain declared in solrconfig.xml.
   [junit4]   1>                 
   [junit4]   1>                 Note that many dynamic fields are also defined - you can use them to specify a 
   [junit4]   1>                 field's type via field naming conventions - see below.
   [junit4]   1>          
   [junit4]   1>                 WARNING: The _text_ catch-all field will significantly increase your index size.
   [junit4]   1>                 If you don't need it, consider removing it and the corresponding copyField directive.
   [junit4]   1>            -->
   [junit4]   1>        
   [junit4]   1>            <field name="id" type="string" indexed="true" stored="true" required="true" multiValued="false" />
   [junit4]   1>            <!-- docValues are enabled by default for long type so we don't need to index the version field  -->
   [junit4]   1>            <field name="_version_" type="plong" indexed="false" stored="false"/>
   [junit4]   1>            <field name="_root_" type="string" indexed="true" stored="false" docValues="false" />
   [junit4]   1>            <field name="_text_" type="text_general" indexed="true" stored="false" multiValued="true"/>
   [junit4]   1>        
   [junit4]   1>            <!-- This can be enabled, in case the client does not know what fields may be searched. It isn't enabled by default
   [junit4]   1>                 because it's very expensive to index everything twice. -->
   [junit4]   1>            <!-- <copyField source="*" dest="_text_"/> -->
   [junit4]   1>        
   [junit4]   1>            <!-- Dynamic field definitions allow using convention over configuration
   [junit4]   1>               for fields via the specification of patterns to match field names.
   [junit4]   1>               EXAMPLE:  name="*_i" will match any field ending in _i (like myid_i, z_i)
   [junit4]   1>               RESTRICTION: the glob-like pattern in the name attribute must have a "*" only at the start or the end.  -->
   [junit4]   1>           
   [junit4]   1>            <dynamicField name="*_i"  type="pint"    indexed="true"  stored="true"/>
   [junit4]   1>            <dynamicField name="*_is" type="pints"    indexed="true"  stored="true"/>
   [junit4]   1>            <dynamicField name="*_s"  type="string"  indexed="true"  stored="true" />
   [junit4]   1>            <dynamicField name="*_ss" type="strings"  indexed="true"  stored="true"/>
   [junit4]   1>            <dynamicField name="*_l"  type="plong"   indexed="true"  stored="true"/>
   [junit4]   1>            <dynamicField name="*_ls" type="plongs"   indexed="true"  stored="true"/>
   [junit4]   1>            <dynamicField name="*_txt" type="text_general" indexed="true" stored="true"/>
   [junit4]   1>            <dynamicField name="*_b"  type="boolean" indexed="true" stored="true"/>
   [junit4]   1>            <dynamicField name="*_bs" type="booleans" indexed="true" stored="true"/>
   [junit4]   1>            <dynamicField name="*_f"  type="pfloat"  indexed="true"  stored="true"/>
   [junit4]   1>            <dynamicField name="*_fs" type="pfloats"  indexed="true"  stored="true"/>
   [junit4]   1>            <dynamicField name="*_d"  type="pdouble" indexed="true"  stored="true"/>
   [junit4]   1>            <dynamicField name="*_ds" type="pdoubles" indexed="true"  stored="true"/>
   [junit4]   1>        
   [junit4]   1>            <!-- Type used for data-driven schema, to add a string copy for each text field -->
   [junit4]   1>            <dynamicField name="*_str" type="strings" stored="false" docValues="true" indexed="false" />
   [junit4]   1>        
   [junit4]   1>            <dynamicField name="*_dt"  type="pdate"    indexed="true"  stored="true"/>
   [junit4]   1>            <dynamicField name="*_dts" type="pdate"    indexed="true"  stored="true" multiValued="true"/>
   [junit4]   1>            <dynamicField name="*_p"  type="location" indexed="true" stored="true"/>
   [junit4]   1>            <dynamicField name="*_srpt"  type="location_rpt" indexed="true" stored="true"/>
   [junit4]   1>            
   [junit4]   1>            <!-- payloaded dynamic fields -->
   [junit4]   1>            <dynamicField name="*_dpf" type="delimited_payloads_float" indexed="true"  stored="true"/>
   [junit4]   1>            <dynamicField name="*_dpi" type="delimited_payloads_int" indexed="true"  stored="true"/>
   [junit4]   1>            <dynamicField name="*_dps" type="delimited_payloads_string" indexed="true"  stored="true"/>
   [junit4]   1>        
   [junit4]   1>            <dynamicField name="attr_*" type="text_general" indexed="true" stored="true" multiValued="true"/>
   [junit4]   1>        
   [junit4]   1>            <!-- Field to use to determine and enforce document uniqueness.
   [junit4]   1>              Unless this field is marked with required="false", it will be a required field
   [junit4]   1>            -->
   [junit4]   1>            <uniqueKey>id</uniqueKey>
   [junit4]   1>        
   [junit4]   1>            <!-- copyField commands copy one field to another at the time a document
   [junit4]   1>               is added to the index.  It's used either to index the same field differently,
   [junit4]   1>               or to add multiple fields to the same field for easier/faster searching.
   [junit4]   1>        
   [junit4]   1>            <copyField source="sourceFieldName" dest="destinationFieldName"/>
   [junit4]   1>            -->
   [junit4]   1>        
   [junit4]   1>            <!-- field type definitions. The "name" attribute is
   [junit4]   1>               just a label to be used by field definitions.  The "class"
   [junit4]   1>               attribute and any other attributes determine the real
   [junit4]   1>               behavior of the fieldType.
   [junit4]   1>                 Class names starting with "solr" refer to java classes in a
   [junit4]   1>               standard package such as org.apache.solr.analysis
   [junit4]   1>            -->
   [junit4]   1>        
   [junit4]   1>            <!-- sortMissingLast and sortMissingFirst attributes are optional attributes are
   [junit4]   1>                 currently supported on types that are sorted internally as strings
   [junit4]   1>                 and on numeric types.
   [junit4]   1>               This includes "string", "boolean", "pint", "pfloat", "plong", "pdate", "pdouble".
   [junit4]   1>               - If sortMissingLast="true", then a sort on this field will cause documents
   [junit4]   1>                 without the field to come after documents with the field,
   [junit4]   1>                 regardless of the requested sort order (asc or desc).
   [junit4]   1>               - If sortMissingFirst="true", then a sort on this field will cause documents
   [junit4]   1>                 without the field to come before documents with the field,
   [junit4]   1>                 regardless of the requested sort order.
   [junit4]   1>               - If sortMissingLast="false" and sortMissingFirst="false" (the default),
   [junit4]   1>                 then default lucene sorting will be used which places docs without the
   [junit4]   1>                 field first in an ascending sort and last in a descending sort.
   [junit4]   1>            -->
   [junit4]   1>        
   [junit4]   1>            <!-- The StrField type is not analyzed, but indexed/stored verbatim. -->
   [junit4]   1>            <fieldType name="string" class="solr.StrField" sortMissingLast="true" docValues="true" />
   [junit4]   1>            <fieldType name="strings" class="solr.StrField" sortMissingLast="true" multiValued="true" docValues="true" />
   [junit4]   1>        
   [junit4]   1>            <!-- boolean type: "true" or "false" -->
   [junit4]   1>            <fieldType name="boolean" class="solr.BoolField" sortMissingLast="true"/>
   [junit4]   1>            <fieldType name="booleans" class="solr.BoolField" sortMissingLast="true" multiValued="true"/>
   [junit4]   1>        
   [junit4]   1>            <!--
   [junit4]   1>              Numeric field types that index values using KD-trees.
   [junit4]   1>              Point fields don't support FieldCache, so they must have docValues="true" if needed for sorting, faceting, functions, etc.
   [junit4]   1>            -->
   [junit4]   1>            <fieldType name="pint" class="solr.IntPointField" docValues="true"/>
   [junit4]   1>            <fieldType name="pfloat" class="solr.FloatPointField" docValues="true"/>
   [junit4]   1>            <fieldType name="plong" class="solr.LongPointField" docValues="true"/>
   [junit4]   1>            <fieldType name="pdouble" class="solr.DoublePointField" docValues="true"/>
   [junit4]   1>            
   [junit4]   1>            <fieldType name="pints" class="solr.IntPointField" docValues="true" multiValued="true"/>
   [junit4]   1>            <fieldType name="pfloats" class="solr.FloatPointField" docValues="true" multiValued="true"/>
   [junit4]   1>            <fieldType name="plongs" class="solr.LongPointField" docValues="true" multiValued="true"/>
   [junit4]   1>            <fieldType name="pdoubles" class="solr.DoublePointField" docValues="true" multiValued="true"/>
   [junit4]   1>        
   [junit4]   1>            <!-- The format for this date field is of the form 1995-12-31T23:59:59Z, and
   [junit4]   1>                 is a more restricted form of the canonical representation of dateTime
   [junit4]   1>                 http://www.w3.org/TR/xmlschema-2/#dateTime    
   [junit4]   1>                 The trailing "Z" designates UTC time and is mandatory.
   [junit4]   1>                 Optional fractional seconds are allowed: 1995-12-31T23:59:59.999Z
   [junit4]   1>                 All other components are mandatory.
   [junit4]   1>        
   [junit4]   1>                 Expressions can also be used to denote calculations that should be
   [junit4]   1>                 performed relative to "NOW" to determine the value, ie...
   [junit4]   1>        
   [junit4]   1>                       NOW/HOUR
   [junit4]   1>                          ... Round to the start of the current hour
   [junit4]   1>                       NOW-1DAY
   [junit4]   1>                          ... Exactly 1 day prior to now
   [junit4]   1>                       NOW/DAY+6MONTHS+3DAYS
   [junit4]   1>                          ... 6 months and 3 days in the future from the start of
   [junit4]   1>                              the current day
   [junit4]   1>                              
   [junit4]   1>              -->
   [junit4]   1>            <!-- KD-tree versions of date fields -->
   [junit4]   1>            <fieldType name="pdate" class="solr.DatePointField" docValues="true"/>
   [junit4]   1>            <fieldType name="pdates" class="solr.DatePointField" docValues="true" multiValued="true"/>
   [junit4]   1>            
   [junit4]   1>            <!--Binary data type. The data should be sent/retrieved in as Base64 encoded Strings -->
   [junit4]   1>            <fieldType name="binary" class="solr.BinaryField"/>
   [junit4]   1>        
   [junit4]   1>            <!-- solr.TextField allows the specification of custom text analyzers
   [junit4]   1>                 specified as a tokenizer and a list of token filters. Different
   [junit4]   1>                 analyzers may be specified for indexing and querying.
   [junit4]   1>        
   [junit4]   1>                 The optional positionIncrementGap puts space between multiple fields of
   [junit4]   1>                 this type on the same document, with the purpose of preventing false phrase
   [junit4]   1>                 matching across fields.
   [junit4]   1>        
   [junit4]   1>                 For more info on customizing your analyzer chain, please see
   [junit4]   1>                 http://lucene.apache.org/solr/guide/understanding-analyzers-tokenizers-and-filters.html#understanding-analyzers-tokenizers-and-filters
   [junit4]   1>             -->
   [junit4]   1>        
   [junit4]   1>            <!-- One can also specify an existing Analyzer class that has a
   [junit4]   1>                 default constructor via the class attribute on the analyzer element.
   [junit4]   1>                 Example:
   [junit4]   1>            <fieldType name="text_greek" class="solr.TextField">
   [junit4]   1>              <analyzer class="org.apache.lucene.analysis.el.GreekAnalyzer"/>
   [junit4]   1>            </fieldType>
   [junit4]   1>            -->
   [junit4]   1>        
   [junit4]   1>            <!-- A text field that only splits on whitespace for exact matching of words -->
   [junit4]   1>            <dynamicField name="*_ws" type="text_ws"  indexed="true"  stored="true"/>
   [junit4]   1>            <fieldType name="text_ws" class="solr.TextField" positionIncrementGap="100">
   [junit4]   1>              <analyzer>
   [junit4]   1>                <tokenizer class="solr.WhitespaceTokenizerFactory"/>
   [junit4]   1>              </analyzer>
   [junit4]   1>            </fieldType>
   [junit4]   1>        
   [junit4]   1>            <!-- A general text field that has reasonable, generic
   [junit4]   1>                 cross-language defaults: it tokenizes with StandardTokenizer,
   [junit4]   1>        	       removes stop words from case-insensitive "stopwords.txt"
   [junit4]   1>        	       (empty by default), and down cases.  At query time only, it
   [junit4]   1>        	       also applies synonyms.
   [junit4]   1>        	  -->
   [junit4]   1>            <fieldType name="text_general" class="solr.TextField" positionIncrementGap="100" multiValued="true">
   [junit4]   1>              <analyzer type="index">
   [junit4]   1>                <tokenizer class="solr.StandardTokenizerFactory"/>
   [junit4]   1>                <filter class="solr.StopFilterFactory" ignoreCase="true" words="stopwords.txt" />
   [junit4]   1>                <!-- in this example, we will only use synonyms at query time
   [junit4]   1>                

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

ale.metrics.MetricRegistry@245d83c2
   [junit4]   2> 210101 INFO  (zkCallback-174-thread-2-processing-n:127.0.0.1:64475_igs%2Fuc) [n:127.0.0.1:64475_igs%2Fuc    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 210101 INFO  (zkCallback-156-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 210105 INFO  (coreCloseExecutor-544-thread-1) [n:127.0.0.1:64475_igs%2Fuc c:collection1 s:shard1 r:core_node44 x:collection1_shard1_replica_n43] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=673836824
   [junit4]   2> 210110 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1611984f93c000d, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 210113 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1a34d376{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 210113 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@44de1da5{/igs/uc,null,UNAVAILABLE}
   [junit4]   2> 210113 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 210119 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 42492
   [junit4]   2> 210119 ERROR (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 210122 INFO  (TEST-RollingRestartTest.test-seed#[4DD3A648D35DC9B7]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58082 58082
   [junit4]   2> 210166 INFO  (Thread-122) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58082 58082
   [junit4]   2> 210167 WARN  (Thread-122) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/aliases.json
   [junit4]   2> 	7	/solr/security.json
   [junit4]   2> 	7	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	14	/solr/autoscaling.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	9	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	14	/solr/overseer/queue-work
   [junit4]   2> 	12	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	10	/solr/overseer/collection-queue-work
   [junit4]   2> 	9	/solr/live_nodes
   [junit4]   2> 	9	/solr/collections
   [junit4]   2> 	5	/solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> 210168 INFO  (SUITE-RollingRestartTest-seed#[4DD3A648D35DC9B7]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Jan 21, 2018 4:20:52 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> Jan 21, 2018 4:21:12 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.cloud.RollingRestartTest: 
   [junit4]   2>    1) Thread[id=978, name=qtp1660790768-978, state=TIMED_WAITING, group=TGRP-RollingRestartTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Jan 21, 2018 4:21:12 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=978, name=qtp1660790768-978, state=TIMED_WAITING, group=TGRP-RollingRestartTest]
   [junit4]   2> Jan 21, 2018 4:21:15 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=978, name=qtp1660790768-978, state=TIMED_WAITING, group=TGRP-RollingRestartTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1273, maxMBSortInHeap=7.242748469927479, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@f01e7a7), locale=ca, timezone=Pacific/Truk
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=2,free=32510888,total=320864256
   [junit4]   2> NOTE: All tests run in this JVM: [SubstringBytesRefFilterTest, TestExtendedDismaxParser, TestCloudPseudoReturnFields, CachingDirectoryFactoryTest, TermVectorComponentTest, CollectionsAPIDistributedZkTest, TestSolrIndexConfig, SortByFunctionTest, TestShardHandlerFactory, CdcrReplicationDistributedZkTest, TestQueryWrapperFilter, TestPerFieldSimilarityWithDefaultOverride, CoreAdminHandlerTest, RollingRestartTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RollingRestartTest -Dtests.seed=4DD3A648D35DC9B7 -Dtests.slow=true -Dtests.locale=ca -Dtests.timezone=Pacific/Truk -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | RollingRestartTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.RollingRestartTest: 
   [junit4]    >    1) Thread[id=978, name=qtp1660790768-978, state=TIMED_WAITING, group=TGRP-RollingRestartTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4DD3A648D35DC9B7]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=978, name=qtp1660790768-978, state=TIMED_WAITING, group=TGRP-RollingRestartTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4DD3A648D35DC9B7]:0)
   [junit4] Completed [41/768 (1!)] on J1 in 75.12s, 1 test, 2 errors <<< FAILURES!

[...truncated 50407 lines...]

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1642 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1642/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
Index: 0, Size: 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
	at __randomizedtesting.SeedInfo.seed([F2E14C588B4CC928:E6A9170DA84B7436]:0)
	at java.util.ArrayList.rangeCheck(ArrayList.java:657)
	at java.util.ArrayList.get(ArrayList.java:433)
	at org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12428 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> 1247512 INFO  (SUITE-TestReplicationHandler-seed#[F2E14C588B4CC928]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/init-core-data-001
   [junit4]   2> 1247512 WARN  (SUITE-TestReplicationHandler-seed#[F2E14C588B4CC928]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1247512 INFO  (SUITE-TestReplicationHandler-seed#[F2E14C588B4CC928]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1247512 INFO  (SUITE-TestReplicationHandler-seed#[F2E14C588B4CC928]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 1247517 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRateLimitedReplication
   [junit4]   2> 1247518 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-001/collection1
   [junit4]   2> 1247521 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1247521 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1247521 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1247521 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1247522 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76dcc9f3{/solr,null,AVAILABLE}
   [junit4]   2> 1247524 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@73353c26{HTTP/1.1,[http/1.1]}{127.0.0.1:45426}
   [junit4]   2> 1247524 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.Server Started @1251232ms
   [junit4]   2> 1247524 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=45426}
   [junit4]   2> 1247524 ERROR (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1247524 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 1247524 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1247524 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1247524 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-23T18:53:32.483Z
   [junit4]   2> 1247524 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-001/solr.xml
   [junit4]   2> 1247527 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1247527 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1247528 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1247564 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce
   [junit4]   2> 1247571 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce
   [junit4]   2> 1247572 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce
   [junit4]   2> 1247573 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-001/.
   [junit4]   2> 1247573 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1247574 INFO  (coreLoadExecutor-3734-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1247583 INFO  (coreLoadExecutor-3734-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1247592 INFO  (coreLoadExecutor-3734-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1247593 INFO  (coreLoadExecutor-3734-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1247593 INFO  (coreLoadExecutor-3734-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-001/./collection1, trusted=true
   [junit4]   2> 1247593 INFO  (coreLoadExecutor-3734-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce
   [junit4]   2> 1247593 INFO  (coreLoadExecutor-3734-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1247593 INFO  (coreLoadExecutor-3734-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-001/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1247594 INFO  (coreLoadExecutor-3734-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=24.380859375, floorSegmentMB=2.0146484375, forceMergeDeletesPctAllowed=17.18956807539398, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1247644 INFO  (coreLoadExecutor-3734-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1247644 INFO  (coreLoadExecutor-3734-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1247645 INFO  (coreLoadExecutor-3734-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=30.330078125, floorSegmentMB=1.0908203125, forceMergeDeletesPctAllowed=4.317674716165529, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1247645 INFO  (coreLoadExecutor-3734-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@848fe4b[collection1] main]
   [junit4]   2> 1247645 INFO  (coreLoadExecutor-3734-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-001/collection1/conf
   [junit4]   2> 1247646 INFO  (coreLoadExecutor-3734-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1247646 INFO  (coreLoadExecutor-3734-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1247647 INFO  (searcherExecutor-3735-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@848fe4b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1248149 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-002/collection1
   [junit4]   2> 1248153 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1248155 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1248155 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1248155 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1248155 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7d18f62f{/solr,null,AVAILABLE}
   [junit4]   2> 1248156 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@71bcfa10{HTTP/1.1,[http/1.1]}{127.0.0.1:34090}
   [junit4]   2> 1248156 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.Server Started @1251865ms
   [junit4]   2> 1248156 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=34090}
   [junit4]   2> 1248156 ERROR (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1248156 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 1248157 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1248157 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1248157 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-23T18:53:33.116Z
   [junit4]   2> 1248157 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-002/solr.xml
   [junit4]   2> 1248161 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1248161 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1248162 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1248202 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce
   [junit4]   2> 1248210 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce
   [junit4]   2> 1248210 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce
   [junit4]   2> 1248211 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-002/.
   [junit4]   2> 1248211 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1248212 INFO  (coreLoadExecutor-3744-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1248227 INFO  (coreLoadExecutor-3744-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1248232 INFO  (coreLoadExecutor-3744-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1248239 INFO  (coreLoadExecutor-3744-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1248239 INFO  (coreLoadExecutor-3744-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-002/./collection1, trusted=true
   [junit4]   2> 1248240 INFO  (coreLoadExecutor-3744-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce
   [junit4]   2> 1248240 INFO  (coreLoadExecutor-3744-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1248240 INFO  (coreLoadExecutor-3744-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-002/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 1248241 INFO  (coreLoadExecutor-3744-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=24.380859375, floorSegmentMB=2.0146484375, forceMergeDeletesPctAllowed=17.18956807539398, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1248282 INFO  (coreLoadExecutor-3744-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1248282 INFO  (coreLoadExecutor-3744-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1248282 INFO  (coreLoadExecutor-3744-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=30.330078125, floorSegmentMB=1.0908203125, forceMergeDeletesPctAllowed=4.317674716165529, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1248283 INFO  (coreLoadExecutor-3744-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e66e85b[collection1] main]
   [junit4]   2> 1248283 INFO  (coreLoadExecutor-3744-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-002/collection1/conf
   [junit4]   2> 1248285 INFO  (coreLoadExecutor-3744-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 1248285 INFO  (coreLoadExecutor-3744-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1248286 INFO  (searcherExecutor-3745-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1e66e85b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1248290 INFO  (qtp1715246061-14031) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1248290 INFO  (indexFetcher-3749-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1248290 INFO  (indexFetcher-3749-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1248290 INFO  (indexFetcher-3749-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1248290 INFO  (indexFetcher-3749-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1248290 INFO  (indexFetcher-3749-thread-1) [    x:collection1] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 1248291 INFO  (qtp1715246061-14032) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1248291 INFO  (qtp1715246061-14032) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:*} 0 1
   [junit4]   2> 1248291 INFO  (indexFetcher-3749-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1248291 INFO  (indexFetcher-3749-thread-1) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@627ca68d commitCommandVersion:0
   [junit4]   2> 1248293 INFO  (indexFetcher-3749-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@15e72da1[collection1] main]
   [junit4]   2> 1248293 INFO  (indexFetcher-3749-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1248294 INFO  (qtp2042352673-14048) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1248295 INFO  (qtp2042352673-14048) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1248295 INFO  (searcherExecutor-3745-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@15e72da1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1248295 INFO  (qtp1715246061-14035) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1248295 INFO  (qtp1715246061-14035) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@e23d0b3 commitCommandVersion:0
   [junit4]   2> 1248296 INFO  (qtp1715246061-14035) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7aa0c265[collection1] main]
   [junit4]   2> 1248297 INFO  (qtp1715246061-14035) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1248298 INFO  (searcherExecutor-3735-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7aa0c265[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1248298 INFO  (qtp1715246061-14035) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 3
   [junit4]   2> 1248299 INFO  (qtp2042352673-14050) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1248299 INFO  (qtp2042352673-14050) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@627ca68d commitCommandVersion:0
   [junit4]   2> 1248299 INFO  (qtp2042352673-14050) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7e8a5f01[collection1] main]
   [junit4]   2> 1248300 INFO  (qtp2042352673-14050) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1248301 INFO  (searcherExecutor-3745-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7e8a5f01[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1248301 INFO  (qtp2042352673-14050) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 2
   [junit4]   2> 1248302 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@73353c26{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1248302 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=849142078
   [junit4]   2> 1248303 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1248303 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3a5c61f6: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@32e306f2
   [junit4]   2> 1248307 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1248307 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@72c29548: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4b4e2127
   [junit4]   2> 1248311 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1248311 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@23d1d230: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@79068879
   [junit4]   2> 1248312 INFO  (coreCloseExecutor-3750-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4eede504
   [junit4]   2> 1248312 INFO  (coreCloseExecutor-3750-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1324213508
   [junit4]   2> 1248312 INFO  (coreCloseExecutor-3750-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@77c899dd: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@699b3f29
   [junit4]   2> 1248322 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@76dcc9f3{/solr,null,UNAVAILABLE}
   [junit4]   2> 1248322 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1248324 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@71bcfa10{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1248324 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1344749002
   [junit4]   2> 1248324 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1248324 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@50055408: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@6285c593
   [junit4]   2> 1248328 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1248328 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@a7c2a4a: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4b4e2127
   [junit4]   2> 1248331 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1248331 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7d96daf9: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@79068879
   [junit4]   2> 1248332 INFO  (coreCloseExecutor-3752-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@766813d1
   [junit4]   2> 1248332 INFO  (coreCloseExecutor-3752-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1986532305
   [junit4]   2> 1248332 INFO  (coreCloseExecutor-3752-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@58513a14: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@3df38fa
   [junit4]   2> 1248338 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7d18f62f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1248338 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1248342 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1248343 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1248343 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1248343 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1248344 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2dde581c{/solr,null,AVAILABLE}
   [junit4]   2> 1248345 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@75e46f0b{HTTP/1.1,[http/1.1]}{127.0.0.1:50856}
   [junit4]   2> 1248345 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.Server Started @1252054ms
   [junit4]   2> 1248345 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=50856}
   [junit4]   2> 1248345 ERROR (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1248345 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 1248345 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1248345 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1248345 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-23T18:53:33.304Z
   [junit4]   2> 1248345 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-001/solr.xml
   [junit4]   2> 1248348 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1248348 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1248352 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1248385 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce
   [junit4]   2> 1248388 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce
   [junit4]   2> 1248388 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce
   [junit4]   2> 1248394 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-001/.
   [junit4]   2> 1248394 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1248394 INFO  (coreLoadExecutor-3759-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1248407 INFO  (coreLoadExecutor-3759-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1248411 INFO  (coreLoadExecutor-3759-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1248416 INFO  (coreLoadExecutor-3759-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1248416 INFO  (coreLoadExecutor-3759-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-001/./collection1, trusted=true
   [junit4]   2> 1248416 INFO  (coreLoadExecutor-3759-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce
   [junit4]   2> 1248417 INFO  (coreLoadExecutor-3759-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1248417 INFO  (coreLoadExecutor-3759-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-001/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1248418 INFO  (coreLoadExecutor-3759-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=887374111, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1248455 INFO  (coreLoadExecutor-3759-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1248455 INFO  (coreLoadExecutor-3759-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1248456 INFO  (coreLoadExecutor-3759-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5316247777999025]
   [junit4]   2> 1248457 INFO  (coreLoadExecutor-3759-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6bc9be90[collection1] main]
   [junit4]   2> 1248457 INFO  (coreLoadExecutor-3759-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-001/collection1/conf
   [junit4]   2> 1248458 INFO  (coreLoadExecutor-3759-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1248458 INFO  (searcherExecutor-3760-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6bc9be90[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1248462 INFO  (qtp1184983723-14072) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0]} 0 1
   [junit4]   2> 1248463 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 1248464 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 1248465 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 1248465 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 1248468 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5]} 0 2
   [junit4]   2> 1248469 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 1248469 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 1248469 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 1248470 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 1248470 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 1248470 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 1248471 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 1248471 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 1248474 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14]} 0 2
   [junit4]   2> 1248475 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 1248475 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 1248476 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17]} 0 0
   [junit4]   2> 1248477 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 1248477 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 1248480 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20]} 0 2
   [junit4]   2> 1248481 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 1248481 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22]} 0 0
   [junit4]   2> 1248482 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 1248483 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 1248483 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 1248483 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 1248484 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27]} 0 0
   [junit4]   2> 1248486 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28]} 0 1
   [junit4]   2> 1248486 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 1248487 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30]} 0 0
   [junit4]   2> 1248487 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 1248488 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32]} 0 0
   [junit4]   2> 1248488 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33]} 0 0
   [junit4]   2> 1248488 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 1248490 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 1248490 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36]} 0 0
   [junit4]   2> 1248491 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37]} 0 0
   [junit4]   2> 1248491 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38]} 0 0
   [junit4]   2> 1248492 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39]} 0 0
   [junit4]   2> 1248492 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40]} 0 0
   [junit4]   2> 1248493 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 1248494 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42]} 0 0
   [junit4]   2> 1248494 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43]} 0 0
   [junit4]   2> 1248495 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44]} 0 0
   [junit4]   2> 1248495 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45]} 0 0
   [junit4]   2> 1248495 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46]} 0 0
   [junit4]   2> 1248496 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47]} 0 0
   [junit4]   2> 1248496 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48]} 0 0
   [junit4]   2> 1248497 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49]} 0 0
   [junit4]   2> 1248497 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50]} 0 0
   [junit4]   2> 1248499 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51]} 0 1
   [junit4]   2> 1248499 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[52]} 0 0
   [junit4]   2> 1248500 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[53]} 0 0
   [junit4]   2> 1248500 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[54]} 0 0
   [junit4]   2> 1248500 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55]} 0 0
   [junit4]   2> 1248501 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[56]} 0 0
   [junit4]   2> 1248501 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[57]} 0 0
   [junit4]   2> 1248505 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[58]} 0 0
   [junit4]   2> 1248506 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[59]} 0 0
   [junit4]   2> 1248507 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[60]} 0 0
   [junit4]   2> 1248508 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[61]} 0 0
   [junit4]   2> 1248508 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[62]} 0 0
   [junit4]   2> 1248514 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[63]} 0 0
   [junit4]   2> 1248514 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[64]} 0 0
   [junit4]   2> 1248515 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[65]} 0 0
   [junit4]   2> 1248515 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[66]} 0 0
   [junit4]   2> 1248516 INFO  (qtp1184983723-14076) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[67]} 0 0
   [junit4]   2> 1248516 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1248516 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@57d1be29 commitCommandVersion:0
   [junit4]   2> 1248533 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@21ed4a97[collection1] main]
   [junit4]   2> 1248533 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1248534 INFO  (searcherExecutor-3760-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@21ed4a97[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c68)))}
   [junit4]   2> 1248534 INFO  (qtp1184983723-14078) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 17
   [junit4]   2> 1248535 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@75e46f0b{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1248535 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=587616558
   [junit4]   2> 1248535 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1248535 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@69436c00: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@d02ac02
   [junit4]   2> 1248540 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1248540 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3a0c6c0b: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4b4e2127
   [junit4]   2> 1248543 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1248543 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3da253c5: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@79068879
   [junit4]   2> 1248544 INFO  (coreCloseExecutor-3764-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@54aabb52
   [junit4]   2> 1248544 INFO  (coreCloseExecutor-3764-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1420475218
   [junit4]   2> 1248544 INFO  (coreCloseExecutor-3764-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4d004660: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@14607182
   [junit4]   2> 1248554 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2dde581c{/solr,null,UNAVAILABLE}
   [junit4]   2> 1248555 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1248557 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1248559 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1248559 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1248559 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1248559 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@229cea34{/solr,null,AVAILABLE}
   [junit4]   2> 1248559 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7f194a5f{HTTP/1.1,[http/1.1]}{127.0.0.1:32785}
   [junit4]   2> 1248560 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.Server Started @1252269ms
   [junit4]   2> 1248560 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=32785}
   [junit4]   2> 1248560 ERROR (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1248560 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 1248560 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1248560 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1248560 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-23T18:53:33.519Z
   [junit4]   2> 1248560 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-001/solr.xml
   [junit4]   2> 1248564 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1248564 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1248564 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1248616 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce
   [junit4]   2> 1248624 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce
   [junit4]   2> 1248624 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce
   [junit4]   2> 1248626 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-001/.
   [junit4]   2> 1248626 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1248626 INFO  (coreLoadExecutor-3771-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1248640 INFO  (coreLoadExecutor-3771-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1248651 INFO  (coreLoadExecutor-3771-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1248652 INFO  (coreLoadExecutor-3771-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1248652 INFO  (coreLoadExecutor-3771-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-001/./collection1, trusted=true
   [junit4]   2> 1248653 INFO  (coreLoadExecutor-3771-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce
   [junit4]   2> 1248653 INFO  (coreLoadExecutor-3771-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1248653 INFO  (coreLoadExecutor-3771-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-001/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1248707 INFO  (coreLoadExecutor-3771-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1248707 INFO  (coreLoadExecutor-3771-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1248708 INFO  (coreLoadExecutor-3771-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=887374111, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1248710 INFO  (coreLoadExecutor-3771-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@58764db0[collection1] main]
   [junit4]   2> 1248710 INFO  (coreLoadExecutor-3771-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-001/collection1/conf
   [junit4]   2> 1248711 INFO  (coreLoadExecutor-3771-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1248711 INFO  (searcherExecutor-3772-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@58764db0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c68)))}
   [junit4]   2> 1248713 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1248714 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1248714 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1248714 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1248714 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b89a95e{/solr,null,AVAILABLE}
   [junit4]   2> 1248715 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@caf4c1a{HTTP/1.1,[http/1.1]}{127.0.0.1:48266}
   [junit4]   2> 1248715 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.Server Started @1252424ms
   [junit4]   2> 1248715 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=48266}
   [junit4]   2> 1248715 ERROR (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1248715 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 1248715 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1248715 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1248715 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-23T18:53:33.674Z
   [junit4]   2> 1248716 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-002/solr.xml
   [junit4]   2> 1248719 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1248719 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1248720 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1248758 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce
   [junit4]   2> 1248766 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce
   [junit4]   2> 1248766 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce
   [junit4]   2> 1248768 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-002/.
   [junit4]   2> 1248768 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1248769 INFO  (coreLoadExecutor-3781-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1248778 INFO  (coreLoadExecutor-3781-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1248789 INFO  (coreLoadExecutor-3781-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1248791 INFO  (coreLoadExecutor-3781-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1248791 INFO  (coreLoadExecutor-3781-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-002/./collection1, trusted=true
   [junit4]   2> 1248791 INFO  (coreLoadExecutor-3781-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23aa06ce
   [junit4]   2> 1248791 INFO  (coreLoadExecutor-3781-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1248791 INFO  (coreLoadExecutor-3781-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-002/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 1248793 INFO  (coreLoadExecutor-3781-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=887374111, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1248844 INFO  (coreLoadExecutor-3781-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1248844 INFO  (coreLoadExecutor-3781-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1248844 INFO  (coreLoadExecutor-3781-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5316247777999025]
   [junit4]   2> 1248844 INFO  (coreLoadExecutor-3781-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@436372d1[collection1] main]
   [junit4]   2> 1248844 INFO  (coreLoadExecutor-3781-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-002/collection1/conf
   [junit4]   2> 1248844 INFO  (coreLoadExecutor-3781-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1248851 INFO  (searcherExecutor-3782-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@436372d1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1248854 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 1248857 INFO  (qtp792964821-14092) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1248857 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 1248857 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's version: 1516733613475
   [junit4]   2> 1248857 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1248857 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1248857 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 1248859 INFO  (qtp792964821-14093) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist} status=0 QTime=1
   [junit4]   2> 1248860 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Number of files in latest index in master: 4
   [junit4]   2> 1248862 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=887374111, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1248863 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1248864 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-002/collection1/data/index.20180123215333819 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8f14720
   [junit4]   2> 1248864 INFO  (qtp792964821-14097) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.cfe&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1248875 INFO  (qtp792964821-14093) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1248882 INFO  (qtp792964821-14097) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.cfs&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1256526 INFO  (qtp792964821-14093) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1256526 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=401267) : 7 secs (57323 bytes/sec) to MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001/solr-instance-002/collection1/data/index.20180123215333819 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8f14720
   [junit4]   2> 1256529 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5316247777999025]
   [junit4]   2> 1256530 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1256531 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@12999ccc[collection1] main]
   [junit4]   2> 1256532 INFO  (searcherExecutor-3782-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@12999ccc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c68)))}
   [junit4]   2> 1256533 INFO  (qtp473153012-14109) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={wait=true&masterUrl=http://127.0.0.1:32785/solr/collection1/replication&command=fetchindex} status=0 QTime=7682
   [junit4]   2> 1256537 INFO  (qtp473153012-14113) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 1256539 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 68 docs
   [junit4]   2> 1256539 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.h.TestReplicationHandler approximateTimeInSeconds = 0.0 timeTakenInSeconds = 7
   [junit4]   2> 1256539 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRateLimitedReplication
   [junit4]   2> 1256541 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7f194a5f{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1256541 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1016293038
   [junit4]   2> 1256541 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1256541 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@47e868ed: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3e76eace
   [junit4]   2> 1256545 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1256545 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@36abc08c: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4b4e2127
   [junit4]   2> 1256548 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1256548 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@98e43b2: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@79068879
   [junit4]   2> 1256549 INFO  (coreCloseExecutor-3787-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3d7274f9
   [junit4]   2> 1256549 INFO  (coreCloseExecutor-3787-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1030911225
   [junit4]   2> 1256549 INFO  (coreCloseExecutor-3787-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@bbb0a22: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@676e5599
   [junit4]   2> 1256558 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@229cea34{/solr,null,UNAVAILABLE}
   [junit4]   2> 1256558 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1256562 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@caf4c1a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1256562 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=628306724
   [junit4]   2> 1256563 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-see

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

uedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1318891 INFO  (qtp979242296-15168) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={tlogFile=../dir/traversal&command=filecontent} status=403 QTime=0
   [junit4]   2> 1318891 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[F2E14C588B4CC928]) [    ] o.a.s.SolrTestCaseJ4 ###Ending doTestIllegalFilePaths
   [junit4]   2> 1318893 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1b3b9138{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1318893 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=236284502
   [junit4]   2> 1318894 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1318894 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1ced7240: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3192f2bc
   [junit4]   2> 1318897 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1318897 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@15fa6049: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4b4e2127
   [junit4]   2> 1318899 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1318899 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@58ef98c9: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@79068879
   [junit4]   2> 1318900 INFO  (coreCloseExecutor-4423-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4b0827
   [junit4]   2> 1318900 INFO  (coreCloseExecutor-4423-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=4917287
   [junit4]   2> 1318900 INFO  (coreCloseExecutor-4423-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4096a081: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@32d695a7
   [junit4]   2> 1318913 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@64dd7018{/solr,null,UNAVAILABLE}
   [junit4]   2> 1318913 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1318917 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6106241e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1318917 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[F2E14C588B4CC928]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1406209851
   [junit4]   2> 1318917 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1318918 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6d7c1144: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2992f072
   [junit4]   2> 1318922 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1318922 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5efcf603: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4b4e2127
   [junit4]   2> 1318925 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1318925 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[F2E14C588B4CC928]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2e08ec7a: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@79068879
   [junit4]   2> 1318925 INFO  (coreCloseExecutor-4425-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3c5389f3
   [junit4]   2> 1318925 INFO  (coreCloseExecutor-4425-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1012107763
   [junit4]   2> 1318925 INFO  (coreCloseExecutor-4425-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@45cb2af: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1c98c94e
   [junit4]   2> 1318931 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@30378970{/solr,null,UNAVAILABLE}
   [junit4]   2> 1318931 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[F2E14C588B4CC928]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F2E14C588B4CC928-001
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=20939, maxDocsPerChunk=652, blockSize=6), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=20939, blockSize=6)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@64eb7e5c), locale=es-GT, timezone=W-SU
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=1,free=113237272,total=260898816
   [junit4]   2> NOTE: All tests run in this JVM: [CacheHeaderTest, TestExactStatsCache, TestGroupingSearch, DistributedSuggestComponentTest, HdfsCollectionsAPIDistributedZkTest, PreAnalyzedFieldManagedSchemaCloudTest, BadCopyFieldTest, DocumentBuilderTest, TestShortCircuitedRequests, V2StandaloneTest, CollectionsAPIAsyncDistributedZkTest, TestNodeLostTrigger, FileUtilsTest, TestBackupRepositoryFactory, CdcrUpdateLogTest, CopyFieldTest, TestOnReconnectListenerSupport, SolrIndexConfigTest, HttpPartitionTest, TestSkipOverseerOperations, LeaderFailoverAfterPartitionTest, TestMultiValuedNumericRangeQuery, MetricsHandlerTest, TestUtilizeNode, TestManagedResource, TestGeoJSONResponseWriter, TestReload, MBeansHandlerTest, NodeLostTriggerTest, MergeStrategyTest, DeleteShardTest, TestSystemCollAutoCreate, CloudMLTQParserTest, UnloadDistributedZkTest, SolrCoreTest, PluginInfoTest, TestRTimerTree, TestMultiWordSynonyms, TestSuggestSpellingConverter, TestComplexPhraseQParserPlugin, TestLargeCluster, CdcrVersionReplicationTest, SolrCloudExampleTest, TestFieldResource, TestBinaryField, TestNumericTerms64, AtomicUpdateProcessorFactoryTest, TestOmitPositions, SolrMetricManagerTest, AnalysisAfterCoreReloadTest, TestDocBasedVersionConstraints, TestPostingsSolrHighlighter, TriggerIntegrationTest, TestQueryUtils, SpatialFilterTest, TermVectorComponentDistributedTest, TestSQLHandler, BasicDistributedZkTest, TestHttpShardHandlerFactory, TestManagedSynonymFilterFactory, VersionInfoTest, LeaderElectionTest, SampleTest, ConcurrentDeleteAndCreateCollectionTest, TestMergePolicyConfig, TestCharFilters, TestClusterProperties, ConfigureRecoveryStrategyTest, BinaryUpdateRequestHandlerTest, TestLFUCache, TestDistributedStatsComponentCardinality, SortSpecParsingTest, LeaderElectionIntegrationTest, TestRealTimeGet, DistributedFacetExistsSmallTest, DeleteNodeTest, TestAuthenticationFramework, CursorMarkTest, TestSimpleQParserPlugin, MetricTriggerTest, DateFieldTest, SolrCloudReportersTest, RegexBytesRefFilterTest, SimpleCollectionCreateDeleteTest, PingRequestHandlerTest, TestSolrDeletionPolicy1, HdfsChaosMonkeySafeLeaderTest, HLLSerializationTest, MultiTermTest, OpenExchangeRatesOrgProviderTest, MoveReplicaHDFSTest, ConvertedLegacyTest, SOLR749Test, TestReplicationHandler]
   [junit4] Completed [221/768 (1!)] on J0 in 71.44s, 16 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 49817 lines...]

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1641 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1641/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.AliasIntegrationTest.test

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:63990/solr within 10000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:63990/solr within 10000 ms
	at __randomizedtesting.SeedInfo.seed([8B0770F4C39B4E88:3534F2E6D672370]:0)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:182)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:119)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:109)
	at org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:276)
	at org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:155)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:827)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.cloud.AliasIntegrationTest.searchSeveralWays(AliasIntegrationTest.java:461)
	at org.apache.solr.cloud.AliasIntegrationTest.searchSeveralWays(AliasIntegrationTest.java:487)
	at org.apache.solr.cloud.AliasIntegrationTest.searchSeveralWays(AliasIntegrationTest.java:447)
	at org.apache.solr.cloud.AliasIntegrationTest.test(AliasIntegrationTest.java:379)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:63990/solr within 10000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:232)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:174)
	... 52 more




Build Log:
[...truncated 13280 lines...]
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_8B0770F4C39B4E88-001/init-core-data-001
   [junit4]   2> 2487581 WARN  (SUITE-AliasIntegrationTest-seed#[8B0770F4C39B4E88]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2487582 INFO  (SUITE-AliasIntegrationTest-seed#[8B0770F4C39B4E88]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2487583 INFO  (SUITE-AliasIntegrationTest-seed#[8B0770F4C39B4E88]-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> 2487584 INFO  (SUITE-AliasIntegrationTest-seed#[8B0770F4C39B4E88]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2487584 INFO  (SUITE-AliasIntegrationTest-seed#[8B0770F4C39B4E88]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_8B0770F4C39B4E88-001/tempDir-001
   [junit4]   2> 2487584 INFO  (SUITE-AliasIntegrationTest-seed#[8B0770F4C39B4E88]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2487585 INFO  (Thread-6593) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2487585 INFO  (Thread-6593) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2487587 ERROR (Thread-6593) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2487685 INFO  (SUITE-AliasIntegrationTest-seed#[8B0770F4C39B4E88]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:63990
   [junit4]   2> 2487688 INFO  (zkConnectionManagerCallback-4289-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2487692 INFO  (jetty-launcher-4286-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2487692 INFO  (jetty-launcher-4286-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2487704 INFO  (jetty-launcher-4286-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2487704 INFO  (jetty-launcher-4286-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2487704 INFO  (jetty-launcher-4286-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2487704 INFO  (jetty-launcher-4286-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@cbf25b0{/solr,null,AVAILABLE}
   [junit4]   2> 2487705 INFO  (jetty-launcher-4286-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@53a488f4{HTTP/1.1,[http/1.1]}{127.0.0.1:42011}
   [junit4]   2> 2487705 INFO  (jetty-launcher-4286-thread-1) [    ] o.e.j.s.Server Started @2492767ms
   [junit4]   2> 2487705 INFO  (jetty-launcher-4286-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2487705 INFO  (jetty-launcher-4286-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42011}
   [junit4]   2> 2487705 INFO  (jetty-launcher-4286-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2487705 INFO  (jetty-launcher-4286-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2487705 ERROR (jetty-launcher-4286-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2487706 INFO  (jetty-launcher-4286-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2487706 INFO  (jetty-launcher-4286-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2487706 INFO  (jetty-launcher-4286-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2487706 INFO  (jetty-launcher-4286-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18b724aa{/solr,null,AVAILABLE}
   [junit4]   2> 2487706 INFO  (jetty-launcher-4286-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-23T02:09:35.637Z
   [junit4]   2> 2487706 INFO  (jetty-launcher-4286-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@413a29e2{HTTP/1.1,[http/1.1]}{127.0.0.1:47609}
   [junit4]   2> 2487706 INFO  (jetty-launcher-4286-thread-2) [    ] o.e.j.s.Server Started @2492768ms
   [junit4]   2> 2487706 INFO  (jetty-launcher-4286-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=47609}
   [junit4]   2> 2487706 ERROR (jetty-launcher-4286-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2487706 INFO  (jetty-launcher-4286-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2487707 INFO  (jetty-launcher-4286-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2487707 INFO  (jetty-launcher-4286-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2487707 INFO  (jetty-launcher-4286-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-23T02:09:35.638Z
   [junit4]   2> 2487708 INFO  (zkConnectionManagerCallback-4291-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2487709 INFO  (zkConnectionManagerCallback-4293-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2487709 INFO  (jetty-launcher-4286-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2487709 INFO  (jetty-launcher-4286-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2487717 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x16120c71d1d0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2487717 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x16120c71d1d0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2487719 INFO  (jetty-launcher-4286-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63990/solr
   [junit4]   2> 2487719 INFO  (jetty-launcher-4286-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63990/solr
   [junit4]   2> 2487721 INFO  (zkConnectionManagerCallback-4299-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2487721 INFO  (zkConnectionManagerCallback-4301-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2487725 INFO  (zkConnectionManagerCallback-4305-thread-1-processing-n:127.0.0.1:42011_solr) [n:127.0.0.1:42011_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2487725 INFO  (zkConnectionManagerCallback-4303-thread-1-processing-n:127.0.0.1:47609_solr) [n:127.0.0.1:47609_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2487893 INFO  (jetty-launcher-4286-thread-1) [n:127.0.0.1:42011_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2487893 INFO  (jetty-launcher-4286-thread-1) [n:127.0.0.1:42011_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42011_solr
   [junit4]   2> 2487894 INFO  (jetty-launcher-4286-thread-1) [n:127.0.0.1:42011_solr    ] o.a.s.c.Overseer Overseer (id=99396706337882118-127.0.0.1:42011_solr-n_0000000000) starting
   [junit4]   2> 2487902 INFO  (jetty-launcher-4286-thread-1) [n:127.0.0.1:42011_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42011_solr
   [junit4]   2> 2487964 INFO  (jetty-launcher-4286-thread-2) [n:127.0.0.1:47609_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2487966 INFO  (jetty-launcher-4286-thread-2) [n:127.0.0.1:47609_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2487968 INFO  (jetty-launcher-4286-thread-2) [n:127.0.0.1:47609_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47609_solr
   [junit4]   2> 2487992 INFO  (zkCallback-4302-thread-1-processing-n:127.0.0.1:47609_solr) [n:127.0.0.1:47609_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2487993 INFO  (OverseerStateUpdate-99396706337882118-127.0.0.1:42011_solr-n_0000000000) [n:127.0.0.1:42011_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2488043 INFO  (jetty-launcher-4286-thread-2) [n:127.0.0.1:47609_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47609.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5017e98
   [junit4]   2> 2488048 INFO  (jetty-launcher-4286-thread-2) [n:127.0.0.1:47609_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47609.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5017e98
   [junit4]   2> 2488048 INFO  (jetty-launcher-4286-thread-2) [n:127.0.0.1:47609_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47609.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5017e98
   [junit4]   2> 2488049 INFO  (jetty-launcher-4286-thread-2) [n:127.0.0.1:47609_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_8B0770F4C39B4E88-001/tempDir-001/node2/.
   [junit4]   2> 2488082 INFO  (jetty-launcher-4286-thread-1) [n:127.0.0.1:42011_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42011.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5017e98
   [junit4]   2> 2488088 INFO  (jetty-launcher-4286-thread-1) [n:127.0.0.1:42011_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42011.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5017e98
   [junit4]   2> 2488088 INFO  (jetty-launcher-4286-thread-1) [n:127.0.0.1:42011_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42011.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5017e98
   [junit4]   2> 2488089 INFO  (jetty-launcher-4286-thread-1) [n:127.0.0.1:42011_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_8B0770F4C39B4E88-001/tempDir-001/node1/.
   [junit4]   2> 2488105 INFO  (zkConnectionManagerCallback-4311-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2488109 INFO  (zkConnectionManagerCallback-4315-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2488110 INFO  (SUITE-AliasIntegrationTest-seed#[8B0770F4C39B4E88]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2488112 INFO  (SUITE-AliasIntegrationTest-seed#[8B0770F4C39B4E88]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63990/solr ready
   [junit4]   2> 2488130 INFO  (TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[8B0770F4C39B4E88]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteOneOfTwoCollectionsAliased
   [junit4]   2> 2488131 INFO  (qtp732390204-21565) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=collection_one&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2488134 INFO  (OverseerThreadFactory-8500-thread-1-processing-n:127.0.0.1:42011_solr) [n:127.0.0.1:42011_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection_one
   [junit4]   2> 2488247 INFO  (OverseerStateUpdate-99396706337882118-127.0.0.1:42011_solr-n_0000000000) [n:127.0.0.1:42011_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_one",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection_one_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42011/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2488251 INFO  (OverseerStateUpdate-99396706337882118-127.0.0.1:42011_solr-n_0000000000) [n:127.0.0.1:42011_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_one",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection_one_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:47609/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2488453 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection_one_shard1_replica_n1&action=CREATE&numShards=2&collection=collection_one&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2488453 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2488454 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection_one_shard2_replica_n2&action=CREATE&numShards=2&collection=collection_one&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2488454 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2488558 INFO  (zkCallback-4302-thread-1-processing-n:127.0.0.1:47609_solr) [n:127.0.0.1:47609_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2488558 INFO  (zkCallback-4304-thread-1-processing-n:127.0.0.1:42011_solr) [n:127.0.0.1:42011_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2488559 INFO  (zkCallback-4304-thread-2-processing-n:127.0.0.1:42011_solr) [n:127.0.0.1:42011_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2488559 INFO  (zkCallback-4302-thread-2-processing-n:127.0.0.1:47609_solr) [n:127.0.0.1:47609_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2489468 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2489480 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2489483 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.s.IndexSchema [collection_one_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2489486 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2489486 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection_one_shard1_replica_n1' using configuration from collection collection_one, trusted=true
   [junit4]   2> 2489486 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42011.solr.core.collection_one.shard1.replica_n1' (registry 'solr.core.collection_one.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5017e98
   [junit4]   2> 2489486 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2489486 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore [[collection_one_shard1_replica_n1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_8B0770F4C39B4E88-001/tempDir-001/node1/collection_one_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_8B0770F4C39B4E88-001/tempDir-001/node1/./collection_one_shard1_replica_n1/data/]
   [junit4]   2> 2489486 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.s.IndexSchema [collection_one_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 2489488 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2489489 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection_one_shard2_replica_n2' using configuration from collection collection_one, trusted=true
   [junit4]   2> 2489489 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47609.solr.core.collection_one.shard2.replica_n2' (registry 'solr.core.collection_one.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5017e98
   [junit4]   2> 2489489 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2489489 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SolrCore [[collection_one_shard2_replica_n2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_8B0770F4C39B4E88-001/tempDir-001/node2/collection_one_shard2_replica_n2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_8B0770F4C39B4E88-001/tempDir-001/node2/./collection_one_shard2_replica_n2/data/]
   [junit4]   2> 2489547 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2489547 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2489548 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2489548 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2489549 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@36008f91[collection_one_shard2_replica_n2] main]
   [junit4]   2> 2489550 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2489550 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2489550 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2489551 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2489551 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2489551 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2489552 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2489552 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590347303467614208
   [junit4]   2> 2489552 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@251705be[collection_one_shard1_replica_n1] main]
   [junit4]   2> 2489553 INFO  (searcherExecutor-8506-thread-1-processing-n:127.0.0.1:47609_solr x:collection_one_shard2_replica_n2 s:shard2 c:collection_one r:core_node4) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SolrCore [collection_one_shard2_replica_n2] Registered new searcher Searcher@36008f91[collection_one_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2489553 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2489554 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2489554 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2489555 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590347303470759936
   [junit4]   2> 2489555 INFO  (searcherExecutor-8505-thread-1-processing-n:127.0.0.1:42011_solr x:collection_one_shard1_replica_n1 s:shard1 c:collection_one r:core_node3) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore [collection_one_shard1_replica_n1] Registered new searcher Searcher@251705be[collection_one_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2489557 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2489557 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2489557 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:47609/solr/collection_one_shard2_replica_n2/
   [junit4]   2> 2489558 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2489558 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SyncStrategy http://127.0.0.1:47609/solr/collection_one_shard2_replica_n2/ has no replicas
   [junit4]   2> 2489558 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2489561 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2489561 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2489561 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42011/solr/collection_one_shard1_replica_n1/
   [junit4]   2> 2489561 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2489561 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:42011/solr/collection_one_shard1_replica_n1/ has no replicas
   [junit4]   2> 2489561 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2489564 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:47609/solr/collection_one_shard2_replica_n2/ shard2
   [junit4]   2> 2489567 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42011/solr/collection_one_shard1_replica_n1/ shard1
   [junit4]   2> 2489669 INFO  (zkCallback-4304-thread-1-processing-n:127.0.0.1:42011_solr) [n:127.0.0.1:42011_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2489669 INFO  (zkCallback-4304-thread-2-processing-n:127.0.0.1:42011_solr) [n:127.0.0.1:42011_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2489669 INFO  (zkCallback-4302-thread-2-processing-n:127.0.0.1:47609_solr) [n:127.0.0.1:47609_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2489669 INFO  (zkCallback-4302-thread-1-processing-n:127.0.0.1:47609_solr) [n:127.0.0.1:47609_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2489718 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2489719 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2489720 INFO  (qtp1866632679-21552) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection_one_shard2_replica_n2&action=CREATE&numShards=2&collection=collection_one&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1267
   [junit4]   2> 2489721 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection_one_shard1_replica_n1&action=CREATE&numShards=2&collection=collection_one&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1268
   [junit4]   2> 2489725 INFO  (qtp732390204-21565) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2489824 INFO  (zkCallback-4302-thread-1-processing-n:127.0.0.1:47609_solr) [n:127.0.0.1:47609_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2489824 INFO  (zkCallback-4304-thread-1-processing-n:127.0.0.1:42011_solr) [n:127.0.0.1:42011_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2489824 INFO  (zkCallback-4302-thread-2-processing-n:127.0.0.1:47609_solr) [n:127.0.0.1:47609_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2489824 INFO  (zkCallback-4304-thread-2-processing-n:127.0.0.1:42011_solr) [n:127.0.0.1:42011_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2490137 INFO  (OverseerCollectionConfigSetProcessor-99396706337882118-127.0.0.1:42011_solr-n_0000000000) [n:127.0.0.1:42011_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2490727 INFO  (qtp732390204-21565) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=collection_one&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2597
   [junit4]   2> 2490728 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=collection_two&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2490731 INFO  (OverseerThreadFactory-8500-thread-2-processing-n:127.0.0.1:42011_solr) [n:127.0.0.1:42011_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection_two
   [junit4]   2> 2490948 INFO  (OverseerStateUpdate-99396706337882118-127.0.0.1:42011_solr-n_0000000000) [n:127.0.0.1:42011_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_two",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection_two_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:47609/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2491151 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection_two_shard1_replica_n1&action=CREATE&numShards=1&collection=collection_two&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2491259 INFO  (zkCallback-4302-thread-2-processing-n:127.0.0.1:47609_solr) [n:127.0.0.1:47609_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_two/state.json] for collection [collection_two] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2491259 INFO  (zkCallback-4302-thread-1-processing-n:127.0.0.1:47609_solr) [n:127.0.0.1:47609_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_two/state.json] for collection [collection_two] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2492163 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2492179 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.s.IndexSchema [collection_two_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2492181 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2492181 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection_two_shard1_replica_n1' using configuration from collection collection_two, trusted=true
   [junit4]   2> 2492181 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47609.solr.core.collection_two.shard1.replica_n1' (registry 'solr.core.collection_two.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5017e98
   [junit4]   2> 2492181 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2492181 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SolrCore [[collection_two_shard1_replica_n1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_8B0770F4C39B4E88-001/tempDir-001/node2/collection_two_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_8B0770F4C39B4E88-001/tempDir-001/node2/./collection_two_shard1_replica_n1/data/]
   [junit4]   2> 2492218 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2492218 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2492219 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2492219 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2492220 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6fbce677[collection_two_shard1_replica_n1] main]
   [junit4]   2> 2492222 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2492222 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2492222 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2492222 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590347306267312128
   [junit4]   2> 2492223 INFO  (searcherExecutor-8515-thread-1-processing-n:127.0.0.1:47609_solr x:collection_two_shard1_replica_n1 s:shard1 c:collection_two r:core_node2) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SolrCore [collection_two_shard1_replica_n1] Registered new searcher Searcher@6fbce677[collection_two_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2492228 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2492228 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2492228 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:47609/solr/collection_two_shard1_replica_n1/
   [junit4]   2> 2492228 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2492228 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:47609/solr/collection_two_shard1_replica_n1/ has no replicas
   [junit4]   2> 2492228 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2492232 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:47609/solr/collection_two_shard1_replica_n1/ shard1
   [junit4]   2> 2492335 INFO  (zkCallback-4302-thread-1-processing-n:127.0.0.1:47609_solr) [n:127.0.0.1:47609_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_two/state.json] for collection [collection_two] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2492335 INFO  (zkCallback-4302-thread-2-processing-n:127.0.0.1:47609_solr) [n:127.0.0.1:47609_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_two/state.json] for collection [collection_two] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2492386 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2492389 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection_two_shard1_replica_n1&action=CREATE&numShards=1&collection=collection_two&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1238
   [junit4]   2> 2492391 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2492491 INFO  (zkCallback-4302-thread-1-processing-n:127.0.0.1:47609_solr) [n:127.0.0.1:47609_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_two/state.json] for collection [collection_two] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2492491 INFO  (zkCallback-4302-thread-2-processing-n:127.0.0.1:47609_solr) [n:127.0.0.1:47609_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_two/state.json] for collection [collection_two] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2492733 INFO  (OverseerCollectionConfigSetProcessor-99396706337882118-127.0.0.1:42011_solr-n_0000000000) [n:127.0.0.1:42011_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2493394 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=collection_two&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2666
   [junit4]   2> 2493397 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_one_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection_one:4&wt=javabin&version=2}{add=[1 (1590347307499388928)]} 0 0
   [junit4]   2> 2493399 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1590347307501486080,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2493399 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2493399 INFO  (qtp732390204-21561) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1590347307501486080,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2493399 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2493399 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [collection_one_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:42011/solr/collection_one_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 2493399 INFO  (qtp732390204-21561) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@c63dd3d commitCommandVersion:1590347307501486080
   [junit4]   2> 2493401 INFO  (qtp732390204-21561) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5dc008a0[collection_one_shard1_replica_n1] main]
   [junit4]   2> 2493401 INFO  (qtp732390204-21561) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2493402 INFO  (searcherExecutor-8505-thread-1-processing-n:127.0.0.1:42011_solr x:collection_one_shard1_replica_n1 s:shard1 c:collection_one r:core_node3) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore [collection_one_shard1_replica_n1] Registered new searcher Searcher@5dc008a0[collection_one_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1)))}
   [junit4]   2> 2493402 INFO  (qtp732390204-21561) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_one_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:42011/solr/collection_one_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 3
   [junit4]   2> 2493403 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_one_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection_one:4&commit=true&wt=javabin&version=2}{commit=} 0 4
   [junit4]   2> 2493405 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_two_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection_two:4&wt=javabin&version=2}{add=[10 (1590347307506728960), 11 (1590347307507777536)]} 0 0
   [junit4]   2> 2493406 INFO  (qtp1866632679-21559) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1590347307508826112,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2493406 INFO  (qtp1866632679-21559) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4e5652 commitCommandVersion:1590347307508826112
   [junit4]   2> 2493407 INFO  (qtp1866632679-21559) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@776db0c5[collection_two_shard1_replica_n1] main]
   [junit4]   2> 2493407 INFO  (qtp1866632679-21559) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2493408 INFO  (searcherExecutor-8515-thread-1-processing-n:127.0.0.1:47609_solr x:collection_two_shard1_replica_n1 s:shard1 c:collection_two r:core_node2) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SolrCore [collection_two_shard1_replica_n1] Registered new searcher Searcher@776db0c5[collection_two_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C2)))}
   [junit4]   2> 2493408 INFO  (qtp1866632679-21559) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_two_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection_two:4&commit=true&wt=javabin&version=2}{commit=} 0 2
   [junit4]   2> 2493410 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=collection_one,collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2493520 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=collection_one,collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2} status=0 QTime=109
   [junit4]   2> 2493523 INFO  (qtp1866632679-21558) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.S.Request [collection_one_shard2_replica_n2]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection_one,collection_two&shard.url=http://127.0.0.1:47609/solr/collection_one_shard2_replica_n2/&rows=10&version=2&q=*:*&NOW=1516673381452&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 2493523 INFO  (qtp1866632679-21556) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.S.Request [collection_two_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection_one,collection_two&shard.url=http://127.0.0.1:47609/solr/collection_two_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1516673381452&isShard=true&wt=javabin} hits=2 status=0 QTime=0
   [junit4]   2> 2493523 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.S.Request [collection_one_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection_one,collection_two&shard.url=http://127.0.0.1:42011/solr/collection_one_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1516673381452&isShard=true&wt=javabin} hits=1 status=0 QTime=0
   [junit4]   2> 2493524 INFO  (qtp1866632679-21559) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.S.Request [collection_two_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&shards.purpose=64&NOW=1516673381452&ids=11,10&isShard=true&collection=collection_one,collection_two&shard.url=http://127.0.0.1:47609/solr/collection_two_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2493524 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.S.Request [collection_one_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&shards.purpose=64&NOW=1516673381452&ids=1&isShard=true&collection=collection_one,collection_two&shard.url=http://127.0.0.1:42011/solr/collection_one_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2493525 INFO  (qtp1866632679-21554) [n:127.0.0.1:47609_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.S.Request [collection_one_shard2_replica_n2]  webapp=/solr path=/select params={q=*:*&_stateVer_=collection_one:4|collection_two:4&wt=javabin&version=2} hits=3 status=0 QTime=4
   [junit4]   2> 2493525 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params async=cc68e36f-3c32-4909-9429-175dedc11fb0&name=collection_one&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2493527 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=cc68e36f-3c32-4909-9429-175dedc11fb0&name=collection_one&action=DELETE&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2493527 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=cc68e36f-3c32-4909-9429-175dedc11fb0&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2493535 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=cc68e36f-3c32-4909-9429-175dedc11fb0&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 2493536 ERROR (OverseerThreadFactory-8500-thread-4-processing-n:127.0.0.1:42011_solr) [n:127.0.0.1:42011_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: collection_one operation: delete failed:org.apache.solr.common.SolrException: Collection : collection_one is part of alias collection_alias_pair remove or modify the alias before removing this collection.
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.DeleteCollectionCmd.call(DeleteCollectionCmd.java:70)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:251)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:469)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 2493536 INFO  (OverseerCollectionConfigSetProcessor-99396706337882118-127.0.0.1:42011_solr-n_0000000000) [n:127.0.0.1:42011_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2493539 INFO  (OverseerThreadFactory-8500-thread-4-processing-n:127.0.0.1:42011_solr) [n:127.0.0.1:42011_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2494536 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=cc68e36f-3c32-4909-9429-175dedc11fb0&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2494538 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=cc68e36f-3c32-4909-9429-175dedc11fb0&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 2494539 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=cc68e36f-3c32-4909-9429-175dedc11fb0&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2494539 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=cc68e36f-3c32-4909-9429-175dedc11fb0&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2494540 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2494543 INFO  (OverseerCollectionConfigSetProcessor-99396706337882118-127.0.0.1:42011_solr-n_0000000000) [n:127.0.0.1:42011_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2494646 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2} status=0 QTime=106
   [junit4]   2> 2494646 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params async=a4c960df-f328-432e-93d5-c41fa8dff1b4&name=collection_one&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2494648 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=a4c960df-f328-432e-93d5-c41fa8dff1b4&name=collection_one&action=DELETE&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2494648 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=a4c960df-f328-432e-93d5-c41fa8dff1b4&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2494650 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=a4c960df-f328-432e-93d5-c41fa8dff1b4&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2494651 INFO  (OverseerThreadFactory-8500-thread-5-processing-n:127.0.0.1:42011_solr) [n:127.0.0.1:42011_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 2494651 INFO  (OverseerCollectionConfigSetProcessor-99396706337882118-127.0.0.1:42011_solr-n_0000000000) [n:127.0.0.1:42011_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000007 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2494652 INFO  (qtp1866632679-21558) [n:127.0.0.1:47609_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=collection_one_shard2_replica_n2&async=a4c960df-f328-432e-93d5-c41fa8dff1b4375543658916620&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2494652 INFO  (parallelCoreAdminExecutor-8501-thread-1-processing-n:127.0.0.1:47609_solr a4c960df-f328-432e-93d5-c41fa8dff1b4375543658916620 UNLOAD) [n:127.0.0.1:47609_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_one.shard2.replica_n2, tag=null
   [junit4]   2> 2494652 INFO  (parallelCoreAdminExecutor-8501-thread-1-processing-n:127.0.0.1:47609_solr a4c960df-f328-432e-93d5-c41fa8dff1b4375543658916620 UNLOAD) [n:127.0.0.1:47609_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6374037d: rootName = solr_47609, domain = solr.core.collection_one.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.collection_one.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@42d5c833
   [junit4]   2> 2494653 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=collection_one_shard1_replica_n1&async=a4c960df-f328-432e-93d5-c41fa8dff1b4375543658860052&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2494654 INFO  (parallelCoreAdminExecutor-8503-thread-1-processing-n:127.0.0.1:42011_solr a4c960df-f328-432e-93d5-c41fa8dff1b4375543658860052 UNLOAD) [n:127.0.0.1:42011_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_one.shard1.replica_n1, tag=null
   [junit4]   2> 2494654 INFO  (parallelCoreAdminExecutor-8503-thread-1-processing-n:127.0.0.1:42011_solr a4c960df-f328-432e-93d5-c41fa8dff1b4375543658860052 UNLOAD) [n:127.0.0.1:42011_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@732cd866: rootName = solr_42011, domain = solr.core.collection_one.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection_one.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@3d209636
   [junit4]   2> 2494654 INFO  (qtp1866632679-21559) [n:127.0.0.1:47609_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : a4c960df-f328-432e-93d5-c41fa8dff1b4375543658916620
   [junit4]   2> 2494654 INFO  (qtp1866632679-21559) [n:127.0.0.1:47609_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=a4c960df-f328-432e-93d5-c41fa8dff1b4375543658916620&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2494686 INFO  (parallelCoreAdminExecutor-8501-thread-1-processing-n:127.0.0.1:47609_solr a4c960df-f328-432e-93d5-c41fa8dff1b4375543658916620 UNLOAD) [n:127.0.0.1:47609_solr    ] o.a.s.c.SolrCore [collection_one_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@3f12d2c1
   [junit4]   2> 2494686 INFO  (parallelCoreAdminExecutor-8501-thread-1-processing-n:127.0.0.1:47609_solr a4c960df-f328-432e-93d5-c41fa8dff1b4375543658916620 UNLOAD) [n:127.0.0.1:47609_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_one.shard2.replica_n2, tag=1058198209
   [junit4]   2> 2494686 INFO  (parallelCoreAdminExecutor-8501-thread-1-processing-n:127.0.0.1:47609_solr a4c960df-f328-432e-93d5-c41fa8dff1b4375543658916620 UNLOAD) [n:127.0.0.1:47609_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection_one.shard2.leader, tag=1058198209
   [junit4]   2> 2494687 INFO  (parallelCoreAdminExecutor-8503-thread-1-processing-n:127.0.0.1:42011_solr a4c960df-f328-432e-93d5-c41fa8dff1b4375543658860052 UNLOAD) [n:127.0.0.1:42011_solr    ] o.a.s.c.SolrCore [collection_one_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@25b02a6
   [junit4]   2> 2494687 INFO  (parallelCoreAdminExecutor-8503-thread-1-processing-n:127.0.0.1:42011_solr a4c960df-f328-432e-93d5-c41fa8dff1b4375543658860052 UNLOAD) [n:127.0.0.1:42011_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_one.shard1.replica_n1, tag=39518886
   [junit4]   2> 2494687 INFO  (parallelCoreAdminExecutor-8503-thread-1-processing-n:127.0.0.1:42011_solr a4c960df-f328-432e-93d5-c41fa8dff1b4375543658860052 UNLOAD) [n:127.0.0.1:42011_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection_one.shard1.leader, tag=39518886
   [junit4]   2> 2495653 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=a4c960df-f328-432e-93d5-c41fa8dff1b4&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2495654 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=a4c960df-f328-432e-93d5-c41fa8dff1b4&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2495655 INFO  (qtp1866632679-21558) [n:127.0.0.1:47609_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : a4c960df-f328-432e-93d5-c41fa8dff1b4375543658916620
   [junit4]   2> 2495655 INFO  (qtp1866632679-21558) [n:127.0.0.1:47609_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=a4c960df-f328-432e-93d5-c41fa8dff1b4375543658916620&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2495656 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : a4c960df-f328-432e-93d5-c41fa8dff1b4375543658860052
   [junit4]   2> 2495656 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=a4c960df-f328-432e-93d5-c41fa8dff1b4375543658860052&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2496365 INFO  (OverseerThreadFactory-8500-thread-5-processing-n:127.0.0.1:42011_solr) [n:127.0.0.1:42011_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000009 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2496658 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=a4c960df-f328-432e-93d5-c41fa8dff1b4&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2496658 INFO  (OverseerCollectionConfigSetProcessor-99396706337882118-127.0.0.1:42011_solr-n_0000000000) [n:127.0.0.1:42011_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000009 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2496659 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=a4c960df-f328-432e-93d5-c41fa8dff1b4&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2496659 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=a4c960df-f328-432e-93d5-c41fa8dff1b4&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2496660 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=a4c960df-f328-432e-93d5-c41fa8dff1b4&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2496662 INFO  (qtp1866632679-21559) [n:127.0.0.1:47609_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.S.Request [collection_two_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=collection_two:4&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 2496667 ERROR (TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[8B0770F4C39B4E88]) [    ] o.a.s.c.s.i.CloudSolrClient Request to collection [collection_one] failed due to (404) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:47609/solr/collection_one: Expected mime type application/octet-stream but got text/html. <html>
   [junit4]   2> <head>
   [junit4]   2> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
   [junit4]   2> <title>Error 404 Can not find: /solr/collection_one/select</title>
   [junit4]   2> </head>
   [junit4]   2> <body><h2>HTTP ERROR 404</h2>
   [junit4]   2> <p>Problem accessing /solr/collection_one/select. Reason:
   [junit4]   2> <pre>    Can not find: /solr/collection_one/select</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.8.v20171121</a><hr/>
   [junit4]   2> 
   [junit4]   2> </body>
   [junit4]   2> </html>
   [junit4]   2> , retry? 0
   [junit4]   2> 2496669 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletealias with params async=292f826d-4ddd-4b19-b541-71887787b86c&name=collection_alias_pair&action=DELETEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2496671 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=292f826d-4ddd-4b19-b541-71887787b86c&name=collection_alias_pair&action=DELETEALIAS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 2496672 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=292f826d-4ddd-4b19-b541-71887787b86c&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2496675 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=292f826d-4ddd-4b19-b541-71887787b86c&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 2496683 INFO  (OverseerThreadFactory-8500-thread-5-processing-n:127.0.0.1:42011_solr) [n:127.0.0.1:42011_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000010 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2497679 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=292f826d-4ddd-4b19-b541-71887787b86c&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2497680 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=292f826d-4ddd-4b19-b541-71887787b86c&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2497681 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=292f826d-4ddd-4b19-b541-71887787b86c&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2497681 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=292f826d-4ddd-4b19-b541-71887787b86c&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2497682 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params async=ae48d3ab-aa93-42ef-ba3a-fbfc51baf0db&name=collection_two&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2497684 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=ae48d3ab-aa93-42ef-ba3a-fbfc51baf0db&name=collection_two&action=DELETE&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 2497685 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=ae48d3ab-aa93-42ef-ba3a-fbfc51baf0db&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2497687 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=ae48d3ab-aa93-42ef-ba3a-fbfc51baf0db&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 2497688 INFO  (OverseerThreadFactory-8500-thread-5-processing-n:127.0.0.1:42011_solr) [n:127.0.0.1:42011_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 2497688 INFO  (OverseerCollectionConfigSetProcessor-99396706337882118-127.0.0.1:42011_solr-n_0000000000) [n:127.0.0.1:42011_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000010 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2497688 INFO  (qtp1866632679-21559) [n:127.0.0.1:47609_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=collection_two_shard1_replica_n1&async=ae48d3ab-aa93-42ef-ba3a-fbfc51baf0db375546696793844&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2497689 INFO  (parallelCoreAdminExecutor-8501-thread-2-processing-n:127.0.0.1:47609_solr ae48d3ab-aa93-42ef-ba3a-fbfc51baf0db375546696793844 UNLOAD) [n:127.0.0.1:47609_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_two.shard1.replica_n1, tag=null
   [junit4]   2> 2497689 INFO  (parallelCoreAdminExecutor-8501-thread-2-processing-n:127.0.0.1:47609_solr ae48d3ab-aa93-42ef-ba3a-fbfc51baf0db375546696793844 UNLOAD) [n:127.0.0.1:47609_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3c577e52: rootName = solr_47609, domain = solr.core.collection_two.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection_two.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@14dee571
   [junit4]   2> 2497689 INFO  (qtp1866632679-21558) [n:127.0.0.1:47609_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : ae48d3ab-aa93-42ef-ba3a-fbfc51baf0db375546696793844
   [junit4]   2> 2497689 INFO  (qtp1866632679-21558) [n:127.0.0.1:47609_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=ae48d3ab-aa93-42ef-ba3a-fbfc51baf0db375546696793844&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2497694 INFO  (parallelCoreAdminExecutor-8501-thread-2-processing-n:127.0.0.1:47609_solr ae48d3ab-aa93-42ef-ba3a-fbfc51baf0db375546696793844 UNLOAD) [n:127.0.0.1:47609_solr    ] o.a.s.c.SolrCore [collection_two_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@18ad45cc
   [junit4]   2> 2497694 INFO  (parallelCoreAdminExecutor-8501-thread-2-processing-n:127.0.0.1:47609_solr ae48d3ab-aa93-42ef-ba3a-fbfc51baf0db375546696793844 UNLOAD) [n:127.0.0.1:47609_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_two.shard1.replica_n1, tag=414008780
   [junit4]   2> 2497694 INFO  (parallelCoreAdminExecutor-8501-thread-2-processing-n:127.0.0.1:47609_solr ae48d3ab-aa93-42ef-ba3a-fbfc51baf0db375546696793844 UNLOAD) [n:127.0.0.1:47609_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection_two.shard1.leader, tag=414008780
   [junit4]   2> 2498688 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=ae48d3ab-aa93-42ef-ba3a-fbfc51baf0db&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2498689 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=ae48d3ab-aa93-42ef-ba3a-fbfc51baf0db&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2498690 INFO  (qtp1866632679-21559) [n:127.0.0.1:47609_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : ae48d3ab-aa93-42ef-ba3a-fbfc51baf0db375546696793844
   [junit4]   2> 2498690 INFO  (qtp1866632679-21559) [n:127.0.0.1:47609_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=ae48d3ab-aa93-42ef-ba3a-fbfc51baf0db375546696793844&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2499399 INFO  (OverseerThreadFactory-8500-thread-5-processing-n:127.0.0.1:42011_solr) [n:127.0.0.1:42011_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000011 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2499690 INFO  (OverseerCollectionConfigSetProcessor-99396706337882118-127.0.0.1:42011_solr-n_0000000000) [n:127.0.0.1:42011_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000011 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2499691 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=ae48d3ab-aa93-42ef-ba3a-fbfc51baf0db&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2499692 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=ae48d3ab-aa93-42ef-ba3a-fbfc51baf0db&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2499692 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=ae48d3ab-aa93-42ef-ba3a-fbfc51baf0db&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2499693 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=ae48d3ab-aa93-42ef-ba3a-fbfc51baf0db&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2499693 INFO  (TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[8B0770F4C39B4E88]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDeleteOneOfTwoCollectionsAliased
   [junit4]   2> 2499711 INFO  (TEST-AliasIntegrationTest.testErrorChecks-seed#[8B0770F4C39B4E88]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testErrorChecks
   [junit4]   2> 2499712 INFO  (qtp732390204-21562) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=testErrorChecks-collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2499714 INFO  (OverseerThreadFactory-8500-thread-5-processing-n:127.0.0.1:42011_solr) [n:127.0.0.1:42011_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testErrorChecks-collection
   [junit4]   2> 2499926 INFO  (OverseerStateUpdate-99396706337882118-127.0.0.1:42011_solr-n_0000000000) [n:127.0.0.1:42011_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testErrorChecks-collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testErrorChecks-collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:47609/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2499929 INFO  (OverseerStateUpdate-99396706337882118-127.0.0.1:42011_solr-n_0000000000) [n:127.0.0.1:42011_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testErrorChecks-collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testErrorChecks-collection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42011/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2500130 INFO  (qtp1866632679-21558) [n:127.0.0.1:47609_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testErrorChecks-collection_shard1_replica_n1&action=CREATE&numShards=2&collection=testErrorChecks-collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2500132 INFO  (qtp732390204-21557) [n:127.0.0.1:42011_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testErrorChecks-collection_shard2_replica_n2&action=CREATE&numShards=2&collection=testErrorChecks-collectio

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

Thread woken up but we are closed, exiting.
   [junit4]   2> 2540255 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x16120c71d1d0006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2540256 INFO  (jetty-closer-4287-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@cbf25b0{/solr,null,UNAVAILABLE}
   [junit4]   2> 2540259 INFO  (jetty-closer-4287-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2540263 INFO  (zkCallback-4302-thread-6-processing-n:127.0.0.1:47609_solr) [n:127.0.0.1:47609_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:47609_solr
   [junit4]   2> 2541768 INFO  (jetty-closer-4287-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@18b724aa{/solr,null,UNAVAILABLE}
   [junit4]   2> 2541769 INFO  (jetty-closer-4287-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2541771 ERROR (SUITE-AliasIntegrationTest-seed#[8B0770F4C39B4E88]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2541772 INFO  (SUITE-AliasIntegrationTest-seed#[8B0770F4C39B4E88]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:63990 63990
   [junit4]   2> 2548327 INFO  (Thread-6593) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:63990 63990
   [junit4]   2> 2548328 WARN  (Thread-6593) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	15	/solr/collections/collection1/state.json
   [junit4]   2> 	15	/solr/collections/testErrorChecks-collection/state.json
   [junit4]   2> 	15	/solr/collections/collection1meta/state.json
   [junit4]   2> 	13	/solr/aliases.json
   [junit4]   2> 	11	/solr/collections/collection_one/state.json
   [junit4]   2> 	11	/solr/collections/collection_old/state.json
   [junit4]   2> 	7	/solr/collections/collection2meta/state.json
   [junit4]   2> 	7	/solr/collections/collection2/state.json
   [junit4]   2> 	6	/solr/collections/collection_two/state.json
   [junit4]   2> 	6	/solr/collections/collection_new/state.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/collections
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_8B0770F4C39B4E88-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3d0b6cec), locale=de, timezone=Zulu
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=1,free=293915496,total=522190848
   [junit4]   2> NOTE: All tests run in this JVM: [SolrXmlInZkTest, TestNoOpRegenerator, ResponseLogComponentTest, TestCloudDeleteByQuery, RankQueryTest, TestIntervalFaceting, TestStandardQParsers, MoveReplicaHDFSFailoverTest, TestDownShardTolerantSearch, UninvertDocValuesMergePolicyTest, BlockJoinFacetDistribTest, TestValueSourceCache, TestMinMaxOnMultiValuedField, TestUnifiedSolrHighlighter, TestDFISimilarityFactory, TestInfoStreamLogging, ShardRoutingTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestDynamicLoading, QueryParsingTest, FacetPivotSmallTest, TestConfigSetsAPI, UUIDUpdateProcessorFallbackTest, TestLMDirichletSimilarityFactory, TestSolrCloudWithHadoopAuthPlugin, TermVectorComponentTest, HighlighterConfigTest, TestAnalyzedSuggestions, TestSolrCloudSnapshots, CdcrReplicationDistributedZkTest, BadIndexSchemaTest, CircularListTest, TestSQLHandlerNonCloud, CurrencyFieldTypeTest, CachingDirectoryFactoryTest, MetricUtilsTest, BadComponentTest, TestSolr4Spatial, SolrCoreCheckLockOnStartupTest, SortByFunctionTest, ClusterStateTest, TestSerializedLuceneMatchVersion, UtilsToolTest, CoreSorterTest, DistributedFacetPivotWhiteBoxTest, SolrSlf4jReporterTest, TestLeaderElectionWithEmptyReplica, SegmentsInfoRequestHandlerTest, DeleteStatusTest, TestCloudPseudoReturnFields, TestDistributedSearch, TestStressLucene, PeerSyncTest, BigEndianAscendingWordDeserializerTest, DistributedSpellCheckComponentTest, JvmMetricsTest, TestManagedSynonymGraphFilterFactory, TestCSVLoader, TestDistributedGrouping, TestClusterStateMutator, CollectionTooManyReplicasTest, TestPrepRecovery, TestCloudNestedDocsSort, EchoParamsTest, TestPolicyCloud, DistributedFacetPivotSmallAdvancedTest, TestWordDelimiterFilterFactory, ShowFileRequestHandlerTest, TestQuerySenderListener, TestSolrQueryResponse, NoCacheHeaderTest, SubstringBytesRefFilterTest, TestPayloadCheckQParserPlugin, HdfsTlogReplayBufferedWhileIndexingTest, DirectUpdateHandlerTest, SolrIndexMetricsTest, TestCrossCoreJoin, TestPullReplicaErrorHandling, CheckHdfsIndexTest, SimpleMLTQParserTest, BooleanFieldTest, TestXmlQParserPlugin, TestLuceneIndexBackCompat, TestHdfsCloudBackupRestore, TestLRUCache, TestIndexingPerformance, IgnoreCommitOptimizeUpdateProcessorFactoryTest, PrimitiveFieldTypeTest, PreAnalyzedFieldTest, FullSolrCloudDistribCmdsTest, OverseerTest, RuleEngineTest, TestExactSharedStatsCache, InfoHandlerTest, TestApiFramework, LeaderElectionContextKeyTest, ZkSolrClientTest, TestHashPartitioner, ExecutePlanActionTest, OverriddenZkACLAndCredentialsProvidersTest, DisMaxRequestHandlerTest, UpdateRequestProcessorFactoryTest, UpdateLogTest, CollectionStateFormat2Test, ZkControllerTest, JavabinLoaderTest, IndexSchemaTest, BlockJoinFacetSimpleTest, TestSearcherReuse, TestTolerantUpdateProcessorRandomCloud, SoftAutoCommitTest, TestUpdate, MinimalSchemaTest, TestTrieFacet, DistribDocExpirationUpdateProcessorTest, TestManagedSchemaThreadSafety, TestStressReorder, AutoscalingHistoryHandlerTest, UpdateParamsTest, TestLuceneMatchVersion, TestTriggerIntegration, TestSolrCloudWithSecureImpersonation, SpellCheckComponentTest, HdfsChaosMonkeyNothingIsSafeTest, TestBulkSchemaAPI, CdcrRequestHandlerTest, BasicDistributedZk2Test, TestSolrConfigHandlerConcurrent, LargeFieldTest, TestLeaderInitiatedRecoveryThread, TestSortByMinMaxFunction, HdfsWriteToMultipleCollectionsTest, TestExpandComponent, DocValuesMissingTest, DocValuesNotIndexedTest, TestFieldCacheReopen, SpellCheckCollatorTest, MoveReplicaTest, TestSolrIndexConfig, TestFastLRUCache, TestNodeAddedTrigger, TestTlogReplica, TestCustomSort, SystemInfoHandlerTest, TestLegacyNumericRangeQueryBuilder, TestEmbeddedSolrServerConstructors, TestFilteredDocIdSet, JsonLoaderTest, MigrateRouteKeyTest, RemoteQueryErrorTest, TestComplexPhraseLeadingWildcard, CreateCollectionCleanupTest, CoreAdminRequestStatusTest, TestCorePropertiesReload, TestStressInPlaceUpdates, SchemaApiFailureTest, TestAuthorizationFramework, SimpleFacetsTest, TestRandomDVFaceting, HdfsNNFailoverTest, SpatialRPTFieldTypeTest, DocumentAnalysisRequestHandlerTest, XsltUpdateRequestHandlerTest, TestMissingGroups, OverseerModifyCollectionTest, TestLMJelinekMercerSimilarityFactory, SpatialHeatmapFacetsTest, ActionThrottleTest, TestConfigOverlay, RegexBoostProcessorTest, BitVectorTest, TestPushWriter, DocValuesTest, TestCoreBackup, TestDFRSimilarityFactory, TestConfig, TestRuleBasedAuthorizationPlugin, DistanceFunctionTest, ReplicaListTransformerTest, DOMUtilTest, SimplePostToolTest, TestBadConfig, TestSolrCloudWithDelegationTokens, CleanupOldIndexTest, DataDrivenBlockJoinTest, CustomHighlightComponentTest, TestReversedWildcardFilterFactory, TestRequestForwarding, SyncSliceTest, OpenCloseCoreStressTest, BasicZkTest, ClusterStateUpdateTest, TestRandomFaceting, TestZkChroot, ShardRoutingCustomTest, TestReload, TestStressVersions, DistributedTermsComponentTest, TestRangeQuery, SolrCoreTest, StatsComponentTest, TestSort, DistributedQueryElevationComponentTest, AnalysisAfterCoreReloadTest, SuggesterFSTTest, SolrRequestParserTest, SuggesterTSTTest, SuggesterTest, TestTrie, SuggesterWFSTTest, TestAtomicUpdateErrorCases, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, DebugComponentTest, IndexBasedSpellCheckerTest, TestWriterPerf, DirectSolrSpellCheckerTest, TestOmitPositions, XmlUpdateRequestHandlerTest, DocumentBuilderTest, FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, TestCollationField, TestCSVResponseWriter, TestPartialUpdateDeduplication, PingRequestHandlerTest, TestLFUCache, TestSolrDeletionPolicy2, TestDocSet, TestBinaryField, NumericFieldsTest, TestFuzzyAnalyzedSuggestions, NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, SynonymTokenizerTest, TestSweetSpotSimilarityFactory, TestIBSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, ScriptEngineTest, URLClassifyProcessorTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, TestDocumentBuilder, SliceStateTest, UUIDFieldTest, FileUtilsTest, TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, TestTolerantSearch, TestJettySolrRunner, AliasIntegrationTest]
   [junit4] Completed [495/768 (1!)] on J1 in 60.76s, 5 tests, 1 error <<< FAILURES!

[...truncated 49007 lines...]

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1640 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1640/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation:     1) Thread[id=29236, name=jetty-launcher-5616-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   1) Thread[id=29236, name=jetty-launcher-5616-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
	at __randomizedtesting.SeedInfo.seed([1836ADAFF73FADF7]:0)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestDistribStateManager.testGetSetRemoveData

Error Message:
Node watch should have fired!

Stack Trace:
java.lang.AssertionError: Node watch should have fired!
	at __randomizedtesting.SeedInfo.seed([1836ADAFF73FADF7:3EA642FDA3B16BFD]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.autoscaling.sim.TestDistribStateManager.testGetSetRemoveData(TestDistribStateManager.java:256)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
expected:<5> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
	at __randomizedtesting.SeedInfo.seed([1836ADAFF73FADF7:75CA09524D7752F0]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:274)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12293 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest
   [junit4]   2> 1042481 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[1836ADAFF73FADF7]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/init-core-data-001
   [junit4]   2> 1042481 WARN  (SUITE-AutoscalingHistoryHandlerTest-seed#[1836ADAFF73FADF7]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=29 numCloses=29
   [junit4]   2> 1042481 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[1836ADAFF73FADF7]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1042483 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[1836ADAFF73FADF7]-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> 1042483 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[1836ADAFF73FADF7]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001
   [junit4]   2> 1042483 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[1836ADAFF73FADF7]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1042483 INFO  (Thread-3646) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1042484 INFO  (Thread-3646) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1042486 ERROR (Thread-3646) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1042583 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[1836ADAFF73FADF7]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:58552
   [junit4]   2> 1042586 INFO  (zkConnectionManagerCallback-1567-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1042590 INFO  (jetty-launcher-1564-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T06:27:37+09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1042590 INFO  (jetty-launcher-1564-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T06:27:37+09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1042591 INFO  (jetty-launcher-1564-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T06:27:37+09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1042592 INFO  (jetty-launcher-1564-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1042592 INFO  (jetty-launcher-1564-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1042592 INFO  (jetty-launcher-1564-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1042593 INFO  (jetty-launcher-1564-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1042593 INFO  (jetty-launcher-1564-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1042593 INFO  (jetty-launcher-1564-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1042593 INFO  (jetty-launcher-1564-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@72c0c436{/solr,null,AVAILABLE}
   [junit4]   2> 1042594 INFO  (jetty-launcher-1564-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6be6a1a4{/solr,null,AVAILABLE}
   [junit4]   2> 1042594 INFO  (jetty-launcher-1564-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1042594 INFO  (jetty-launcher-1564-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1042594 INFO  (jetty-launcher-1564-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1042594 INFO  (jetty-launcher-1564-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@581f1473{/solr,null,AVAILABLE}
   [junit4]   2> 1042598 INFO  (jetty-launcher-1564-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@fca4706{HTTP/1.1,[http/1.1]}{127.0.0.1:36760}
   [junit4]   2> 1042598 INFO  (jetty-launcher-1564-thread-1) [    ] o.e.j.s.Server Started @1045745ms
   [junit4]   2> 1042598 INFO  (jetty-launcher-1564-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36760}
   [junit4]   2> 1042598 ERROR (jetty-launcher-1564-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1042599 INFO  (jetty-launcher-1564-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 1042599 INFO  (jetty-launcher-1564-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1042599 INFO  (jetty-launcher-1564-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1042599 INFO  (jetty-launcher-1564-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-22T14:17:42.797Z
   [junit4]   2> 1042600 INFO  (jetty-launcher-1564-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@25a0685{HTTP/1.1,[http/1.1]}{127.0.0.1:37738}
   [junit4]   2> 1042600 INFO  (jetty-launcher-1564-thread-2) [    ] o.e.j.s.Server Started @1045747ms
   [junit4]   2> 1042600 INFO  (jetty-launcher-1564-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37738}
   [junit4]   2> 1042600 ERROR (jetty-launcher-1564-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1042600 INFO  (jetty-launcher-1564-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 1042600 INFO  (jetty-launcher-1564-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1042600 INFO  (jetty-launcher-1564-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1042600 INFO  (jetty-launcher-1564-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-22T14:17:42.798Z
   [junit4]   2> 1042602 INFO  (jetty-launcher-1564-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@34682fce{HTTP/1.1,[http/1.1]}{127.0.0.1:54783}
   [junit4]   2> 1042602 INFO  (jetty-launcher-1564-thread-3) [    ] o.e.j.s.Server Started @1045749ms
   [junit4]   2> 1042602 INFO  (jetty-launcher-1564-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54783}
   [junit4]   2> 1042602 ERROR (jetty-launcher-1564-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1042602 INFO  (jetty-launcher-1564-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 1042602 INFO  (jetty-launcher-1564-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1042602 INFO  (jetty-launcher-1564-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1042602 INFO  (jetty-launcher-1564-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-22T14:17:42.800Z
   [junit4]   2> 1042603 INFO  (zkConnectionManagerCallback-1569-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1042604 INFO  (zkConnectionManagerCallback-1571-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1042604 INFO  (jetty-launcher-1564-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1042604 INFO  (jetty-launcher-1564-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1042605 INFO  (zkConnectionManagerCallback-1573-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1042606 INFO  (jetty-launcher-1564-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1042612 INFO  (jetty-launcher-1564-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58552/solr
   [junit4]   2> 1042613 INFO  (jetty-launcher-1564-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58552/solr
   [junit4]   2> 1042613 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1611e3b5e1b0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1042616 INFO  (jetty-launcher-1564-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58552/solr
   [junit4]   2> 1042617 INFO  (zkConnectionManagerCallback-1581-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1042619 INFO  (zkConnectionManagerCallback-1578-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1042619 INFO  (zkConnectionManagerCallback-1585-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1042621 INFO  (zkConnectionManagerCallback-1587-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1042621 INFO  (zkConnectionManagerCallback-1589-thread-1-processing-n:127.0.0.1:54783_solr) [n:127.0.0.1:54783_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1042623 INFO  (zkConnectionManagerCallback-1591-thread-1-processing-n:127.0.0.1:36760_solr) [n:127.0.0.1:36760_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1042779 INFO  (jetty-launcher-1564-thread-2) [n:127.0.0.1:37738_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1042780 INFO  (jetty-launcher-1564-thread-2) [n:127.0.0.1:37738_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37738_solr
   [junit4]   2> 1042782 INFO  (jetty-launcher-1564-thread-2) [n:127.0.0.1:37738_solr    ] o.a.s.c.Overseer Overseer (id=99393907109593095-127.0.0.1:37738_solr-n_0000000000) starting
   [junit4]   2> 1042783 INFO  (jetty-launcher-1564-thread-1) [n:127.0.0.1:36760_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1042786 INFO  (jetty-launcher-1564-thread-1) [n:127.0.0.1:36760_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36760_solr
   [junit4]   2> 1042787 INFO  (jetty-launcher-1564-thread-3) [n:127.0.0.1:54783_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1042788 INFO  (zkCallback-1586-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1042788 INFO  (zkCallback-1590-thread-1-processing-n:127.0.0.1:36760_solr) [n:127.0.0.1:36760_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1042790 INFO  (jetty-launcher-1564-thread-3) [n:127.0.0.1:54783_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1042792 INFO  (jetty-launcher-1564-thread-3) [n:127.0.0.1:54783_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54783_solr
   [junit4]   2> 1042793 INFO  (zkCallback-1590-thread-1-processing-n:127.0.0.1:36760_solr) [n:127.0.0.1:36760_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1042794 INFO  (zkCallback-1588-thread-1-processing-n:127.0.0.1:54783_solr) [n:127.0.0.1:54783_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1042794 INFO  (zkCallback-1586-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1042798 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1042799 DEBUG (OverseerAutoScalingTriggerThread-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 1042800 DEBUG (OverseerAutoScalingTriggerThread-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1042801 DEBUG (OverseerAutoScalingTriggerThread-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:36760_solr, 127.0.0.1:54783_solr]
   [junit4]   2> 1042801 DEBUG (OverseerAutoScalingTriggerThread-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1042801 DEBUG (OverseerAutoScalingTriggerThread-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1042801 INFO  (jetty-launcher-1564-thread-2) [n:127.0.0.1:37738_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37738_solr
   [junit4]   2> 1042804 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:54783_solr"} current state version: 0
   [junit4]   2> 1042804 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:54783_solr
   [junit4]   2> 1042804 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:37738_solr"} current state version: 0
   [junit4]   2> 1042804 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:37738_solr
   [junit4]   2> 1042806 INFO  (zkCallback-1586-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1042807 INFO  (zkCallback-1588-thread-1-processing-n:127.0.0.1:54783_solr) [n:127.0.0.1:54783_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1042813 INFO  (zkCallback-1590-thread-1-processing-n:127.0.0.1:36760_solr) [n:127.0.0.1:36760_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1042837 DEBUG (OverseerAutoScalingTriggerThread-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1042847 DEBUG (OverseerAutoScalingTriggerThread-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1042858 DEBUG (ScheduledTrigger-3467-thread-1) [n:127.0.0.1:37738_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 1042877 INFO  (jetty-launcher-1564-thread-1) [n:127.0.0.1:36760_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36760.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e53cd58
   [junit4]   2> 1042883 INFO  (jetty-launcher-1564-thread-1) [n:127.0.0.1:36760_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36760.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e53cd58
   [junit4]   2> 1042883 INFO  (jetty-launcher-1564-thread-1) [n:127.0.0.1:36760_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36760.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e53cd58
   [junit4]   2> 1042883 INFO  (jetty-launcher-1564-thread-1) [n:127.0.0.1:36760_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node1/.
   [junit4]   2> 1042894 INFO  (jetty-launcher-1564-thread-3) [n:127.0.0.1:54783_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54783.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e53cd58
   [junit4]   2> 1042929 INFO  (jetty-launcher-1564-thread-3) [n:127.0.0.1:54783_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54783.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e53cd58
   [junit4]   2> 1042929 INFO  (jetty-launcher-1564-thread-3) [n:127.0.0.1:54783_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54783.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e53cd58
   [junit4]   2> 1042931 INFO  (jetty-launcher-1564-thread-3) [n:127.0.0.1:54783_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node3/.
   [junit4]   2> 1042934 INFO  (jetty-launcher-1564-thread-2) [n:127.0.0.1:37738_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37738.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e53cd58
   [junit4]   2> 1042945 INFO  (jetty-launcher-1564-thread-2) [n:127.0.0.1:37738_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37738.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e53cd58
   [junit4]   2> 1042945 INFO  (jetty-launcher-1564-thread-2) [n:127.0.0.1:37738_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37738.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e53cd58
   [junit4]   2> 1042946 INFO  (jetty-launcher-1564-thread-2) [n:127.0.0.1:37738_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node2/.
   [junit4]   2> 1042976 INFO  (zkConnectionManagerCallback-1599-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1042980 INFO  (zkConnectionManagerCallback-1603-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1042981 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[1836ADAFF73FADF7]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1042983 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[1836ADAFF73FADF7]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58552/solr ready
   [junit4]   2> 1042991 INFO  (qtp791228115-10045) [n:127.0.0.1:54783_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=3&name=AutoscalingHistoryHandlerTest_collection&nrtReplicas=3&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1043001 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 1043006 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.a.c.CreateCollectionCmd Only _default config set found, using it.
   [junit4]   2> 1043006 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/AutoscalingHistoryHandlerTest_collection/protwords.txt
   [junit4]   2> 1043009 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/AutoscalingHistoryHandlerTest_collection/managed-schema
   [junit4]   2> 1043014 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/AutoscalingHistoryHandlerTest_collection/solrconfig.xml
   [junit4]   2> 1043017 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/AutoscalingHistoryHandlerTest_collection/synonyms.txt
   [junit4]   2> 1043019 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/AutoscalingHistoryHandlerTest_collection/stopwords.txt
   [junit4]   2> 1043020 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/AutoscalingHistoryHandlerTest_collection/params.json
   [junit4]   2> 1043026 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/contractions_it.txt
   [junit4]   2> 1043029 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stemdict_nl.txt
   [junit4]   2> 1043031 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_no.txt
   [junit4]   2> 1043033 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_hy.txt
   [junit4]   2> 1043035 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/contractions_ca.txt
   [junit4]   2> 1043037 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_id.txt
   [junit4]   2> 1043040 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ga.txt
   [junit4]   2> 1043042 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_da.txt
   [junit4]   2> 1043045 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_hi.txt
   [junit4]   2> 1043049 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ja.txt
   [junit4]   2> 1043052 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_pt.txt
   [junit4]   2> 1043055 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_hu.txt
   [junit4]   2> 1043058 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_el.txt
   [junit4]   2> 1043060 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ru.txt
   [junit4]   2> 1043062 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_tr.txt
   [junit4]   2> 1043065 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ar.txt
   [junit4]   2> 1043067 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/userdict_ja.txt
   [junit4]   2> 1043070 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_eu.txt
   [junit4]   2> 1043072 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_it.txt
   [junit4]   2> 1043075 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_cz.txt
   [junit4]   2> 1043077 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stoptags_ja.txt
   [junit4]   2> 1043079 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/contractions_fr.txt
   [junit4]   2> 1043082 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_de.txt
   [junit4]   2> 1043084 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_fa.txt
   [junit4]   2> 1043087 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/contractions_ga.txt
   [junit4]   2> 1043089 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ca.txt
   [junit4]   2> 1043091 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_nl.txt
   [junit4]   2> 1043094 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_bg.txt
   [junit4]   2> 1043096 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_lv.txt
   [junit4]   2> 1043099 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_en.txt
   [junit4]   2> 1043102 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_es.txt
   [junit4]   2> 1043104 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ro.txt
   [junit4]   2> 1043107 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_th.txt
   [junit4]   2> 1043109 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_fr.txt
   [junit4]   2> 1043112 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_sv.txt
   [junit4]   2> 1043115 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_fi.txt
   [junit4]   2> 1043117 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/hyphenations_ga.txt
   [junit4]   2> 1043120 INFO  (OverseerThreadFactory-3469-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_gl.txt
   [junit4]   2> 1043130 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 1043130 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 1043131 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 1043235 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54783/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1043235 INFO  (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54783/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1043239 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 1043239 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:54783/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1043240 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37738/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1043240 INFO  (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37738/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1043242 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:54783/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1043242 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:54783/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"http://127.0.0.1:37738/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1043244 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36760/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1043245 INFO  (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36760/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1043247 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:54783/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"http://127.0.0.1:37738/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1043247 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:54783/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"http://127.0.0.1:37738/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node6":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>       "base_url":"http://127.0.0.1:36760/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1043347 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 0
   [junit4]   2> 1043450 INFO  (qtp791228115-10049) [n:127.0.0.1:54783_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=AutoscalingHistoryHandlerTest_collection&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1043450 INFO  (qtp1765961939-10036) [n:127.0.0.1:36760_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=AutoscalingHistoryHandlerTest_collection&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n4&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1043450 INFO  (qtp791228115-10049) [n:127.0.0.1:54783_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1043450 INFO  (qtp1765961939-10036) [n:127.0.0.1:36760_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1043453 INFO  (qtp954207830-10058) [n:127.0.0.1:37738_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=AutoscalingHistoryHandlerTest_collection&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1043453 INFO  (qtp954207830-10058) [n:127.0.0.1:37738_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1043459 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54783/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54783_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1043459 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54783/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54783_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1043459 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node3:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1","base_url":"http://127.0.0.1:54783/solr","node_name":"127.0.0.1:54783_solr","state":"down","type":"NRT"}
   [junit4]   2> 1043459 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:54783/solr",
   [junit4]   2>           "node_name":"127.0.0.1:54783_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:37738/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:36760/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 1043460 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36760/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36760_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1043461 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36760/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36760_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1043461 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node6:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4","base_url":"http://127.0.0.1:36760/solr","node_name":"127.0.0.1:36760_solr","state":"down","type":"NRT"}
   [junit4]   2> 1043461 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:54783/solr",
   [junit4]   2>           "node_name":"127.0.0.1:54783_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:37738/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:36760/solr",
   [junit4]   2>           "node_name":"127.0.0.1:36760_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 1043462 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:37738/solr",
   [junit4]   2>   "node_name":"127.0.0.1:37738_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1043462 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:37738/solr",
   [junit4]   2>   "node_name":"127.0.0.1:37738_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1043462 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node5:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2","base_url":"http://127.0.0.1:37738/solr","node_name":"127.0.0.1:37738_solr","state":"down","type":"NRT"}
   [junit4]   2> 1043462 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:54783/solr",
   [junit4]   2>           "node_name":"127.0.0.1:54783_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:37738/solr",
   [junit4]   2>           "node_name":"127.0.0.1:37738_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:36760/solr",
   [junit4]   2>           "node_name":"127.0.0.1:36760_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 1043563 DEBUG (OverseerStateUpdate-99393907109593095-127.0.0.1:37738_solr-n_0000000000) [n:127.0.0.1:37738_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 1
   [junit4]   2> 1043564 INFO  (zkCallback-1588-thread-1-processing-n:127.0.0.1:54783_solr) [n:127.0.0.1:54783_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1043564 INFO  (zkCallback-1590-thread-1-processing-n:127.0.0.1:36760_solr) [n:127.0.0.1:36760_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1043564 INFO  (zkCallback-1588-thread-2-processing-n:127.0.0.1:54783_solr) [n:127.0.0.1:54783_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1043564 INFO  (zkCallback-1586-thread-1-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1043564 INFO  (zkCallback-1590-thread-2-processing-n:127.0.0.1:36760_solr) [n:127.0.0.1:36760_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1043564 INFO  (zkCallback-1586-thread-2-processing-n:127.0.0.1:37738_solr) [n:127.0.0.1:37738_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1043885 DEBUG (ScheduledTrigger-3467-thread-1) [n:127.0.0.1:37738_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 1044470 INFO  (qtp791228115-10049) [n:127.0.0.1:54783_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1044470 INFO  (qtp791228115-10049) [n:127.0.0.1:54783_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1044471 WARN  (qtp791228115-10049) [n:127.0.0.1:54783_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 1044473 WARN  (qtp791228115-10049) [n:127.0.0.1:54783_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 1044473 WARN  (qtp791228115-10049) [n:127.0.0.1:54783_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 1044473 WARN  (qtp791228115-10049) [n:127.0.0.1:54783_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 1044473 WARN  (qtp791228115-10049) [n:127.0.0.1:54783_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 1044473 WARN  (qtp791228115-10049) [n:127.0.0.1:54783_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 1044474 WARN  (qtp791228115-10049) [n:127.0.0.1:54783_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 1044474 WARN  (qtp791228115-10049) [n:127.0.0.1:54783_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 1044474 INFO  (qtp1765961939-10036) [n:127.0.0.1:36760_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1044474 INFO  (qtp1765961939-10036) [n:127.0.0.1:36760_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1044475 WARN  (qtp1765961939-10036) [n:127.0.0.1:36760_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib
   [junit4]   2> 1044476 WARN  (qtp1765961939-10036) [n:127.0.0.1:36760_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 1044476 WARN  (qtp1765961939-10036) [n:127.0.0.1:36760_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/clustering/lib
   [junit4]   2> 1044476 WARN  (qtp1765961939-10036) [n:127.0.0.1:36760_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 1044476 WARN  (qtp1765961939-10036) [n:127.0.0.1:36760_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/langid/lib
   [junit4]   2> 1044476 WARN  (qtp1765961939-10036) [n:127.0.0.1:36760_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 1044477 WARN  (qtp1765961939-10036) [n:127.0.0.1:36760_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/velocity/lib
   [junit4]   2> 1044477 WARN  (qtp1765961939-10036) [n:127.0.0.1:36760_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 1044480 INFO  (qtp791228115-10049) [n:127.0.0.1:54783_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1044483 INFO  (qtp1765961939-10036) [n:127.0.0.1:36760_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1044485 INFO  (qtp954207830-10058) [n:127.0.0.1:37738_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1044485 INFO  (qtp954207830-10058) [n:127.0.0.1:37738_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1044485 WARN  (qtp954207830-10058) [n:127.0.0.1:37738_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib
   [junit4]   2> 1044485 WARN  (qtp954207830-10058) [n:127.0.0.1:37738_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 1044486 WARN  (qtp954207830-10058) [n:127.0.0.1:37738_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib
   [junit4]   2> 1044486 WARN  (qtp954207830-10058) [n:127.0.0.1:37738_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_1836ADAFF73FADF7-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_

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

   [junit4]   2> 4008376 ERROR (Thread-8356) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 4008472 INFO  (TEST-TestDistribStateManager.testCreateMode-seed#[1836ADAFF73FADF7]) [    ] o.a.s.c.ZkTestServer start zk server on port:42740
   [junit4]   2> 4008479 INFO  (zkConnectionManagerCallback-10080-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4008479 INFO  (TEST-TestDistribStateManager.testCreateMode-seed#[1836ADAFF73FADF7]) [    ] o.a.s.c.a.s.TestDistribStateManager Using org.apache.solr.client.solrj.impl.ZkDistribStateManager
   [junit4]   2> 4008505 INFO  (zkConnectionManagerCallback-10082-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4008505 INFO  (TEST-TestDistribStateManager.testCreateMode-seed#[1836ADAFF73FADF7]) [    ] o.a.s.c.a.s.TestDistribStateManager Using org.apache.solr.client.solrj.impl.ZkDistribStateManager
   [junit4]   2> 4008510 ERROR (TEST-TestDistribStateManager.testCreateMode-seed#[1836ADAFF73FADF7]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 4008513 INFO  (TEST-TestDistribStateManager.testCreateMode-seed#[1836ADAFF73FADF7]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42740 42740
   [junit4]   2> 4008641 INFO  (Thread-8356) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42740 42740
   [junit4]   2> 4008646 INFO  (TEST-TestDistribStateManager.testCreateMode-seed#[1836ADAFF73FADF7]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreateMode
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.sim.TestDistribStateManager_1836ADAFF73FADF7-001
   [junit4]   2> Jan 22, 2018 3:07:08 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(Lucene70): {}, docValues:{}, maxPointsInLeafNode=667, maxMBSortInHeap=5.427549673702562, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@272021db), locale=es-ES, timezone=ART
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=1,free=157933592,total=501219328
   [junit4]   2> NOTE: All tests run in this JVM: [NumericFieldsTest, SuggestComponentContextFilterQueryTest, DirectSolrConnectionTest, SpatialFilterTest, DocumentBuilderTest, TestRTimerTree, TestReloadDeadlock, AddReplicaTest, SpellCheckCollatorWithCollapseTest, QueryEqualityTest, DistributedQueryElevationComponentTest, TestGeoJSONResponseWriter, RegexBytesRefFilterTest, TestCustomStream, TestDistribIDF, CdcrReplicationHandlerTest, TestTolerantUpdateProcessorCloud, SolrIndexConfigTest, StatsComponentTest, TestJavabinTupleStreamParser, TestExclusionRuleCollectionAccess, BinaryUpdateRequestHandlerTest, ImplicitSnitchTest, TestFieldCacheSort, ZkNodePropsTest, SampleTest, UniqFieldsUpdateProcessorFactoryTest, TestBulkSchemaConcurrent, MBeansHandlerTest, TestTrackingShardHandlerFactory, TestPartialUpdateDeduplication, TestPayloadScoreQParserPlugin, TestNumericRangeQuery64, TestSkipOverseerOperations, TestHttpShardHandlerFactory, TestJoin, PeerSyncWithIndexFingerprintCachingTest, ReplaceNodeTest, TestLargeCluster, ZkFailoverTest, LeaderElectionIntegrationTest, TestEmbeddedSolrServerSchemaAPI, TestCharFilters, RestartWhileUpdatingTest, TestStressCloudBlindAtomicUpdates, ConfigureRecoveryStrategyTest, TestSimDistributedQueue, TestMergePolicyConfig, TestConfigSetsAPIExclusivity, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestConfigSets, TestLazyCores, SpellingQueryConverterTest, TestElisionMultitermQuery, TestXIncludeConfig, FileUtilsTest, DistributedFacetExistsSmallTest, MoveReplicaHDFSTest, DirectoryFactoryTest, HdfsUnloadDistributedZkTest, SuggesterFSTTest, QueryElevationComponentTest, TestRecovery, TestNonDefinedSimilarityFactory, TestReload, RequiredFieldsTest, TestFieldCache, MetricsConfigTest, SolrTestCaseJ4Test, TestImplicitCoreProperties, HLLSerializationTest, TestFieldSortValues, ConvertedLegacyTest, TestManagedSynonymFilterFactory, TestUtilizeNode, TermsComponentTest, AnalysisAfterCoreReloadTest, BaseCdcrDistributedZkTest, TestInPlaceUpdatesStandalone, TestDynamicFieldResource, SynonymTokenizerTest, ChangedSchemaMergeTest, TestRandomCollapseQParserPlugin, TestNumericTerms64, TestHalfAndHalfDocValues, TestInitParams, CoreMergeIndexesAdminHandlerTest, SOLR749Test, TestConfigReload, DistributedFacetSimpleRefinementLongTailTest, TestJsonFacets, TestIndexSearcher, BlockCacheTest, HdfsBasicDistributedZkTest, TestCoreAdminApis, TestLocalFSCloudBackupRestore, IndexSchemaRuntimeFieldTest, TestFieldTypeResource, TestConfigSetImmutable, TestIBSimilarityFactory, TestScoreJoinQPScore, TestStressLiveNodes, TestReplicationHandler, TestBinaryField, TestFreeTextSuggestions, TestSchemaResource, TestCoreContainer, PathHierarchyTokenizerFactoryTest, TestNestedDocsSort, SparseHLLTest, TestPhraseSuggestions, TestFieldResource, TestDistributedStatsComponentCardinality, RecoveryAfterSoftCommitTest, TestSQLHandler, TestCursorMarkWithoutUniqueKey, TestBlendedInfixSuggestions, DistanceUnitsTest, ConnectionManagerTest, DeleteNodeTest, TestInitQParser, TestSuggestSpellingConverter, EnumFieldTest, TestPseudoReturnFields, TestPKIAuthenticationPlugin, TestCloudRecovery, LeaderElectionTest, MultiThreadedOCPTest, LeaderInitiatedRecoveryOnCommitTest, TestSimpleTextCodec, TestPostingsSolrHighlighter, TestManagedSchemaAPI, TestCloudInspectUtil, TestSolrJ, InfixSuggestersTest, TestHighlightDedupGrouping, TestHdfsBackupRestoreCore, SignatureUpdateProcessorFactoryTest, TestSolrConfigHandlerCloud, SolrMetricManagerTest, TestEmbeddedSolrServerAdminHandler, MetricTriggerTest, ExplicitHLLTest, TriLevelCompositeIdRoutingTest, SolrPluginUtilsTest, SolrJmxReporterTest, RAMDirectoryFactoryTest, PingRequestHandlerTest, OpenExchangeRatesOrgProviderTest, DistribCursorPagingTest, SecurityConfHandlerTest, TestHdfsUpdateLog, GraphQueryTest, HdfsThreadLeakTest, AlternateDirectoryTest, TestSurroundQueryParser, SolrMetricsIntegrationTest, TestRemoteStreaming, HighlighterTest, ShufflingReplicaListTransformerTest, TestSlowCompositeReaderWrapper, CollectionsAPISolrJTest, RecoveryZkTest, TestShortCircuitedRequests, SharedFSAutoReplicaFailoverTest, SolrRequestParserTest, TestReRankQParserPlugin, ConcurrentDeleteAndCreateCollectionTest, TestClassicSimilarityFactory, TestSolrXml, SolrCloudReportersTest, AutoAddReplicasPlanActionTest, BJQParserTest, SolrCoreTest, SolrInfoBeanTest, V2StandaloneTest, DistribJoinFromCollectionTest, TestMultiValuedNumericRangeQuery, TestRestManager, TestClusterProperties, TestSystemCollAutoCreate, SuggesterTSTTest, TestRandomFlRTGCloud, TestBackupRepositoryFactory, BasicDistributedZkTest, TestZkChroot, ZkCLITest, TestDistributedSearch, TestSolr4Spatial, BadIndexSchemaTest, TestFiltering, DirectUpdateHandlerTest, SolrIndexSplitterTest, SimplePostToolTest, TestExtendedDismaxParser, CoreAdminHandlerTest, TestFoldingMultitermQuery, TestTrie, SuggesterWFSTTest, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, TestUpdate, FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, DocValuesMultiTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, DebugComponentTest, CacheHeaderTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, TestQueryUtils, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, TestValueSourceCache, TermVectorComponentTest, TestIndexingPerformance, MoreLikeThisHandlerTest, TestSolrQueryParser, FastVectorHighlighterTest, IndexSchemaTest, TestJmxIntegration, TestCollationField, ReturnFieldsTest, TestCSVResponseWriter, QueryParsingTest, JsonLoaderTest, SearchHandlerTest, TestLFUCache, TestQuerySenderListener, TestQuerySenderNoQuery, CopyFieldTest, BadComponentTest, MultiTermTest, OutputWriterTest, TestFuzzyAnalyzedSuggestions, SpellPossibilityIteratorTest, EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, TimeZoneUtilsTest, ResourceLoaderTest, TestFastOutputStream, PluginInfoTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, AssignBackwardCompatibilityTest, CreateCollectionCleanupTest, DeleteShardTest, DistributedQueueTest, ForceLeaderTest, LeaderFailoverAfterPartitionTest, MoveReplicaTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, OverseerTaskQueueTest, ReplicationFactorTest, RollingRestartTest, SSLMigrationTest, SolrCloudExampleTest, TestCloudPivotFacet, TestCloudSearcherWarming, TestConfigSetsAPIZkFailure, TestCryptoKeys, TestDistribDocBasedVersion, TestLockTree, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, TestSSLRandomization, TestSegmentSorting, TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt, TestTolerantUpdateProcessorRandomCloud, TlogReplayBufferedWhileIndexingTest, AssignTest, CollectionsAPIDistributedZkTest, SimpleCollectionCreateDeleteTest, TestCollectionAPI, TestCollectionsAPIViaSolrCloudCluster, TestReplicaProperties, TestRequestStatusCollectionAPI, AutoAddReplicasIntegrationTest, ExecutePlanActionTest, HttpTriggerListenerTest, NodeLostTriggerTest, SearchRateTriggerTest, SystemLogListenerTest, TestComputePlanAction, TestDistribStateManager]
   [junit4] Completed [577/768 (3!)] on J0 in 5.80s, 5 tests, 1 failure <<< FAILURES!

[...truncated 48821 lines...]

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1639 - Still Unstable!

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

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.client.solrj.request.SchemaTest

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.client.solrj.request.SchemaTest:     1) Thread[id=1085, name=qtp1969124717-1085, state=TIMED_WAITING, group=TGRP-SchemaTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)    2) Thread[id=1086, name=qtp1969124717-1086, state=TIMED_WAITING, group=TGRP-SchemaTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.client.solrj.request.SchemaTest: 
   1) Thread[id=1085, name=qtp1969124717-1085, state=TIMED_WAITING, group=TGRP-SchemaTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=1086, name=qtp1969124717-1086, state=TIMED_WAITING, group=TGRP-SchemaTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([DE92A41E8E29C895]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.client.solrj.request.SchemaTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=1085, name=qtp1969124717-1085, state=TIMED_WAITING, group=TGRP-SchemaTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)    2) Thread[id=1086, name=qtp1969124717-1086, state=TIMED_WAITING, group=TGRP-SchemaTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=1085, name=qtp1969124717-1085, state=TIMED_WAITING, group=TGRP-SchemaTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=1086, name=qtp1969124717-1086, state=TIMED_WAITING, group=TGRP-SchemaTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([DE92A41E8E29C895]:0)




Build Log:
[...truncated 14924 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.request.SchemaTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/init-core-data-001
   [junit4]   2> 86011 WARN  (SUITE-SchemaTest-seed#[DE92A41E8E29C895]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=8 numCloses=8
   [junit4]   2> 86013 INFO  (SUITE-SchemaTest-seed#[DE92A41E8E29C895]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 86014 INFO  (SUITE-SchemaTest-seed#[DE92A41E8E29C895]-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> 86014 INFO  (SUITE-SchemaTest-seed#[DE92A41E8E29C895]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 86015 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deletingAFieldThatDoesntExistInTheSchemaShouldFail
   [junit4]   2> 86045 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 86045 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 86045 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-003/cores/core
   [junit4]   2> 86046 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T03:27:37+06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 86046 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 86046 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 86046 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 86047 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@55cc88cc{/solr,null,AVAILABLE}
   [junit4]   2> 86048 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5fd53d56{HTTP/1.1,[http/1.1]}{127.0.0.1:35279}
   [junit4]   2> 86048 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.Server Started @88936ms
   [junit4]   2> 86048 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35279, configSetBaseDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-001, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-003/cores}
   [junit4]   2> 86049 ERROR (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 86049 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 86049 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 86049 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 86049 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-22T04:10:41.947Z
   [junit4]   2> 86049 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-001/solr.xml
   [junit4]   2> 86054 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 86096 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 86102 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 86102 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 86103 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-003/cores
   [junit4]   2> 86103 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 86104 INFO  (coreLoadExecutor-224-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 86114 INFO  (coreLoadExecutor-224-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 86126 INFO  (coreLoadExecutor-224-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 86130 INFO  (coreLoadExecutor-224-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 86178 WARN  (coreLoadExecutor-224-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 86178 WARN  (coreLoadExecutor-224-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 86178 INFO  (coreLoadExecutor-224-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 86188 INFO  (coreLoadExecutor-224-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 86190 INFO  (coreLoadExecutor-224-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema, renamed the non-managed schema /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-001/collection1/conf/schema.xml to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-001/collection1/conf/schema.xml.bak
   [junit4]   2> 86190 INFO  (coreLoadExecutor-224-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-001/collection1, trusted=true
   [junit4]   2> 86190 INFO  (coreLoadExecutor-224-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 86192 INFO  (coreLoadExecutor-224-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 86192 INFO  (coreLoadExecutor-224-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-001/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-003/cores/core/data/]
   [junit4]   2> 86238 WARN  (coreLoadExecutor-224-thread-1) [    x:collection1] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 86238 INFO  (coreLoadExecutor-224-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 86238 INFO  (coreLoadExecutor-224-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 86245 INFO  (coreLoadExecutor-224-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ad08316[collection1] main]
   [junit4]   2> 86245 INFO  (coreLoadExecutor-224-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-001/collection1/conf
   [junit4]   2> 86246 INFO  (coreLoadExecutor-224-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 86247 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrJettyTestBase Jetty Assigned Port#35279
   [junit4]   2> 86247 INFO  (searcherExecutor-225-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1ad08316[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 86271 ERROR (qtp660717526-846) [    x:collection1] o.a.s.h.RequestHandlerBase org.apache.solr.api.ApiBag$ExceptionWithErrObject: error processing commands, errors: [{delete-field={name=fieldToBeDeleted}, errorMessages=[The field 'fieldToBeDeleted' is not present in this schema, and so cannot be deleted.
   [junit4]   2> ]}], 
   [junit4]   2> 	at org.apache.solr.handler.SchemaHandler.handleRequestBody(SchemaHandler.java:92)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:455)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 86271 INFO  (qtp660717526-846) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=400 QTime=15
   [junit4]   2> 86273 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5fd53d56{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 86273 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1208957058
   [junit4]   2> 86274 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 86274 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6b52fcdd: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@725874e9
   [junit4]   2> 86278 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 86278 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@61cd0dc7: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@15750624
   [junit4]   2> 86281 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 86281 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@f00b01a: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@114a9052
   [junit4]   2> 86281 INFO  (coreCloseExecutor-229-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5e03274e
   [junit4]   2> 86281 INFO  (coreCloseExecutor-229-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1577264974
   [junit4]   2> 86282 INFO  (coreCloseExecutor-229-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@60fecd65: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@9859cf3
   [junit4]   2> 86290 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@55cc88cc{/solr,null,UNAVAILABLE}
   [junit4]   2> 86290 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 86291 INFO  (TEST-SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 ###Ending deletingAFieldThatDoesntExistInTheSchemaShouldFail
   [junit4]   2> 86294 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testGetDynamicFieldsAccuracy
   [junit4]   2> 86309 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 86309 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 86309 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-006/cores/core
   [junit4]   2> 86310 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T03:27:37+06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 86310 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 86310 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 86310 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 86311 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@47969b19{/solr,null,AVAILABLE}
   [junit4]   2> 86311 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2644a495{HTTP/1.1,[http/1.1]}{127.0.0.1:47353}
   [junit4]   2> 86311 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.Server Started @89198ms
   [junit4]   2> 86311 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=47353, configSetBaseDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-004, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-006/cores}
   [junit4]   2> 86312 ERROR (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 86312 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 86312 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 86312 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 86312 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-22T04:10:42.210Z
   [junit4]   2> 86312 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-004/solr.xml
   [junit4]   2> 86320 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 86349 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 86355 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 86355 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 86356 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-006/cores
   [junit4]   2> 86356 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 86357 INFO  (coreLoadExecutor-236-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 86378 INFO  (coreLoadExecutor-236-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 86386 INFO  (coreLoadExecutor-236-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 86391 INFO  (coreLoadExecutor-236-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 86468 WARN  (coreLoadExecutor-236-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 86468 WARN  (coreLoadExecutor-236-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 86468 INFO  (coreLoadExecutor-236-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 86470 INFO  (coreLoadExecutor-236-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-004/collection1/conf/managed-schema
   [junit4]   2> 86481 INFO  (coreLoadExecutor-236-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema, renamed the non-managed schema /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-004/collection1/conf/schema.xml to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-004/collection1/conf/schema.xml.bak
   [junit4]   2> 86481 INFO  (coreLoadExecutor-236-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-004/collection1, trusted=true
   [junit4]   2> 86481 INFO  (coreLoadExecutor-236-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 86481 INFO  (coreLoadExecutor-236-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 86481 INFO  (coreLoadExecutor-236-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-004/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-006/cores/core/data/]
   [junit4]   2> 86576 WARN  (coreLoadExecutor-236-thread-1) [    x:collection1] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 86576 INFO  (coreLoadExecutor-236-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 86576 INFO  (coreLoadExecutor-236-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 86578 INFO  (coreLoadExecutor-236-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5586fedb[collection1] main]
   [junit4]   2> 86578 INFO  (coreLoadExecutor-236-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-004/collection1/conf
   [junit4]   2> 86579 INFO  (coreLoadExecutor-236-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 86579 INFO  (searcherExecutor-237-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5586fedb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 86580 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrJettyTestBase Jetty Assigned Port#47353
   [junit4]   2> 86594 INFO  (qtp445092248-867) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema/dynamicfields params={wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 86629 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@2644a495{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 86629 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=468148599
   [junit4]   2> 86629 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 86629 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@609ab7fe: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@32b2cb8b
   [junit4]   2> 86633 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 86633 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6af98f5c: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@15750624
   [junit4]   2> 86636 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 86636 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@362dd561: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@114a9052
   [junit4]   2> 86637 INFO  (coreCloseExecutor-241-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@d204072
   [junit4]   2> 86637 INFO  (coreCloseExecutor-241-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=220217458
   [junit4]   2> 86637 INFO  (coreCloseExecutor-241-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@53da4090: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@ca7ac9e
   [junit4]   2> 86652 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@47969b19{/solr,null,UNAVAILABLE}
   [junit4]   2> 86652 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 86654 INFO  (TEST-SchemaTest.testGetDynamicFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testGetDynamicFieldsAccuracy
   [junit4]   2> 86656 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSchemaRequestAccuracy
   [junit4]   2> 86673 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 86673 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 86673 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-009/cores/core
   [junit4]   2> 86674 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T03:27:37+06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 86675 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 86675 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 86675 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 86675 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6f3dd557{/solr,null,AVAILABLE}
   [junit4]   2> 86675 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@772021ed{HTTP/1.1,[http/1.1]}{127.0.0.1:49357}
   [junit4]   2> 86675 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.Server Started @89563ms
   [junit4]   2> 86675 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49357, configSetBaseDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-007, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-009/cores}
   [junit4]   2> 86676 ERROR (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 86677 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 86677 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 86677 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 86677 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-22T04:10:42.575Z
   [junit4]   2> 86677 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-007/solr.xml
   [junit4]   2> 86681 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 86711 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 86722 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 86722 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 86723 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-009/cores
   [junit4]   2> 86723 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 86724 INFO  (coreLoadExecutor-248-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 86733 INFO  (coreLoadExecutor-248-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 86742 INFO  (coreLoadExecutor-248-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 86745 INFO  (coreLoadExecutor-248-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 86797 WARN  (coreLoadExecutor-248-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 86797 WARN  (coreLoadExecutor-248-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 86797 INFO  (coreLoadExecutor-248-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 86799 INFO  (coreLoadExecutor-248-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-007/collection1/conf/managed-schema
   [junit4]   2> 86800 INFO  (coreLoadExecutor-248-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema, renamed the non-managed schema /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-007/collection1/conf/schema.xml to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-007/collection1/conf/schema.xml.bak
   [junit4]   2> 86800 INFO  (coreLoadExecutor-248-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-007/collection1, trusted=true
   [junit4]   2> 86800 INFO  (coreLoadExecutor-248-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 86800 INFO  (coreLoadExecutor-248-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 86800 INFO  (coreLoadExecutor-248-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-007/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-009/cores/core/data/]
   [junit4]   2> 86853 WARN  (coreLoadExecutor-248-thread-1) [    x:collection1] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 86854 INFO  (coreLoadExecutor-248-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 86854 INFO  (coreLoadExecutor-248-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 86856 INFO  (coreLoadExecutor-248-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7d477b2d[collection1] main]
   [junit4]   2> 86856 INFO  (coreLoadExecutor-248-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-007/collection1/conf
   [junit4]   2> 86857 INFO  (coreLoadExecutor-248-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 86858 INFO  (searcherExecutor-249-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7d477b2d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 87358 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrJettyTestBase Jetty Assigned Port#49357
   [junit4]   2> 87376 INFO  (qtp639282840-891) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 87387 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@772021ed{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 87387 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1914088024
   [junit4]   2> 87387 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 87387 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1ae2f6a1: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@71e14494
   [junit4]   2> 87396 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 87396 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6ad0568: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@15750624
   [junit4]   2> 87400 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 87401 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@22b66489: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@114a9052
   [junit4]   2> 87403 INFO  (coreCloseExecutor-253-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4050b05d
   [junit4]   2> 87403 INFO  (coreCloseExecutor-253-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1079029853
   [junit4]   2> 87403 INFO  (coreCloseExecutor-253-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1d88f0f9: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@5dad56ca
   [junit4]   2> 87413 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6f3dd557{/solr,null,UNAVAILABLE}
   [junit4]   2> 87413 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 87416 INFO  (TEST-SchemaTest.testSchemaRequestAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSchemaRequestAccuracy
   [junit4]   2> 87418 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testGetFieldsAccuracy
   [junit4]   2> 87434 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 87434 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 87435 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-012/cores/core
   [junit4]   2> 87436 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T03:27:37+06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 87436 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 87436 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 87436 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 87437 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5f2c474e{/solr,null,AVAILABLE}
   [junit4]   2> 87437 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@326548f4{HTTP/1.1,[http/1.1]}{127.0.0.1:62882}
   [junit4]   2> 87437 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.Server Started @90325ms
   [junit4]   2> 87437 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62882, configSetBaseDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-010, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-012/cores}
   [junit4]   2> 87437 ERROR (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 87438 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 87438 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 87438 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 87438 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-22T04:10:43.336Z
   [junit4]   2> 87438 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-010/solr.xml
   [junit4]   2> 87442 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 87474 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 87480 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 87480 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 87481 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-012/cores
   [junit4]   2> 87481 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 87482 INFO  (coreLoadExecutor-260-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 87490 INFO  (coreLoadExecutor-260-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 87499 INFO  (coreLoadExecutor-260-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 87502 INFO  (coreLoadExecutor-260-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 87552 WARN  (coreLoadExecutor-260-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 87553 WARN  (coreLoadExecutor-260-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 87553 INFO  (coreLoadExecutor-260-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 87554 INFO  (coreLoadExecutor-260-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-010/collection1/conf/managed-schema
   [junit4]   2> 87555 INFO  (coreLoadExecutor-260-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema, renamed the non-managed schema /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-010/collection1/conf/schema.xml to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-010/collection1/conf/schema.xml.bak
   [junit4]   2> 87555 INFO  (coreLoadExecutor-260-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-010/collection1, trusted=true
   [junit4]   2> 87555 INFO  (coreLoadExecutor-260-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 87555 INFO  (coreLoadExecutor-260-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 87555 INFO  (coreLoadExecutor-260-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-010/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-012/cores/core/data/]
   [junit4]   2> 87597 WARN  (coreLoadExecutor-260-thread-1) [    x:collection1] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 87597 INFO  (coreLoadExecutor-260-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 87597 INFO  (coreLoadExecutor-260-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 87598 INFO  (coreLoadExecutor-260-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@53ec8da6[collection1] main]
   [junit4]   2> 87598 INFO  (coreLoadExecutor-260-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-010/collection1/conf
   [junit4]   2> 87599 INFO  (coreLoadExecutor-260-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 87600 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrJettyTestBase Jetty Assigned Port#62882
   [junit4]   2> 87600 INFO  (searcherExecutor-261-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@53ec8da6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 87606 INFO  (qtp287575568-919) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema/fields params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 87609 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@326548f4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 87609 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1363585851
   [junit4]   2> 87609 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 87609 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@17d47f6f: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7f81b355
   [junit4]   2> 87613 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 87613 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5ed1eab8: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@15750624
   [junit4]   2> 87616 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 87616 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4e2d789d: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@114a9052
   [junit4]   2> 87616 INFO  (coreCloseExecutor-265-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5dd2ee95
   [junit4]   2> 87616 INFO  (coreCloseExecutor-265-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1574104725
   [junit4]   2> 87616 INFO  (coreCloseExecutor-265-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@40e8e8b3: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@7382d1af
   [junit4]   2> 87624 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5f2c474e{/solr,null,UNAVAILABLE}
   [junit4]   2> 87624 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 87625 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testGetFieldsAccuracy
   [junit4]   2> 87627 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testGetGlobalSimilarityAccuracy
   [junit4]   2> 87643 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 87643 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 87643 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-015/cores/core
   [junit4]   2> 87644 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T03:27:37+06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 87645 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 87645 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 87645 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 87645 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@50555d0b{/solr,null,AVAILABLE}
   [junit4]   2> 87645 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7c6dd392{HTTP/1.1,[http/1.1]}{127.0.0.1:49259}
   [junit4]   2> 87645 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.Server Started @90533ms
   [junit4]   2> 87645 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49259, configSetBaseDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-013, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-015/cores}
   [junit4]   2> 87645 ERROR (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 87646 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 87646 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 87646 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 87646 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-22T04:10:43.544Z
   [junit4]   2> 87646 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-013/solr.xml
   [junit4]   2> 87654 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 87683 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 87689 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 87689 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 87691 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-015/cores
   [junit4]   2> 87691 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 87693 INFO  (coreLoadExecutor-272-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 87710 INFO  (coreLoadExecutor-272-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 87714 INFO  (coreLoadExecutor-272-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 87722 INFO  (coreLoadExecutor-272-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 87771 WARN  (coreLoadExecutor-272-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 87771 WARN  (coreLoadExecutor-272-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 87771 INFO  (coreLoadExecutor-272-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 87773 INFO  (coreLoadExecutor-272-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-013/collection1/conf/managed-schema
   [junit4]   2> 87773 INFO  (coreLoadExecutor-272-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema, renamed the non-managed schema /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-013/collection1/conf/schema.xml to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-013/collection1/conf/schema.xml.bak
   [junit4]   2> 87773 INFO  (coreLoadExecutor-272-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-013/collection1, trusted=true
   [junit4]   2> 87774 INFO  (coreLoadExecutor-272-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 87774 INFO  (coreLoadExecutor-272-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 87774 INFO  (coreLoadExecutor-272-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-013/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-015/cores/core/data/]
   [junit4]   2> 87810 WARN  (coreLoadExecutor-272-thread-1) [    x:collection1] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 87810 INFO  (coreLoadExecutor-272-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 87810 INFO  (coreLoadExecutor-272-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 87812 INFO  (coreLoadExecutor-272-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4cf2cc22[collection1] main]
   [junit4]   2> 87812 INFO  (coreLoadExecutor-272-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-013/collection1/conf
   [junit4]   2> 87812 INFO  (coreLoadExecutor-272-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 87813 INFO  (searcherExecutor-273-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4cf2cc22[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 88314 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrJettyTestBase Jetty Assigned Port#49259
   [junit4]   2> 88324 INFO  (qtp1144466035-936) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema/similarity params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 88328 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7c6dd392{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 88328 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1865295442
   [junit4]   2> 88328 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 88328 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4e4c5491: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@c518dcd
   [junit4]   2> 88337 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 88338 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@601d7a06: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@15750624
   [junit4]   2> 88344 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 88344 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@c1e7f5d: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@114a9052
   [junit4]   2> 88346 INFO  (coreCloseExecutor-277-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@24944784
   [junit4]   2> 88346 INFO  (coreCloseExecutor-277-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=613697412
   [junit4]   2> 88346 INFO  (coreCloseExecutor-277-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3a11661a: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@72c4b35f
   [junit4]   2> 88364 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@50555d0b{/solr,null,UNAVAILABLE}
   [junit4]   2> 88364 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 88366 INFO  (TEST-SchemaTest.testGetGlobalSimilarityAccuracy-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testGetGlobalSimilarityAccuracy
   [junit4]   2> 88370 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 ###Starting addFieldTypeShouldntBeCalledTwiceWithTheSameName
   [junit4]   2> 88393 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 88393 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 88394 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-018/cores/core
   [junit4]   2> 88396 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T03:27:37+06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 88396 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 88396 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 88396 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 88396 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@78ee9e20{/solr,null,AVAILABLE}
   [junit4]   2> 88397 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1ee37c9f{HTTP/1.1,[http/1.1]}{127.0.0.1:49890}
   [junit4]   2> 88397 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.e.j.s.Server Started @91285ms
   [junit4]   2> 88397 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49890, configSetBaseDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-016, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-018/cores}
   [junit4]   2> 88397 ERROR (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 88398 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 88398 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 88398 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 88398 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-22T04:10:44.296Z
   [junit4]   2> 88398 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-016/solr.xml
   [junit4]   2> 88402 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 88437 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 88448 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 88448 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 88449 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-018/cores
   [junit4]   2> 88449 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[DE92A41E8E29C895]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 88451 INFO  (coreLoadExecutor-284-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 88460 INFO  (coreLoadExecutor-284-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 88469 INFO  (coreLoadExecutor-284-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 88472 INFO  (coreLoadExecutor-284-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 88522 WARN  (coreLoadExecutor-284-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 88522 WARN  (coreLoadExecutor-284-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 88522 INFO  (coreLoadExecutor-284-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 88523 INFO  (coreLoadExecutor-284-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-016/collection1/conf/managed-schema
   [junit4]   2> 88524 INFO  (coreLoadExecutor-284-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema, renamed the non-managed schema /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-016/collection1/conf/schema.xml to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-016/collection1/conf/schema.xml.bak
   [junit4]   2> 88524 INFO  (coreLoadExecutor-284-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_DE92A41E8E29C895-001/tempDir-016/collection1, trusted=true
   [junit4]   2> 88524 INFO  (coreLoadExecutor-284-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@577685f9
   [junit4]   2> 88524 INFO  (coreLoadExecutor-284-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 88524 INFO  (coreLoadExecutor-284-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1]

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

edSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>    2) Thread[id=1086, name=qtp1969124717-1086, state=TIMED_WAITING, group=TGRP-SchemaTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Jan 22, 2018 4:11:44 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=1085, name=qtp1969124717-1085, state=TIMED_WAITING, group=TGRP-SchemaTest]
   [junit4]   2>    2) Thread[id=1086, name=qtp1969124717-1086, state=TIMED_WAITING, group=TGRP-SchemaTest]
   [junit4]   2> Jan 22, 2018 4:11:48 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=1085, name=qtp1969124717-1085, state=TIMED_WAITING, group=TGRP-SchemaTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>    2) Thread[id=1086, name=qtp1969124717-1086, state=TIMED_WAITING, group=TGRP-SchemaTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1383, maxMBSortInHeap=5.229566726486615, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5a154c6b), locale=en-PH, timezone=America/Santarem
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=3,free=54204032,total=151011328
   [junit4]   2> NOTE: All tests run in this JVM: [RecursiveEvaluatorTest, SolrExampleEmbeddedTest, ShardParamsTest, ModifiableSolrParamsTest, ArcSineEvaluatorTest, SolrExampleXMLTest, TestRetryUtil, ConcatOperationTest, CommonAdminParamsTest, TestSpellCheckResponse, NoOpResponseParserTest, GraphTest, UuidEvaluatorTest, TestCollectionAdminRequest, FieldAnalysisResponseTest, SelectWithEvaluatorsTest, TestPolicy, GetByIdTest, StreamExpressionToExpessionTest, TestCloudSolrClientConnections, AppendEvaluatorTest, NotEvaluatorTest, SolrExampleStreamingTest, TestJsonRecordReader, TestXMLEscaping, ArrayEvaluatorTest, TestUpdateRequestCodec, UsingSolrJRefGuideExamplesTest, ExclusiveOrEvaluatorTest, HttpSolrClientSSLAuthConPoolTest, CloudSolrClientBuilderTest, CosineEvaluatorTest, SchemaTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SchemaTest -Dtests.seed=DE92A41E8E29C895 -Dtests.slow=true -Dtests.locale=en-PH -Dtests.timezone=America/Santarem -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | SchemaTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.client.solrj.request.SchemaTest: 
   [junit4]    >    1) Thread[id=1085, name=qtp1969124717-1085, state=TIMED_WAITING, group=TGRP-SchemaTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    2) Thread[id=1086, name=qtp1969124717-1086, state=TIMED_WAITING, group=TGRP-SchemaTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DE92A41E8E29C895]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=1085, name=qtp1969124717-1085, state=TIMED_WAITING, group=TGRP-SchemaTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    2) Thread[id=1086, name=qtp1969124717-1086, state=TIMED_WAITING, group=TGRP-SchemaTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DE92A41E8E29C895]:0)
   [junit4] Completed [85/146 (1!)] on J0 in 66.18s, 35 tests, 2 errors <<< FAILURES!

[...truncated 47373 lines...]