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][build, broker, client, test, sql] Cherry-pick 2.10_ds improvements onto 3.1_ds (part I) #205
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
(cherry picked from commit e76a86e)
…pache#21329) (cherry picked from commit c883f50)
(cherry picked from commit 0944414)
…docker image (cherry picked from commit c6e0650)
(cherry picked from commit 4ff4f90)
- pass the Scheduler for periodic calculations - add raw brk_ledgeroffloader_read_bytes counter - fix read latency from JClouds calculation (cherry picked from commit cc4c7be) Conflicts: managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/LedgerOffloaderStatsImpl.java pulsar-broker/src/main/java/org/apache/pulsar/broker/PulsarService.java tiered-storage/jcloud/src/main/java/org/apache/bookkeeper/mledger/offload/jcloud/impl/BlobStoreBackedInputStreamImpl.java
(cherry picked from commit 7bba51f) Conflicts: pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdTopics.java
(cherry picked from commit 65de5a0) Conflicts: buildtools/pom.xml pom.xml pulsar-sql/presto-distribution/pom.xml
(cherry picked from commit b835048)
nikhil-ctds
changed the title
[fix][test] Test pr to trigger workflows
[improve][build, broker, client, test, sql] Cherry-pick 2.10_ds improvements onto 3.1_ds (part I)
Dec 7, 2023
nikhil-ctds
requested review from
eolivelli,
zzzming,
nicoloboschi and
NadirJ
December 7, 2023 14:44
eolivelli
approved these changes
Dec 7, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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
Explain here the context, and why you're making that change. What is the problem you're trying to solve.
Modifications
Describe the modifications you've done.
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)