-
Notifications
You must be signed in to change notification settings - Fork 805
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly set replication state after resetting workflow execution history. TransferQueue and TimerQueue processor rely on LastWriteVersion rather than CurrentVersion on mutable state for validating tasks. Resetting history after conflict resolution could result in tripping up the processing logic if relied on CurrentVersion. Unit test for conflictResolver. More logging on historyReplicator.
- Loading branch information
1 parent
772d653
commit 166ef58
Showing
12 changed files
with
395 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.