[
https://issues.apache.org/jira/browse/HDFS-17402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18023703#comment-18023703
]
ASF GitHub Bot commented on HDFS-17402:
---------------------------------------
github-actions[bot] commented on PR #6618:
URL: https://github.com/apache/hadoop/pull/6618#issuecomment-3349480039
We're closing this stale PR because it has been open for 100 days with no
activity. This isn't a judgement on the merit of the PR in any way. It's just a
way of keeping the PR queue manageable.
If you feel like this was a mistake, or you would like to continue working
on it, please feel free to re-open it and ask for a committer to remove the
stale tag and review again.
Thanks all for your contribution.
> StartupSafeMode should not exit when resources are from low to available
> ------------------------------------------------------------------------
>
> Key: HDFS-17402
> URL: https://issues.apache.org/jira/browse/HDFS-17402
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Zilong Zhu
> Assignee: Zilong Zhu
> Priority: Major
> Labels: pull-request-available
>
> After HDFS-17231, NameNode can exit safemode automatically when resources are
> from low to available. It used
> org.apache.hadoop.hdfs.server.namenode.FSNamesystem#leaveSafeMode, this
> function will change BMSafeModeStatus. However, NameNode entering resource
> low safe mode doesn't change BMSafeModeStatus in
> org.apache.hadoop.hdfs.server.namenode.FSNamesystem#enterSafeMode. This is
> not equal
> Now:
> a. NN enter StartupSafeMode
> b. NN enter ResourceLowSafeMode
> c. NN resources from low to available
> d. NN safemode off
>
> Expectations:
> a. NN enter StartupSafeMode
> b. NN enter ResourceLowSafeMode
> c. NN resources from low to available
> d. NN exit ResourceLowSafeMode but in StartupSafeMode
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]