Merge upstream 05 03 26#675
Closed
Mopsgeschwindigkeit wants to merge 631 commits intofaust-streaming:masterfrom
Closed
Merge upstream 05 03 26#675Mopsgeschwindigkeit wants to merge 631 commits intofaust-streaming:masterfrom
Mopsgeschwindigkeit wants to merge 631 commits intofaust-streaming:masterfrom
Conversation
fixed return value and added testcase
added partition revoking and log
This is just for logging for now. The partitions that are revoked don't neet to be active. In order to log it correctly, we need to replace the call to _get_active_changelogtopic_partitions
revoke all tps also the ones that are not active Approved by @Mopsgeschwindigkeit
moved logging and added todo
also set the default value of startup cache ttl to - 1
added option and added tests
This update enhances the startup cache with partitions. It means, that now with every access to the cache a partition needs to be specified. This change enables, that the additional memory is freed faster on a rebalance and that additional partitions are not assigned redundantly
This ensures that partition assignments are fast adn recovery loops are not possible Also the startup cache is removed from the apply_changelog_batch function
Faster bigtable startup revokes
Revert "Merge pull request #14 from smaxtec/faster-bigtable-startup-r…
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #675 +/- ##
==========================================
- Coverage 94.09% 94.05% -0.04%
==========================================
Files 102 103 +1
Lines 11100 11419 +319
Branches 1196 1250 +54
==========================================
+ Hits 10444 10740 +296
- Misses 557 570 +13
- Partials 99 109 +10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.