[pulsar] branch branch-2.10 updated: [branch-2.10] Fix JDK compatibility issues. (#17904)

2022-09-29 Thread penghui
This is an automated email from the ASF dual-hosted git repository. penghui 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 a9959723738 [branch-2.10] Fix JDK

[GitHub] [pulsar] codelipenghui merged pull request #17904: [branch-2.10] Fix JDK compatibility issues.

2022-09-29 Thread GitBox
codelipenghui merged PR #17904: URL: https://github.com/apache/pulsar/pull/17904 -- 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:

[GitHub] [pulsar] codelipenghui closed pull request #17893: [fix][flaky-test]NegativeAcksTest.testNegativeAcksWithBatchAckEnabled

2022-09-29 Thread GitBox
codelipenghui closed pull request #17893: [fix][flaky-test]NegativeAcksTest.testNegativeAcksWithBatchAckEnabled URL: https://github.com/apache/pulsar/pull/17893 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [pulsar] liangyepianzhou commented on pull request #17853: [fxi][doc] Rewrite the steps of docker-deploy

2022-09-29 Thread GitBox
liangyepianzhou commented on PR #17853: URL: https://github.com/apache/pulsar/pull/17853#issuecomment-1263124086 @Demogorgon314 @momo-jun The docker-compose.yaml has been completed at the [google doc](https://docs.google.com/document/d/1MS9KDvmdOBMK58kZtHlqOUl5z7oNBjPNXayP7_uu_D4/edit),

[GitHub] [pulsar-client-python] BewareMyPower commented on pull request #3: PIP-209: Support build Python client wrapper

2022-09-29 Thread GitBox
BewareMyPower commented on PR #3: URL: https://github.com/apache/pulsar-client-python/pull/3#issuecomment-1263096492 > We now have the freedom of doing releases with much less overhead and we can release new features much quicker than before. I'm wondering how to manage the releases

[GitHub] [pulsar-site] urfreespace opened a new issue, #241: site build error

2022-09-29 Thread GitBox
urfreespace opened a new issue, #241: URL: https://github.com/apache/pulsar-site/issues/241 ![image](https://user-images.githubusercontent.com/76024046/193190692-285b386e-3f2b-4a5e-8dfe-ce9ad1f89d8a.png) -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [pulsar-site] urfreespace commented on issue #241: site build error

2022-09-29 Thread GitBox
urfreespace commented on issue #241: URL: https://github.com/apache/pulsar-site/issues/241#issuecomment-1263090597 @tisonkun pls help take a look, thanks -- 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

[GitHub] [pulsar-client-python] BewareMyPower commented on a diff in pull request #1: PIP-209: Compile Python client wrapper

2022-09-29 Thread GitBox
BewareMyPower commented on code in PR #1: URL: https://github.com/apache/pulsar-client-python/pull/1#discussion_r984197101 ## CMakeLists.txt: ## @@ -17,7 +17,93 @@ # under the License. # -INCLUDE_DIRECTORIES("${Boost_INCLUDE_DIRS}" "${PYTHON_INCLUDE_DIRS}") +project

[GitHub] [pulsar-client-python] BewareMyPower commented on a diff in pull request #1: PIP-209: Compile Python client wrapper

2022-09-29 Thread GitBox
BewareMyPower commented on code in PR #1: URL: https://github.com/apache/pulsar-client-python/pull/1#discussion_r984194400 ## src/utils.h: ## @@ -102,3 +125,36 @@ class CaptivePythonObjectMixin { } } }; + +/** + * Utility class that encloses an optional value +

[GitHub] [pulsar-client-python] BewareMyPower commented on a diff in pull request #1: PIP-209: Compile Python client wrapper

2022-09-29 Thread GitBox
BewareMyPower commented on code in PR #1: URL: https://github.com/apache/pulsar-client-python/pull/1#discussion_r984193951 ## CMakeLists.txt: ## @@ -17,7 +17,93 @@ # under the License. # -INCLUDE_DIRECTORIES("${Boost_INCLUDE_DIRS}" "${PYTHON_INCLUDE_DIRS}") +project

[GitHub] [pulsar] HQebupt commented on issue #17225: Flaky-test: PersistentSubscriptionMessageDispatchStreamingDispatcherThrottlingTest.testMultiLevelDispatch

2022-09-29 Thread GitBox
HQebupt commented on issue #17225: URL: https://github.com/apache/pulsar/issues/17225#issuecomment-1263078158 @MarvinCai @congbobo184 @mattisonchao I found the failure it is due to dataProvider. I split the subscriptions into two separate data provider. It works. PTAL -- This is an

[GitHub] [pulsar] HQebupt commented on pull request #17389: [fix][flaky-test]Fix PersistentSubscriptionMessageDispatchStreamingDispatcherThrottlingTest.testMultiLevelDispatch

2022-09-29 Thread GitBox
HQebupt commented on PR #17389: URL: https://github.com/apache/pulsar/pull/17389#issuecomment-1263078047 @MarvinCai @congbobo184 @mattisonchao I found the failure it is due to dataProvider. I split the subscriptions into two separate data provider. It works. PTAL -- This is an automated

[GitHub] [pulsar] Pomelongan commented on a diff in pull request #17842: [improve][broker]Improve PersistentMessageExpiryMonitor expire speed when ledger not existed

2022-09-29 Thread GitBox
Pomelongan commented on code in PR #17842: URL: https://github.com/apache/pulsar/pull/17842#discussion_r984180073 ## pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentMessageExpiryMonitor.java: ## @@ -191,7 +193,28 @@ public void

[GitHub] [pulsar] HQebupt commented on a diff in pull request #17389: [fix][flaky-test]Fix PersistentSubscriptionMessageDispatchStreamingDispatcherThrottlingTest.testMultiLevelDispatch

2022-09-29 Thread GitBox
HQebupt commented on code in PR #17389: URL: https://github.com/apache/pulsar/pull/17389#discussion_r984187456 ## pulsar-broker/src/test/java/org/apache/pulsar/client/api/SubscriptionMessageDispatchThrottlingTest.java: ## @@ -467,15 +467,14 @@ private void

[GitHub] [pulsar] HQebupt commented on a diff in pull request #17389: [fix][flaky-test]Fix PersistentSubscriptionMessageDispatchStreamingDispatcherThrottlingTest.testMultiLevelDispatch

2022-09-29 Thread GitBox
HQebupt commented on code in PR #17389: URL: https://github.com/apache/pulsar/pull/17389#discussion_r984187071 ## pulsar-broker/src/test/java/org/apache/pulsar/client/api/SubscriptionMessageDispatchThrottlingTest.java: ## @@ -467,16 +467,16 @@ private void

[GitHub] [pulsar] lordcheng10 commented on a diff in pull request #17797: [fix][broker] Update new bundle-range to policies after bundle split

2022-09-29 Thread GitBox
lordcheng10 commented on code in PR #17797: URL: https://github.com/apache/pulsar/pull/17797#discussion_r984186317 ## pulsar-broker/src/main/java/org/apache/pulsar/broker/namespace/NamespaceService.java: ## @@ -959,6 +970,37 @@ void splitAndOwnBundleOnceAndRetry(NamespaceBundle

[pulsar-site] branch main updated: open debug for build script

2022-09-29 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 6f9209b8048 open debug for build script

[GitHub] [pulsar-client-python] BewareMyPower commented on pull request #3: PIP-209: Support build Python client wrapper

2022-09-29 Thread GitBox
BewareMyPower commented on PR #3: URL: https://github.com/apache/pulsar-client-python/pull/3#issuecomment-1263071984 Since most of the codes will be the same with #1, I marked this PR as draft and will make further changes after #1 is merged. -- This is an automated message from the

[pulsar] branch branch-2.11 updated: [fix][broker] Fix the wrong NIC speed rate unit. (#17890)

2022-09-29 Thread mattisonchao
This is an automated email from the ASF dual-hosted git repository. mattisonchao 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 762206b7679 [fix][broker] Fix

[GitHub] [pulsar] thetumbled commented on a diff in pull request #17820: [Bugfix] [LinuxInfoUtils] incorrect CPU usage collected by pulsar #17815

2022-09-29 Thread GitBox
thetumbled commented on code in PR #17820: URL: https://github.com/apache/pulsar/pull/17820#discussion_r984181679 ## pulsar-broker/src/main/java/org/apache/pulsar/broker/loadbalance/LinuxInfoUtils.java: ## @@ -85,6 +86,8 @@ public static double getTotalCpuLimit(boolean

[pulsar] branch master updated (15a347ca999 -> fb7307d8f49)

2022-09-29 Thread mattisonchao
This is an automated email from the ASF dual-hosted git repository. mattisonchao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git from 15a347ca999 [improve][java-client]Add init capacity for messages in BatchMessageContainerImpl (#17822)

[GitHub] [pulsar] mattisonchao closed issue #17885: [Bug] Incorrect TotalNicLimit collected by pulsar

2022-09-29 Thread GitBox
mattisonchao closed issue #17885: [Bug] Incorrect TotalNicLimit collected by pulsar URL: https://github.com/apache/pulsar/issues/17885 -- 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

[GitHub] [pulsar] mattisonchao merged pull request #17890: [fix][loadbalance] Fix the wrong NIC speed rate unit.

2022-09-29 Thread GitBox
mattisonchao merged PR #17890: URL: https://github.com/apache/pulsar/pull/17890 -- 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-client-python] branch main updated (4e6f57e -> 0e325e6)

2022-09-29 Thread xyz
This is an automated email from the ASF dual-hosted git repository. xyz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-client-python.git from 4e6f57e Add .asf.yaml file (#2) add 0e325e6 Added license and notice files (#6) No new revisions

[GitHub] [pulsar-client-python] BewareMyPower merged pull request #6: Added license and notice files

2022-09-29 Thread GitBox
BewareMyPower merged PR #6: URL: https://github.com/apache/pulsar-client-python/pull/6 -- 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:

[GitHub] [pulsar] Pomelongan commented on a diff in pull request #17842: [improve][broker]Improve PersistentMessageExpiryMonitor expire speed when ledger not existed

2022-09-29 Thread GitBox
Pomelongan commented on code in PR #17842: URL: https://github.com/apache/pulsar/pull/17842#discussion_r984180073 ## pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentMessageExpiryMonitor.java: ## @@ -191,7 +193,28 @@ public void

[GitHub] [pulsar-client-python] BewareMyPower commented on pull request #3: PIP-209: Support build Python client wrapper

2022-09-29 Thread GitBox
BewareMyPower commented on PR #3: URL: https://github.com/apache/pulsar-client-python/pull/3#issuecomment-1263062569 Hi @merlimat, here are my points for some of your concerns. For the most important issue (IMO) you've mentioned > We must not use a random version from C++

[GitHub] [pulsar] raunakagrawal47 commented on issue #12021: Send to retry letter topic exception with topic

2022-09-29 Thread GitBox
raunakagrawal47 commented on issue #12021: URL: https://github.com/apache/pulsar/issues/12021#issuecomment-1263057969 @liangyuanpeng @sijie Any update on this? I am facing the same issue with pulsar-client version 2.10.* -- This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] lordcheng10 commented on a diff in pull request #17797: [fix][broker] Update new bundle-range to policies after bundle split

2022-09-29 Thread GitBox
lordcheng10 commented on code in PR #17797: URL: https://github.com/apache/pulsar/pull/17797#discussion_r984174958 ## pulsar-broker/src/main/java/org/apache/pulsar/broker/namespace/NamespaceService.java: ## @@ -880,12 +881,22 @@ void

[pulsar-site] branch main updated: disable cpp api docs generation as it caurse build error

2022-09-29 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 03b41fc946b disable cpp api docs generation as

[GitHub] [pulsar] github-actions[bot] commented on pull request #17904: [branch-2.10] Fix JDK compatibility issues.

2022-09-29 Thread GitBox
github-actions[bot] commented on PR #17904: URL: https://github.com/apache/pulsar/pull/17904#issuecomment-1263055219 @mattisonchao Please add the following content to your PR description and select a checkbox: ``` - [ ] `doc` - [ ] `doc-required` - [ ] `doc-not-needed` - [

[GitHub] [pulsar] lordcheng10 commented on a diff in pull request #17797: [fix][broker] Update new bundle-range to policies after bundle split

2022-09-29 Thread GitBox
lordcheng10 commented on code in PR #17797: URL: https://github.com/apache/pulsar/pull/17797#discussion_r984174096 ## pulsar-broker/src/main/java/org/apache/pulsar/broker/namespace/NamespaceService.java: ## @@ -880,12 +881,22 @@ void

[GitHub] [pulsar] mattisonchao opened a new pull request, #17904: [branch-2.10] Fix JDK compatibility issues.

2022-09-29 Thread GitBox
mattisonchao opened a new pull request, #17904: URL: https://github.com/apache/pulsar/pull/17904 ### Motivation Fix JDK compatibility issues. -- 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

[GitHub] [pulsar] lordcheng10 commented on a diff in pull request #17797: [fix][broker] Update new bundle-range to policies after bundle split

2022-09-29 Thread GitBox
lordcheng10 commented on code in PR #17797: URL: https://github.com/apache/pulsar/pull/17797#discussion_r983318634 ## pulsar-broker/src/main/java/org/apache/pulsar/broker/namespace/NamespaceService.java: ## @@ -880,12 +881,22 @@ void

[GitHub] [pulsar-client-go] gunli closed issue #845: semaphore release: is this a bug?

2022-09-29 Thread GitBox
gunli closed issue #845: semaphore release: is this a bug? URL: https://github.com/apache/pulsar-client-go/issues/845 -- 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

[GitHub] [pulsar-client-python] BewareMyPower commented on a diff in pull request #3: PIP-209: Support build Python client wrapper

2022-09-29 Thread GitBox
BewareMyPower commented on code in PR #3: URL: https://github.com/apache/pulsar-client-python/pull/3#discussion_r984173337 ## README.md: ## @@ -0,0 +1,72 @@ + + +# Pulsar Python client library Review Comment: The documents here are only related to changes of this PR. We

[pulsar-site] branch main updated: disable cpp api docs generation as it caurse build error

2022-09-29 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 b6131a6e9fc disable cpp api docs generation as

[pulsar-site] branch fix/some-click-failure created (now 917eefdf1ad)

2022-09-29 Thread urfree
This is an automated email from the ASF dual-hosted git repository. urfree pushed a change to branch fix/some-click-failure in repository https://gitbox.apache.org/repos/asf/pulsar-site.git at 917eefdf1ad fix: some link click fail No new revisions were added by this update.

[pulsar-site] branch main updated: fix build error (#240)

2022-09-29 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 df96570fa7b fix build error (#240) df96570fa7b

[GitHub] [pulsar] coderzc commented on a diff in pull request #17887: [improve][test] Improve SimpleProducerConsumerTest to reduce the execution time

2022-09-29 Thread GitBox
coderzc commented on code in PR #17887: URL: https://github.com/apache/pulsar/pull/17887#discussion_r984163323 ## pulsar-broker/src/test/java/org/apache/pulsar/client/api/SimpleProducerConsumerTest.java: ## @@ -125,13 +126,35 @@ public class SimpleProducerConsumerTest extends

[GitHub] [pulsar-site] urfreespace merged pull request #240: fix build error

2022-09-29 Thread GitBox
urfreespace merged PR #240: URL: https://github.com/apache/pulsar-site/pull/240 -- 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-site] 01/01: fix build error

2022-09-29 Thread urfree
This is an automated email from the ASF dual-hosted git repository. urfree pushed a commit to branch fix-build-error in repository https://gitbox.apache.org/repos/asf/pulsar-site.git commit 9c3681ba55fe9473d933e616c8b5e11e959ea625 Author: Li Li AuthorDate: Fri Sep 30 10:45:27 2022 +0800

[pulsar-site] branch fix-build-error created (now 9c3681ba55f)

2022-09-29 Thread urfree
This is an automated email from the ASF dual-hosted git repository. urfree pushed a change to branch fix-build-error in repository https://gitbox.apache.org/repos/asf/pulsar-site.git at 9c3681ba55f fix build error This branch includes the following new commits: new 9c3681ba55f fix

[GitHub] [pulsar] momo-jun commented on a diff in pull request #17853: [fxi][doc] Rewrite the steps of docker-deploy

2022-09-29 Thread GitBox
momo-jun commented on code in PR #17853: URL: https://github.com/apache/pulsar/pull/17853#discussion_r984162394 ## site2/docs/deploy-docker.md: ## @@ -3,50 +3,97 @@ id: deploy-docker title: Deploy a cluster on Docker sidebar_label: "Docker" --- - -To deploy a Pulsar cluster

[GitHub] [pulsar] momo-jun commented on a diff in pull request #17853: [fxi][doc] Rewrite the steps of docker-deploy

2022-09-29 Thread GitBox
momo-jun commented on code in PR #17853: URL: https://github.com/apache/pulsar/pull/17853#discussion_r984162328 ## site2/docs/deploy-docker.md: ## @@ -3,50 +3,97 @@ id: deploy-docker title: Deploy a cluster on Docker sidebar_label: "Docker" --- - -To deploy a Pulsar cluster

[GitHub] [pulsar] momo-jun commented on a diff in pull request #17853: [fxi][doc] Rewrite the steps of docker-deploy

2022-09-29 Thread GitBox
momo-jun commented on code in PR #17853: URL: https://github.com/apache/pulsar/pull/17853#discussion_r984162217 ## site2/docs/deploy-docker.md: ## @@ -3,50 +3,97 @@ id: deploy-docker title: Deploy a cluster on Docker sidebar_label: "Docker" --- - -To deploy a Pulsar cluster

[GitHub] [pulsar] nodece closed issue #16538: Flaky-test: org.apache.pulsar.functions.worker.PulsarFunctionTlsTest.PulsarFunctionTlsTest

2022-09-29 Thread GitBox
nodece closed issue #16538: Flaky-test: org.apache.pulsar.functions.worker.PulsarFunctionTlsTest.PulsarFunctionTlsTest URL: https://github.com/apache/pulsar/issues/16538 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [pulsar] momo-jun commented on a diff in pull request #17853: [fxi][doc] Rewrite the steps of docker-deploy

2022-09-29 Thread GitBox
momo-jun commented on code in PR #17853: URL: https://github.com/apache/pulsar/pull/17853#discussion_r984161937 ## site2/docs/deploy-docker.md: ## @@ -3,50 +3,97 @@ id: deploy-docker title: Deploy a cluster on Docker sidebar_label: "Docker" --- - -To deploy a Pulsar cluster

[GitHub] [pulsar] momo-jun commented on a diff in pull request #17853: [fxi][doc] Rewrite the steps of docker-deploy

2022-09-29 Thread GitBox
momo-jun commented on code in PR #17853: URL: https://github.com/apache/pulsar/pull/17853#discussion_r984161814 ## site2/docs/deploy-docker.md: ## @@ -3,50 +3,97 @@ id: deploy-docker title: Deploy a cluster on Docker sidebar_label: "Docker" --- - -To deploy a Pulsar cluster

[GitHub] [pulsar] momo-jun commented on a diff in pull request #17853: [fxi][doc] Rewrite the steps of docker-deploy

2022-09-29 Thread GitBox
momo-jun commented on code in PR #17853: URL: https://github.com/apache/pulsar/pull/17853#discussion_r984161662 ## site2/docs/deploy-docker.md: ## @@ -3,50 +3,97 @@ id: deploy-docker title: Deploy a cluster on Docker sidebar_label: "Docker" --- - -To deploy a Pulsar cluster

[GitHub] [pulsar] momo-jun commented on a diff in pull request #17853: [fxi][doc] Rewrite the steps of docker-deploy

2022-09-29 Thread GitBox
momo-jun commented on code in PR #17853: URL: https://github.com/apache/pulsar/pull/17853#discussion_r984161373 ## site2/docs/deploy-docker.md: ## @@ -3,50 +3,97 @@ id: deploy-docker title: Deploy a cluster on Docker sidebar_label: "Docker" --- - -To deploy a Pulsar cluster

[pulsar-site] branch main updated: fix docs path

2022-09-29 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 d45e2baef5f fix docs path d45e2baef5f is

[GitHub] [pulsar] aymkhalil opened a new pull request, #17902: [improve][fn] Run search connectors in parallel

2022-09-29 Thread GitBox
aymkhalil opened a new pull request, #17902: URL: https://github.com/apache/pulsar/pull/17902 ### Motivation Improve functions worker bootstrap time with increased number of connectors. Currently all nar files are unpacked during startup to perform validation steps (e.g. if

[GitHub] [pulsar] congbobo184 commented on issue #17876: [Bug] TransactionCoordinatorClientImpl.start() hangs forever

2022-09-29 Thread GitBox
congbobo184 commented on issue #17876: URL: https://github.com/apache/pulsar/issues/17876#issuecomment-1263033517 @syhily What users should care about is whether the transaction is fully enabled, rather than using it when it is not fully enabled, isn't it? If there are no other issues, I

[pulsar] branch master updated (5e8902c7633 -> 15a347ca999)

2022-09-29 Thread houxiaoyu
This is an automated email from the ASF dual-hosted git repository. houxiaoyu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git from 5e8902c7633 support setting bundle number for default namespace (#17722) add 15a347ca999

[GitHub] [pulsar] AnonHxy merged pull request #17822: [improve][java-client]Add init capacity for messages in BatchMessageContainerImpl

2022-09-29 Thread GitBox
AnonHxy merged PR #17822: URL: https://github.com/apache/pulsar/pull/17822 -- 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:

[GitHub] [pulsar] lordcheng10 opened a new pull request, #17903: [clean][broker] remove unused method getTotalServiceUnitsLoaded

2022-09-29 Thread GitBox
lordcheng10 opened a new pull request, #17903: URL: https://github.com/apache/pulsar/pull/17903 ### Motivation remove unused method getTotalServiceUnitsLoaded. ### Documentation - [ ] `doc-required` (Your PR needs to update docs and you will update later)

[pulsar] branch master updated (f3c547b1fb0 -> 5e8902c7633)

2022-09-29 Thread aloyszhang
This is an automated email from the ASF dual-hosted git repository. aloyszhang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git from f3c547b1fb0 PIP-209: Removed C++/Python clients from main repo (#17881) add 5e8902c7633 support setting

[GitHub] [pulsar] aloyszhang merged pull request #17722: support setting bundle number for default namespace when set up cluster

2022-09-29 Thread GitBox
aloyszhang merged PR #17722: URL: https://github.com/apache/pulsar/pull/17722 -- 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:

[GitHub] [pulsar] github-actions[bot] commented on pull request #16622: Skip topics with remote replication producers in topic inactivity check

2022-09-29 Thread GitBox
github-actions[bot] commented on PR #16622: URL: https://github.com/apache/pulsar/pull/16622#issuecomment-1263024859 The pr had no activity for 30 days, mark with Stale label. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[pulsar-site] branch main updated: hide top banner on non-docs page (#239)

2022-09-29 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 ebd92931026 hide top banner on non-docs page

[GitHub] [pulsar-site] urfreespace merged pull request #239: hide top banner on non-docs page

2022-09-29 Thread GitBox
urfreespace merged PR #239: URL: https://github.com/apache/pulsar-site/pull/239 -- 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:

[GitHub] [pulsar] Technoboy- commented on a diff in pull request #17867: [fix][broker] Fix system service namespace create internal event topic.

2022-09-29 Thread GitBox
Technoboy- commented on code in PR #17867: URL: https://github.com/apache/pulsar/pull/17867#discussion_r984151426 ## pulsar-broker/src/test/java/org/apache/pulsar/broker/systopic/PartitionedSystemTopicTest.java: ## @@ -172,10 +173,31 @@ public void

[GitHub] [pulsar] lordcheng10 commented on pull request #17751: [fix][broker] Fix the markdelete position does not move forward when isAutoSkipNonRecoverableData=true and individual ack

2022-09-29 Thread GitBox
lordcheng10 commented on PR #17751: URL: https://github.com/apache/pulsar/pull/17751#issuecomment-1263022301 CI has passed: https://github.com/lordcheng10/pulsar/pull/19 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[pulsar-site] branch remove-release-notes-banner updated (27c76594425 -> 00b59ad6279)

2022-09-29 Thread urfree
This is an automated email from the ASF dual-hosted git repository. urfree pushed a change to branch remove-release-notes-banner in repository https://gitbox.apache.org/repos/asf/pulsar-site.git from 27c76594425 hide top banner on non-docs page add 00b59ad6279 update No new revisions

[GitHub] [pulsar] heesung-sn opened a new pull request, #17901: [fix][admin] returns 4xx error when pulsar-worker-service is disabled…

2022-09-29 Thread GitBox
heesung-sn opened a new pull request, #17901: URL: https://github.com/apache/pulsar/pull/17901 … and trying to access it Fixes # Master Issue: # ### Motivation When running `pulsar-admin sources list` a HTTP 500 error is returned

[pulsar-site] 01/01: hide top banner on non-docs page

2022-09-29 Thread urfree
This is an automated email from the ASF dual-hosted git repository. urfree pushed a commit to branch remove-release-notes-banner in repository https://gitbox.apache.org/repos/asf/pulsar-site.git commit 27c765944250b48bbf0555ac560a8d5ab1c1a528 Author: Li Li AuthorDate: Fri Sep 30 09:58:22 2022

[GitHub] [pulsar-site] urfreespace opened a new pull request, #239: hide top banner on non-docs page

2022-09-29 Thread GitBox
urfreespace opened a new pull request, #239: URL: https://github.com/apache/pulsar-site/pull/239 https://user-images.githubusercontent.com/76024046/193173901-0944c5bc-d1fa-4b63-bd7a-fd1dfd9261fc.png;> -- This is an automated message from the Apache Git Service. To respond to the

[pulsar-site] branch remove-release-notes-banner created (now 27c76594425)

2022-09-29 Thread urfree
This is an automated email from the ASF dual-hosted git repository. urfree pushed a change to branch remove-release-notes-banner in repository https://gitbox.apache.org/repos/asf/pulsar-site.git at 27c76594425 hide top banner on non-docs page This branch includes the following new

[pulsar] branch master updated (5f079433c37 -> f3c547b1fb0)

2022-09-29 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git from 5f079433c37 [fix][doc] Fix M1 JVM Installation Instructions (#17669) add f3c547b1fb0 PIP-209: Removed C++/Python

[GitHub] [pulsar] merlimat merged pull request #17894: [branch-2.9] Fix cherry-pick issue

2022-09-29 Thread GitBox
merlimat merged PR #17894: URL: https://github.com/apache/pulsar/pull/17894 -- 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-site] branch main updated: remove old release notes generation scripts (#238)

2022-09-29 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 68203259ca5 remove old release notes

[GitHub] [pulsar-site] urfreespace merged pull request #238: remove old release notes generation scripts

2022-09-29 Thread GitBox
urfreespace merged PR #238: URL: https://github.com/apache/pulsar-site/pull/238 -- 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-site] branch remove-old-release-notes-scripts updated (329f7c59f94 -> 26cc542ef2e)

2022-09-29 Thread urfree
This is an automated email from the ASF dual-hosted git repository. urfree pushed a change to branch remove-old-release-notes-scripts in repository https://gitbox.apache.org/repos/asf/pulsar-site.git from 329f7c59f94 remove old release notes generation scripts add 26cc542ef2e update

[pulsar-client-cpp] branch main updated: Added license and notice files (#9)

2022-09-29 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-cpp.git The following commit(s) were added to refs/heads/main by this push: new 3538d15 Added license and notice files

[pulsar] branch branch-2.9 updated: [branch-2.9] Fix cherry-pick issue (#17894)

2022-09-29 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch branch-2.9 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-2.9 by this push: new b07d31bf12f [branch-2.9] Fix

[GitHub] [pulsar] merlimat merged pull request #17881: PIP-209: Removed C++/Python clients from main repo

2022-09-29 Thread GitBox
merlimat merged PR #17881: URL: https://github.com/apache/pulsar/pull/17881 -- 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:

[GitHub] [pulsar-client-cpp] merlimat merged pull request #9: Added license and notice files

2022-09-29 Thread GitBox
merlimat merged PR #9: URL: https://github.com/apache/pulsar-client-cpp/pull/9 -- 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:

[GitHub] [pulsar] Technoboy- commented on issue #17886: Update Schema APIs requires Tenant Admin Permissions which is a much broader than required.

2022-09-29 Thread GitBox
Technoboy- commented on issue #17886: URL: https://github.com/apache/pulsar/issues/17886#issuecomment-1263008338 We have fixed this by https://github.com/apache/pulsar/pull/15956 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [pulsar-site] urfreespace commented on pull request #238: remove old release notes generation scripts

2022-09-29 Thread GitBox
urfreespace commented on PR #238: URL: https://github.com/apache/pulsar-site/pull/238#issuecomment-1263006521 > LGTM. > > nit - You can clean up this cross-reference also (simply remove this line): > >

[GitHub] [pulsar-site] tisonkun commented on pull request #237: Fix release table versioning and style issues

2022-09-29 Thread GitBox
tisonkun commented on PR #237: URL: https://github.com/apache/pulsar-site/pull/237#issuecomment-1263000309 Thanks for your information! DMs are OK for quickly syncing up. But I'd suggest trying to bring more context when you start a process in the community instead of letting other

[GitHub] [pulsar] tisonkun commented on issue #16637: PIP-190: Simplify documentation release and maintenance strategy

2022-09-29 Thread GitBox
tisonkun commented on issue #16637: URL: https://github.com/apache/pulsar/issues/16637#issuecomment-1262999428 @Anonymitaet Thanks for your information! This makes many sense. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [pulsar-site] tisonkun commented on pull request #236: Merge pulsar-site issues to the main repo

2022-09-29 Thread GitBox
tisonkun commented on PR #236: URL: https://github.com/apache/pulsar-site/pull/236#issuecomment-1262998936 @Anonymitaet Thank you! I think we can merge this PR later today - it's not a one-way door anyway :) -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [pulsar-site] Anonymitaet commented on pull request #236: Merge pulsar-site issues to the main repo

2022-09-29 Thread GitBox
Anonymitaet commented on PR #236: URL: https://github.com/apache/pulsar-site/pull/236#issuecomment-1262993325 I've transferred all issues in `pulsar-site` to `pulsar`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [pulsar] dave2wave opened a new issue, #17900: Data driven pages - How to Submit New Content

2022-09-29 Thread GitBox
dave2wave opened a new issue, #17900: URL: https://github.com/apache/pulsar/issues/17900 There needs to be a way for users to submit new content for these pages on these pages. The javascript files that contain this data are here -

[GitHub] [pulsar] dave2wave opened a new issue, #17899: Sitemap URLs should have the trailing '/'

2022-09-29 Thread GitBox
dave2wave opened a new issue, #17899: URL: https://github.com/apache/pulsar/issues/17899 In the website many urls are left bare without the trailing '/'. The website redirects these to the url with the '/'. In working with the Algolia crawler it spends time scanning one and then the other.

[pulsar-site] 01/01: remove old release notes generation scripts

2022-09-29 Thread urfree
This is an automated email from the ASF dual-hosted git repository. urfree pushed a commit to branch remove-old-release-notes-scripts in repository https://gitbox.apache.org/repos/asf/pulsar-site.git commit 329f7c59f944972cf3a41a8fb4c50be274c6c549 Author: Li Li AuthorDate: Fri Sep 30 09:13:48

[pulsar-site] branch remove-old-release-notes-scripts created (now 329f7c59f94)

2022-09-29 Thread urfree
This is an automated email from the ASF dual-hosted git repository. urfree pushed a change to branch remove-old-release-notes-scripts in repository https://gitbox.apache.org/repos/asf/pulsar-site.git at 329f7c59f94 remove old release notes generation scripts This branch includes the

[GitHub] [pulsar] dave2wave opened a new issue, #17898: Only Index Docs from Currently Supported Versions

2022-09-29 Thread GitBox
dave2wave opened a new issue, #17898: URL: https://github.com/apache/pulsar/issues/17898 In Algolia there is a crawler configuration which skips "incubating" docs. I think that we should stop creating an index for versions of pulsar components which are no longer supporting. (1) We

[GitHub] [pulsar] visortelle opened a new issue, #17897: Algolia search doesn't work

2022-09-29 Thread GitBox
visortelle opened a new issue, #17897: URL: https://github.com/apache/pulsar/issues/17897 https://user-images.githubusercontent.com/9302460/170059683-887cb086-5836-4d00-8e65-def534fdfbea.mov Checked with Chrome and Firefox. -- This is an automated message from the Apache Git

[GitHub] [pulsar] Anonymitaet closed issue #17895: I/O connectors pages loose the navigation

2022-09-29 Thread GitBox
Anonymitaet closed issue #17895: I/O connectors pages loose the navigation URL: https://github.com/apache/pulsar/issues/17895 -- 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.

[GitHub] [pulsar] Anonymitaet commented on issue #17895: I/O connectors pages loose the navigation

2022-09-29 Thread GitBox
Anonymitaet commented on issue #17895: URL: https://github.com/apache/pulsar/issues/17895#issuecomment-1262989371 I'll close this issue since it has been transferred to `pulsar`. For more context, see https://github.com/apache/pulsar-site/pull/236 -- This is an automated message from

[GitHub] [pulsar] Anonymitaet closed issue #17896: [Site Error] https://pulsar.apache.org/admin-rest-api/ page crashes

2022-09-29 Thread GitBox
Anonymitaet closed issue #17896: [Site Error] https://pulsar.apache.org/admin-rest-api/ page crashes URL: https://github.com/apache/pulsar/issues/17896 -- 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

[GitHub] [pulsar] Anonymitaet commented on issue #17896: [Site Error] https://pulsar.apache.org/admin-rest-api/ page crashes

2022-09-29 Thread GitBox
Anonymitaet commented on issue #17896: URL: https://github.com/apache/pulsar/issues/17896#issuecomment-1262989198 I'll close this issue since it has been transferred to `pulsar`. For more context, see https://github.com/apache/pulsar-site/pull/236 -- This is an automated message from

[GitHub] [pulsar] dave2wave opened a new issue, #17896: [Site Error] https://pulsar.apache.org/admin-rest-api/ page crashes

2022-09-29 Thread GitBox
dave2wave opened a new issue, #17896: URL: https://github.com/apache/pulsar/issues/17896 The page fails with https://user-images.githubusercontent.com/29803617/187482644-1981ebaa-a4cb-4235-b0f2-09fcc887bfe2.png;> ``` Refused to apply style from

[pulsar-site] branch main updated: fix: reference path error (#231)

2022-09-29 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 8fad93eb9d2 fix: reference path error (#231)

[GitHub] [pulsar-site] urfreespace merged pull request #231: Fix reference path error

2022-09-29 Thread GitBox
urfreespace merged PR #231: URL: https://github.com/apache/pulsar-site/pull/231 -- 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:

[GitHub] [pulsar] ddieruf opened a new issue, #17895: I/O connectors pages loose the navigation

2022-09-29 Thread GitBox
ddieruf opened a new issue, #17895: URL: https://github.com/apache/pulsar/issues/17895 When navigating from the connectors listing [https://pulsar.apache.org/docs/next/io-connectors] to an individual connector page [https://pulsar.apache.org/docs/next/io-canal-source#configuration], the

[GitHub] [pulsar-site] SignorMercurio commented on pull request #237: Fix release table versioning and style issues

2022-09-29 Thread GitBox
SignorMercurio commented on PR #237: URL: https://github.com/apache/pulsar-site/pull/237#issuecomment-1262986731 @tisonkun Hi, the context is in a slack DM group with the two reviewer. The problems fixed are: 1. Replace the patch number with `x` for all versions above 2.8. 2.

[GitHub] [pulsar-site] urfreespace commented on pull request #237: Fix release table versioning and style issues

2022-09-29 Thread GitBox
urfreespace commented on PR #237: URL: https://github.com/apache/pulsar-site/pull/237#issuecomment-1262984217 > Hi @SignorMercurio! Is there any background about this patch? What problem does it want to fix now? it's while background before

  1   2   3   >