Description
On Jenkins, I saw this assert fail in the @After shutdown() for
TestQuorumJournalManager.testPurgeLogs():
// Should not leak clients between tests -- this can cause flaky tests. // (See HDFS-4643) GenericTestUtils.assertNoThreadsMatching(".*IPC Client.*");
https://builds.apache.org/job/PreCommit-HDFS-Build/4546//testReport/
I could not reproduce locally.
Attachments
Attachments
Issue Links
- is broken by
-
HADOOP-12532 Data race in IPC client Client.stop()
- In Progress
- is duplicated by
-
HDFS-9347 Invariant assumption in TestQuorumJournalManager.shutdown() is wrong
- Closed