mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
Merge pull request #1361 from hashicorp/f-warn-on-batch-fail
Changes batch update failure to a WARN since it's nbd.
This commit is contained in:
commit
79293514fe
@ -41,7 +41,7 @@ func (c *Coordinate) batchUpdate() {
|
||||
select {
|
||||
case <-time.After(c.srv.config.CoordinateUpdatePeriod):
|
||||
if err := c.batchApplyUpdates(); err != nil {
|
||||
c.srv.logger.Printf("[ERR] consul.coordinate: Batch update failed: %v", err)
|
||||
c.srv.logger.Printf("[WARN] consul.coordinate: Batch update failed: %v", err)
|
||||
}
|
||||
case <-c.srv.shutdownCh:
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user