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 c06bbbb commit 3ac1e5aCopy full SHA for 3ac1e5a
service/history/shardContext.go
@@ -409,7 +409,7 @@ func (s *shardContextImpl) allocateTimerIDsLocked(timerTasks []persistence.Task)
409
if ts.Before(s.shardInfo.TimerAckLevel) {
410
// This is not a common scenario, the shard can move and new host might have a time SKU.
411
// We generate a new timer ID that is above the ack level with an offset.
412
- s.logger.Warn("%v: New timer generated is less than ack level. timestamp: %v, ackLevel: %v",
+ s.logger.Warnf("%v: New timer generated is less than ack level. timestamp: %v, ackLevel: %v",
413
time.Now(), ts, s.shardInfo.TimerAckLevel)
414
newTimestamp := s.shardInfo.TimerAckLevel
415
persistence.SetVisibilityTSFrom(task, newTimestamp.Add(time.Second))
0 commit comments