forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 1
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
lh jetty 12 #189
Closed
Closed
lh jetty 12 #189
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
Owner
lhotari
commented
May 13, 2024
- [fix] Fix Reader can be stuck from transaction aborted messages. ([fix] Fix Reader can be stuck from transaction aborted messages. apache/pulsar#22610)
- [improve][test] Clear fields in AuthZTest classes at cleanup ([improve][test] Clear fields in AuthZTest classes at cleanup apache/pulsar#22661)
- [improve] Upgrade to Oxia client 0.2.0 ([improve] Upgrade to Oxia client 0.2.0 apache/pulsar#22663)
- [feat][broker] PIP-264: Add Java runtime metrics ([feat][broker] PIP-264: Add Java runtime metrics apache/pulsar#22616)
- [improve] Retry re-validating ResourceLock with backoff after errors ([improve] Retry re-validating ResourceLock with backoff after errors apache/pulsar#22617)
- [fix][broker] Add the missed opentelemetry-sdk-testing dependency to tests of pulsar-broker-auth-sasl ([fix][broker] Add the missed opentelemetry-sdk-testing dependency to tests of pulsar-broker-auth-sasl apache/pulsar#22665)
- [fix][broker] Disable system topic message deduplication ([fix][broker] Disable system topic message deduplication apache/pulsar#22582)
- [improve][broker] Disable JFR metric reporting in OpenTelemetry ([improve][broker] Disable JFR metric reporting in OpenTelemetry apache/pulsar#22669)
- [improve][ws] Add memory limit configuration for Pulsar client used in Websocket proxy ([improve][ws] Add memory limit configuration for Pulsar client used in Websocket proxy apache/pulsar#22666)
- [fix][broker] avoid offload system topic ([fix][broker] avoid offload system topic apache/pulsar#22497)
- [fix][admin] Fix deprecated check ([fix][admin] Fix deprecated check apache/pulsar#22653)
- Revert "[fix][sec] Upgrade Debezium oracle connector version to avoid… (Revert "[fix][sec] Upgrade Debezium oracle connector version to avoid… apache/pulsar#22668)
- [fix] [broker] rename to changeMaxReadPositionCount ([fix] [broker] rename to changeMaxReadPositionCount apache/pulsar#22656)
- [fix] [broker] Fix nothing changed after removing dynamic configs ([fix] [broker] Fix nothing changed after removing dynamic configs apache/pulsar#22673)
- [improve][broker] Remove unused method CompactionRecord.reset ([improve][broker] Remove unused method CompactionRecord.reset apache/pulsar#22670)
- [fix][ml] Remove duplicated field initialization of ML ([fix][ml] Remove duplicated field initialization of ML apache/pulsar#22676)
- [fix][broker] usedLocallySinceLastReport should always be reset ([fix][broker] usedLocallySinceLastReport should always be reset apache/pulsar#22672)
- [fix][broker] Fix geo-replication admin client url ([fix][broker] Fix geo-replication admin client url apache/pulsar#22584)
- [fix][offload] Fix OOM in tiered storage, caused by unbounded offsets cache ([fix][offload] Fix OOM in tiered storage, caused by unbounded offsets cache apache/pulsar#22679)
- [improve][offload] Replace usage of shaded class in OffsetsCache ([improve][offload] Replace usage of shaded class in OffsetsCache apache/pulsar#22683)
- [improve] [pip] PIP-349: Add additionalSystemCursorNames ignore list for TTL check ([improve] [pip] PIP-349: Add additionalSystemCursorNames ignore list for TTL check apache/pulsar#22651)
- [improve] [broker] Add additionalSystemCursorNames ignore list for TTL check ([improve] [broker] Add additionalSystemCursorNames ignore list for TTL check apache/pulsar#22614)
- [fix][broker] Fix ProducerBusy issue due to incorrect userCreatedProducerCount on non-persistent topic ([fix][broker] Fix ProducerBusy issue due to incorrect userCreatedProducerCount on non-persistent topic apache/pulsar#22685)
- [fix] [broker] Fix configurationMetadataSyncEventTopic is marked supporting dynamic setting, but not implemented ([fix] [broker] Fix configurationMetadataSyncEventTopic is marked supporting dynamic setting, but not implemented apache/pulsar#22684)
- [fix][broker] Fix cursor should use latest ledger config ([fix][broker] Fix cursor should use latest ledger config apache/pulsar#22644)
- [fix] [doc] fix the class name of transaction exception. ([fix] [doc] fix the class name of transaction exception. apache/pulsar#22687)
- [fix][client] Fix ReaderBuilder doest not give illegalArgument on connection failure retry ([fix][client] Fix ReaderBuilder doest not give illegalArgument on connection failure retry apache/pulsar#22639)
- [fix][sec] Upgrade postgresql version to avoid CVE-2024-1597 ([fix][sec] Upgrade postgresql version to avoid CVE-2024-1597 apache/pulsar#22635)
- [improve] [log] Print source client addr when enabled haProxyProtocolEnabled ([improve] [log] Print source client addr when enabled haProxyProtocolEnabled apache/pulsar#22686)
- [feat][broker] PIP-264: Add OpenTelemetry consumer metrics ([feat][broker] PIP-264: Add OpenTelemetry consumer metrics apache/pulsar#22693)
- [fix][misc] Correct the description of patternAutoDiscoveryPeriod ([fix][misc] Correct the description of patternAutoDiscoveryPeriod apache/pulsar#22615)
- [improve] [pip] PIP-348: Trigger offload on topic load stage ([improve] [pip] PIP-348: Trigger offload on topic load stage apache/pulsar#22650)
- [improve][broker]Ensure namespace deletion doesn't fail ([improve][broker]Ensure namespace deletion doesn't fail apache/pulsar#22627)
- [improve][misc] Upgrade to Jetty 12
Co-authored-by: Matteo Merli <[email protected]> Co-authored-by: Lari Hotari <[email protected]>
…tests of pulsar-broker-auth-sasl (apache#22665)
…he#22669) Co-authored-by: Matteo Merli <[email protected]> Co-authored-by: Lari Hotari <[email protected]> Co-authored-by: Lari Hotari <[email protected]>
…n Websocket proxy (apache#22666)
Co-authored-by: 道君 <[email protected]>
Signed-off-by: Zixuan Liu <[email protected]>
…he#22672) Signed-off-by: Zixuan Liu <[email protected]>
… cache (apache#22679) Co-authored-by: Jiwe Guo <[email protected]>
…for TTL check (apache#22651) Co-authored-by: Jiwe Guo <[email protected]>
…ucerCount on non-persistent topic (apache#22685) Co-authored-by: ruihongzhou <[email protected]>
…orting dynamic setting, but not implemented (apache#22684)
Signed-off-by: Zixuan Liu <[email protected]>
…nection failure retry (apache#22639)
…ache#22615) Signed-off-by: jitokim <[email protected]>
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.