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/02/22 07:15:21 UTC

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

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

3 tests failed.
FAILED:  org.apache.solr.cloud.HttpPartitionOnCommitTest.test

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:65197 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:65197 within 45000 ms
	at __randomizedtesting.SeedInfo.seed([332666DC6CED4CF9:BB725906C2112101]:0)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:183)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:120)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:110)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:88)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:82)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.distribSetUp(AbstractDistribZkTestBase.java:81)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.distribSetUp(AbstractFullDistribZkTestBase.java:233)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:963)
	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:65197 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:232)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:175)
	... 38 more


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

Error Message:
4 threads leaked from SUITE scope at org.apache.solr.cloud.HttpPartitionOnCommitTest:     1) Thread[id=7390, name=Thread-3070, state=WAITING, group=TGRP-HttpPartitionOnCommitTest]         at java.lang.Object.wait(Native Method)         at java.lang.Thread.join(Thread.java:1252)         at java.lang.Thread.join(Thread.java:1326)         at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:313)         at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:310)         at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:491)    2) Thread[id=7391, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-HttpPartitionOnCommitTest]         at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)         at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)         at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:196)         at java.lang.Thread.run(Thread.java:748)    3) Thread[id=7394, name=ProcessThread(sid:0 cport:65197):, state=WAITING, group=TGRP-HttpPartitionOnCommitTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:123)    4) Thread[id=7392, name=SessionTracker, state=TIMED_WAITING, group=TGRP-HttpPartitionOnCommitTest]         at java.lang.Object.wait(Native Method)         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:147)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE scope at org.apache.solr.cloud.HttpPartitionOnCommitTest: 
   1) Thread[id=7390, name=Thread-3070, state=WAITING, group=TGRP-HttpPartitionOnCommitTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1252)
        at java.lang.Thread.join(Thread.java:1326)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:313)
        at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:310)
        at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:491)
   2) Thread[id=7391, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-HttpPartitionOnCommitTest]
        at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)
        at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)
        at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:196)
        at java.lang.Thread.run(Thread.java:748)
   3) Thread[id=7394, name=ProcessThread(sid:0 cport:65197):, state=WAITING, group=TGRP-HttpPartitionOnCommitTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:123)
   4) Thread[id=7392, name=SessionTracker, state=TIMED_WAITING, group=TGRP-HttpPartitionOnCommitTest]
        at java.lang.Object.wait(Native Method)
        at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:147)
	at __randomizedtesting.SeedInfo.seed([332666DC6CED4CF9]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=7391, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-HttpPartitionOnCommitTest]         at sun.nio.ch.DevPollArrayWrapper.interrupt(Native Method)         at sun.nio.ch.DevPollArrayWrapper.interrupt(DevPollArrayWrapper.java:300)         at sun.nio.ch.DevPollSelectorImpl.wakeup(DevPollSelectorImpl.java:207)         at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:213)         at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:219)         at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:97)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:196)         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=7391, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-HttpPartitionOnCommitTest]
        at sun.nio.ch.DevPollArrayWrapper.interrupt(Native Method)
        at sun.nio.ch.DevPollArrayWrapper.interrupt(DevPollArrayWrapper.java:300)
        at sun.nio.ch.DevPollSelectorImpl.wakeup(DevPollSelectorImpl.java:207)
        at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:213)
        at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:219)
        at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:97)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:196)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([332666DC6CED4CF9]:0)




