-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
source-google-pubsub: fix race condition in sequencing runtime and Pu…
…bSub acknowledgements There was a possible race between adding the runtime acknowledgement signal to the queue and the document to be emitted to a separate queue. This actually needs to be done under and exclusive lock, which means that there really isn't any need for the separate queue at all.
- Loading branch information
1 parent
9d17606
commit 14f92e7
Showing
3 changed files
with
17 additions
and
36 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
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