[PR] [fix][admin] Fix delete cluster not check resource in use. [pulsar]

2023-11-12 Thread via GitHub
Technoboy- opened a new pull request, #21563: URL: https://github.com/apache/pulsar/pull/21563 ### Motivation When v2 topic is introduced, delete cluster should check path not contain `clusterName` ### Documentation - [ ] `doc` - [ ] `doc-required` - [x]

[PR] [fix][doc] Update antiquated link in install cert-manager [pulsar-site]

2023-11-12 Thread via GitHub
qianjunakasumi opened a new pull request, #731: URL: https://github.com/apache/pulsar-site/pull/731 seem like the link of cert-manager official instructions outdated - [x] `doc` - [ ] `doc-required` - [ ] `doc-not-needed` - [

[PR] [fix][broker] Replicator can not create producer when only enable replication in topic level [pulsar]

2023-11-12 Thread via GitHub
liangyepianzhou opened a new pull request, #21564: URL: https://github.com/apache/pulsar/pull/21564 ### Motivation According to the introduction on our [official website](https://pulsar.apache.org/docs/3.1.x/administration-geo/#configure-replication), geo-replication can be enabled at th

Re: [PR] [fix][broker] Replicator can not create producer when only enable replication in topic level [pulsar]

2023-11-12 Thread via GitHub
github-actions[bot] commented on PR #21564: URL: https://github.com/apache/pulsar/pull/21564#issuecomment-1807158985 @liangyepianzhou Please add the following content to your PR description and select a checkbox: ``` - [ ] `doc` - [ ] `doc-required` - [ ] `doc-not-needed` -

Re: [PR] [fix][broker] Do not write replicated snapshot marker when the topic which is not enable replication [pulsar]

2023-11-12 Thread via GitHub
liangyepianzhou commented on PR #21495: URL: https://github.com/apache/pulsar/pull/21495#issuecomment-1807159656 The `DataProvider` of `isTopicPolicyEnabled` will be updated after the [issue](https://github.com/apache/pulsar/pull/21564) is fixed. -- This is an automated message from the A

