[GitHub] [pulsar] gaozhangmin commented on pull request #13641: bundle metrics would overwrite loadbalance metrics

2022-01-05 Thread GitBox
gaozhangmin commented on pull request #13641: URL: https://github.com/apache/pulsar/pull/13641#issuecomment-1006356562 /pulsarbot run-failure-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

[GitHub] [pulsar] dragonls opened a new issue #13645: No subscription metrics for non persistent topic consumer

2022-01-05 Thread GitBox
dragonls opened a new issue #13645: URL: https://github.com/apache/pulsar/issues/13645 **Describe the bug** It seems that there are no subscription throughput out metrics for non persistent topic consumer, which make it hard to know whether the consumers are working fine. I

[GitHub] [pulsar] shibd commented on issue #13640: Subscribing non persistent topic error if cluster disallow auto subscription creation

2022-01-05 Thread GitBox
shibd commented on issue #13640: URL: https://github.com/apache/pulsar/issues/13640#issuecomment-1006350996 Hi, Why create subscription on non persistent topic is not support by admin api? @hangc0276 -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [pulsar] leizhiyuan commented on issue #13643: NamespaceIsolationPolicies may need support priority

2022-01-05 Thread GitBox
leizhiyuan commented on issue #13643: URL: https://github.com/apache/pulsar/issues/13643#issuecomment-1006350888 > @leizhiyuan > > Maybe `priority` make more sence. > > What do you think about it ? ok, priority is more clear -- This is an automated message from the

[GitHub] [pulsar] equanz opened a new pull request #13644: Rename test file name from `*Test2.java` to `*Test.java` to run all tests correctly

2022-01-05 Thread GitBox
equanz opened a new pull request #13644: URL: https://github.com/apache/pulsar/pull/13644 ### Motivation It seems some test cases like `**/*Test2.java` aren't run on the default test lifecycle. The https://github.com/apache/pulsar/pull/10148 occurs the issue. I'd like to fix it.

[GitHub] [pulsar] mattisonchao commented on issue #13643: NamespaceIsolationPolicies may need support priority

2022-01-05 Thread GitBox
mattisonchao commented on issue #13643: URL: https://github.com/apache/pulsar/issues/13643#issuecomment-1006344245 @leizhiyuan Maybe ``priority`` make more sence. What do you think about it ? -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [pulsar] leizhiyuan commented on issue #13643: NamespaceIsolationPolicies may need support priority

2022-01-05 Thread GitBox
leizhiyuan commented on issue #13643: URL: https://github.com/apache/pulsar/issues/13643#issuecomment-1006343600 if this is ok,you can assign to me -- 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] leizhiyuan opened a new issue #13643: NamespaceIsolationPolicies may need support priority

2022-01-05 Thread GitBox
leizhiyuan opened a new issue #13643: URL: https://github.com/apache/pulsar/issues/13643 **Is your enhancement request related to a problem? Please describe.** A clear and concise description of what the enhancement is. current, if we have two Policies that match the same

[GitHub] [pulsar] lordcheng10 edited a comment on pull request #13609: Fix bug :Infinity value for CPU or Bandwidth usage

2022-01-05 Thread GitBox
lordcheng10 edited a comment on pull request #13609: URL: https://github.com/apache/pulsar/pull/13609#issuecomment-1006328484 > scheduleAtFixedRate IMHO , GenericBrokerHostUsageImpl only needs to replace scheduleAtFixedRate with scheduleWithFixedDelay. I have used

[GitHub] [pulsar] lordcheng10 edited a comment on pull request #13609: Fix bug :Infinity value for CPU or Bandwidth usage

2022-01-05 Thread GitBox
lordcheng10 edited a comment on pull request #13609: URL: https://github.com/apache/pulsar/pull/13609#issuecomment-1006328484 > scheduleAtFixedRate IMHO , GenericBrokerHostUsageImpl only needs to replace scheduleAtFixedRate with scheduleWithFixedDelay. I have used

[GitHub] [pulsar] mingyifei removed a comment on pull request #13553: [pulsar-broker] The log prints NamespaceService#isServiceUnitActive exception stack information.

2022-01-05 Thread GitBox
mingyifei removed a comment on pull request #13553: URL: https://github.com/apache/pulsar/pull/13553#issuecomment-1006331509 /pulsarbot run-failure-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

[GitHub] [pulsar] mingyifei commented on pull request #13553: [pulsar-broker] The log prints NamespaceService#isServiceUnitActive exception stack information.

2022-01-05 Thread GitBox
mingyifei commented on pull request #13553: URL: https://github.com/apache/pulsar/pull/13553#issuecomment-1006331509 /pulsarbot run-failure-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

[GitHub] [pulsar] lordcheng10 edited a comment on pull request #13609: Fix bug :Infinity value for CPU or Bandwidth usage

2022-01-05 Thread GitBox
lordcheng10 edited a comment on pull request #13609: URL: https://github.com/apache/pulsar/pull/13609#issuecomment-1006328484 > scheduleAtFixedRate I have used scheduleWithFixedDelay instead of scheduleAtFixedRate in the class GenericBrokerHostUsageImpl. Please review again

[GitHub] [pulsar] liudezhi2098 commented on pull request #13619: Enable CheckStyle Plugin in managed-ledger

2022-01-05 Thread GitBox
liudezhi2098 commented on pull request #13619: URL: https://github.com/apache/pulsar/pull/13619#issuecomment-1006328867 /pulsarbot run-failure-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

[GitHub] [pulsar] gaozhangmin commented on pull request #13641: bundle metrics would overwrite loadbalance metrics

2022-01-05 Thread GitBox
gaozhangmin commented on pull request #13641: URL: https://github.com/apache/pulsar/pull/13641#issuecomment-1006328612 /pulsarbot run-failure-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

[GitHub] [pulsar] lordcheng10 commented on pull request #13609: Fix bug :Infinity value for CPU or Bandwidth usage

2022-01-05 Thread GitBox
lordcheng10 commented on pull request #13609: URL: https://github.com/apache/pulsar/pull/13609#issuecomment-1006328484 > scheduleAtFixedRate I have used scheduleWithFixedDelay instead of scheduleAtFixedRate in the class GenericBrokerHostUsageImpl. Please review again

[GitHub] [pulsar] gaozhangmin commented on issue #13523: kill the broker or ack takes a long time, which will cause the cluster traffic to drop instantaneously

2022-01-05 Thread GitBox
gaozhangmin commented on issue #13523: URL: https://github.com/apache/pulsar/issues/13523#issuecomment-1006328180 @keyboardbobo You can commit your source code if you want. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [pulsar] suiyuzeng commented on pull request #13624: ReplicatorDispatchRate support cross multiple clusters

2022-01-05 Thread GitBox
suiyuzeng commented on pull request #13624: URL: https://github.com/apache/pulsar/pull/13624#issuecomment-1006317413 /pulsarbot run-failure-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

[GitHub] [pulsar] suiyuzeng commented on pull request #13623: maxSubscriptionsPerTopic support cross multiple clusters

2022-01-05 Thread GitBox
suiyuzeng commented on pull request #13623: URL: https://github.com/apache/pulsar/pull/13623#issuecomment-1006317136 /pulsarbot run-failure-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

[GitHub] [pulsar] gaozhangmin commented on pull request #13641: bundle metrics would overwrite loadbalance metrics

2022-01-05 Thread GitBox
gaozhangmin commented on pull request #13641: URL: https://github.com/apache/pulsar/pull/13641#issuecomment-1006316794 /pulsarbot run-failure-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

[GitHub] [pulsar] pavikarunakaran opened a new issue #13642: org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId

2022-01-05 Thread GitBox
pavikarunakaran opened a new issue #13642: URL: https://github.com/apache/pulsar/issues/13642 Hi, I'm getting error logs in pulsar bookkeeper and because of this I'm not getting acknowledged from the pulsar whether the job is pushed successfully or not. Since there is no

[GitHub] [pulsar] lordcheng10 commented on pull request #13609: Fix bug :Infinity value for CPU or Bandwidth usage

2022-01-05 Thread GitBox
lordcheng10 commented on pull request #13609: URL: https://github.com/apache/pulsar/pull/13609#issuecomment-1006315419 > @lordcheng10 - would you also take a look at `GenericBrokerHostUsageImpl`? That uses `scheduleAtFixedRate` when in the same way. OK -- This is an automated

[GitHub] [pulsar] keyboardbobo commented on issue #13523: kill the broker or ack takes a long time, which will cause the cluster traffic to drop instantaneously

2022-01-05 Thread GitBox
keyboardbobo commented on issue #13523: URL: https://github.com/apache/pulsar/issues/13523#issuecomment-1006314674 I modified the source code, and by isolating the problematic producer, I can successfully prevent the cluster traffic from dropping. -- This is an automated message from

[GitHub] [pulsar] keyboardbobo removed a comment on issue #13523: kill the broker or ack takes a long time, which will cause the cluster traffic to drop instantaneously

