[
https://issues.apache.org/jira/browse/HDFS-17442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaobao Wu updated HDFS-17442:
------------------------------
Description:
Fix prompt information in
org.apache.hadoop.hdfs.server.namenode.NameNodeLayoutVersion
{code:java}
void prepareToStopStandbyServices() throws ServiceFailedException {
if (standbyCheckpointer != null) {
standbyCheckpointer.cancelAndPreventCheckpoints(
"About to leave standby state");
}
} {code}
was:Fix annotation in
org.apache.hadoop.hdfs.server.namenode.NameNodeLayoutVersion
> Fix prompt information in StandbyCheckpointer
> ---------------------------------------------
>
> Key: HDFS-17442
> URL: https://issues.apache.org/jira/browse/HDFS-17442
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: namenode
> Affects Versions: 3.3.0, 3.3.4
> Reporter: Xiaobao Wu
> Priority: Trivial
> Fix For: 3.3.4
>
>
> Fix prompt information in
> org.apache.hadoop.hdfs.server.namenode.NameNodeLayoutVersion
> {code:java}
> void prepareToStopStandbyServices() throws ServiceFailedException {
> if (standbyCheckpointer != null) {
> standbyCheckpointer.cancelAndPreventCheckpoints(
> "About to leave standby state");
> }
> } {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]