REM:
1.移除旁路手动牵引策略时,删除缓存中旁路手动牵引策略信息
This commit is contained in:
chenlinghy 2021-01-19 17:38:09 +08:00
parent 984bd6f21d
commit cf20704395
1 changed files with 4 additions and 0 deletions

View File

@ -948,6 +948,10 @@ public class DpTechBypassAbilityImpl extends DpTechAbilityImpl {
} }
} }
//移除缓存信息
String policyName = getTractionStrategyName(disposeObject);
dpBypassManager.getTractionStrategyName().remove(policyName);
log.info("----Finish DPTech Stop Cleanup Task Succeed: {}", disposeObject); log.info("----Finish DPTech Stop Cleanup Task Succeed: {}", disposeObject);
return new MulReturnType<>(ErrorCode.ERR_OK, null); return new MulReturnType<>(ErrorCode.ERR_OK, null);
} catch (Exception ex) { } catch (Exception ex) {