[
https://issues.apache.org/jira/browse/HDFS-16505?focusedWorklogId=741388&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-741388
]
ASF GitHub Bot logged work on HDFS-16505:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Mar/22 01:35
Start Date: 15/Mar/22 01:35
Worklog Time Spent: 10m
Work Description: tomscut opened a new pull request #4071:
URL: https://github.com/apache/hadoop/pull/4071
JIRA: [HDFS-16505](https://issues.apache.org/jira/browse/HDFS-16505).
Setting safemode should not be interrupted by abnormal nodes.
For example, we have four namenodes configured in the following order:
NS1 -> active
NS2 -> standby
NS3 -> observer
NS4 -> observer.
When the `NS1` process exits, setting the states of safemode, `NS2`, `NS3`,
and `NS4` fails. Similarly, when the `NS2` process exits, only the safemode
state of `NS1` can be set successfully.
When the `NS1` process exits:
Before the change:

After the change:

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 741388)
Remaining Estimate: 0h
Time Spent: 10m
> Setting safemode should not be interrupted by abnormal nodes
> ------------------------------------------------------------
>
> Key: HDFS-16505
> URL: https://issues.apache.org/jira/browse/HDFS-16505
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: tomscut
> Assignee: tomscut
> Priority: Major
> Attachments: image-2022-03-15-09-29-36-538.png,
> image-2022-03-15-09-29-44-430.png
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Setting safemode should not be interrupted by abnormal nodes.
> For example, we have four namenodes configured in the following order:
> NS1 -> active
> NS2 -> standby
> NS3 -> observer
> NS4 -> observer.
> When the {color:#FF0000}NS1 {color}process exits, setting the states of
> safemode, {color:#FF0000}NS2{color}, {color:#FF0000}NS3{color}, and
> {color:#FF0000}NS4 {color}fails. Similarly, when the
> {color:#FF0000}NS2{color} process exits, only the safemode state of
> {color:#FF0000}NS1{color} can be set successfully.
>
> When the {color:#FF0000}NS1{color} process exits:
> Before the change:
> !image-2022-03-15-09-29-36-538.png|width=1145,height=97!
> After the change:
> !image-2022-03-15-09-29-44-430.png|width=1104,height=119!
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]