[fix](mtmv)add mtmvJobManager to DEPRECATED_MODULE_NAMES (#26137)
Inherited from:26041
This commit is contained in:
@ -43,7 +43,7 @@ public class PersistMetaModules {
|
||||
|
||||
// Modules in this list is deprecated and will not be saved in meta file. (also should not be in MODULE_NAMES)
|
||||
public static final ImmutableList<String> DEPRECATED_MODULE_NAMES = ImmutableList.of(
|
||||
"loadJob", "cooldownJob", "AnalysisMgr");
|
||||
"loadJob", "cooldownJob", "AnalysisMgr", "mtmvJobManager");
|
||||
|
||||
static {
|
||||
MODULES_MAP = Maps.newHashMap();
|
||||
|
||||
Reference in New Issue
Block a user