[fix](mtmv)add mtmvJobManager to DEPRECATED_MODULE_NAMES (#26137)

Inherited from:26041
This commit is contained in:
zhangdong
2023-10-31 16:28:43 +08:00
committed by GitHub
parent 19122b55cd
commit a259ae9417

View File

@ -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();