2022-01-05 Thread GitBox
keyboardbobo removed a comment on issue #13523: URL: https://github.com/apache/pulsar/issues/13523#issuecomment-1006314275 By isolating the problematic producer, I can prevent the cluster traffic from dropping -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [pulsar] keyboardbobo commented on issue #13523: kill the broker or ack takes a long time, which will cause the cluster traffic to drop instantaneously

2022-01-05 Thread GitBox
keyboardbobo commented on issue #13523: URL: https://github.com/apache/pulsar/issues/13523#issuecomment-1006314275 By isolating the problematic producer, I can prevent the cluster traffic from dropping -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [pulsar] BewareMyPower commented on pull request #12988: [Workflow] add guidelines for merging a PR

2022-01-05 Thread GitBox
BewareMyPower commented on pull request #12988: URL: https://github.com/apache/pulsar/pull/12988#issuecomment-1006301408 I have a question, is the path of `commit-message.png` correct? The image's path is `site2/website/static/img/commit-message.png`, while the markdown's path is

[GitHub] [pulsar] BewareMyPower commented on pull request #13424: Allow to config no-password truststore

2022-01-05 Thread GitBox
BewareMyPower commented on pull request #13424: URL: https://github.com/apache/pulsar/pull/13424#issuecomment-1006299888 Never mind. There was a PR that adds the guideline for merging a PR: https://github.com/apache/pulsar/pull/12988. It will be included in Pulsar 2.10.0 website. --

[GitHub] [pulsar] michaeljmarshall commented on pull request #13609: Fix bug :Infinity value for CPU or Bandwidth usage

2022-01-05 Thread GitBox
michaeljmarshall commented on pull request #13609: URL: https://github.com/apache/pulsar/pull/13609#issuecomment-1006299661 @lordcheng10 - would you also take a look at `GenericBrokerHostUsageImpl`? That uses `scheduleAtFixedRate` when in the same way. -- This is an automated message

[GitHub] [pulsar] github-actions[bot] commented on pull request #13641: bundle metrics would overwrite loadbalance metrics

2022-01-05 Thread GitBox
github-actions[bot] commented on pull request #13641: URL: https://github.com/apache/pulsar/pull/13641#issuecomment-1006299280 -- 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] gaozhangmin opened a new pull request #13641: bundle metrics would overwrite loadbalance metrics

2022-01-05 Thread GitBox
gaozhangmin opened a new pull request #13641: URL: https://github.com/apache/pulsar/pull/13641 ### Motivation #12366 added bundle metrics, But, If we enabled expose these metrics, It would overwrite previous load balancing metrics. ### Modifications seperate

[GitHub] [pulsar] Shoothzj commented on pull request #13424: Allow to config no-password truststore

2022-01-05 Thread GitBox
Shoothzj commented on pull request #13424: URL: https://github.com/apache/pulsar/pull/13424#issuecomment-1006294409 > Hi, just a tip for new committers. When you merge a PR, it's better to copy and paste the PR description like > >

[pulsar] branch master updated (016fb87 -> 793dd91)