Build Log:
[...truncated 12387 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionOnCommitTest
   [junit4]   2> 808977 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[332666DC6CED4CF9]-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.cloud.HttpPartitionOnCommitTest_332666DC6CED4CF9-001/init-core-data-001
   [junit4]   2> 808978 WARN  (SUITE-HttpPartitionOnCommitTest-seed#[332666DC6CED4CF9]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 808979 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[332666DC6CED4CF9]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 808981 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[332666DC6CED4CF9]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 808981 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[332666DC6CED4CF9]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_rqy/dd
   [junit4]   2> 808983 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[332666DC6CED4CF9]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 808983 INFO  (Thread-3070) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 808983 INFO  (Thread-3070) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 808985 ERROR (Thread-3070) [    ] 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> 809088 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[332666DC6CED4CF9]) [    ] o.a.s.c.ZkTestServer start zk server on port:65197
   [junit4]   2> 854089 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[332666DC6CED4CF9]-SendThread(127.0.0.1:65197)) [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 45222ms for sessionid 0x0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionOnCommitTest -Dtests.method=test -Dtests.seed=332666DC6CED4CF9 -Dtests.slow=true -Dtests.locale=ar-LB -Dtests.timezone=Asia/Saigon -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   45.2s J0 | HttpPartitionOnCommitTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:65197 within 45000 ms
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([332666DC6CED4CF9:BB725906C2112101]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:183)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:120)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:110)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:88)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:82)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.distribSetUp(AbstractDistribZkTestBase.java:81)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.distribSetUp(AbstractFullDistribZkTestBase.java:233)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:963)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:65197 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:232)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:175)
   [junit4]    > 	... 38 more
   [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.HttpPartitionOnCommitTest_332666DC6CED4CF9-001
   [junit4]   2> Feb 22, 2018 6:37:26 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 5 leaked thread(s).
   [junit4]   2> Feb 22, 2018 6:37:46 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 4 threads leaked from SUITE scope at org.apache.solr.cloud.HttpPartitionOnCommitTest: 
   [junit4]   2>    1) Thread[id=7390, name=Thread-3070, state=WAITING, group=TGRP-HttpPartitionOnCommitTest]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2>         at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:313)
   [junit4]   2>         at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:310)
   [junit4]   2>         at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:491)
   [junit4]   2>    2) Thread[id=7391, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-HttpPartitionOnCommitTest]
   [junit4]   2>         at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)
   [junit4]   2>         at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)
   [junit4]   2>         at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98)
   [junit4]   2>         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]   2>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]   2>         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:196)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>    3) Thread[id=7394, name=ProcessThread(sid:0 cport:65197):, state=WAITING, group=TGRP-HttpPartitionOnCommitTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:123)
   [junit4]   2>    4) Thread[id=7392, name=SessionTracker, state=TIMED_WAITING, group=TGRP-HttpPartitionOnCommitTest]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:147)
   [junit4]   2> Feb 22, 2018 6:37:46 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=7390, name=Thread-3070, state=WAITING, group=TGRP-HttpPartitionOnCommitTest]
   [junit4]   2>    2) Thread[id=7391, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-HttpPartitionOnCommitTest]
   [junit4]   2>    3) Thread[id=7394, name=ProcessThread(sid:0 cport:65197):, state=WAITING, group=TGRP-HttpPartitionOnCommitTest]
   [junit4]   2>    4) Thread[id=7392, name=SessionTracker, state=TIMED_WAITING, group=TGRP-HttpPartitionOnCommitTest]
   [junit4]   2> 874250 WARN  (Thread-3070) [    ] o.a.s.c.ZkTestServer Server interrupted
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.lang.Object.wait(Native Method)
   [junit4]   2> 	at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2> 	at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:313)
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:310)
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:491)
   [junit4]   2> 874251 ERROR (SessionTracker) [    ] o.a.z.s.ZooKeeperCriticalThread Severe unrecoverable error, from thread : SessionTracker
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.lang.Object.wait(Native Method)
   [junit4]   2> 	at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:147)
   [junit4]   2> 874250 ERROR (ProcessThread(sid:0 cport:65197):) [    ] o.a.z.s.ZooKeeperCriticalThread Severe unrecoverable error, from thread : ProcessThread(sid:0 cport:65197):
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
   [junit4]   2> 	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:123)
   [junit4]   2> 874251 ERROR (ProcessThread(sid:0 cport:65197):) [    ] 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> 874251 ERROR (SessionTracker) [    ] 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> Feb 22, 2018 6:37:49 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=7391, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-HttpPartitionOnCommitTest]
   [junit4]   2>         at sun.nio.ch.DevPollArrayWrapper.interrupt(Native Method)
   [junit4]   2>         at sun.nio.ch.DevPollArrayWrapper.interrupt(DevPollArrayWrapper.java:300)
   [junit4]   2>         at sun.nio.ch.DevPollSelectorImpl.wakeup(DevPollSelectorImpl.java:207)
   [junit4]   2>         at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:213)
   [junit4]   2>         at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:219)
   [junit4]   2>         at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:97)
   [junit4]   2>         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]   2>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]   2>         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:196)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1542, maxMBSortInHeap=5.886582100405069, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7bfbb0a1), locale=ar-LB, timezone=Asia/Saigon
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=3,free=89130008,total=482344960
   [junit4]   2> NOTE: All tests run in this JVM: [LeaderElectionTest, RegexBytesRefFilterTest, AddReplicaTest, TestPhraseSuggestions, RecoveryZkTest, FileUtilsTest, TestScoreJoinQPNoScore, DistributedSuggestComponentTest, TestSuggestSpellingConverter, ForceLeaderTest, LeaderElectionIntegrationTest, TestCollectionsAPIViaSolrCloudCluster, MetricsHandlerTest, TestTrieFacet, TestXmlQParserPlugin, HLLUtilTest, TestGenericDistributedQueue, TestRecoveryHdfs, TestAuthorizationFramework, ChangedSchemaMergeTest, TestQuerySenderNoQuery, CloudExitableDirectoryReaderTest, ZkStateReaderTest, SolrInfoBeanTest, TestSolrJ, CacheHeaderTest, TestPullReplicaErrorHandling, TestBackupRepositoryFactory, XmlUpdateRequestHandlerTest, TestDownShardTolerantSearch, HdfsThreadLeakTest, UnloadDistributedZkTest, TestFilteredDocIdSet, WordBreakSolrSpellCheckerTest, TestSystemCollAutoCreate, UpdateLogTest, HttpPartitionOnCommitTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionOnCommitTest -Dtests.seed=332666DC6CED4CF9 -Dtests.slow=true -Dtests.locale=ar-LB -Dtests.timezone=Asia/Saigon -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | HttpPartitionOnCommitTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE scope at org.apache.solr.cloud.HttpPartitionOnCommitTest: 
   [junit4]    >    1) Thread[id=7390, name=Thread-3070, state=WAITING, group=TGRP-HttpPartitionOnCommitTest]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Thread.join(Thread.java:1252)
   [junit4]    >         at java.lang.Thread.join(Thread.java:1326)
   [junit4]    >         at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:313)
   [junit4]    >         at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:310)
   [junit4]    >         at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:491)
   [junit4]    >    2) Thread[id=7391, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-HttpPartitionOnCommitTest]
   [junit4]    >         at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)
   [junit4]    >         at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)
   [junit4]    >         at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98)
   [junit4]    >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]    >         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:196)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    3) Thread[id=7394, name=ProcessThread(sid:0 cport:65197):, state=WAITING, group=TGRP-HttpPartitionOnCommitTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:123)
   [junit4]    >    4) Thread[id=7392, name=SessionTracker, state=TIMED_WAITING, group=TGRP-HttpPartitionOnCommitTest]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:147)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([332666DC6CED4CF9]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=7391, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-HttpPartitionOnCommitTest]
   [junit4]    >         at sun.nio.ch.DevPollArrayWrapper.interrupt(Native Method)
   [junit4]    >         at sun.nio.ch.DevPollArrayWrapper.interrupt(DevPollArrayWrapper.java:300)
   [junit4]    >         at sun.nio.ch.DevPollSelectorImpl.wakeup(DevPollSelectorImpl.java:207)
   [junit4]    >         at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:213)
   [junit4]    >         at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:219)
   [junit4]    >         at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:97)
   [junit4]    >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]    >         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:196)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([332666DC6CED4CF9]:0)
   [junit4] Completed [122/779 (1!)] on J0 in 68.29s, 1 test, 3 errors <<< FAILURES!

[...truncated 26941 lines...]
-check-forbidden-all:
[forbidden-apis] Reading bundled API signatures: jdk-unsafe-1.8
[forbidden-apis] Reading bundled API signatures: jdk-deprecated-1.8
[forbidden-apis] Reading bundled API signatures: jdk-non-portable
[forbidden-apis] Reading bundled API signatures: jdk-reflection
[forbidden-apis] Reading bundled API signatures: commons-io-unsafe-2.5
[forbidden-apis] Reading API signatures: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/tools/forbiddenApis/base.txt
[forbidden-apis] Reading API signatures: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/tools/forbiddenApis/servlet-api.txt
[forbidden-apis] Reading API signatures: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/tools/forbiddenApis/solr.txt
[forbidden-apis] Loading classes to check...
[forbidden-apis] Scanning classes for violations...
[forbidden-apis] Forbidden method invocation: java.lang.System#currentTimeMillis() [Use RTimer/TimeOut/System.nanoTime for time comparisons, and `new Date()` output/debugging/stats of timestamps. If for some miscellaneous reason, you absolutely need to use this, use a SuppressForbidden.]
[forbidden-apis]   in org.apache.solr.cloud.autoscaling.ScheduledTriggerTest (ScheduledTriggerTest.java:80)
[forbidden-apis] Scanned 3977 class file(s) for forbidden API invocations (in 3.14s), 1 error(s).

BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:618: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:117: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:376: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:535: Check for forbidden API calls failed, see log.

