YARN-7074. Fix NM state store update comment. Contributed by Botong Huang

(cherry picked from commit de0cba700bcf4276726c0aa9df8d738787debc17)
This commit is contained in:
bibinchundatt 2017-08-24 16:34:38 +05:30
parent c98917f798
commit cc50ca0722

View File

@ -87,7 +87,7 @@ public class NMLeveldbStateStoreService extends NMStateStoreService {
/** /**
* Changes from 1.0 to 1.1: Save AMRMProxy state in NMSS. * Changes from 1.0 to 1.1: Save AMRMProxy state in NMSS.
* Changes from 1.2 to 1.2: Save queued container information. * Changes from 1.1 to 1.2: Save queued container information.
*/ */
private static final Version CURRENT_VERSION_INFO = Version.newInstance(1, 2); private static final Version CURRENT_VERSION_INFO = Version.newInstance(1, 2);