[ https://issues.apache.org/jira/browse/HDFS-956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Todd Lipcon resolved HDFS-956.
------------------------------
Resolution: Duplicate
HDFS-988 will cover these as well.
> Improper synchronization in some FSNamesystem methods
> -----------------------------------------------------
>
> Key: HDFS-956
> URL: https://issues.apache.org/jira/browse/HDFS-956
> Project: Hadoop HDFS
> Issue Type: Bug
> Affects Versions: 0.21.0, 0.22.0
> Reporter: Todd Lipcon
>
> There are some methods in FSNamesystem that check isInSafeMode while not synchronized,
and then proceed to perform operations. Thus the actual operations can occur after the NN
has entered safemode, which is no good.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|