forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 6
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
[improve][misc] Sync commits from apache into 4.0_ds (27 Feb) #369
Merged
Conversation
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
apache#23286) ### Motivation When upgrading broker version from `3.0.x` to `3.3.x` with `ExtensibleLoadManagerImpl` enabled, it will have an `Unable to read schema` exception. And the broker will fail to start. This issue is caused by apache#22055 . ### Modifications Add a new class `NonPersistentSystemTopic`, and it will use for system non-persistent topic. (cherry picked from commit 7dbd8a5) (cherry picked from commit 5daea49)
….4.0 (apache#24003) (cherry picked from commit 1c6aa7c) (cherry picked from commit d865b93)
…o Deduplication is not appropriate for Geo-Replication (apache#23697) (cherry picked from commit 4ac4f3c) (cherry picked from commit 26a211c)
…ache#24004) (cherry picked from commit 35c9fec) (cherry picked from commit 4c41d2b)
…igReplicationStartAt (apache#24011) (cherry picked from commit 8b196d8) (cherry picked from commit d152559)
…ceed limits initially and consumption pauses until token balance is positive (apache#24012) Co-authored-by: Matteo Merli <mmerli@apache.org> (cherry picked from commit e547bea) (cherry picked from commit 56233ea)
…merReceiveWhileReconnect (apache#24019) (cherry picked from commit 2c686d0) (cherry picked from commit c8d8b6f)
…essage cmd (apache#23978) (cherry picked from commit 626b211) (cherry picked from commit 657d5ee)
…'s no concurrent access (apache#23962) (cherry picked from commit 38a41e0) (cherry picked from commit e5aa85f)
srinath-ctds
approved these changes
Feb 28, 2025
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.
Motivation
This PR sync all commits from apache/branch-4.0 into 4.0_ds which are not present.
Modifications
Verifying this change
(Please pick either of the following options)
This change is a trivial rework / code cleanup without any test coverage.
Does this pull request potentially affect one of the following parts:
If
yes
was chosen, please highlight the changesDocumentation
Check the box below or label this PR directly (if you have committer privilege).
Need to update docs?
doc-required
(If you need help on updating docs, create a doc issue)
no-need-doc
(Please explain why)
doc
(If this PR contains doc changes)