forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 6
[improve][misc] Sync commits from apache into 4.0_ds (Oct 15th) #535
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
Open
manas-ctds
wants to merge
42
commits into
4.0_ds
Choose a base branch
from
4.0_ds_cherry-pick_oct15
base: 4.0_ds
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
(cherry picked from commit 8b42752)
…igning to fail (apache#24812) (cherry picked from commit 008e4eb) (cherry picked from commit e6acc4c)
(cherry picked from commit 298b5b7)
…wnership (apache#24780) (cherry picked from commit 46a76e9) (cherry picked from commit 05d88f7)
…oker (apache#24770) (cherry picked from commit e44e084) (cherry picked from commit edeb4e4)
…uster was removed (apache#24801) (cherry picked from commit 771ce41) (cherry picked from commit c111de1)
…t PIP-344 (apache#24822) (cherry picked from commit 5e59d0e) (cherry picked from commit 6da23ff)
…might not be respected (apache#24785) (cherry picked from commit 5b2562d) (cherry picked from commit a399b5c)
…en loading topics (apache#24829) (cherry picked from commit 7b6f9fc) (cherry picked from commit dd149d4)
…y issues and incorrect responses (apache#24832) (cherry picked from commit 4457b08) (cherry picked from commit 5c4ee53)
…tsRecorderImpl: avoid NPE and implement aggregation (apache#24830) Co-authored-by: Zixuan Liu <[email protected]> (cherry picked from commit a43762b) (cherry picked from commit 18323a9)
…pache#24841) (cherry picked from commit 2233fa8) (cherry picked from commit 37af467)
…vice is available again (apache#24838) Motivation After PR: apache#23040, if the metadata service is unavailable and then becomes available again, the LoadSheddingTask will not run again. Modifications Ensure LoadSheddingTask is scheduled after metadata service is available again by moving the isMetadataServiceAvailable check to the try block. (cherry picked from commit 461ffd8) (cherry picked from commit 49d4257)
(cherry picked from commit 4ec4c8b)
(cherry picked from commit 2afdc9d)
… ledgers (apache#24855) Co-authored-by: Claude <[email protected]> (cherry picked from commit d56758f)
…FencedError by counting subscription is fenced only after seek (apache#24865) (cherry picked from commit 7140420)
…publish to avoid empty-ledger deletion and send timeout (apache#24861) (cherry picked from commit 9ebf5fa)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lari Hotari <[email protected]> (cherry picked from commit a59c490)
…apache#24897) (cherry picked from commit bf71d4d)
acb0b6b to
0d01e3a
Compare
…ties (apache#24854) (cherry picked from commit d743278) (cherry picked from commit 324fadd)
… measurement and using adjacent 2-sec averages (apache#24864) (cherry picked from commit 562d446) (cherry picked from commit 2d7ce26)
…shInOrder (apache#24826) Signed-off-by: Dream95 <[email protected]> Co-authored-by: Lari Hotari <[email protected]> (cherry picked from commit 8828734) (cherry picked from commit 74c366c)
…minated (apache#24880) (cherry picked from commit 313ae97) (cherry picked from commit 3ecbe8c)
apache#24881) Co-authored-by: Jiwei Guo <[email protected]> Co-authored-by: Zixuan Liu <[email protected]> (cherry picked from commit 14b0821) (cherry picked from commit 5bdc5aa)
…tBacklogQuota handle empty /metrics scrape (apache#24887) Signed-off-by: Vinkal Chudgar <[email protected]> (cherry picked from commit ba8468e) (cherry picked from commit 42e02a8)
…apache#24848) (cherry picked from commit 54db7f2) (cherry picked from commit fb1b2a5)
…ependent (apache#24807) (cherry picked from commit 2dc4dcb) (cherry picked from commit e169f8d)
…etedWhenClosing (apache#24858) (cherry picked from commit 1ca1797) (cherry picked from commit ec89455)
…sumer from non-persistent dispatcher (apache#24885) (cherry picked from commit ebfff58) (cherry picked from commit 8b3245f)
…for event loop shutdown (apache#24895) (cherry picked from commit 411aea9) (cherry picked from commit 61f6fcd)
apache#24904) (cherry picked from commit 3f80cd5) (cherry picked from commit 18aa9ea)
…VE-2025-41249 (apache#24903) (cherry picked from commit 38e0fa1) (cherry picked from commit 856da6e)
…ulsar CI (apache#24917) (cherry picked from commit f55d45a) (cherry picked from commit 2f04f58)
…rs, such as namespace deletion and namespace policies updating (apache#24860) (cherry picked from commit 39bb675) (cherry picked from commit a8af8f9)
…s on an open ledger (apache#24915) (cherry picked from commit 54da0c8) (cherry picked from commit f97f365)
…8916 (apache#24923) (cherry picked from commit f3fa7e6) (cherry picked from commit b0481fd)
…gistered (apache#24859) Signed-off-by: Vinkal Chudgar <[email protected]> (cherry picked from commit 06f7142) (cherry picked from commit f535106)
… ServiceUrlProvider (apache#24794) (cherry picked from commit fbc50b0) (cherry picked from commit 90ef442)
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
yeswas 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)