Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion service/history/shardContext.go
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ func (s *shardContextImpl) allocateTimerIDsLocked(
if ts.Before(readCursorTS) {
// This can happen if shard move and new host have a time SKU, or there is db write delay.
// We generate a new timer ID using timerMaxReadLevel.
s.logger.Warn("New timer generated is less than read level",
s.logger.Debug("New timer generated is less than read level",
tag.WorkflowNamespaceID(namespaceEntry.GetInfo().Id),
tag.WorkflowID(workflowID),
tag.Timestamp(ts),
Expand Down