diff --git a/service/history/shard/context.go b/service/history/shard/context.go index a1e9724f383..42c0cca4279 100644 --- a/service/history/shard/context.go +++ b/service/history/shard/context.go @@ -1345,11 +1345,6 @@ func (s *contextImpl) allocateTimerIDsLocked( ts = readCursorTS.Add(persistence.DBTimestampMinPrecision) } if ts.Before(now) { - s.logger.Warn("New timer generated is in the past", - tag.WorkflowDomainID(domainEntry.GetInfo().ID), - tag.WorkflowID(workflowID), - tag.Timestamp(ts), - tag.ValueShardAllocateTimerBeforeRead) ts = now.Add(persistence.DBTimestampMinPrecision) } task.SetVisibilityTimestamp(ts)