Skip to content

Commit

Permalink
CHANGED: to temporary disable MN invalidations
Browse files Browse the repository at this point in the history
  • Loading branch information
andvgal committed Mar 11, 2020
1 parent df3e2e1 commit c4b17f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions energi/service/masternode.go
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,11 @@ func (v *peerValidator) validate() {
return
case <-time.After(deadline.Sub(time.Now())):
log.Info("MN Invalidation", "mn", v.target)

// TODO: an excepted, but not seen before problem on scale got identified.
log.Warn("Invalidations are temporary disabled.")
return

_, err := mnsvc.registry.Invalidate(v.target)
if err != nil {
log.Warn("MN Invalidate error", "mn", v.target, "err", err)
Expand Down

0 comments on commit c4b17f8

Please sign in to comment.