2022-01-05 Thread shoothzj
This is an automated email from the ASF dual-hosted git repository. shoothzj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 016fb87 update doc (#13614) add 793dd91 Fix time field use error (#12249) No new revisions were added by

[GitHub] [pulsar] Shoothzj merged pull request #12249: Fix time field use error

2022-01-05 Thread GitBox
Shoothzj merged pull request #12249: URL: https://github.com/apache/pulsar/pull/12249 -- 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] BewareMyPower commented on pull request #13424: Allow to config no-password truststore

2022-01-05 Thread GitBox
BewareMyPower commented on pull request #13424: URL: https://github.com/apache/pulsar/pull/13424#issuecomment-1006292692 Hi, just a tip for new committers. When you merge a PR, it's better to copy and paste the PR description like

[GitHub] [pulsar] goflutterjava commented on pull request #13638: Enable CheckStyle Plugin in Pulsar client api

2022-01-05 Thread GitBox
goflutterjava commented on pull request #13638: URL: https://github.com/apache/pulsar/pull/13638#issuecomment-1006290941 /pulsarbot run-failure-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

[GitHub] [pulsar] kimula commented on pull request #13636: [doc] add notes on worker threads

2022-01-05 Thread GitBox
kimula commented on pull request #13636: URL: https://github.com/apache/pulsar/pull/13636#issuecomment-1006279963 /pulsarbot rerun-failure-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

[GitHub] [pulsar] dragonls opened a new issue #13640: Subscribing non persistent topic error if cluster disallow auto subscription creation

2022-01-05 Thread GitBox
dragonls opened a new issue #13640: URL: https://github.com/apache/pulsar/issues/13640 **Describe the bug** I am trying to use non persistent topic on pulsar 2.7.2 non persistent topic. Pulsar cluster disallow auto subscription creation, `allowAutoSubscriptionCreation=false`. I

[GitHub] [pulsar] michaeljmarshall opened a new pull request #13639: Make LoadBalancer's ResourceUsage class immutable

2022-01-05 Thread GitBox
michaeljmarshall opened a new pull request #13639: URL: https://github.com/apache/pulsar/pull/13639 ### Motivation The `ResourceUsage` class can easily be made immutable. Since it is possibly shared across threads, it is safer to make it immutable. As a benefit, we can calculate

[GitHub] [pulsar] Demogorgon314 commented on pull request #13634: [pulsar-client] Fix the wrong multi-topic has message available behavior

2022-01-05 Thread GitBox
Demogorgon314 commented on pull request #13634: URL: https://github.com/apache/pulsar/pull/13634#issuecomment-1006273189 /pulsarbot rerun-failure-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

[GitHub] [pulsar] massakam commented on a change in pull request #13525: Healthcheck v2 failed

2022-01-05 Thread GitBox
massakam commented on a change in pull request #13525: URL: https://github.com/apache/pulsar/pull/13525#discussion_r779288016 ## File path: pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/AdminApiHealthCheckTest.java ## @@ -66,18 +63,7 @@ public void

[GitHub] [pulsar] goflutterjava opened a new pull request #13638: Enable CheckStyle Plugin in Pulsar client api

2022-01-05 Thread GitBox
goflutterjava opened a new pull request #13638: URL: https://github.com/apache/pulsar/pull/13638 ### Motivation currently, the `pulsar-client-api` module is not protected by the `checkstyle-plugin`. ### Modifications - Enable CheckStyle Plugin - Fix checkstyle violations ###

[GitHub] [pulsar] Jason918 commented on pull request #13618: [broker] Optimize TopicPolicies#maxUnackedMessagesOnConsumer with HierarchyTopicPolicies

2022-01-05 Thread GitBox
Jason918 commented on pull request #13618: URL: https://github.com/apache/pulsar/pull/13618#issuecomment-1006264207 /pulsarbot run-failure-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

[GitHub] [pulsar] nodece commented on a change in pull request #13596: [Broker] Add operation timeout to metadata store

2022-01-05 Thread GitBox
nodece commented on a change in pull request #13596: URL: https://github.com/apache/pulsar/pull/13596#discussion_r779267691 ## File path: pulsar-metadata/src/main/java/org/apache/pulsar/metadata/impl/AbstractMetadataStore.java ## @@ -75,6 +78,11 @@ protected abstract

[GitHub] [pulsar] Jason918 commented on pull request #13599: [PIP 131] Resolve produce chunk messages failed when topic level maxMessageSize is set

2022-01-05 Thread GitBox
Jason918 commented on pull request #13599: URL: https://github.com/apache/pulsar/pull/13599#issuecomment-1006261198 /pulsarbot run-failure-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

[GitHub] [pulsar] lordcheng10 commented on pull request #13609: Fix bug :Infinity value for CPU or Bandwidth usage

2022-01-05 Thread GitBox
lordcheng10 commented on pull request #13609: URL: https://github.com/apache/pulsar/pull/13609#issuecomment-1006253651 /pulsarbot run-failure-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

[GitHub] [pulsar] mattisonchao opened a new issue #13637: [ Schema ] Should we deprecated ``Protobuf`` Schema ?

2022-01-05 Thread GitBox
mattisonchao opened a new issue #13637: URL: https://github.com/apache/pulsar/issues/13637 **Is your enhancement request related to a problem? Please describe.** Relate pull requests : https://github.com/apache/pulsar/pull/8372 https://github.com/apache/pulsar/pull/13094

[GitHub] [pulsar] lordcheng10 commented on pull request #13529: support dynamic config for replicationProducerQueueSize

2022-01-05 Thread GitBox
lordcheng10 commented on pull request #13529: URL: https://github.com/apache/pulsar/pull/13529#issuecomment-1006249035 @Jason918 I think this pull request is ready to merge. PTAL, thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [pulsar] lordcheng10 removed a comment on pull request #13529: support dynamic config for replicationProducerQueueSize

2022-01-05 Thread GitBox
lordcheng10 removed a comment on pull request #13529: URL: https://github.com/apache/pulsar/pull/13529#issuecomment-1006235775 @Shoothzj PTAL,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 to

[GitHub] [pulsar] github-actions[bot] commented on pull request #13636: [doc] add notes on worker threads

2022-01-05 Thread GitBox
github-actions[bot] commented on pull request #13636: URL: https://github.com/apache/pulsar/pull/13636#issuecomment-1006245479 @kimula:Thanks for your contribution. For this PR, do we need to update docs? (The [PR template contains info about

[GitHub] [pulsar] kimula opened a new pull request #13636: [doc] add notes on worker threads

2022-01-05 Thread GitBox
kimula opened a new pull request #13636: URL: https://github.com/apache/pulsar/pull/13636 ### Motivation The document of Node.js client lacks information on worker threads. ### Modifications Add notes on worker threads to the document. ### Verifying this change

[GitHub] [pulsar] lordcheng10 commented on pull request #13609: Fix bug :Infinity value for CPU or Bandwidth usage

2022-01-05 Thread GitBox
lordcheng10 commented on pull request #13609: URL: https://github.com/apache/pulsar/pull/13609#issuecomment-1006245143 /pulsarbot run-failure-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

[pulsar] branch master updated (825d2fe -> 016fb87)

2022-01-05 Thread liuyu
This is an automated email from the ASF dual-hosted git repository. liuyu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 825d2fe update log content (#13540) add 016fb87 update doc (#13614) No new revisions were added by this

[GitHub] [pulsar] Anonymitaet merged pull request #13614: [Doc] Fix security-tls-authentication documentation

2022-01-05 Thread GitBox
Anonymitaet merged pull request #13614: URL: https://github.com/apache/pulsar/pull/13614 -- 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] mingyifei opened a new issue #13635: Some questions about bookeeper.

2022-01-05 Thread GitBox
mingyifei opened a new issue #13635: URL: https://github.com/apache/pulsar/issues/13635 After the bookeeper obtains the FileChannel, it writes the called write, reads the called read, write is written to the system buffer, and forced to write to the disk through fileChannel.force. Why is

[GitHub] [pulsar] nodece commented on a change in pull request #13596: [Broker] Add operation timeout to metadata store

2022-01-05 Thread GitBox
nodece commented on a change in pull request #13596: URL: https://github.com/apache/pulsar/pull/13596#discussion_r779267691 ## File path: pulsar-metadata/src/main/java/org/apache/pulsar/metadata/impl/AbstractMetadataStore.java ## @@ -75,6 +78,11 @@ protected abstract

[GitHub] [pulsar] Demogorgon314 commented on issue #13605: Flaky-test: MultiTopicsReaderTest.testHasMessageAvailableAsync

2022-01-05 Thread GitBox
Demogorgon314 commented on issue #13605: URL: https://github.com/apache/pulsar/issues/13605#issuecomment-1006242932 @lhotari I already pushed a patch, please take a look, thanks : ) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[pulsar-client-go] branch revert-691-xiaolong/split-eventsCh updated (accf726 -> 536d882)

2022-01-05 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a change to branch revert-691-xiaolong/split-eventsCh in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git. from accf726 Revert "Use a separate gorutine to handle the logic of reconnect

[GitHub] [pulsar] Demogorgon314 opened a new pull request #13634: [pulsar-client] Fix the wrong multi-topic has message available behavior

2022-01-05 Thread GitBox
Demogorgon314 opened a new pull request #13634: URL: https://github.com/apache/pulsar/pull/13634 Fixes #13605 ### Motivation Currently, the multiTopicReader `hasMessageAvailable` might get the wrong result, we must check `numMessagesInQueue() > 0` again after finish all

[GitHub] [pulsar] zxJin-x commented on pull request #13502: Delete the unused variable in PrometheusMetricsServlet

2022-01-05 Thread GitBox
zxJin-x commented on pull request #13502: URL: https://github.com/apache/pulsar/pull/13502#issuecomment-1006241044 @eolivelli PTAL, again, 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 to go to

[GitHub] [pulsar-client-go] wolfstudy opened a new pull request #700: Revert "Use a separate gorutine to handle the logic of reconnect"

2022-01-05 Thread GitBox
wolfstudy opened a new pull request #700: URL: https://github.com/apache/pulsar-client-go/pull/700 Reverts apache/pulsar-client-go#691 -- 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

[pulsar-client-go] branch revert-691-xiaolong/split-eventsCh created (now accf726)

2022-01-05 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a change to branch revert-691-xiaolong/split-eventsCh in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git. at accf726 Revert "Use a separate gorutine to handle the logic of reconnect

[pulsar-client-go] 01/01: Revert "Use a separate gorutine to handle the logic of reconnect (#691)"

2022-01-05 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch revert-691-xiaolong/split-eventsCh in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git commit accf726bdf3972ac3b8b64c7fe1c0480959cc2de Author: xiaolong ran AuthorDate: Thu Jan 6

[GitHub] [pulsar] lordcheng10 commented on pull request #13529: support dynamic config for replicationProducerQueueSize

2022-01-05 Thread GitBox
lordcheng10 commented on pull request #13529: URL: https://github.com/apache/pulsar/pull/13529#issuecomment-1006235775 @Shoothzj PTAL,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 to go to the

[GitHub] [pulsar] Technoboy- commented on a change in pull request #13383: Fix batch message ack does not decrease the unacked-msg count.

2022-01-05 Thread GitBox
Technoboy- commented on a change in pull request #13383: URL: https://github.com/apache/pulsar/pull/13383#discussion_r779259574 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/Consumer.java ## @@ -476,6 +499,46 @@ public void doUnsubscribe(final

[pulsar] branch master updated (53ad936 -> 825d2fe)

2022-01-05 Thread shoothzj
This is an automated email from the ASF dual-hosted git repository. shoothzj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 53ad936 Allow to config no-password truststore (#13424) add 825d2fe update log content (#13540) No new

[GitHub] [pulsar] Shoothzj merged pull request #13540: update log content

2022-01-05 Thread GitBox
Shoothzj merged pull request #13540: URL: https://github.com/apache/pulsar/pull/13540 -- 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] suiyuzeng commented on a change in pull request #13624: ReplicatorDispatchRate support cross multiple clusters

2022-01-05 Thread GitBox
suiyuzeng commented on a change in pull request #13624: URL: https://github.com/apache/pulsar/pull/13624#discussion_r779257745 ## File path: pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdTopicPolicies.java ## @@ -85,6 +85,10 @@ public

[pulsar] branch master updated (a178b67 -> 53ad936)

2022-01-05 Thread shoothzj
This is an automated email from the ASF dual-hosted git repository. shoothzj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from a178b67 [website][upgrade] feat: rest api pages (#13597) add 53ad936 Allow to config no-password truststore

[GitHub] [pulsar] Shoothzj merged pull request #13424: Allow to config no-password truststore

2022-01-05 Thread GitBox
Shoothzj merged pull request #13424: URL: https://github.com/apache/pulsar/pull/13424 -- 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 commented on a change in pull request #13609: Fix bug :Infinity value for CPU or Bandwidth usage

2022-01-05 Thread GitBox
lordcheng10 commented on a change in pull request #13609: URL: https://github.com/apache/pulsar/pull/13609#discussion_r779255342 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/loadbalance/impl/LinuxBrokerHostUsageImpl.java ## @@ -110,6 +110,10 @@ public

[GitHub] [pulsar] lordcheng10 commented on a change in pull request #13609: Fix bug :Infinity value for CPU or Bandwidth usage

2022-01-05 Thread GitBox
lordcheng10 commented on a change in pull request #13609: URL: https://github.com/apache/pulsar/pull/13609#discussion_r779255342 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/loadbalance/impl/LinuxBrokerHostUsageImpl.java ## @@ -110,6 +110,10 @@ public

[GitHub] [pulsar] keyboardbobo commented on issue #13523: kill the broker or ack takes a long time, which will cause the cluster traffic to drop instantaneously

2022-01-05 Thread GitBox
keyboardbobo commented on issue #13523: URL: https://github.com/apache/pulsar/issues/13523#issuecomment-1006226499 Theoretically speaking, only a slow response from any broker or a slow network will drag down other producers, because the slowest producer will always be the bottleneck --

[GitHub] [pulsar] hsaputra commented on pull request #13463: Revert "[Authorization] Converge authz of ns policies from super-user to tenant-administrator (#13157)"

2022-01-05 Thread GitBox
hsaputra commented on pull request #13463: URL: https://github.com/apache/pulsar/pull/13463#issuecomment-1006225027 FYI @cckellogg , @jerrypeng -- 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

[GitHub] [pulsar] Technoboy- commented on a change in pull request #13596: [Broker] Add operation timeout to metadata store

2022-01-05 Thread GitBox
Technoboy- commented on a change in pull request #13596: URL: https://github.com/apache/pulsar/pull/13596#discussion_r779251326 ## File path: pulsar-metadata/src/main/java/org/apache/pulsar/metadata/impl/AbstractMetadataStore.java ## @@ -75,6 +78,11 @@ protected abstract

[pulsar] branch master updated (1b36f32 -> a178b67)

2022-01-05 Thread urfree
This is an automated email from the ASF dual-hosted git repository. urfree pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 1b36f32 Change level log to debug for broker interceptor testing (#13604) add a178b67 [website][upgrade]

[GitHub] [pulsar] lordcheng10 commented on pull request #13540: update log content

2022-01-05 Thread GitBox
lordcheng10 commented on pull request #13540: URL: https://github.com/apache/pulsar/pull/13540#issuecomment-1006219315 ping -- 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] urfreespace merged pull request #13597: [website][upgrade] feat: rest api pages

2022-01-05 Thread GitBox
urfreespace merged pull request #13597: URL: https://github.com/apache/pulsar/pull/13597 -- 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 commented on pull request #13529: support dynamic config for replicationProducerQueueSize

2022-01-05 Thread GitBox
lordcheng10 commented on pull request #13529: URL: https://github.com/apache/pulsar/pull/13529#issuecomment-1006218883 ping -- 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] ross710 commented on issue #11100: Java client: high CPU regression for producer between 2.6.x and 2.7.x

2022-01-05 Thread GitBox
ross710 commented on issue #11100: URL: https://github.com/apache/pulsar/issues/11100#issuecomment-1006218658 We were able to reproduce this issue with one of our applications. With ~40 producers spun up but idle (not producing any messages) we tested with pulsar client 2.6.3 and

[GitHub] [pulsar] lordcheng10 removed a comment on pull request #13529: support dynamic config for replicationProducerQueueSize

2022-01-05 Thread GitBox
lordcheng10 removed a comment on pull request #13529: URL: https://github.com/apache/pulsar/pull/13529#issuecomment-1002868882 -- 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] lordcheng10 commented on a change in pull request #13609: Fix bug :Infinity value for CPU or Bandwidth usage

2022-01-05 Thread GitBox
lordcheng10 commented on a change in pull request #13609: URL: https://github.com/apache/pulsar/pull/13609#discussion_r779244655 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/loadbalance/impl/LinuxBrokerHostUsageImpl.java ## @@ -110,6 +110,10 @@ public

[GitHub] [pulsar] Shoothzj commented on pull request #13619: Adjust the space and comma styles

2022-01-05 Thread GitBox
Shoothzj commented on pull request #13619: URL: https://github.com/apache/pulsar/pull/13619#issuecomment-1006210618 After discuss with @liudezhi2098, We need to apply `checkstyle-plugins` to `managed-ledger` module to protect these changes. -- This is an automated message from the

[GitHub] [pulsar] mattisonchao commented on issue #13628: [ PIP 134 ] Support Pulsar system event.

2022-01-05 Thread GitBox
mattisonchao commented on issue #13628: URL: https://github.com/apache/pulsar/issues/13628#issuecomment-1006207324 > Some preliminary questions: > > * Where are you going to store this data? (Think about a huge cluster with thousands of independent, isolated tenants) > * How do

[pulsar] branch 2.8.1 created (now 1b36f32)

2022-01-05 Thread yong
This is an automated email from the ASF dual-hosted git repository. yong pushed a change to branch 2.8.1 in repository https://gitbox.apache.org/repos/asf/pulsar.git. at 1b36f32 Change level log to debug for broker interceptor testing (#13604) No new revisions were added by this

[pulsar] branch master updated: Change level log to debug for broker interceptor testing (#13604)

2022-01-05 Thread penghui
This is an automated email from the ASF dual-hosted git repository. penghui 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 1b36f32 Change level log to debug for broker

[GitHub] [pulsar] codelipenghui merged pull request #13604: [Test] Change level log to debug for broker interceptor testing

2022-01-05 Thread GitBox
codelipenghui merged pull request #13604: URL: https://github.com/apache/pulsar/pull/13604 -- 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 removed a comment on pull request #13529: support dynamic config for replicationProducerQueueSize

2022-01-05 Thread GitBox
lordcheng10 removed a comment on pull request #13529: URL: https://github.com/apache/pulsar/pull/13529#issuecomment-1005454497 @codelipenghui PTAL,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] Ethan-Merrill opened a new issue #13633: [PIP 133] Pulsar Functions Add API For Accessing Other Function States

2022-01-05 Thread GitBox
Ethan-Merrill opened a new issue #13633: URL: https://github.com/apache/pulsar/issues/13633 ## Motivation Certain uses of Pulsar functions could benefit from the ability to access the states of other functions. Currently functions can only access their own states, and so sharing

[pulsar] branch master updated (17a971a -> 937131a)

2022-01-05 Thread shoothzj
This is an automated email from the ASF dual-hosted git repository. shoothzj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 17a971a [Tests] Fix flaky org.mockito.exceptions.misusing.WrongTypeOfReturnValue issue in broker tests (#13621)

[GitHub] [pulsar] Shoothzj merged pull request #13610: Upgrade Gson version 2.8.6 to 2.8.9

2022-01-05 Thread GitBox
Shoothzj merged pull request #13610: URL: https://github.com/apache/pulsar/pull/13610 -- 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] Shoothzj closed issue #13607: Vulnerability in gson version 2.8.6

2022-01-05 Thread GitBox
Shoothzj closed issue #13607: URL: https://github.com/apache/pulsar/issues/13607 -- 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] michaeljmarshall commented on a change in pull request #13606: Avoid repeatly set startMessageIdData to null for ConsumerImpl

2022-01-05 Thread GitBox
michaeljmarshall commented on a change in pull request #13606: URL: https://github.com/apache/pulsar/pull/13606#discussion_r779194795 ## File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerImpl.java ## @@ -740,16 +740,17 @@ public void

[GitHub] [pulsar] michaeljmarshall commented on a change in pull request #13606: Avoid repeatly set startMessageIdData to null for ConsumerImpl

2022-01-05 Thread GitBox
michaeljmarshall commented on a change in pull request #13606: URL: https://github.com/apache/pulsar/pull/13606#discussion_r779186259 ## File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerImpl.java ## @@ -740,16 +740,17 @@ public void

[GitHub] [pulsar] hsaputra commented on pull request #13157: [Authorization] Converge authz of ns policies from super-user to tenant-administrator

2022-01-05 Thread GitBox
hsaputra commented on pull request #13157: URL: https://github.com/apache/pulsar/pull/13157#issuecomment-1006104606 Thanks for the follow up, @michaeljmarshall ! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [pulsar] michaeljmarshall commented on pull request #13622: [Tests] Upgrade Mockito to latest stable 3.x version, 3.12.4

2022-01-05 Thread GitBox
michaeljmarshall commented on pull request #13622: URL: https://github.com/apache/pulsar/pull/13622#issuecomment-1006099031 +1 -- 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] michaeljmarshall commented on a change in pull request #13609: Fix bug :Infinity value for CPU or Bandwidth usage

2022-01-05 Thread GitBox
michaeljmarshall commented on a change in pull request #13609: URL: https://github.com/apache/pulsar/pull/13609#discussion_r779152660 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/loadbalance/impl/LinuxBrokerHostUsageImpl.java ## @@ -110,6 +110,10 @@

[GitHub] [pulsar] michaeljmarshall commented on pull request #13463: Revert "[Authorization] Converge authz of ns policies from super-user to tenant-administrator (#13157)"

2022-01-05 Thread GitBox
michaeljmarshall commented on pull request #13463: URL: https://github.com/apache/pulsar/pull/13463#issuecomment-1006093023 I lean towards reverting the whole commit and then creating new PRs to add the right functionality. However, I don't have a strong opinion here. > Maybe we can

[GitHub] [pulsar] michaeljmarshall commented on pull request #13157: [Authorization] Converge authz of ns policies from super-user to tenant-administrator

2022-01-05 Thread GitBox
michaeljmarshall commented on pull request #13157: URL: https://github.com/apache/pulsar/pull/13157#issuecomment-1006087757 Hi @hsaputra - you're right that it would impact external implementations. There is already a PR to revert this commit. There is ongoing discussion there.

[GitHub] [pulsar] github-actions[bot] commented on pull request #13632: Remove unmaintained DC/OS deployment example

2022-01-05 Thread GitBox
github-actions[bot] commented on pull request #13632: URL: https://github.com/apache/pulsar/pull/13632#issuecomment-1006076561 @michaeljmarshall:Thanks for your contribution. For this PR, do we need to update docs? (The [PR template contains info about

[GitHub] [pulsar] michaeljmarshall opened a new pull request #13632: Remove unmaintained DC/OS deployment example

2022-01-05 Thread GitBox
michaeljmarshall opened a new pull request #13632: URL: https://github.com/apache/pulsar/pull/13632 Related PRs: https://github.com/apache/pulsar/pull/13387 https://github.com/apache/pulsar/pull/13389 ### Motivation Remove the DC/OS deployment example documentation and

  1   2   >