Total time: 68 minutes 15 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

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

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

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

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation:     1) Thread[id=24145, name=jetty-launcher-3802-thread-1-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:531)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:506)    2) Thread[id=24157, name=jetty-launcher-3802-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:531)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:506)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   1) Thread[id=24145, name=jetty-launcher-3802-thread-1-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:531)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:506)
   2) Thread[id=24157, name=jetty-launcher-3802-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:531)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:506)
	at __randomizedtesting.SeedInfo.seed([F8A0A897212F9173]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.rest.schema.analysis.TestManagedSynonymFilterFactory

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.rest.schema.analysis.TestManagedSynonymFilterFactory:     1) Thread[id=45, name=qtp1114768526-45, state=TIMED_WAITING, group=TGRP-TestManagedSynonymFilterFactory]         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.rest.schema.analysis.TestManagedSynonymFilterFactory: 
   1) Thread[id=45, name=qtp1114768526-45, state=TIMED_WAITING, group=TGRP-TestManagedSynonymFilterFactory]
        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([F8A0A897212F9173]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.rest.schema.analysis.TestManagedSynonymFilterFactory

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=45, name=qtp1114768526-45, state=TIMED_WAITING, group=TGRP-TestManagedSynonymFilterFactory]         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=45, name=qtp1114768526-45, state=TIMED_WAITING, group=TGRP-TestManagedSynonymFilterFactory]
        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([F8A0A897212F9173]:0)




