Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return both DEL and SET requests in ConsumerStateTable pops() when both types of requests are queued. #833

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mint570
Copy link
Contributor

@mint570 mint570 commented Nov 14, 2023

Before this change, it will only return the SET request if both DEL and SET requests are queued (DEL followed by SET). The DEL request is lost which can cause issues in some scenarios where there are multiple clients write to the same APPL DB table.

both types of requests are queued.

Before this change, it will only return the SET request. The DEL request
is lost which can cause issues in some scenarios.

Bug: 304818797
Sanity-Workflow: https://fusion2.corp.google.com/4ae50929-4d85-3bd3-8f65-5cd8a5690761
Change-Id: I0e87185468cd12cbf978941c458393437e7f79d4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants