Skip to content

Commit

Permalink
Fix NDC workflow reset nil pointer (uber#2605)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxing1292 authored Sep 26, 2019
1 parent f6a0247 commit 8c06707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/history/workflowExecutionContext.go
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,7 @@ func (c *workflowExecutionContextImpl) resetWorkflowExecution(
HistorySize: c.stats.HistorySize,
},
ReplicationState: currMutableState.GetReplicationState(),
VersionHistories: currMutableState.GetVersionHistories(),

UpsertActivityInfos: []*persistence.ActivityInfo{},
DeleteActivityInfos: []int64{},
Expand Down

0 comments on commit 8c06707

Please sign in to comment.