Skip to content

Commit

Permalink
Fix missing activity failure details in standby cluster (#4323)
Browse files Browse the repository at this point in the history
  • Loading branch information
yycptt authored Jul 23, 2021
1 parent 23eb8be commit bec009a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/history/replication/task_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ func (e *taskExecutorImpl) handleActivityTask(
Details: attr.Details,
Attempt: attr.Attempt,
LastFailureReason: attr.LastFailureReason,
LastFailureDetails: attr.LastFailureDetails,
LastWorkerIdentity: attr.LastWorkerIdentity,
VersionHistory: attr.GetVersionHistory(),
}
Expand Down

0 comments on commit bec009a

Please sign in to comment.