[
https://issues.apache.org/jira/browse/HDFS-7334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14196576#comment-14196576
]
Haohui Mai commented on HDFS-7334:
----------------------------------
Looks good to me.
{code}
conf.set(DFSConfigKeys.DFS_NAMENODE_CHECKPOINT_MAX_RETRIES_KEY, "1");
- conf.set(DFSConfigKeys.DFS_NAMENODE_CHECKPOINT_CHECK_PERIOD_KEY, "1");
+ conf.set(DFSConfigKeys.DFS_NAMENODE_CHECKPOINT_PERIOD_KEY, "1");
{code}
I think that the code should call {{setInt}} instead. Can you use the jira to
clean them up? Thanks.
> Fix periodic failures of TestCheckpoint#testTooManyEditReplayFailures
> ---------------------------------------------------------------------
>
> Key: HDFS-7334
> URL: https://issues.apache.org/jira/browse/HDFS-7334
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: test
> Reporter: Charles Lamb
> Assignee: Charles Lamb
> Priority: Minor
> Attachments: HDFS-7334.001.patch
>
>
> TestCheckpoint#testTooManyEditReplyFailures occasionally fails with a test
> timeout.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)