Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.8.0
-
None
-
centos6.5 x64
hadoop 2.8.0
-
Reviewed
Description
Javadoc for HAState#HAState() contains @param name, but this constructor doesn't has the parameter, HAState#setStateInternal() has the same problem, and the annotation is not quite accurate, which is confusing for beginners.
So I made a simple fix.