Re: [PR] [improve][test] Increase ram to 200MB for PulsarIODebeziumSourceRunner [pulsar]

2024-05-07 Thread via GitHub
lhotari closed pull request #22667: [improve][test] Increase ram to 200MB for PulsarIODebeziumSourceRunner URL: https://github.com/apache/pulsar/pull/22667 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [PR] [improve][test] Increase ram to 200MB for PulsarIODebeziumSourceRunner [pulsar]

2024-05-07 Thread via GitHub
lhotari commented on PR #22667: URL: https://github.com/apache/pulsar/pull/22667#issuecomment-2098891709 This might not be needed. The crash was due to an invalid dependency upgrade. Reverting in #22668 -- This is an automated message from the Apache Git Service. To respond to the

(pulsar) branch branch-3.0 updated: [improve] Retry re-validating ResourceLock with backoff after errors (#22617)

2024-05-07 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new b0542b3312e [improve] Retry

Re: [PR] Set grpcio minimum version to 1.59.3 so that Alpine py3-grpcio can be used [pulsar-client-python]

2024-05-07 Thread via GitHub
merlimat merged PR #211: URL: https://github.com/apache/pulsar-client-python/pull/211 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

(pulsar) branch branch-3.2 updated: [improve] Retry re-validating ResourceLock with backoff after errors (#22617)

2024-05-07 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 06387de54ee [improve] Retry

(pulsar-client-go) branch master updated: [Improve] Add admin api ForceDeleteSchema (#1213)

2024-05-07 Thread zike
This is an automated email from the ASF dual-hosted git repository. zike pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git The following commit(s) were added to refs/heads/master by this push: new a086d325 [Improve] Add admin api

(pulsar) branch master updated: [feat][broker] PIP-264: Add Java runtime metrics (#22616)

2024-05-07 Thread lhotari
This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 788b5ae9bde [feat][broker] PIP-264: Add Java

Re: [PR] [feat][broker] PIP-264: Add Java runtime metrics [pulsar]

2024-05-07 Thread via GitHub
lhotari merged PR #22616: URL: https://github.com/apache/pulsar/pull/22616 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] [fix][sec] Upgrade Debezium oracle connector version to avoid CVE-2023-4586 [pulsar]

2024-05-07 Thread via GitHub
lhotari commented on PR #22641: URL: https://github.com/apache/pulsar/pull/22641#issuecomment-2098882500 @nikhil-ctds Did you ensure that tests pass? I don't see the tests passing and this PR will need to be reverted. @nicoloboschi @shoothzj Please review the revert PR #22668 -- This is

(pulsar-client-python) branch main updated: Set grpcio minimum version to 1.59.3 so that Alpine py3-grpcio 1.59.3 can be used (#211)

2024-05-07 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-client-python.git The following commit(s) were added to refs/heads/main by this push: new c3c12c4 Set grpcio minimum version

Re: [PR] [Improve] Add admin api ForceDeleteSchema [pulsar-client-go]

2024-05-07 Thread via GitHub
RobertIndie merged PR #1213: URL: https://github.com/apache/pulsar-client-go/pull/1213 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] [fix][broker] Introduce the last sent position to fix message ordering issues in Key_Shared (PIP-282) [pulsar]

2024-05-07 Thread via GitHub
poorbarcode commented on code in PR #21953: URL: https://github.com/apache/pulsar/pull/21953#discussion_r1592766958 ## pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentStickyKeyDispatcherMultipleConsumers.java: ## @@ -312,6 +365,62 @@ protected

[PR] [improve][test] Increase ram to 200MB for PulsarIODebeziumSourceRunner [pulsar]

2024-05-07 Thread via GitHub
lhotari opened a new pull request, #22667: URL: https://github.com/apache/pulsar/pull/22667 ### Motivation "Pulsar IO - Oracle" job is failing very often ### Modifications Increase the ram from 128MB to 200MB for the container that runs Debezium. ### Documentation

[PR] Revert "[fix][sec] Upgrade Debezium oracle connector version to avoid… [pulsar]

2024-05-07 Thread via GitHub
lhotari opened a new pull request, #22668: URL: https://github.com/apache/pulsar/pull/22668 … CVE-2023-4586 (#22641)" This reverts commit 4a5953640fd93f8ecac39c7713851ac4c1ab902b. ### Motivation The connector is broken and the integration test doesn't pass. This is the

Re: [PR] [improve] Retry re-validating ResourceLock with backoff after errors [pulsar]

2024-05-07 Thread via GitHub
merlimat merged PR #22617: URL: https://github.com/apache/pulsar/pull/22617 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

(pulsar) branch master updated: [improve] Retry re-validating ResourceLock with backoff after errors (#22617)

2024-05-07 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 83b86abcb74 [improve] Retry re-validating

Re: [PR] Set grpcio minimum version to 1.59.3 so that Alpine py3-grpcio can be used [pulsar-client-python]

2024-05-07 Thread via GitHub
nodece commented on PR #211: URL: https://github.com/apache/pulsar-client-python/pull/211#issuecomment-2099685056 Do you have a release plan? If not, the pulsar 3.3.0 arm image will take about 2 hours to build the grpcio wheel, please see

(pulsar) branch master updated: [improve][ws] Add memory limit configuration for Pulsar client used in Websocket proxy (#22666)

2024-05-07 Thread lhotari
This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 80d46758e89 [improve][ws] Add memory limit

Re: [PR] [improve][ws] Add memory limit configuration for Pulsar client used in Websocket proxy [pulsar]

2024-05-07 Thread via GitHub
lhotari merged PR #22666: URL: https://github.com/apache/pulsar/pull/22666 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [I] [Bug] consumers stops receiving new messages [pulsar]

2024-05-07 Thread via GitHub
lhotari commented on issue #22657: URL: https://github.com/apache/pulsar/issues/22657#issuecomment-2099732486 Thanks for the great issue report @180254. @poorbarcode or @Technoboy- do you have a chance to take a look at this issue report? -- This is an automated message from the

Re: [PR] [fix][broker] fix replicated subscriptions for transactional messages [pulsar]

2024-05-07 Thread via GitHub
dao-jun commented on PR #22452: URL: https://github.com/apache/pulsar/pull/22452#issuecomment-2099778828 @poorbarcode any more change requests? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [PR] Revert "[fix][sec] Upgrade Debezium oracle connector version to avoid… [pulsar]

2024-05-07 Thread via GitHub
lhotari commented on PR #22668: URL: https://github.com/apache/pulsar/pull/22668#issuecomment-2099696823 > debezium might need to be updated to 2.2.0.final, can we easily update debezium instead of revert this commit? @shoothzj a good practice is to revert when there's a regression.

Re: [PR] [fix][broker] Introduce the last sent position to fix message ordering issues in Key_Shared (PIP-282) [pulsar]

2024-05-07 Thread via GitHub
poorbarcode commented on code in PR #21953: URL: https://github.com/apache/pulsar/pull/21953#discussion_r1593388517 ## pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentStickyKeyDispatcherMultipleConsumers.java: ## @@ -312,6 +365,62 @@ protected

Re: [PR] [fix][broker] Introduce the last sent position to fix message ordering issues in Key_Shared (PIP-282) [pulsar]

2024-05-07 Thread via GitHub
poorbarcode commented on code in PR #21953: URL: https://github.com/apache/pulsar/pull/21953#discussion_r1593388517 ## pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentStickyKeyDispatcherMultipleConsumers.java: ## @@ -312,6 +365,62 @@ protected

Re: [PR] [improve][broker] Disable JFR metric reporting in OpenTelemetry [pulsar]

2024-05-07 Thread via GitHub
lhotari commented on PR #22669: URL: https://github.com/apache/pulsar/pull/22669#issuecomment-2099748305 @dragosvictor I checked the source code of io.opentelemetry.instrumentation.runtimemetrics.java17.RuntimeMetricsBuilder and

[I] [Bug] Ctrl-C does not terminating the current shell operation in pulsar shell [pulsar]

2024-05-07 Thread via GitHub
mukesh154 opened a new issue, #22671: URL: https://github.com/apache/pulsar/issues/22671 ### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [X] I understand that

Re: [PR] [fix][broker] Introduce the last sent position to fix message ordering issues in Key_Shared (PIP-282) [pulsar]

2024-05-07 Thread via GitHub
poorbarcode commented on code in PR #21953: URL: https://github.com/apache/pulsar/pull/21953#discussion_r1593297796 ## pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentStickyKeyDispatcherMultipleConsumers.java: ## @@ -312,6 +365,62 @@ protected

Re: [PR] [fix][broker] avoid offload system topic [pulsar]

2024-05-07 Thread via GitHub
dao-jun merged PR #22497: URL: https://github.com/apache/pulsar/pull/22497 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

(pulsar) branch master updated: [fix][broker] avoid offload system topic (#22497)

2024-05-07 Thread daojun
This is an automated email from the ASF dual-hosted git repository. daojun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 3114199c185 [fix][broker] avoid offload system

Re: [PR] [fix] prevent offload non-persistent or system topics [pulsar]

2024-05-07 Thread via GitHub
dao-jun commented on PR #22612: URL: https://github.com/apache/pulsar/pull/22612#issuecomment-2099753208 @chunxiaozheng https://github.com/apache/pulsar/pull/22497 merged, let's close this PR -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] We need a size limit for cache of single managedLeger [pulsar]

2024-05-07 Thread via GitHub
lhotari commented on issue #22621: URL: https://github.com/apache/pulsar/issues/22621#issuecomment-2099771220 Yes, the current broker cache isn't optimal. Please participate in this dev mailing list discussion: https://lists.apache.org/thread/xm095hnjo0cffbdy8ckysmzzm90gsbnp . There are

Re: [I] We need a size limit for cache of single managedLeger [pulsar]

2024-05-07 Thread via GitHub
lhotari commented on issue #22621: URL: https://github.com/apache/pulsar/issues/22621#issuecomment-2099772407 There's also https://github.com/apache/pulsar/pull/15955 to improve broker cache. -- This is an automated message from the Apache Git Service. To respond to the message, please

(pulsar) branch master updated: [fix][admin] Fix deprecated check (#22653)

2024-05-07 Thread lhotari
This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 188355b2df0 [fix][admin] Fix deprecated check

Re: [PR] [fix][admin] Fix deprecated check [pulsar]

2024-05-07 Thread via GitHub
lhotari merged PR #22653: URL: https://github.com/apache/pulsar/pull/22653 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] [improve][broker] Disable JFR metric reporting in OpenTelemetry [pulsar]

2024-05-07 Thread via GitHub
codecov-commenter commented on PR #22669: URL: https://github.com/apache/pulsar/pull/22669#issuecomment-2099331188 ## [Codecov](https://app.codecov.io/gh/apache/pulsar/pull/22669?dropdown=coverage=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache) Report

Re: [PR] Revert "[fix][sec] Upgrade Debezium oracle connector version to avoid… [pulsar]

2024-05-07 Thread via GitHub
shoothzj commented on PR #22668: URL: https://github.com/apache/pulsar/pull/22668#issuecomment-2099409804 debezium might need to be updated to 2.2.0.final, can we easily update debezium instead of revert this commit? -- This is an automated message from the Apache Git Service. To respond

[PR] [improve][broker] Disable JFR metric reporting in OpenTelemetry [pulsar]

2024-05-07 Thread via GitHub
dragosvictor opened a new pull request, #22669: URL: https://github.com/apache/pulsar/pull/22669 ### Motivation Metrics related to JFR are not currently supported by Pulsar, let's disable their reporting until this is needed. ### Modifications Trivial disablement of the

[PR] [improve][broker] Remove unused method CompactionRecord.reset [pulsar]

2024-05-07 Thread via GitHub
dragosvictor opened a new pull request, #22670: URL: https://github.com/apache/pulsar/pull/22670 ### Motivation Remove unused methods `CompactionRecord::reset` and caller `CompactionRecordMXBeanImpl::reset`. These methods are not used anywhere outside of the tests. Mistakenly using

(pulsar) branch master updated: [fix][broker] Add the missed opentelemetry-sdk-testing dependency to tests of pulsar-broker-auth-sasl (#22665)

2024-05-07 Thread lhotari
This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 519d8e2c3a0 [fix][broker] Add the missed

Re: [PR] [fix][broker] Add the missed opentelemetry-sdk-testing dependency to tests of pulsar-broker-auth-sasl [pulsar]

2024-05-07 Thread via GitHub
lhotari merged PR #22665: URL: https://github.com/apache/pulsar/pull/22665 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [I] [Bug] Unable to run tests in the pulsar-broker-auth-sasl module [pulsar]

2024-05-07 Thread via GitHub
lhotari closed issue #22664: [Bug] Unable to run tests in the pulsar-broker-auth-sasl module URL: https://github.com/apache/pulsar/issues/22664 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] [improve][ws] Add memory limit configuration for Pulsar client used in Websocket proxy [pulsar]

2024-05-07 Thread via GitHub
heesung-sn commented on PR #22666: URL: https://github.com/apache/pulsar/pull/22666#issuecomment-2099424464 nit: can we add comments in the config file and ServiceConfiguration that it is disabled, by default ? -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] [fix][broker] fix replicated subscriptions for transactional messages [pulsar]

2024-05-07 Thread via GitHub
dao-jun commented on code in PR #22452: URL: https://github.com/apache/pulsar/pull/22452#discussion_r1593288742 ## pulsar-broker/src/main/java/org/apache/pulsar/broker/transaction/buffer/impl/TopicTransactionBuffer.java: ## @@ -444,17 +447,39 @@ private void

Re: [PR] [fix][broker] avoid offload system topic [pulsar]

2024-05-07 Thread via GitHub
codecov-commenter commented on PR #22497: URL: https://github.com/apache/pulsar/pull/22497#issuecomment-2099603455 ## [Codecov](https://app.codecov.io/gh/apache/pulsar/pull/22497?dropdown=coverage=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache) Report

Re: [PR] [fix][broker] Introduce the last sent position to fix message ordering issues in Key_Shared (PIP-282) [pulsar]

2024-05-07 Thread via GitHub
poorbarcode commented on code in PR #21953: URL: https://github.com/apache/pulsar/pull/21953#discussion_r1593313319 ## pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentStickyKeyDispatcherMultipleConsumers.java: ## @@ -312,6 +365,62 @@ protected

Re: [PR] [fix][broker] Disable system topic message deduplication [pulsar]

2024-05-07 Thread via GitHub
dao-jun merged PR #22582: URL: https://github.com/apache/pulsar/pull/22582 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

(pulsar) branch branch-3.2 updated: [fix][broker] Avoid being stuck when closing the broker with extensible load manager (#22573)

2024-05-07 Thread technoboy
This is an automated email from the ASF dual-hosted git repository. technoboy pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 892151bfcc2 [fix][broker] Avoid

Re: [PR] [fix][broker] Introduce the last sent position to fix message ordering issues in Key_Shared (PIP-282) [pulsar]

2024-05-07 Thread via GitHub
poorbarcode commented on code in PR #21953: URL: https://github.com/apache/pulsar/pull/21953#discussion_r1593323428 ## pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentStickyKeyDispatcherMultipleConsumers.java: ## @@ -230,6 +253,24 @@ protected

(pulsar) branch branch-3.2 updated: [fix] [client] Fix Consumer should return configured batch receive max messages (#22619)

2024-05-07 Thread technoboy
This is an automated email from the ASF dual-hosted git repository. technoboy pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new bc0c4a41b33 [fix] [client] Fix

(pulsar) branch branch-3.2 updated: [fix][broker] Disable system topic message deduplication (#22582)

2024-05-07 Thread technoboy
This is an automated email from the ASF dual-hosted git repository. technoboy pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new b6f464ea0a1 [fix][broker] Disable

Re: [PR] [fix][broker] Introduce the last sent position to fix message ordering issues in Key_Shared (PIP-282) [pulsar]

2024-05-07 Thread via GitHub
poorbarcode commented on PR #21953: URL: https://github.com/apache/pulsar/pull/21953#issuecomment-2099658367 @codelipenghui Could you take a look? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

(pulsar) branch branch-3.2 updated: [fix][test] Clear MockedPulsarServiceBaseTest fields to prevent test runtime memory leak (#22659)

2024-05-07 Thread technoboy
This is an automated email from the ASF dual-hosted git repository. technoboy pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new ebbdad1e6ab [fix][test] Clear

(pulsar) branch branch-3.2 updated: [fix][sec] Upgrade Debezium oracle connector version to avoid CVE-2023-4586 (#22641)

2024-05-07 Thread technoboy
This is an automated email from the ASF dual-hosted git repository. technoboy pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 412a02a4157 [fix][sec] Upgrade

(pulsar) branch branch-3.2 updated: [fix][sec] Upgrade elasticsearch-java version to avoid CVE-2023-4043 (#22640)

2024-05-07 Thread technoboy
This is an automated email from the ASF dual-hosted git repository. technoboy pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new e5af8ef5ad3 [fix][sec] Upgrade

Re: [PR] [fix][broker] Introduce the last sent position to fix message ordering issues in Key_Shared (PIP-282) [pulsar]

2024-05-07 Thread via GitHub
equanz commented on code in PR #21953: URL: https://github.com/apache/pulsar/pull/21953#discussion_r1593246433 ## pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentStickyKeyDispatcherMultipleConsumers.java: ## @@ -312,6 +365,62 @@ protected

Re: [PR] [fix][broker] Disable system topic message deduplication [pulsar]

2024-05-07 Thread via GitHub
dao-jun commented on PR #22582: URL: https://github.com/apache/pulsar/pull/22582#issuecomment-2099565802 close reopen to trigger ci checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] [fix][broker] Disable system topic message deduplication [pulsar]

2024-05-07 Thread via GitHub
dao-jun closed pull request #22582: [fix][broker] Disable system topic message deduplication URL: https://github.com/apache/pulsar/pull/22582 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] [fix][broker] Disable system topic message deduplication [pulsar]

2024-05-07 Thread via GitHub
codecov-commenter commented on PR #22582: URL: https://github.com/apache/pulsar/pull/22582#issuecomment-2099607338 ## [Codecov](https://app.codecov.io/gh/apache/pulsar/pull/22582?dropdown=coverage=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache) Report

Re: [PR] [fix][broker] fix replicated subscriptions for transactional messages [pulsar]

2024-05-07 Thread via GitHub
thetumbled commented on code in PR #22452: URL: https://github.com/apache/pulsar/pull/22452#discussion_r1593300232 ## pulsar-broker/src/main/java/org/apache/pulsar/broker/transaction/buffer/impl/TopicTransactionBuffer.java: ## @@ -444,17 +447,39 @@ private void

(pulsar) branch master updated (519d8e2c3a0 -> 5ff0fb9604e)

2024-05-07 Thread daojun
This is an automated email from the ASF dual-hosted git repository. daojun pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git from 519d8e2c3a0 [fix][broker] Add the missed opentelemetry-sdk-testing dependency to tests of pulsar-broker-auth-sasl

(pulsar) branch branch-3.2 updated: [fix][io] Fix es index creation (#22654)

2024-05-07 Thread technoboy
This is an automated email from the ASF dual-hosted git repository. technoboy pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new b86ebaa05d6 [fix][io] Fix es index

(pulsar) branch branch-3.2 updated: [fix][sec] Upgrade aws-sdk.version to avoid CVE-2024-21634 (#22633)

2024-05-07 Thread technoboy
This is an automated email from the ASF dual-hosted git repository. technoboy pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 40eb3914651 [fix][sec] Upgrade

(pulsar) branch branch-3.2 updated: [fix][fn]make sure the classloader for ContextImpl is `functionClassLoader` in different runtimes (#22501)

2024-05-07 Thread technoboy
This is an automated email from the ASF dual-hosted git repository. technoboy pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 2c92ae31722 [fix][fn]make sure the

Re: [PR] [fix][broker] avoid offload system topic [pulsar]

2024-05-07 Thread via GitHub
dao-jun closed pull request #22497: [fix][broker] avoid offload system topic URL: https://github.com/apache/pulsar/pull/22497 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] [fix] [broker] rename to changeMaxReadPositionTimes. [pulsar]

2024-05-07 Thread via GitHub
dao-jun commented on code in PR #22656: URL: https://github.com/apache/pulsar/pull/22656#discussion_r1593290960 ## pulsar-broker/src/main/java/org/apache/pulsar/broker/transaction/buffer/impl/TopicTransactionBuffer.java: ## @@ -76,8 +76,8 @@ public class TopicTransactionBuffer

Re: [PR] [fix] [broker] rename to changeMaxReadPositionTimes. [pulsar]

2024-05-07 Thread via GitHub
thetumbled commented on code in PR #22656: URL: https://github.com/apache/pulsar/pull/22656#discussion_r1593294228 ## pulsar-broker/src/main/java/org/apache/pulsar/broker/transaction/buffer/impl/TopicTransactionBuffer.java: ## @@ -76,8 +76,8 @@ public class

Re: [PR] [fix][broker] Introduce the last sent position to fix message ordering issues in Key_Shared (PIP-282) [pulsar]

2024-05-07 Thread via GitHub
poorbarcode commented on code in PR #21953: URL: https://github.com/apache/pulsar/pull/21953#discussion_r1593297796 ## pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentStickyKeyDispatcherMultipleConsumers.java: ## @@ -312,6 +365,62 @@ protected

Re: [PR] [improve][broker] Disable JFR metric reporting in OpenTelemetry [pulsar]

2024-05-07 Thread via GitHub
nodece merged PR #22669: URL: https://github.com/apache/pulsar/pull/22669 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

(pulsar) branch master updated (5ff0fb9604e -> e2feec827fe)

2024-05-07 Thread zixuan
This is an automated email from the ASF dual-hosted git repository. zixuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git from 5ff0fb9604e [fix][broker] Disable system topic message deduplication (#22582) add e2feec827fe [improve][broker]

Re: [PR] [fix] [ml] Mark delete stuck due to switching cursor ledger fails [pulsar]

2024-05-07 Thread via GitHub
poorbarcode merged PR #22662: URL: https://github.com/apache/pulsar/pull/22662 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

(pulsar) branch master updated: [fix] [ml] Mark delete stuck due to switching cursor ledger fails (#22662)

2024-05-07 Thread yubiao
This is an automated email from the ASF dual-hosted git repository. yubiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new a7e1fcd0c50 [fix] [ml] Mark delete stuck due to

Re: [PR] [fix][broker] Fix topic compaction is failed after compactedLedger's all quorum is being recover [pulsar]

2024-05-07 Thread via GitHub
yebai1105 commented on PR #21552: URL: https://github.com/apache/pulsar/pull/21552#issuecomment-2097565885 I have the same problem, is there any new progress? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [fix][broker] Fix topic compaction is failed after compactedLedger's all quorum is being recover [pulsar]

2024-05-07 Thread via GitHub
yebai1105 commented on PR #21552: URL: https://github.com/apache/pulsar/pull/21552#issuecomment-2097566320 I have the same problem, is there any new progress? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

(pulsar) branch branch-3.2 updated (fccbc184d80 -> 3a218dd8b3b)

2024-05-07 Thread yubiao
This is an automated email from the ASF dual-hosted git repository. yubiao pushed a change to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/pulsar.git from fccbc184d80 [fix] [ml] Mark delete stuck due to switching cursor ledger fails (#22662) new 7a614c088d0

(pulsar) 02/05: [improve] [broker] Create partitioned topics automatically when enable topic level replication (#22537)

2024-05-07 Thread yubiao
This is an automated email from the ASF dual-hosted git repository. yubiao pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 6d19109487dad1a4cc8a77b580bacf7f3112ee14 Author: fengyubiao AuthorDate: Wed Apr 24 15:06:00 2024 +0800

(pulsar) 04/05: [fix][broker] One topic can be closed multiple times concurrently (#17524)

2024-05-07 Thread yubiao
This is an automated email from the ASF dual-hosted git repository. yubiao pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 06a9fec57d1d8b630dc09094ad06956fcdb3fb3b Author: fengyubiao AuthorDate: Mon Apr 29 13:40:18 2024 +0800

(pulsar) 01/05: [fix] [broker] Part-1: Replicator can not created successfully due to an orphan replicator in the previous topic owner (#21946)

2024-05-07 Thread yubiao
This is an automated email from the ASF dual-hosted git repository. yubiao pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 7a614c088d00b9dfbfe8a59fb727508b436be3bb Author: fengyubiao AuthorDate: Tue Apr 23 09:23:08 2024 +0800 [fix]

(pulsar) 03/05: [fix] [broker] Part-2: Replicator can not created successfully due to an orphan replicator in the previous topic owner (#21948)

2024-05-07 Thread yubiao
This is an automated email from the ASF dual-hosted git repository. yubiao pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 788124dcc5db10f1518fa782b233eb8a4a61179e Author: fengyubiao AuthorDate: Thu Apr 25 01:45:41 2024 +0800 [fix]

(pulsar) 05/05: [fix] [test] Fix flaky test ReplicatorTest (#22594)

2024-05-07 Thread yubiao
This is an automated email from the ASF dual-hosted git repository. yubiao pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 3a218dd8b3b260af7be7303b662113e2b821b229 Author: fengyubiao AuthorDate: Mon Apr 29 17:24:41 2024 +0800 [fix]

(pulsar) branch branch-3.2 updated: [fix] [ml] Mark delete stuck due to switching cursor ledger fails (#22662)

2024-05-07 Thread yubiao
This is an automated email from the ASF dual-hosted git repository. yubiao pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new fccbc184d80 [fix] [ml] Mark delete

(pulsar) branch branch-3.0 updated: [fix] [ml] Mark delete stuck due to switching cursor ledger fails (#22662)

2024-05-07 Thread yubiao
This is an automated email from the ASF dual-hosted git repository. yubiao pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new bfd41534087 [fix] [ml] Mark delete

Re: [I] [Bug] Client with shared subscription is blocked [pulsar]

2024-05-07 Thread via GitHub
michalcukierman commented on issue #21104: URL: https://github.com/apache/pulsar/issues/21104#issuecomment-2098200276 I could not reproduce the issue with 3.0.4, I can still reproduce the issue with 3.2.2 @codelipenghui the hprof is here:

[I] [Bug] Unable to run tests in the pulsar-broker-auth-sasl module [pulsar]

2024-05-07 Thread via GitHub
BewareMyPower opened a new issue, #22664: URL: https://github.com/apache/pulsar/issues/22664 ### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [X] I understand that

[PR] [fix][broker] Add the missed opentelemetry-sdk-testing dependency to tests of pulsar-broker-auth-sasl [pulsar]

2024-05-07 Thread via GitHub
BewareMyPower opened a new pull request, #22665: URL: https://github.com/apache/pulsar/pull/22665 Fixes https://github.com/apache/pulsar/issues/22664 After importing the dependency, tests of pulsar-broker-auth-sasl can run now.

Re: [I] [Bug] Client with shared subscription is blocked [pulsar]

2024-05-07 Thread via GitHub
michalcukierman commented on issue #21104: URL: https://github.com/apache/pulsar/issues/21104#issuecomment-2098243387 I've noticed that with 3.2.2 the behavior may be a bit different. The consumers get blocked, but occasionally resume. After a couple messages received are stuck again.

(pulsar) 02/05: [improve] [broker] Create partitioned topics automatically when enable topic level replication (#22537)

2024-05-07 Thread yubiao
This is an automated email from the ASF dual-hosted git repository. yubiao pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 076b55e73d5e5177a0fe4f9e8e9b94f4073173bc Author: fengyubiao AuthorDate: Wed Apr 24 15:06:00 2024 +0800

(pulsar) 04/05: [fix][broker] One topic can be closed multiple times concurrently (#17524)

2024-05-07 Thread yubiao
This is an automated email from the ASF dual-hosted git repository. yubiao pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 620fe9be239fbb35c2db279660a8634410f9f357 Author: fengyubiao AuthorDate: Mon Apr 29 13:40:18 2024 +0800

(pulsar) 03/05: [fix] [broker] Part-2: Replicator can not created successfully due to an orphan replicator in the previous topic owner (#21948)

2024-05-07 Thread yubiao
This is an automated email from the ASF dual-hosted git repository. yubiao pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 6038bbfe42efc05390d131f6c4e22f1a4c9c20ec Author: fengyubiao AuthorDate: Thu Apr 25 01:45:41 2024 +0800 [fix]

(pulsar) 05/05: [fix] [test] Fix flaky test ReplicatorTest (#22594)

2024-05-07 Thread yubiao
This is an automated email from the ASF dual-hosted git repository. yubiao pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 9242f333d9ce112c9f7ce1497380ab5e059429f7 Author: fengyubiao AuthorDate: Tue May 7 20:00:21 2024 +0800 [fix]

(pulsar) branch branch-3.0 updated (bfd41534087 -> 9242f333d9c)

2024-05-07 Thread yubiao
This is an automated email from the ASF dual-hosted git repository. yubiao pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git from bfd41534087 [fix] [ml] Mark delete stuck due to switching cursor ledger fails (#22662) new 670aff0d0b4

(pulsar) 01/05: [fix] [broker] Part-1: Replicator can not created successfully due to an orphan replicator in the previous topic owner (#21946)

2024-05-07 Thread yubiao
This is an automated email from the ASF dual-hosted git repository. yubiao pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 670aff0d0b478ce4c4014c2823d4c61e521acb7b Author: fengyubiao AuthorDate: Tue Apr 23 09:23:08 2024 +0800 [fix]

Re: [PR] [fix] [broker] Part-1: Replicator can not created successfully due to an orphan replicator in the previous topic owner [pulsar]

2024-05-07 Thread via GitHub
poorbarcode commented on PR #21946: URL: https://github.com/apache/pulsar/pull/21946#issuecomment-2098275371 Because there are too many conflicts and there are no new releases for `2.11`, do not cherry-pick this PR into `2.11`, note: the following PRs need to be cherry-picked together when

Re: [PR] [improve][test] Clear fields in AuthZTest classes at cleanup [pulsar]

2024-05-07 Thread via GitHub
Technoboy- merged PR #22661: URL: https://github.com/apache/pulsar/pull/22661 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

(pulsar) branch master updated (7e88463d9a5 -> 816755429a3)

2024-05-07 Thread technoboy
This is an automated email from the ASF dual-hosted git repository. technoboy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git from 7e88463d9a5 [fix] Fix Reader can be stuck from transaction aborted messages. (#22610) add 816755429a3

Re: [PR] [improve] [pip] PIP-348: Trigger offload on topic load stage [pulsar]

2024-05-07 Thread via GitHub
Technoboy- commented on PR #22650: URL: https://github.com/apache/pulsar/pull/22650#issuecomment-2098340310 Need to update the discuss and vote thread. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [I] [Bug] Client with shared subscription is blocked [pulsar]

2024-05-07 Thread via GitHub
michalcukierman commented on issue #21104: URL: https://github.com/apache/pulsar/issues/21104#issuecomment-2098254335 https://github.com/apache/pulsar/assets/4356553/a8a9ef21-f12d-4d4d-97b5-9c1b028f4d8f

(pulsar) branch master updated: [fix] Fix Reader can be stuck from transaction aborted messages. (#22610)

2024-05-07 Thread daojun
This is an automated email from the ASF dual-hosted git repository. daojun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 7e88463d9a5 [fix] Fix Reader can be stuck from

Re: [PR] [fix] Fix Reader can be stuck from transaction aborted messages. [pulsar]

2024-05-07 Thread via GitHub
dao-jun merged PR #22610: URL: https://github.com/apache/pulsar/pull/22610 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] [fix] [client] PIP-344 Do not create partitioned metadata when calling pulsarClient.getPartitionsForTopic(topicName) [pulsar]

2024-05-07 Thread via GitHub
Technoboy- commented on code in PR #22206: URL: https://github.com/apache/pulsar/pull/22206#discussion_r1592429914 ## pulsar-broker/src/main/java/org/apache/pulsar/broker/service/ServerCnx.java: ## @@ -607,6 +609,32 @@ protected void

Re: [PR] [improve][pip] PIP-347: add role field in consumer's stat [pulsar]

2024-05-07 Thread via GitHub
dao-jun commented on PR #22564: URL: https://github.com/apache/pulsar/pull/22564#issuecomment-2098484141 @nodece I think it doesn't matter, expose role name will not affect anything -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

  1   2   >