Build Log:
[...truncated 12016 lines...]
   [junit4] Suite: org.apache.solr.rest.schema.analysis.TestManagedSynonymFilterFactory
   [junit4]   2> 5947 INFO  (SUITE-TestManagedSynonymFilterFactory-seed#[F8A0A897212F9173]-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.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/init-core-data-001
   [junit4]   2> 5947 WARN  (SUITE-TestManagedSynonymFilterFactory-seed#[F8A0A897212F9173]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 5953 INFO  (SUITE-TestManagedSynonymFilterFactory-seed#[F8A0A897212F9173]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 5956 INFO  (SUITE-TestManagedSynonymFilterFactory-seed#[F8A0A897212F9173]-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> 5960 INFO  (TEST-TestManagedSynonymFilterFactory.testManagedSynonyms-seed#[F8A0A897212F9173]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testManagedSynonyms
   [junit4]   2> 6177 INFO  (TEST-TestManagedSynonymFilterFactory.testManagedSynonyms-seed#[F8A0A897212F9173]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 6177 INFO  (TEST-TestManagedSynonymFilterFactory.testManagedSynonyms-seed#[F8A0A897212F9173]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 6178 INFO  (TEST-TestManagedSynonymFilterFactory.testManagedSynonyms-seed#[F8A0A897212F9173]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-003/cores/core
   [junit4]   2> 6367 INFO  (TEST-TestManagedSynonymFilterFactory.testManagedSynonyms-seed#[F8A0A897212F9173]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 6480 INFO  (TEST-TestManagedSynonymFilterFactory.testManagedSynonyms-seed#[F8A0A897212F9173]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6480 INFO  (TEST-TestManagedSynonymFilterFactory.testManagedSynonyms-seed#[F8A0A897212F9173]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6483 INFO  (TEST-TestManagedSynonymFilterFactory.testManagedSynonyms-seed#[F8A0A897212F9173]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 6512 INFO  (TEST-TestManagedSynonymFilterFactory.testManagedSynonyms-seed#[F8A0A897212F9173]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b171811{/solr,null,AVAILABLE}
   [junit4]   2> 6554 INFO  (TEST-TestManagedSynonymFilterFactory.testManagedSynonyms-seed#[F8A0A897212F9173]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@239cb816{HTTP/1.1,[http/1.1]}{127.0.0.1:43120}
   [junit4]   2> 6554 INFO  (TEST-TestManagedSynonymFilterFactory.testManagedSynonyms-seed#[F8A0A897212F9173]) [    ] o.e.j.s.Server Started @8737ms
   [junit4]   2> 6554 INFO  (TEST-TestManagedSynonymFilterFactory.testManagedSynonyms-seed#[F8A0A897212F9173]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43120, configSetBaseDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-003/cores}
   [junit4]   2> 6575 ERROR (TEST-TestManagedSynonymFilterFactory.testManagedSynonyms-seed#[F8A0A897212F9173]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6575 INFO  (TEST-TestManagedSynonymFilterFactory.testManagedSynonyms-seed#[F8A0A897212F9173]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 6575 INFO  (TEST-TestManagedSynonymFilterFactory.testManagedSynonyms-seed#[F8A0A897212F9173]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 6575 INFO  (TEST-TestManagedSynonymFilterFactory.testManagedSynonyms-seed#[F8A0A897212F9173]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6576 INFO  (TEST-TestManagedSynonymFilterFactory.testManagedSynonyms-seed#[F8A0A897212F9173]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-22T16:15:16.360Z
   [junit4]   2> 6579 INFO  (TEST-TestManagedSynonymFilterFactory.testManagedSynonyms-seed#[F8A0A897212F9173]) [    ] 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.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/solr.xml
   [junit4]   2> 6605 INFO  (TEST-TestManagedSynonymFilterFactory.testManagedSynonyms-seed#[F8A0A897212F9173]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 6606 INFO  (TEST-TestManagedSynonymFilterFactory.testManagedSynonyms-seed#[F8A0A897212F9173]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6763 INFO  (TEST-TestManagedSynonymFilterFactory.testManagedSynonyms-seed#[F8A0A897212F9173]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-003/cores
   [junit4]   2> 6764 INFO  (TEST-TestManagedSynonymFilterFactory.testManagedSynonyms-seed#[F8A0A897212F9173]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 6766 INFO  (coreLoadExecutor-18-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 6771 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/lib/classes]
   [junit4]   2> 6797 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 6811 INFO  (coreLoadExecutor-18-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-rest.xml instead
   [junit4]   2> 6823 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test-rest
   [junit4]   2> 6829 WARN  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 6832 WARN  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 6835 WARN  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 6839 WARN  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 6852 WARN  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 7007 WARN  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.ManagedSynonymFilterFactory]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 7064 WARN  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 7087 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 7088 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 7104 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 7106 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory$SynonymManager for path /schema/analysis/synonyms/englishgraph
   [junit4]   2> 7106 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 7107 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 7118 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 7118 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory$SynonymManager for path /schema/analysis/synonyms/germangraph
   [junit4]   2> 7118 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 7118 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 7144 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 7144 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 7145 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test-rest/1.6 with uniqueid field id
   [junit4]   2> 7166 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 7166 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 7166 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 7167 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/german
   [junit4]   2> 7167 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 7168 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 7168 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 7168 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 7169 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 7169 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 7169 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 7169 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 7189 INFO  (coreLoadExecutor-18-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-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 7192 INFO  (coreLoadExecutor-18-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-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf/schema-rest.xml to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf/schema-rest.xml.bak
   [junit4]   2> 7192 INFO  (coreLoadExecutor-18-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-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1, trusted=true
   [junit4]   2> 7194 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 7194 INFO  (coreLoadExecutor-18-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/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-003/cores/core/data/]
   [junit4]   2> 7224 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=32.080078125, floorSegmentMB=2.193359375, forceMergeDeletesPctAllowed=26.64415636492417, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 7255 WARN  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, registerPath=/solr,/v2, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 7313 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 7314 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 7316 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=92.6455078125, floorSegmentMB=1.1328125, forceMergeDeletesPctAllowed=25.862007372775057, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6859504005030014
   [junit4]   2> 7335 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4aefca8c[collection1] main]
   [junit4]   2> 7335 INFO  (coreLoadExecutor-18-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/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf
   [junit4]   2> 7337 WARN  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 7339 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf
   [junit4]   2> 7339 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 7339 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 6 observers of /schema/analysis/stopwords/english
   [junit4]   2> 7339 WARN  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 7339 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf
   [junit4]   2> 7340 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 7340 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 6 observers of /schema/analysis/stopwords/german
   [junit4]   2> 7340 WARN  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 7340 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 7344 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 2 observers of /schema/analysis/synonyms/english
   [junit4]   2> 7344 WARN  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/englishgraph
   [junit4]   2> 7344 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/englishgraph
   [junit4]   2> 7346 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 4 observers of /schema/analysis/synonyms/englishgraph
   [junit4]   2> 7346 WARN  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 7346 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 7346 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 2 observers of /schema/analysis/synonyms/german
   [junit4]   2> 7346 WARN  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/germangraph
   [junit4]   2> 7346 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/germangraph
   [junit4]   2> 7347 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 4 observers of /schema/analysis/synonyms/germangraph
   [junit4]   2> 7347 INFO  (coreLoadExecutor-18-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 7349 INFO  (searcherExecutor-19-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4aefca8c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 7851 INFO  (TEST-TestManagedSynonymFilterFactory.testManagedSynonyms-seed#[F8A0A897212F9173]) [    ] o.a.s.SolrJettyTestBase Jetty Assigned Port#43120
   [junit4]   2> 8166 INFO  (qtp737828222-28) [    x:collection1] o.e.j.s.h.C.solr SolrSchemaRestApi: [Restlet] ServerServlet: component class is null
   [junit4]   2> 8299 INFO  (qtp737828222-28) [    x:collection1] o.e.j.s.h.C.solr SolrSchemaRestApi: [Restlet] Attaching application: org.apache.solr.rest.SolrSchemaRestApi@45631fdf to URI: /solr/schema
   [junit4]   2> de febr. 22, 2018 5:15:18 PM org.restlet.Application start
   [junit4]   2> INFO: Starting org.apache.solr.rest.SolrSchemaRestApi application
   [junit4]   2> 8332 INFO  (qtp737828222-28) [    x:collection1] o.a.s.r.SolrSchemaRestApi createInboundRoot started for /schema
   [junit4]   2> 8342 INFO  (qtp737828222-28) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /analysis/stopwords/english
   [junit4]   2> 8342 INFO  (qtp737828222-28) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /analysis/stopwords/german
   [junit4]   2> 8343 INFO  (qtp737828222-28) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /analysis/synonyms/english
   [junit4]   2> 8343 INFO  (qtp737828222-28) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /analysis/synonyms/englishgraph
   [junit4]   2> 8343 INFO  (qtp737828222-28) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /analysis/synonyms/german
   [junit4]   2> 8343 INFO  (qtp737828222-28) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /analysis/synonyms/germangraph
   [junit4]   2> 8343 INFO  (qtp737828222-28) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /managed
   [junit4]   2> 8343 INFO  (qtp737828222-28) [    x:collection1] o.a.s.r.RestManager Attached 7 ManagedResource endpoints to Restlet router: /schema
   [junit4]   2> 8343 INFO  (qtp737828222-28) [    x:collection1] o.a.s.r.SolrSchemaRestApi createInboundRoot complete for /schema
   [junit4]   2> 8359 INFO  (qtp737828222-28) [    x:collection1] o.a.s.r.RestManager Found ManagedResource [org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager@76618e59] for /schema/analysis/synonyms/english
   [junit4]   2> 8360 INFO  (qtp737828222-28) [    x:collection1] o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/analysis/synonyms/english params={indent=on&wt=json} status=0 QTime=208
   [junit4]   2> de febr. 22, 2018 5:15:18 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2018-02-22	17:15:18	127.0.0.1	-	127.0.0.1	43120	GET	/solr/schema/analysis/synonyms/english	wt=json&indent=on	200	-	0	46	http://127.0.0.1:43120	Apache-HttpClient/4.5.3 (Java/1.8.0_152)	-
   [junit4]   2> 8428 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Found ManagedResource [org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager@76618e59] for /schema/analysis/synonyms/english
   [junit4]   2> 8429 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Processing update to /schema/analysis/synonyms/english: {happy=[glad, cheerful, joyful]} is a java.util.LinkedHashMap
   [junit4]   2> 8432 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path _schema_analysis_synonyms_english.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf
   [junit4]   2> 8432 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/analysis/synonyms/english params={indent=on&wt=json} status=0 QTime=7
   [junit4]   2> de febr. 22, 2018 5:15:18 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2018-02-22	17:15:18	127.0.0.1	-	127.0.0.1	43120	PUT	/solr/schema/analysis/synonyms/english	wt=json&indent=on	200	-	53	8	http://127.0.0.1:43120	Apache-HttpClient/4.5.3 (Java/1.8.0_152)	-
   [junit4]   2> 8437 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.RestManager Found ManagedResource [org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager@76618e59] for /schema/analysis/synonyms/english
   [junit4]   2> 8437 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/analysis/synonyms/english params={indent=on&wt=json} status=0 QTime=0
   [junit4]   2> de febr. 22, 2018 5:15:18 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2018-02-22	17:15:18	127.0.0.1	-	127.0.0.1	43120	GET	/solr/schema/analysis/synonyms/english	wt=json&indent=on	200	-	0	1	http://127.0.0.1:43120	Apache-HttpClient/4.5.3 (Java/1.8.0_152)	-
   [junit4]   2> 8444 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Resource not found for /schema/analysis/synonyms/english/happy, looking for parent: /schema/analysis/synonyms/english
   [junit4]   2> 8444 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Found parent resource /schema/analysis/synonyms/english for child: happy
   [junit4]   2> 8444 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Found ManagedResource [org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager@76618e59] for /schema/analysis/synonyms/english/happy
   [junit4]   2> 8444 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/analysis/synonyms/english/happy params={indent=on&wt=json} status=0 QTime=1
   [junit4]   2> de febr. 22, 2018 5:15:18 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2018-02-22	17:15:18	127.0.0.1	-	127.0.0.1	43120	GET	/solr/schema/analysis/synonyms/english/happy	wt=json&indent=on	200	-	0	1	http://127.0.0.1:43120	Apache-HttpClient/4.5.3 (Java/1.8.0_152)	-
   [junit4]   2> 8457 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.RestManager Resource not found for /schema/analysis/synonyms/english/sad, looking for parent: /schema/analysis/synonyms/english
   [junit4]   2> 8457 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.RestManager Found parent resource /schema/analysis/synonyms/english for child: sad
   [junit4]   2> 8457 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.RestManager Found ManagedResource [org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager@76618e59] for /schema/analysis/synonyms/english/sad
   [junit4]   2> 8459 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/analysis/synonyms/english/sad params={indent=on&wt=json} msg={sad not found in /schema/analysis/synonyms/english} status=404 QTime=3
   [junit4]   2> de febr. 22, 2018 5:15:18 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2018-02-22	17:15:18	127.0.0.1	-	127.0.0.1	43120	GET	/solr/schema/analysis/synonyms/english/sad	wt=json&indent=on	404	-	0	3	http://127.0.0.1:43120	Apache-HttpClient/4.5.3 (Java/1.8.0_152)	-
   [junit4]   2> 8462 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Found ManagedResource [org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager@76618e59] for /schema/analysis/synonyms/english
   [junit4]   2> 8462 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Processing update to /schema/analysis/synonyms/english: {initArgs={ignoreCase=true}} is a java.util.LinkedHashMap
   [junit4]   2> 8463 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path _schema_analysis_synonyms_english.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf
   [junit4]   2> 8464 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/analysis/synonyms/english params={indent=on&wt=json} status=0 QTime=2
   [junit4]   2> de febr. 22, 2018 5:15:18 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2018-02-22	17:15:18	127.0.0.1	-	127.0.0.1	43120	PUT	/solr/schema/analysis/synonyms/english	wt=json&indent=on	200	-	36	2	http://127.0.0.1:43120	Apache-HttpClient/4.5.3 (Java/1.8.0_152)	-
   [junit4]   2> 8466 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.RestManager Found ManagedResource [org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager@76618e59] for /schema/analysis/synonyms/english
   [junit4]   2> 8467 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/analysis/synonyms/english params={indent=on&wt=json} status=0 QTime=0
   [junit4]   2> de febr. 22, 2018 5:15:18 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2018-02-22	17:15:18	127.0.0.1	-	127.0.0.1	43120	GET	/solr/schema/analysis/synonyms/english	wt=json&indent=on	200	-	0	1	http://127.0.0.1:43120	Apache-HttpClient/4.5.3 (Java/1.8.0_152)	-
   [junit4]   2> 8469 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Found ManagedResource [org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager@76618e59] for /schema/analysis/synonyms/english
   [junit4]   2> 8470 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Processing update to /schema/analysis/synonyms/english: {sad=[unhappy], SAD=[bummed]} is a java.util.LinkedHashMap
   [junit4]   2> 8470 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path _schema_analysis_synonyms_english.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf
   [junit4]   2> 8470 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/analysis/synonyms/english params={indent=on&wt=json} status=0 QTime=1
   [junit4]   2> de febr. 22, 2018 5:15:18 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2018-02-22	17:15:18	127.0.0.1	-	127.0.0.1	43120	PUT	/solr/schema/analysis/synonyms/english	wt=json&indent=on	200	-	42	1	http://127.0.0.1:43120	Apache-HttpClient/4.5.3 (Java/1.8.0_152)	-
   [junit4]   2> 8473 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.RestManager Found ManagedResource [org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager@76618e59] for /schema/analysis/synonyms/english
   [junit4]   2> 8473 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/analysis/synonyms/english params={indent=on&wt=json} status=0 QTime=0
   [junit4]   2> de febr. 22, 2018 5:15:18 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2018-02-22	17:15:18	127.0.0.1	-	127.0.0.1	43120	GET	/solr/schema/analysis/synonyms/english	wt=json&indent=on	200	-	0	1	http://127.0.0.1:43120	Apache-HttpClient/4.5.3 (Java/1.8.0_152)	-
   [junit4]   2> 8475 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Found ManagedResource [org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager@76618e59] for /schema/analysis/synonyms/english
   [junit4]   2> 8476 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/analysis/synonyms/english params={indent=on&wt=json} status=0 QTime=0
   [junit4]   2> de febr. 22, 2018 5:15:18 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2018-02-22	17:15:18	127.0.0.1	-	127.0.0.1	43120	GET	/solr/schema/analysis/synonyms/english	wt=json&indent=on	200	-	0	1	http://127.0.0.1:43120	Apache-HttpClient/4.5.3 (Java/1.8.0_152)	-
   [junit4]   2> 8478 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.RestManager Resource not found for /schema/analysis/synonyms/english/sad, looking for parent: /schema/analysis/synonyms/english
   [junit4]   2> 8478 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.RestManager Found parent resource /schema/analysis/synonyms/english for child: sad
   [junit4]   2> 8479 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.RestManager Found ManagedResource [org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager@76618e59] for /schema/analysis/synonyms/english/sad
   [junit4]   2> 8479 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/analysis/synonyms/english/sad params={indent=on&wt=json} status=0 QTime=0
   [junit4]   2> de febr. 22, 2018 5:15:18 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2018-02-22	17:15:18	127.0.0.1	-	127.0.0.1	43120	GET	/solr/schema/analysis/synonyms/english/sad	wt=json&indent=on	200	-	0	1	http://127.0.0.1:43120	Apache-HttpClient/4.5.3 (Java/1.8.0_152)	-
   [junit4]   2> 8481 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Resource not found for /schema/analysis/synonyms/english/sad, looking for parent: /schema/analysis/synonyms/english
   [junit4]   2> 8482 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Found parent resource /schema/analysis/synonyms/english for child: sad
   [junit4]   2> 8482 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Found ManagedResource [org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager@76618e59] for /schema/analysis/synonyms/english/sad
   [junit4]   2> 8482 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path _schema_analysis_synonyms_english.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf
   [junit4]   2> 8482 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Removed synonym mappings for: sad
   [junit4]   2> 8482 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/analysis/synonyms/english/sad params={indent=on&wt=json} status=0 QTime=1
   [junit4]   2> de febr. 22, 2018 5:15:18 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2018-02-22	17:15:18	127.0.0.1	-	127.0.0.1	43120	DELETE	/solr/schema/analysis/synonyms/english/sad	wt=json&indent=on	200	-	0	1	http://127.0.0.1:43120	Apache-HttpClient/4.5.3 (Java/1.8.0_152)	-
   [junit4]   2> 8485 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.RestManager Found ManagedResource [org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager@76618e59] for /schema/analysis/synonyms/english
   [junit4]   2> 8485 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/analysis/synonyms/english params={indent=on&wt=json} status=0 QTime=0
   [junit4]   2> de febr. 22, 2018 5:15:18 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2018-02-22	17:15:18	127.0.0.1	-	127.0.0.1	43120	GET	/solr/schema/analysis/synonyms/english	wt=json&indent=on	200	-	0	0	http://127.0.0.1:43120	Apache-HttpClient/4.5.3 (Java/1.8.0_152)	-
   [junit4]   2> 8488 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Resource not found for /schema/analysis/synonyms/english/foo, looking for parent: /schema/analysis/synonyms/english
   [junit4]   2> 8488 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Found parent resource /schema/analysis/synonyms/english for child: foo
   [junit4]   2> 8488 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Found ManagedResource [org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager@76618e59] for /schema/analysis/synonyms/english/foo
   [junit4]   2> 8488 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/analysis/synonyms/english/foo params={indent=on&wt=json} msg={foo not found in /schema/analysis/synonyms/english} status=404 QTime=0
   [junit4]   2> de febr. 22, 2018 5:15:18 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2018-02-22	17:15:18	127.0.0.1	-	127.0.0.1	43120	DELETE	/solr/schema/analysis/synonyms/english/foo	wt=json&indent=on	404	-	0	0	http://127.0.0.1:43120	Apache-HttpClient/4.5.3 (Java/1.8.0_152)	-
   [junit4]   2> 8503 INFO  (qtp737828222-24) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema/fields/managed_en_field params={indent=on&wt=xml} status=404 QTime=12
   [junit4]   2> 8537 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 8537 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf
   [junit4]   2> 8538 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 8538 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 8548 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Notified 7 observers of /schema/analysis/stopwords/german
   [junit4]   2> 8548 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/german
   [junit4]   2> 8548 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /analysis/stopwords/german
   [junit4]   2> 8548 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/german
   [junit4]   2> 8549 WARN  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 8549 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 8549 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Notified 3 observers of /schema/analysis/synonyms/german
   [junit4]   2> 8549 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/german
   [junit4]   2> 8549 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /analysis/synonyms/german
   [junit4]   2> 8552 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 8552 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf
   [junit4]   2> 8552 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 8552 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 8552 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Notified 7 observers of /schema/analysis/stopwords/english
   [junit4]   2> 8552 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/english
   [junit4]   2> 8552 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /analysis/stopwords/english
   [junit4]   2> 8552 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 8552 WARN  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/englishgraph
   [junit4]   2> 8553 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/englishgraph
   [junit4]   2> 8553 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Notified 5 observers of /schema/analysis/synonyms/englishgraph
   [junit4]   2> 8553 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 8553 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /analysis/synonyms/englishgraph
   [junit4]   2> 8553 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 8554 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf
   [junit4]   2> 8554 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 8554 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 8554 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Notified 8 observers of /schema/analysis/stopwords/english
   [junit4]   2> 8554 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/english
   [junit4]   2> 8554 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /analysis/stopwords/english
   [junit4]   2> 8554 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 8554 WARN  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/englishgraph
   [junit4]   2> 8554 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/englishgraph
   [junit4]   2> 8554 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Notified 6 observers of /schema/analysis/synonyms/englishgraph
   [junit4]   2> 8554 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 8555 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /analysis/synonyms/englishgraph
   [junit4]   2> 8555 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 8555 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf
   [junit4]   2> 8555 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 8555 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 8555 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Notified 8 observers of /schema/analysis/stopwords/german
   [junit4]   2> 8556 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/german
   [junit4]   2> 8556 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /analysis/stopwords/german
   [junit4]   2> 8556 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 8556 WARN  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/germangraph
   [junit4]   2> 8556 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/germangraph
   [junit4]   2> 8556 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Notified 5 observers of /schema/analysis/synonyms/germangraph
   [junit4]   2> 8556 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/germangraph
   [junit4]   2> 8556 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /analysis/synonyms/germangraph
   [junit4]   2> 8556 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 8557 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf
   [junit4]   2> 8557 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 8557 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 8557 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Notified 9 observers of /schema/analysis/stopwords/german
   [junit4]   2> 8557 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/german
   [junit4]   2> 8557 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /analysis/stopwords/german
   [junit4]   2> 8557 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 8557 WARN  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/germangraph
   [junit4]   2> 8557 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/germangraph
   [junit4]   2> 8557 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Notified 6 observers of /schema/analysis/synonyms/germangraph
   [junit4]   2> 8557 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/germangraph
   [junit4]   2> 8558 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /analysis/synonyms/germangraph
   [junit4]   2> 8564 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 8565 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf
   [junit4]   2> 8565 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 8565 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 8565 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Notified 9 observers of /schema/analysis/stopwords/english
   [junit4]   2> 8565 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/english
   [junit4]   2> 8565 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /analysis/stopwords/english
   [junit4]   2> 8565 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 8565 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_synonyms_english.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf
   [junit4]   2> 8565 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true} for /schema/analysis/synonyms/english
   [junit4]   2> 8565 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 1 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 8566 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Notified 3 observers of /schema/analysis/synonyms/english
   [junit4]   2> 8566 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/english
   [junit4]   2> 8566 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /analysis/synonyms/english
   [junit4]   2> 8568 INFO  (qtp737828222-26) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 8569 INFO  (qtp737828222-26) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={indent=on&wt=json} status=0 QTime=58
   [junit4]   2> 8571 INFO  (qtp737828222-24) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema/fields/managed_en_field params={indent=on&wt=xml} status=0 QTime=0
   [junit4]   2> 8580 INFO  (qtp737828222-26) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<add><doc><field+name%3D"managed_en_field">I+am+a+happy+test+today+but+yesterday+I+was+angry</field><field+name%3D"id">5150</field></doc></add>}{add=[5150]} 0 7
   [junit4]   2> 8584 INFO  (qtp737828222-24) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<add><doc><field+name%3D"managed_en_field">hansestadt+hamburg+is+in+North+Germany.</field><field+name%3D"id">040</field></doc></add>}{add=[040]} 0 1
   [junit4]   2> 8586 INFO  (qtp737828222-26) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 8587 INFO  (qtp737828222-26) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@2522ccaf commitCommandVersion:0
   [junit4]   2> 8617 INFO  (qtp737828222-26) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7808a847[collection1] main]
   [junit4]   2> 8617 INFO  (qtp737828222-26) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 8618 INFO  (searcherExecutor-19-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7808a847[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C2)))}
   [junit4]   2> 8618 INFO  (qtp737828222-26) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<commit/>}{commit=} 0 31
   [junit4]   2> 8625 INFO  (qtp737828222-24) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=managed_en_field:angry&indent=on&wt=xml} hits=1 status=0 QTime=5
   [junit4]   2> 8648 INFO  (qtp737828222-26) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=managed_en_field:hansestadt+hamburg&indent=on&wt=xml} hits=1 status=0 QTime=17
   [junit4]   2> 8677 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.RestManager Found ManagedResource [org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager@76c451ab] for /schema/analysis/synonyms/english
   [junit4]   2> 8677 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.ManagedResource Processing update to /schema/analysis/synonyms/english: {mad=[angry]} is a java.util.LinkedHashMap
   [junit4]   2> 8678 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path _schema_analysis_synonyms_english.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf
   [junit4]   2> 8678 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/analysis/synonyms/english params={indent=on&wt=json} status=0 QTime=24
   [junit4]   2> de febr. 22, 2018 5:15:18 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2018-02-22	17:15:18	127.0.0.1	-	127.0.0.1	43120	PUT	/solr/schema/analysis/synonyms/english	wt=json&indent=on	200	-	17	24	http://127.0.0.1:43120	Apache-HttpClient/4.5.3 (Java/1.8.0_152)	-
   [junit4]   2> 8683 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Found ManagedResource [org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager@76c451ab] for /schema/analysis/synonyms/english
   [junit4]   2> 8683 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/analysis/synonyms/english params={indent=on&wt=json} status=0 QTime=1
   [junit4]   2> de febr. 22, 2018 5:15:18 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2018-02-22	17:15:18	127.0.0.1	-	127.0.0.1	43120	GET	/solr/schema/analysis/synonyms/english	wt=json&indent=on	200	-	0	1	http://127.0.0.1:43120	Apache-HttpClient/4.5.3 (Java/1.8.0_152)	-
   [junit4]   2> 8690 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.RestManager Found ManagedResource [org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager@76c451ab] for /schema/analysis/synonyms/english
   [junit4]   2> 8690 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.ManagedResource Processing update to /schema/analysis/synonyms/english: {hh=[hansestadt hamburg]} is a java.util.LinkedHashMap
   [junit4]   2> 8691 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path _schema_analysis_synonyms_english.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf
   [junit4]   2> 8691 INFO  (qtp737828222-24) [    x:collection1] o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/analysis/synonyms/english params={indent=on&wt=json} status=0 QTime=1
   [junit4]   2> de febr. 22, 2018 5:15:18 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2018-02-22	17:15:18	127.0.0.1	-	127.0.0.1	43120	PUT	/solr/schema/analysis/synonyms/english	wt=json&indent=on	200	-	29	1	http://127.0.0.1:43120	Apache-HttpClient/4.5.3 (Java/1.8.0_152)	-
   [junit4]   2> 8697 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Resource not found for /schema/analysis/synonyms/english/hh, looking for parent: /schema/analysis/synonyms/english
   [junit4]   2> 8698 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Found parent resource /schema/analysis/synonyms/english for child: hh
   [junit4]   2> 8698 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Found ManagedResource [org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager@76c451ab] for /schema/analysis/synonyms/english/hh
   [junit4]   2> 8698 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/analysis/synonyms/english/hh params={indent=on&wt=json} status=0 QTime=0
   [junit4]   2> de febr. 22, 2018 5:15:18 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2018-02-22	17:15:18	127.0.0.1	-	127.0.0.1	43120	GET	/solr/schema/analysis/synonyms/english/hh	wt=json&indent=on	200	-	0	1	http://127.0.0.1:43120	Apache-HttpClient/4.5.3 (Java/1.8.0_152)	-
   [junit4]   2> 8705 INFO  (qtp737828222-24) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=managed_en_field:mad&indent=on&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 8708 INFO  (qtp737828222-26) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=managed_en_field:(hh)&indent=on&sow=false&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 8717 INFO  (qtp737828222-24) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&wt=xml} status=0 QTime=6
   [junit4]   2> 8728 INFO  (qtp737828222-26) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/lib/classes]
   [junit4]   2> 8768 INFO  (qtp737828222-26) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 8781 INFO  (qtp737828222-26) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test-rest
   [junit4]   2> 8865 WARN  (qtp737828222-26) [    ] o.a.s.s.IndexSchema Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 8867 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 8867 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 8869 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 8869 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory$SynonymManager for path /schema/analysis/synonyms/englishgraph
   [junit4]   2> 8869 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 8869 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 8870 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 8870 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory$SynonymManager for path /schema/analysis/synonyms/germangraph
   [junit4]   2> 8870 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 8870 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 8875 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 8875 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 8875 INFO  (qtp737828222-26) [    ] o.a.s.s.IndexSchema Loaded schema test-rest/1.6 with uniqueid field id
   [junit4]   2> 8877 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 8877 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/german
   [junit4]   2> 8877 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 8877 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 8877 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 8877 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 8877 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 8877 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 8877 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 8877 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 8877 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 8877 INFO  (qtp737828222-26) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 8883 INFO  (qtp737828222-26) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from configset /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1
   [junit4]   2> 8885 INFO  (qtp737828222-26) [    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/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-003/cores/core/data/]
   [junit4]   2> 8890 WARN  (qtp737828222-26) [    x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, registerPath=/solr,/v2, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 9056 INFO  (qtp737828222-26) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 9056 INFO  (qtp737828222-26) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 9058 INFO  (qtp737828222-26) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2495221f[collection1] main]
   [junit4]   2> 9059 INFO  (qtp737828222-26) [    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/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf
   [junit4]   2> 9059 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf
   [junit4]   2> 9060 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 9060 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 9060 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Notified 6 observers of /schema/analysis/stopwords/english
   [junit4]   2> 9060 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf
   [junit4]   2> 9060 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 9060 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 9060 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Notified 6 observers of /schema/analysis/stopwords/german
   [junit4]   2> 9060 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_synonyms_english.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf
   [junit4]   2> 9060 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true} for /schema/analysis/synonyms/english
   [junit4]   2> 9060 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 3 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 9061 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Notified 2 observers of /schema/analysis/synonyms/english
   [junit4]   2> 9061 WARN  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/englishgraph
   [junit4]   2> 9061 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/englishgraph
   [junit4]   2> 9061 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Notified 4 observers of /schema/analysis/synonyms/englishgraph
   [junit4]   2> 9061 WARN  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 9061 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 9061 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Notified 2 observers of /schema/analysis/synonyms/german
   [junit4]   2> 9062 WARN  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/germangraph
   [junit4]   2> 9062 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/germangraph
   [junit4]   2> 9062 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Notified 4 observers of /schema/analysis/synonyms/germangraph
   [junit4]   2> 9062 INFO  (qtp737828222-26) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 9063 INFO  (qtp737828222-26) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=99.68359375, floorSegmentMB=1.9755859375, forceMergeDeletesPctAllowed=25.441755058253037, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.35903357612874554
   [junit4]   2> 9064 INFO  (searcherExecutor-23-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2495221f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C2)))}
   [junit4]   2> 9065 INFO  (qtp737828222-26) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 9067 INFO  (qtp737828222-26) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@fc42684[collection1] main]
   [junit4]   2> 9068 INFO  (qtp737828222-26) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4b64655d
   [junit4]   2> 9068 INFO  (qtp737828222-26) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1264870749
   [junit4]   2> 9068 INFO  (searcherExecutor-23-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@fc42684[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C2)))}
   [junit4]   2> 9069 INFO  (qtp737828222-26) [    x:collection1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=collection1&action=RELOAD&wt=xml} status=0 QTime=347
   [junit4]   2> 9101 INFO  (qtp737828222-24) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=managed_en_field:mad&indent=on&wt=xml} hits=1 status=0 QTime=5
   [junit4]   2> 9115 INFO  (qtp737828222-26) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=managed_en_field:(hh)&indent=on&sow=false&wt=xml} hits=1 status=0 QTime=6
   [junit4]   2> 9118 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.RestManager Found ManagedResource [org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager@7a17e984] for /schema/analysis/synonyms/english
   [junit4]   2> 9118 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResource Processing update to /schema/analysis/synonyms/english: {mb=[megabyte]} is a java.util.LinkedHashMap
   [junit4]   2> 9119 INFO  (qtp737828222-26) [    x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path _schema_analysis_synonyms_english.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.rest.schema.analysis.TestManagedSynonymFilterFactory_F8A0A897212F9173-001/tempDir-001/collection1/conf
   [junit4]   2> 9119 INFO  (qtp737828222-26) [    x:

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

it4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2> 	at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:531)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:506)
   [junit4]   2> Feb 22, 2018 5:03:10 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=285, maxMBSortInHeap=6.640062164974864, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1ecf26f6), locale=mt-MT, timezone=Asia/Ho_Chi_Minh
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=1,free=192388960,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [TestUnifiedSolrHighlighter, TestManagedStopFilterFactory, AutoscalingHistoryHandlerTest, TestQueryTypes, TestFoldingMultitermQuery, TestMultiWordSynonyms, SolrCoreMetricManagerTest, TestConfigOverlay, CloudMLTQParserTest, TestStressInPlaceUpdates, RequiredFieldsTest, HdfsNNFailoverTest, TestCloudPivotFacet, CollectionsAPIAsyncDistributedZkTest, SolrJmxReporterCloudTest, CheckHdfsIndexTest, DistributedFacetPivotLargeTest, TestZkChroot, TestSystemIdResolver, DeleteInactiveReplicaTest, TestPseudoReturnFields, TestBlobHandler, BasicAuthIntegrationTest, TestBM25SimilarityFactory, DistribCursorPagingTest, SystemLogListenerTest, LIRRollingUpdatesTest, TestGroupingSearch, JvmMetricsTest, CacheHeaderTest, TestSubQueryTransformer, LeaderInitiatedRecoveryOnShardRestartTest, SSLMigrationTest, PeerSyncReplicationTest, HdfsWriteToMultipleCollectionsTest, HttpPartitionOnCommitTest, TestHdfsUpdateLog, TestMaxTokenLenTokenizer, FileUtilsTest, TestCloudRecovery, TestFieldCollectionResource, SegmentsInfoRequestHandlerTest, PeerSyncWithIndexFingerprintCachingTest, TestNumericTerms64, HdfsAutoAddReplicasIntegrationTest, AnalyticsQueryTest, ZkCLITest, TestFaceting, TestOverriddenPrefixQueryForCustomFieldType, TestExpandComponent, LukeRequestHandlerTest, TestLargeCluster, TestInPlaceUpdatesStandalone, GraphQueryTest, TestElisionMultitermQuery, CdcrUpdateLogTest, XmlUpdateRequestHandlerTest, TestQuerySenderNoQuery, ConcurrentDeleteAndCreateCollectionTest, TestCursorMarkWithoutUniqueKey, HdfsCollectionsAPIDistributedZkTest, RestartWhileUpdatingTest, TestImplicitCoreProperties, SpatialRPTFieldTypeTest, SolrMetricReporterTest, DistributedFacetSimpleRefinementLongTailTest, TestNodeLostTrigger, TestRTimerTree, TestSuggestSpellingConverter, BasicZkTest, ShardRoutingCustomTest, TestJmxIntegration, CdcrVersionReplicationTest, SolrPluginUtilsTest, TestFieldCacheSort, SimpleCollectionCreateDeleteTest, QueryEqualityTest, RemoteQueryErrorTest, SpatialFilterTest, TestStressUserVersions, TestTlogReplica, JSONWriterTest, DirectUpdateHandlerOptimizeTest, TestFieldCacheVsDocValues, TestLFUCache, TestInitQParser, TestCollationField, TestRealTimeGet, PolyFieldTest, TestLeaderElectionWithEmptyReplica, UniqFieldsUpdateProcessorFactoryTest, TestLegacyFieldCache, ResponseBuilderTest, OverseerModifyCollectionTest, TolerantUpdateProcessorTest, BasicDistributedZkTest, DeleteNodeTest, MoveReplicaHDFSFailoverTest, TestSubQueryTransformerDistrib, DistributedExpandComponentTest, RecoveryZkTest, TestDirectoryFactory, HLLSerializationTest, PathHierarchyTokenizerFactoryTest, TestZkAclsWithHadoopAuth, NodeMutatorTest, TestLazyCores, DeleteShardTest, TestFieldCache, TestBulkSchemaAPI, MultiTermTest, DistributedMLTComponentTest, DistribJoinFromCollectionTest, MoreLikeThisHandlerTest, StatsComponentTest, TestSweetSpotSimilarityFactory, CoreAdminRequestStatusTest, TestComplexPhraseQParserPlugin, TestJsonFacets, VMParamsZkACLAndCredentialsProvidersTest, TestLegacyTerms, SearchHandlerTest, BooleanFieldTest, ConnectionReuseTest, DistributedVersionInfoTest, TestBlendedInfixSuggestions, TestCloudManagedSchema, TestSolrXml, TestSchemaNameResource, CopyFieldTest, TestReload, CachingDirectoryFactoryTest, TestClassicSimilarityFactory, TestCloudInspectUtil, DistanceUnitsTest, TestDistribIDF, VersionInfoTest, TestCorePropertiesReload, SharedFSAutoReplicaFailoverTest, TestCoreContainer, SOLR749Test, TestSimDistributedQueue, DistributedFacetPivotSmallAdvancedTest, SolrGangliaReporterTest, ForceLeaderTest, TestSolrCloudWithDelegationTokens, FacetPivotSmallTest, TestConfigSetProperties, TestRawTransformer, TestSurroundQueryParser, AssignBackwardCompatibilityTest, TestAuthenticationFramework, SolrInfoBeanTest, ZkStateWriterTest, SpatialHeatmapFacetsTest, TestReloadAndDeleteDocs, TestCollectionsAPIViaSolrCloudCluster, TestDynamicFieldCollectionResource, TestComputePlanAction, HdfsLockFactoryTest, TestUtils, TestReRankQParserPlugin, DateMathParserTest, SpellingQueryConverterTest, SolrRequestParserTest, HdfsBasicDistributedZk2Test, ZkNodePropsTest, AnalysisAfterCoreReloadTest, SubstringBytesRefFilterTest, ComputePlanActionTest, TestPerFieldSimilarity, TestPullReplicaErrorHandling, MBeansHandlerTest, TestConfigsApi, AddReplicaTest, TestSolrCloudWithSecureImpersonation]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrCloudWithSecureImpersonation -Dtests.seed=F8A0A897212F9173 -Dtests.slow=true -Dtests.locale=mt-MT -Dtests.timezone=Asia/Ho_Chi_Minh -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | TestSolrCloudWithSecureImpersonation (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   [junit4]    >    1) Thread[id=24145, name=jetty-launcher-3802-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
   [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.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]    >         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]    >         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]    >         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]    >         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:531)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:506)
   [junit4]    >    2) Thread[id=24157, name=jetty-launcher-3802-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
   [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.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]    >         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]    >         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]    >         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]    >         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:531)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:506)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F8A0A897212F9173]:0)
   [junit4] Completed [764/778 (2!)] on J0 in 39.71s, 12 tests, 1 error <<< FAILURES!

[...truncated 50188 lines...]