Skip to content

Commit 5c06a2b

Browse files
yux0yycptt
authored andcommitted
Flush buffer event with single cluster namespace (#4031)
* Flush buffer event with single cluster namespace * update test comment
1 parent f714a91 commit 5c06a2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

service/history/workflow/mutable_state_impl.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4388,8 +4388,7 @@ func (ms *MutableStateImpl) startTransactionHandleNamespaceMigration(
43884388

43894389
func (ms *MutableStateImpl) startTransactionHandleWorkflowTaskFailover() (bool, error) {
43904390

4391-
if !ms.IsWorkflowExecutionRunning() ||
4392-
!ms.canReplicateEvents() {
4391+
if !ms.IsWorkflowExecutionRunning() {
43934392
return false, nil
43944393
}
43954394

0 commit comments

Comments
 (0)