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 #289
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
…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)
…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)
7ca018a
to
00e6f6f
Compare
…#22905) Co-authored-by: Lari Hotari <[email protected]> (cherry picked from commit 7a21918) (cherry picked from commit d34f522)
…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)
…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)
…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)
ad06559
to
a150c1e
Compare
a150c1e
to
a25c6cd
Compare
apache#22965) (cherry picked from commit 10eeacc) (cherry picked from commit 9853c20)
…ed (apache#22954) (cherry picked from commit ddb03bb) (cherry picked from commit a7d4e20)
27146ce
to
669988c
Compare
…ing with maven-shade-plugin (apache#22957) (cherry picked from commit f728b2e) (cherry picked from commit 68d92fe)
…onnectors (apache#22945) (cherry picked from commit 6fe8100) (cherry picked from commit f10708f) (cherry picked from commit 9f5432a)
…ed (apache#22954) (cherry picked from commit ddb03bb) (cherry picked from commit 07df550)
…y RoaringBitmap (apache#22908)" This reverts commit f99040d. (cherry picked from commit 266f98c)
…ing with maven-shade-plugin (apache#22957) (cherry picked from commit f728b2e) (cherry picked from commit df070b6)
…oncurrency executing (apache#22958) (cherry picked from commit 69b2739) (cherry picked from commit ad4cf9d)
…ger is enabled (apache#22496) (cherry picked from commit 203f305) (cherry picked from commit f467f37) (cherry picked from commit 2557db6)
…pache#22743) (cherry picked from commit 949260f) (cherry picked from commit d982d3b) (cherry picked from commit 44f2e98)
…t channel (apache#22859) (cherry picked from commit 9326a08) (cherry picked from commit 6eac7e5) (cherry picked from commit 9ffbffc)
…hecking if broker is active(ExtensibleLoadManagerImpl only) (apache#22899) (cherry picked from commit c2702e9) (cherry picked from commit 2cf6e51) (cherry picked from commit 9ab3f38)
…tensibleLoadManagerImpl only) (apache#22930) (cherry picked from commit aa8f696) (cherry picked from commit 9b6156a) (cherry picked from commit d9c5132)
… requests (apache#22977) (cherry picked from commit 53df683) (cherry picked from commit ec51420) (cherry picked from commit 1a7eb54)
…e when the ExtensibleLoadManager is enabled (apache#22485) (cherry picked from commit d0b9d47) (cherry picked from commit c1a8596) (cherry picked from commit f623be8)
…che#22487) (cherry picked from commit 7fe92ac) (cherry picked from commit d0c075f) (cherry picked from commit 2b84dff)
… and topic policy is set (apache#22971) (cherry picked from commit 1c44fbb) (cherry picked from commit d93e896)
… position (apache#22856) (cherry picked from commit 5fc0eaf) (cherry picked from commit ab8dba3)
…amespace level (apache#22378) (apache#22960) (cherry-picked from commit apache@36bae69) Co-authored-by: Xiangying Meng <[email protected]> (cherry picked from commit 7b2e724)
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.