We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f83ed commit 9b047cbCopy full SHA for 9b047cb
common/domain/handler.go
@@ -697,10 +697,6 @@ func (d *handlerImpl) UpdateIsolationGroups(
697
configVersion := currentDomainConfig.ConfigVersion
698
lastUpdatedTime := time.Unix(0, currentDomainConfig.LastUpdatedTime)
699
700
- if lastUpdatedTime.Add(d.config.FailoverCoolDown(currentDomainConfig.Info.Name)).After(d.timeSource.Now()) {
701
- return errDomainUpdateTooFrequent
702
- }
703
-
704
// Check the failover cool down time
705
if lastUpdatedTime.Add(d.config.FailoverCoolDown(currentDomainConfig.Info.Name)).After(d.timeSource.Now()) {
706
return errDomainUpdateTooFrequent
0 commit comments