Skip to content

Commit

Permalink
Make log better (uber#5052)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidporter-id-au authored Dec 20, 2022
1 parent 29398d8 commit ded66f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/history/replication/task_fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func (f *taskFetcherImpl) fetchTasks() {
// and replication task processor is per shard
// during shard movement, duplicated requests can appear
// if shard moved from this host, to this host.
f.logger.Error("Get replication task request already exist for shard.")
f.logger.Error("Get replication task request already exist for shard.", tag.ShardID(int(request.token.GetShardID())))
close(req.respChan)
}
requestByShard[request.token.GetShardID()] = request
Expand Down

0 comments on commit ded66f0

Please sign in to comment.