[PR] [fix][broker] Fix namespace bundle stuck in unloading status (#21445) [pulsar]

2023-11-12 Thread via GitHub
mattisonchao opened a new pull request, #21565: URL: https://github.com/apache/pulsar/pull/21565 ### Motivation Cherry-pick #21445 to branch-3.0 -- 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 g

Re: [PR] [fix][broker] Fix namespace bundle stuck in unloading status (#21445) [pulsar]

2023-11-12 Thread via GitHub
github-actions[bot] commented on PR #21565: URL: https://github.com/apache/pulsar/pull/21565#issuecomment-1807304930 @mattisonchao Please add the following content to your PR description and select a checkbox: ``` - [ ] `doc` - [ ] `doc-required` - [ ] `doc-not-needed` - [

Re: [PR] [fix][broker] Fix namespace bundle stuck in unloading status (#21445) [pulsar]

2023-11-12 Thread via GitHub
mattisonchao closed pull request #21565: [fix][broker] Fix namespace bundle stuck in unloading status (#21445) URL: https://github.com/apache/pulsar/pull/21565 -- 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

[PR] [fix][broker] Fix namespace bundle stuck in unloading status (#21445) [pulsar]

2023-11-12 Thread via GitHub
mattisonchao opened a new pull request, #21566: URL: https://github.com/apache/pulsar/pull/21566 ### Motivation Cherry-pick #21445 to branch-2.11 - [x] `doc-not-needed` -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] [fix][broker] Fix namespace bundle stuck in unloading status (#21445) [pulsar]

2023-11-12 Thread via GitHub
mattisonchao closed pull request #21566: [fix][broker] Fix namespace bundle stuck in unloading status (#21445) URL: https://github.com/apache/pulsar/pull/21566 -- 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

(pulsar-site) branch main updated: Docs sync done from apache/pulsar (#b949187)

2023-11-12 Thread urfree
This is an automated email from the ASF dual-hosted git repository. urfree pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-site.git The following commit(s) were added to refs/heads/main by this push: new 5cf622db0bfe Docs sync done from apache/pulsar

(pulsar) branch mattisonchao-patch-1 deleted (was fb358dd4a34)

2023-11-12 Thread mattisonchao
This is an automated email from the ASF dual-hosted git repository. mattisonchao pushed a change to branch mattisonchao-patch-1 in repository https://gitbox.apache.org/repos/asf/pulsar.git was fb358dd4a34 Update pom.xml This change permanently discards the following revisions: discard fb

Re: [PR] Fix lazy partitioned producer might send duplicated messages [pulsar-client-cpp]

2023-11-12 Thread via GitHub
BewareMyPower merged PR #342: URL: https://github.com/apache/pulsar-client-cpp/pull/342 -- 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: commits-unsubscr

Re: [I] [Bug] Flaky BasicEndToEndTest.testPartitionedLazyProducerConsumer [pulsar-client-cpp]

2023-11-12 Thread via GitHub
BewareMyPower closed issue #341: [Bug] Flaky BasicEndToEndTest.testPartitionedLazyProducerConsumer URL: https://github.com/apache/pulsar-client-cpp/issues/341 -- 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

(pulsar-client-cpp) branch main updated: Fix lazy partitioned producer might send duplicated messages (#342)

2023-11-12 Thread xyz
This is an automated email from the ASF dual-hosted git repository. xyz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git The following commit(s) were added to refs/heads/main by this push: new bb16f24 Fix lazy partitioned producer might

Re: [PR] Broker features [pulsar-site]

2023-11-12 Thread via GitHub
codelipenghui commented on code in PR #720: URL: https://github.com/apache/pulsar-site/pull/720#discussion_r1390562879 ## data/broker-features.js: ## @@ -0,0 +1,255 @@ +export default [ +{ +feature: "Produce / Exclusive", +stableSince: "2.2.0", +docum

[PR] [fix][broker] Fix namespace bundle stuck in unloading status (#21445) [pulsar]

2023-11-12 Thread via GitHub
mattisonchao opened a new pull request, #21567: URL: https://github.com/apache/pulsar/pull/21567 ### Motivation Cherry-pick #21445 to branch-2.10 - [x] `doc-not-needed` -- This is an automated message from the Apache Git Service. To respond to the message, please log

[I] [Bug] HTTP lookup could return non-retryable error when connecting through proxy [pulsar-client-cpp]

2023-11-12 Thread via GitHub
BewareMyPower opened a new issue, #343: URL: https://github.com/apache/pulsar-client-cpp/issues/343 ### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version - Pulsar: 3.1.0

Re: [PR] [improve][pip] PIP-318: Don't retain null-key messages during topic compaction [pulsar]

2023-11-12 Thread via GitHub
mattisonchao commented on code in PR #21541: URL: https://github.com/apache/pulsar/pull/21541#discussion_r1390584181 ## pip/pip-318.md: ## @@ -0,0 +1,49 @@ +# PIP-318: Don't retain null-key messages during topic compaction + +# Background knowledge + +Apache Pulsar is supported

Re: [PR] [improve][pip] PIP-318: Don't retain null-key messages during topic compaction [pulsar]

2023-11-12 Thread via GitHub
mattisonchao commented on code in PR #21541: URL: https://github.com/apache/pulsar/pull/21541#discussion_r1390584365 ## pip/pip-318.md: ## @@ -0,0 +1,49 @@ +# PIP-318: Don't retain null-key messages during topic compaction + +# Background knowledge + +Apache Pulsar is supported

(pulsar-client-cpp) annotated tag v3.4.0 updated (f337eff -> 84ae554)

2023-11-12 Thread xyz
This is an automated email from the ASF dual-hosted git repository. xyz pushed a change to annotated tag v3.4.0 in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git *** WARNING: tag v3.4.0 was modified! *** from f337eff (commit) to 84ae554 (tag) tagging f337eff7c

svn commit: r65239 - /dev/pulsar/pulsar-client-cpp/pulsar-client-cpp-3.4.0-candidate-2/ /release/pulsar/pulsar-client-cpp-3.4.0/

2023-11-12 Thread xyz
Author: xyz Date: Mon Nov 13 03:26:57 2023 New Revision: 65239 Log: Release Apache Pulsar Client C++ 3.4.0 Added: release/pulsar/pulsar-client-cpp-3.4.0/ - copied from r65238, dev/pulsar/pulsar-client-cpp/pulsar-client-cpp-3.4.0-candidate-2/ Removed: dev/pulsar/pulsar-client-cpp/pu

(pulsar) branch branch-3.1 updated: Revert "[fix][client] Avert extensive time consumption during table view construction (#21270)"

2023-11-12 Thread xiangying
This is an automated email from the ASF dual-hosted git repository. xiangying pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new ceafb3bf42b Revert "[fix][client] Ave

(pulsar) branch branch-3.0 updated: Revert "[fix][client] Avert extensive time consumption during table view construction (#21270)"

2023-11-12 Thread xiangying
This is an automated email from the ASF dual-hosted git repository. xiangying 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 ea982ac0f66 Revert "[fix][client] Ave

Re: [PR] [improve][pip] PIP-318: Don't retain null-key messages during topic compaction [pulsar]

2023-11-12 Thread via GitHub
coderzc commented on code in PR #21541: URL: https://github.com/apache/pulsar/pull/21541#discussion_r1390606449 ## pip/pip-318.md: ## @@ -0,0 +1,49 @@ +# PIP-318: Don't retain null-key messages during topic compaction + +# Background knowledge + +Apache Pulsar is supported [Topi

Re: [PR] [improve][pip] PIP-318: Don't retain null-key messages during topic compaction [pulsar]

2023-11-12 Thread via GitHub
coderzc commented on code in PR #21541: URL: https://github.com/apache/pulsar/pull/21541#discussion_r1390606449 ## pip/pip-318.md: ## @@ -0,0 +1,49 @@ +# PIP-318: Don't retain null-key messages during topic compaction + +# Background knowledge + +Apache Pulsar is supported [Topi

(pulsar-site) 01/01: Add the release note for C++ client 3.4.0

2023-11-12 Thread xyz
This is an automated email from the ASF dual-hosted git repository. xyz pushed a commit to branch bewaremypower/release-cpp-3.4.0 in repository https://gitbox.apache.org/repos/asf/pulsar-site.git commit 7744fce6bcf837a1f0e17a136343bf2520fd2c7d Author: Yunze Xu AuthorDate: Mon Nov 13 13:12:43 202

(pulsar-site) branch bewaremypower/release-cpp-3.4.0 created (now 7744fce6bcf8)

2023-11-12 Thread xyz
This is an automated email from the ASF dual-hosted git repository. xyz pushed a change to branch bewaremypower/release-cpp-3.4.0 in repository https://gitbox.apache.org/repos/asf/pulsar-site.git at 7744fce6bcf8 Add the release note for C++ client 3.4.0 This branch includes the following

[PR] Add the release note for C++ client 3.4.0 [pulsar-site]

2023-11-12 Thread via GitHub
BewareMyPower opened a new pull request, #732: URL: https://github.com/apache/pulsar-site/pull/732 https://github.com/apache/pulsar-site/assets/18204803/90e4d45c-4970-495a-b6ba-cc67d870fd49";> https://github.com/apache/pulsar-site/assets/18204803/3567b7db-1501-4d99-b42a-b9e24cb21e3e";>

Re: [I] use jdk21 virtual theads [pulsar]

2023-11-12 Thread via GitHub
qiaofazhan commented on issue #21548: URL: https://github.com/apache/pulsar/issues/21548#issuecomment-1807490511 > this is really an interesting article about virtual threads in general (even if posted on quarkus): https://quarkus.io/blog/virtual-thread-1/ > > especially this section:

Re: [I] use jdk21 virtual theads [pulsar]

2023-11-12 Thread via GitHub
qiaofazhan commented on issue #21548: URL: https://github.com/apache/pulsar/issues/21548#issuecomment-1807490993 I want to expose the thread pool configuration in the new version of the client so that I can use virtual threads. Especially the way threads start. -- This is an automated mes

(pulsar-site) branch gen-cpp-apidoc created (now 1103bbf0ed1d)

2023-11-12 Thread xyz
This is an automated email from the ASF dual-hosted git repository. xyz pushed a change to branch gen-cpp-apidoc in repository https://gitbox.apache.org/repos/asf/pulsar-site.git at 1103bbf0ed1d Generate C++ client 3.4.0 doc This branch includes the following new commits: new 1103bb

[PR] Generate C++ client 3.4.0 doc [pulsar-site]

2023-11-12 Thread via GitHub
BewareMyPower opened a new pull request, #733: URL: https://github.com/apache/pulsar-site/pull/733 https://github.com/apache/pulsar-site/assets/18204803/d19427e2-6dbc-4446-94e4-3cecff3ef750";> - [x] `doc` - [ ] `doc-required` - [ ] `doc-not-needed` - [ ] `doc-comple

[PR] Bumped version to 3.5.0-pre [pulsar-client-cpp]

2023-11-12 Thread via GitHub
BewareMyPower opened a new pull request, #344: URL: https://github.com/apache/pulsar-client-cpp/pull/344 ### Documentation - [ ] `doc-required` (Your PR needs to update docs and you will update later) - [x] `doc-not-needed` (Please explain why) - [ ] `doc`

(pulsar-dotpulsar) branch master updated: Updated NuGet packages

2023-11-12 Thread blankensteiner
This is an automated email from the ASF dual-hosted git repository. blankensteiner pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git The following commit(s) were added to refs/heads/master by this push: new 13c3153 Updated NuGet package

(pulsar) branch branch-2.10 updated: [fix][broker] namespace not found will cause request timeout (#18512)

2023-11-12 Thread yubiao
This is an automated email from the ASF dual-hosted git repository. yubiao pushed a commit to branch branch-2.10 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-2.10 by this push: new 43a19b2cef8 [fix][broker] namespace no

(pulsar) branch branch-2.11 updated: [fix][broker] namespace not found will cause request timeout (#18512)

2023-11-12 Thread yubiao
This is an automated email from the ASF dual-hosted git repository. yubiao pushed a commit to branch branch-2.11 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-2.11 by this push: new 18cffc55af6 [fix][broker] namespace no

Re: [PR] [improve][pip] PIP-318: Don't retain null-key messages during topic compaction [pulsar]

2023-11-12 Thread via GitHub
mattisonchao commented on code in PR #21541: URL: https://github.com/apache/pulsar/pull/21541#discussion_r1390683850 ## pip/pip-318.md: ## @@ -0,0 +1,49 @@ +# PIP-318: Don't retain null-key messages during topic compaction + +# Background knowledge + +Apache Pulsar is supported

Re: [PR] [improve][pip] PIP-318: Don't retain null-key messages during topic compaction [pulsar]

2023-11-12 Thread via GitHub
mattisonchao commented on PR #21541: URL: https://github.com/apache/pulsar/pull/21541#issuecomment-1807572678 +1 (binding) Best, Mattison > On Nov 13, 2023, at 15:03, Qiang Zhao ***@***.***> wrote: > > > @mattisonchao commented on this pull request. > >

Re: [PR] [fix][broker] Fix namespace bundle stuck in unloading status (#21445) [pulsar]

2023-11-12 Thread via GitHub
mattisonchao closed pull request #21565: [fix][broker] Fix namespace bundle stuck in unloading status (#21445) URL: https://github.com/apache/pulsar/pull/21565 -- 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

Re: [PR] [fix][broker] Fix namespace bundle stuck in unloading status (#21445) [pulsar]

2023-11-12 Thread via GitHub
mattisonchao commented on PR #21565: URL: https://github.com/apache/pulsar/pull/21565#issuecomment-1807587752 I tested in my local env without issue. rerun the test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [improve][pip] PIP-315: Configurable max delay limit for delayed delivery [pulsar]

2023-11-12 Thread via GitHub
coderzc commented on code in PR #21490: URL: https://github.com/apache/pulsar/pull/21490#discussion_r1390696901 ## pip/pip_315.md: ## @@ -0,0 +1,142 @@ +# PIP-315: Configurable max delay limit for delayed delivery + +# Background knowledge +Delayed message delivery is an importa