[
https://issues.apache.org/jira/browse/SOLR-13075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16809812#comment-16809812
]
Kevin Risden commented on SOLR-13075:
-------------------------------------
`SaslZkACLProviderTest` doesn’t work still. New ZK versions still seem to be
doing stuff to the localhost handling.
https://builds.apache.org/job/Lucene-Solr-Tests-master/3244/
{code:java}
[junit4] Suite: org.apache.solr.cloud.SaslZkACLProviderTest
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.SaslZkACLProviderTest_347A62CA017B905C-001/init-core-data-001
[junit4] 2> 1655307 WARN
(SUITE-SaslZkACLProviderTest-seed#[347A62CA017B905C]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=74 numCloses=74
[junit4] 2> 1655312 INFO
(SUITE-SaslZkACLProviderTest-seed#[347A62CA017B905C]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1655315 INFO
(SUITE-SaslZkACLProviderTest-seed#[347A62CA017B905C]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 1655315 INFO
(SUITE-SaslZkACLProviderTest-seed#[347A62CA017B905C]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1655322 INFO
(TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]) [
] o.a.s.SolrTestCaseJ4 ###Starting testSaslZkACLProvider
[junit4] 2> 1655322 INFO
(TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]) [
] o.a.s.c.SaslZkACLProviderTest ####SETUP_START testSaslZkACLProvider
[junit4] 2> 1655322 INFO
(TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]) [
] o.a.s.c.SaslZkACLProviderTest ZooKeeper
dataDir:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.SaslZkACLProviderTest_347A62CA017B905C-001/tempDir-002/zookeeper/server1/data
[junit4] 2> 1656570 INFO
(TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1656593 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1656593 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 1656782 INFO (pool-2-thread-1) [ ]
o.a.k.k.k.s.r.KdcRequest The preauth data is empty.
[junit4] 2> 1656808 INFO (pool-2-thread-1) [ ] o.a.k.k.k.s.KdcHandler
KRB error occurred while processing request:Additional pre-authentication
required
[junit4] 2> 1656898 INFO (pool-2-thread-1) [ ] o.a.k.k.k.s.r.AsRequest
AS_REQ ISSUE: authtime 1554337820350,zookeeper/[email protected] for
krbtgt/[email protected]
[junit4] 2> 1656995 INFO
(TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]) [
] o.a.s.c.ZkTestServer start zk server on port:32773
[junit4] 2> 1656995 INFO
(TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]) [
] o.a.s.c.ZkTestServer parse host and port list: localhost:32773
[junit4] 2> 1656995 INFO
(TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]) [
] o.a.s.c.ZkTestServer connecting to localhost 32773
[junit4] 2> 1657076 INFO (pool-2-thread-1) [ ]
o.a.k.k.k.s.r.KdcRequest The preauth data is empty.
[junit4] 2> 1657077 INFO (pool-2-thread-1) [ ] o.a.k.k.k.s.KdcHandler
KRB error occurred while processing request:Additional pre-authentication
required
[junit4] 2> 1657096 INFO (pool-2-thread-1) [ ] o.a.k.k.k.s.r.AsRequest
AS_REQ ISSUE: authtime 1554337820555,[email protected] for
krbtgt/[email protected]
[junit4] 2> 1657149 INFO (zkConnectionManagerCallback-3095-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1657170 ERROR (pool-2-thread-1) [ ]
o.a.k.k.k.s.r.KdcRequest Principal:
zookeeper/[email protected] is not known
[junit4] 2> 1657173 ERROR
(TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]-SendThread(localhost:32773))
[ ] o.a.z.c.ZooKeeperSaslClient An error:
(java.security.PrivilegedActionException: javax.security.sasl.SaslException:
GSS initiate failed [Caused by GSSException: No valid credentials provided
(Mechanism level: Server not found in Kerberos database (7) - Server not found
in Kerberos database)]) occurred when evaluating Zookeeper Quorum Member's
received SASL token. Zookeeper Client will go to AUTH_FAILED state.
[junit4] 2> 1657175 ERROR
(TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]-SendThread(localhost:32773))
[ ] o.a.z.ClientCnxn SASL authentication with Zookeeper Quorum member
failed: javax.security.sasl.SaslException: An error:
(java.security.PrivilegedActionException: javax.security.sasl.SaslException:
GSS initiate failed [Caused by GSSException: No valid credentials provided
(Mechanism level: Server not found in Kerberos database (7) - Server not found
in Kerberos database)]) occurred when evaluating Zookeeper Quorum Member's
received SASL token. Zookeeper Client will go to AUTH_FAILED state.
[junit4] 2> 1657215 WARN (zkConnectionManagerCallback-3095-thread-1) [
] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@6290a3c6 name:
ZooKeeperConnection Watcher:localhost:32773 got event WatchedEvent
state:AuthFailed type:None path:null path: null type: None
[junit4] 2> 1657215 WARN (zkConnectionManagerCallback-3095-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
[junit4] 2> 1657215 INFO (zkConnectionManagerCallback-3097-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1657235 ERROR (pool-2-thread-1) [ ]
o.a.k.k.k.s.r.KdcRequest Principal:
zookeeper/[email protected] is not known
[junit4] 2> 1657236 INFO (zkConnectionManagerCallback-3099-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1657236 ERROR
(TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]-SendThread(localhost:32773))
[ ] o.a.z.c.ZooKeeperSaslClient An error:
(java.security.PrivilegedActionException: javax.security.sasl.SaslException:
GSS initiate failed [Caused by GSSException: No valid credentials provided
(Mechanism level: Server not found in Kerberos database (7) - Server not found
in Kerberos database)]) occurred when evaluating Zookeeper Quorum Member's
received SASL token. Zookeeper Client will go to AUTH_FAILED state.
[junit4] 2> 1657236 ERROR
(TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]-SendThread(localhost:32773))
[ ] o.a.z.ClientCnxn SASL authentication with Zookeeper Quorum member
failed: javax.security.sasl.SaslException: An error:
(java.security.PrivilegedActionException: javax.security.sasl.SaslException:
GSS initiate failed [Caused by GSSException: No valid credentials provided
(Mechanism level: Server not found in Kerberos database (7) - Server not found
in Kerberos database)]) occurred when evaluating Zookeeper Quorum Member's
received SASL token. Zookeeper Client will go to AUTH_FAILED state.
[junit4] 2> 1657238 WARN (zkConnectionManagerCallback-3097-thread-1) [
] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@6e004f2c name:
ZooKeeperConnection Watcher:localhost:32773/solr got event WatchedEvent
state:AuthFailed type:None path:null path: null type: None
[junit4] 2> 1657238 WARN (zkConnectionManagerCallback-3097-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
[junit4] 2> 1657258 ERROR (pool-2-thread-2) [ ]
o.a.k.k.k.s.r.KdcRequest Principal:
zookeeper/[email protected] is not known
[junit4] 2> 1657259 ERROR
(TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]-SendThread(localhost:32773))
[ ] o.a.z.c.ZooKeeperSaslClient An error:
(java.security.PrivilegedActionException: javax.security.sasl.SaslException:
GSS initiate failed [Caused by GSSException: No valid credentials provided
(Mechanism level: Server not found in Kerberos database (7) - Server not found
in Kerberos database)]) occurred when evaluating Zookeeper Quorum Member's
received SASL token. Zookeeper Client will go to AUTH_FAILED state.
[junit4] 2> 1657259 ERROR
(TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]-SendThread(localhost:32773))
[ ] o.a.z.ClientCnxn SASL authentication with Zookeeper Quorum member
failed: javax.security.sasl.SaslException: An error:
(java.security.PrivilegedActionException: javax.security.sasl.SaslException:
GSS initiate failed [Caused by GSSException: No valid credentials provided
(Mechanism level: Server not found in Kerberos database (7) - Server not found
in Kerberos database)]) occurred when evaluating Zookeeper Quorum Member's
received SASL token. Zookeeper Client will go to AUTH_FAILED state.
[junit4] 2> 1657259 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x1088a0377480002, likely client has closed socket
[junit4] 2> 1657259 WARN (zkConnectionManagerCallback-3099-thread-1) [
] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@79fa6f69 name:
ZooKeeperConnection Watcher:localhost:32773 got event WatchedEvent
state:AuthFailed type:None path:null path: null type: None
[junit4] 2> 1657259 WARN (zkConnectionManagerCallback-3099-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
[junit4] 2> 1657360 INFO
(TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]) [
] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
[junit4] 2> 1657361 WARN (Thread-1219) [ ] o.a.z.Login TGT renewal
thread has been interrupted and will exit.
[junit4] 2> 1657362 INFO
(TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]) [
] o.a.s.c.ZkTestServer parse host and port list: localhost:32773
[junit4] 2> 1657362 INFO
(TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]) [
] o.a.s.c.ZkTestServer connecting to localhost 32773
[junit4] 2> 1657363 INFO
(TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]) [
] o.a.k.k.k.s.i.DefaultInternalKdcServerImpl Default Internal kdc server
stopped.
[junit4] 2> 1658364 INFO
(TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]) [
] o.a.s.SolrTestCaseJ4 ###Ending testSaslZkACLProvider
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=SaslZkACLProviderTest -Dtests.method=testSaslZkACLProvider
-Dtests.seed=347A62CA017B905C -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=sr-RS -Dtests.timezone=Asia/Dushanbe -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 3.05s J1 | SaslZkACLProviderTest.testSaslZkACLProvider <<<
[junit4] > Throwable #1:
org.apache.zookeeper.KeeperException$AuthFailedException: KeeperErrorCode =
AuthFailed for /solr
[junit4] > at
__randomizedtesting.SeedInfo.seed([347A62CA017B905C:308E3412983F3352]:0)
[junit4] > at
org.apache.zookeeper.KeeperException.create(KeeperException.java:126)
[junit4] > at
org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
[junit4] > at
org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:792)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.lambda$makePath$8(SolrZkClient.java:545)
[junit4] > at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:544)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:436)
[junit4] > at
org.apache.solr.cloud.SaslZkACLProviderTest.setUp(SaslZkACLProviderTest.java:84)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.SaslZkACLProviderTest_347A62CA017B905C-001
[junit4] 2> Apr 04, 2019 12:30:22 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 3 leaked
thread(s).
[junit4] 2> Apr 04, 2019 12:30:32 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 3 threads leaked from SUITE scope at
org.apache.solr.cloud.SaslZkACLProviderTest:
[junit4] 2> 1) Thread[id=9632,
name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]-EventThread,
state=WAITING, group=TGRP-SaslZkACLProviderTest]
[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.ClientCnxn$EventThread.run(ClientCnxn.java:504)
[junit4] 2> 2) Thread[id=9636,
name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]-EventThread,
state=WAITING, group=TGRP-SaslZkACLProviderTest]
[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.ClientCnxn$EventThread.run(ClientCnxn.java:504)
[junit4] 2> 3) Thread[id=9639,
name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]-EventThread,
state=WAITING, group=TGRP-SaslZkACLProviderTest]
[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.ClientCnxn$EventThread.run(ClientCnxn.java:504)
[junit4] 2> Apr 04, 2019 12:30:32 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=9632,
name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]-EventThread,
state=WAITING, group=TGRP-SaslZkACLProviderTest]
[junit4] 2> 2) Thread[id=9636,
name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]-EventThread,
state=WAITING, group=TGRP-SaslZkACLProviderTest]
[junit4] 2> 3) Thread[id=9639,
name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]-EventThread,
state=WAITING, group=TGRP-SaslZkACLProviderTest]
[junit4] 2> 1668739 ERROR
(TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]-EventThread)
[ ] o.a.z.ClientCnxn Event thread exiting due to interruption
[junit4] 2> => java.lang.InterruptedException
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
[junit4] 2> java.lang.InterruptedException: null
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
~[?:1.8.0_191]
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
~[?:1.8.0_191]
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
~[?:1.8.0_191]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
[junit4] 2> 1668739 ERROR
(TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]-EventThread)
[ ] o.a.z.ClientCnxn Event thread exiting due to interruption
[junit4] 2> => java.lang.InterruptedException
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
[junit4] 2> java.lang.InterruptedException: null
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
~[?:1.8.0_191]
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
~[?:1.8.0_191]
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
~[?:1.8.0_191]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
[junit4] 2> 1668739 ERROR
(TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]-EventThread)
[ ] o.a.z.ClientCnxn Event thread exiting due to interruption
[junit4] 2> => java.lang.InterruptedException
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
[junit4] 2> java.lang.InterruptedException: null
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
~[?:1.8.0_191]
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
~[?:1.8.0_191]
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
~[?:1.8.0_191]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
[junit4] 2> Apr 04, 2019 12:30:32 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: All leaked threads terminated.
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80): {},
docValues:{}, maxPointsInLeafNode=389, maxMBSortInHeap=7.326460405163257,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@823f815),
locale=sr-RS, timezone=Asia/Dushanbe
[junit4] 2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=2,free=80770208,total=536346624
[junit4] 2> NOTE: All tests run in this JVM: [HttpPartitionOnCommitTest,
ZkStateReaderTest, SpatialFilterTest, CategoryRoutedAliasUpdateProcessorTest,
DirectUpdateHandlerTest, TriggerEventQueueTest, CurrencyFieldTypeTest,
TestSolrCloudSnapshots, DistributedSuggestComponentTest, TestDistributedSearch,
TestDistribDocBasedVersion, TestComplexPhraseLeadingWildcard,
DistributedQueryComponentOptimizationTest, ReplaceNodeNoTargetTest,
MigrateRouteKeyTest, SolrIndexMetricsTest,
UniqFieldsUpdateProcessorFactoryTest, TestQuerySenderListener,
ChaosMonkeyNothingIsSafeTest, ComputePlanActionTest, TestZkChroot,
TestPullReplicaErrorHandling, BaseCdcrDistributedZkTest, TestConfigSets,
TestManagedSchemaThreadSafety, TestHighlightDedupGrouping,
TestTolerantUpdateProcessorRandomCloud, BasicDistributedZk2Test,
TestSimClusterStateProvider, TestNumericTokenStream, TestStressUserVersions,
TestUtils, TestLeaderElectionZkExpiry, DirectoryFactoryTest,
DistributedExpandComponentTest, TestPHPSerializedResponseWriter,
TestIntervalFaceting, SaslZkACLProviderTest]
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=SaslZkACLProviderTest -Dtests.seed=347A62CA017B905C
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=sr-RS
-Dtests.timezone=Asia/Dushanbe -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J1 | SaslZkACLProviderTest (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE
scope at org.apache.solr.cloud.SaslZkACLProviderTest:
[junit4] > 1) Thread[id=9632,
name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]-EventThread,
state=WAITING, group=TGRP-SaslZkACLProviderTest]
[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.ClientCnxn$EventThread.run(ClientCnxn.java:504)
[junit4] > 2) Thread[id=9636,
name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]-EventThread,
state=WAITING, group=TGRP-SaslZkACLProviderTest]
[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.ClientCnxn$EventThread.run(ClientCnxn.java:504)
[junit4] > 3) Thread[id=9639,
name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[347A62CA017B905C]-EventThread,
state=WAITING, group=TGRP-SaslZkACLProviderTest]
[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.ClientCnxn$EventThread.run(ClientCnxn.java:504)
[junit4] > at __randomizedtesting.SeedInfo.seed([347A62CA017B905C]:0)
{code}
> Harden SaslZkACLProviderTest.
> -----------------------------
>
> Key: SOLR-13075
> URL: https://issues.apache.org/jira/browse/SOLR-13075
> Project: Solr
> Issue Type: Sub-task
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Mark Miller
> Assignee: Erick Erickson
> Priority: Major
> Attachments: SOLR-13075.patch
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]