[
https://issues.apache.org/jira/browse/HDFS-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13689526#comment-13689526
]
Tao Luo commented on HDFS-4883:
-------------------------------
This assert failed in the @After shutdown() for
TestQuorumJournalManager.testPurgeLogs():
{code}
// Should not leak clients between tests -- this can cause flaky tests.
// (See HDFS-4643)
GenericTestUtils.assertNoThreadsMatching(".*IPC Client.*");
{code}
However, it does not seem to be related to this patch, and I cannot reproduce
this issue by running the test locally after applying this patch.
> complete() should verify fileId
> -------------------------------
>
> Key: HDFS-4883
> URL: https://issues.apache.org/jira/browse/HDFS-4883
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: namenode
> Affects Versions: 2.1.0-beta
> Reporter: Konstantin Shvachko
> Assignee: Tao Luo
> Attachments: HDFS-4883.patch, HDFS-4883.patch
>
>
> It seems inconsistent that complete() avoids verifying real fileId, while
> addBlock() does it meticulously.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira