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

Revert "[LI-HOTFIX] Return valid data during throttling (#514)" #515

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

CCisGG
Copy link

@CCisGG CCisGG commented Jun 11, 2024

This reverts commit d4f6f91.

For the "consumer get stuck during throttling" issue, we realized there is a safer solution than the above commit. The alternative solution is to increase the maxThrottleTime by increase the quota window size, which should effectively reduce the overall throughput. We will go with that path first. If the issue is still not mitigated, we can fallback to this solution and re-apply this patch.

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@CCisGG CCisGG requested a review from Yellow-Rice June 11, 2024 19:42
Copy link

@Yellow-Rice Yellow-Rice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@CCisGG CCisGG merged commit 05c9ff8 into 3.0-li Jun 11, 2024
25 checks passed
@CCisGG CCisGG deleted the 20240611_revert branch June 11, 2024 20:25
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