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] DO NOT MERGE #288
Closed
Closed
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
…pache#22868) (cherry picked from commit c5cc25e) (cherry picked from commit ebb4282)
…apache#22879) (cherry picked from commit c326d8e) (cherry picked from commit dae7d8b)
apache#22707) [PersistentTopic#getLastDispatchablePosition](https://github.com/apache/pulsar/blob/master/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentTopic.java#L3776-L3788) is using by [Reader#hasMessageAvailable](https://github.com/apache/pulsar/blob/master/pulsar-client-api/src/main/java/org/apache/pulsar/client/api/Reader.java#L116) , [ConsumerImpl#hasMessageAvailable](https://github.com/apache/pulsar/blob/master/pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerImpl.java#L2440-L2448), [Consumer#getLastMessageIdAsync](https://github.com/apache/pulsar/blob/master/pulsar-client-api/src/main/java/org/apache/pulsar/client/api/Consumer.java#L591-L615). The current implementation is read entries from Bookkeeper(or sth else), which leads to low throughput, high latency and heavy load, this PR is for the purpose of optimization. (cherry picked from commit 266243c) (cherry picked from commit 912ae3c)
…apache#22001) (cherry picked from commit 57025bc) (cherry picked from commit 3670515)
…pache#22860) (apache#22900) (cherry picked from commit 8be3e8a)
…#22905) Co-authored-by: Lari Hotari <[email protected]> (cherry picked from commit 7a21918) (cherry picked from commit d34f522)
…apache#22001) (cherry picked from commit 57025bc) (cherry picked from commit cdd40e1)
…che#22319) (cherry picked from commit 24e9437) (cherry picked from commit 22b724f) # Conflicts: # distribution/server/src/assemble/LICENSE.bin.txt # distribution/shell/src/assemble/LICENSE.bin.txt # pulsar-sql/presto-distribution/LICENSE (cherry picked from commit 69ecbcd)
…tinuously increases even when there is no backlog. (apache#22907) (cherry picked from commit 6831231) (cherry picked from commit 73b50e5)
(cherry picked from commit f089d4f)
nikhil-ctds
force-pushed
the
3.1_ds-sync-commits
branch
2 times, most recently
from
June 24, 2024 12:33
bf3095a
to
95fa468
Compare
…g pulsarClient.getPartitionsForTopic(topicName) (apache#22206) (cherry picked from commit 4e5c0bc) (cherry picked from commit 9e59dd0)
…dMetadataWithoutAutoCreation (apache#22773) (cherry picked from commit 6236116) (cherry picked from commit 03c0975)
…calling getPartitionedTopicMetadata (apache#22838) (cherry picked from commit 9aed736) (cherry picked from commit 1d2959b)
…apache#21356) Co-authored-by: Rajan Dhabalia <[email protected]> (cherry picked from commit d09642c) (cherry picked from commit d4f3c59)
…cate shutdown code (apache#21426) (cherry picked from commit c6704df) (cherry picked from commit eb9a95d)
…evel replication (apache#22890) (cherry picked from commit feae589) (cherry picked from commit 3f28fa3)
nikhil-ctds
force-pushed
the
3.1_ds-sync-commits
branch
from
June 24, 2024 13:28
95fa468
to
d733598
Compare
…r Function runtimes (apache#22910) (cherry picked from commit f3d4d5a) (cherry picked from commit 20de952)
…vice doesn't get closed (apache#22858) (cherry picked from commit bc3dc77) (cherry picked from commit e9264a9)
…ted in healthcheck every time (apache#22916) (cherry picked from commit ca64505) (cherry picked from commit c9de1bb)
…s in Functions and Connectors (apache#22950) (cherry picked from commit ada47a3) (cherry picked from commit 8935fef)
…pache#22947) Signed-off-by: Zixuan Liu <[email protected]> (cherry picked from commit 82b8d98) (cherry picked from commit c0e1bff)
…gBitmap (apache#22908) (cherry picked from commit 5b1f653) (cherry picked from commit f99040d)
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.