[GitHub] [pulsar] visortelle edited a comment on the discussion: Missing namespaces metrics

2022-09-17 Thread GitBox
GitHub user visortelle edited a comment on the discussion: Missing namespaces metrics @michaeljmarshall thank you for the reply. I suspected that this is how it works. I just naively hoped that Pulsar Proxy or something else can automagically 彩 handle it for me. Two more related questions:

[GitHub] [pulsar] visortelle edited a comment on the discussion: Missing namespaces metrics

2022-09-17 Thread GitBox
GitHub user visortelle edited a comment on the discussion: Missing namespaces metrics @michaeljmarshall thank you for the reply. I suspected that this is how it works. I just naively hoped that Pulsar Proxy or something else can automagically 彩 handle it for me. Two more related questions:

[GitHub] [pulsar] visortelle edited a comment on the discussion: Missing namespaces metrics

2022-09-17 Thread GitBox
GitHub user visortelle edited a comment on the discussion: Missing namespaces metrics @michaeljmarshall thank you for the reply. I suspected that this is how it works. I just naively hoped that Pulsar Proxy or something else can automagically 彩 handle it for me. Two more related questions:

[GitHub] [pulsar] visortelle added a comment to the discussion: Missing namespaces metrics

2022-09-17 Thread GitBox
GitHub user visortelle added a comment to the discussion: Missing namespaces metrics @michaeljmarshall thank you for the reply. I suspected that this is how it works. I just naively hoped that Pulsar Proxy or something else can automagically 彩 handle it for me. Two more related questions:

[GitHub] [pulsar] Jason918 added a comment to the discussion: Why pulsar retention quota must exceed configured backlog quota

2022-09-17 Thread GitBox
GitHub user Jason918 added a comment to the discussion: Why pulsar retention quota must exceed configured backlog quota I have pushed a fix https://github.com/apache/pulsar/pull/17706 GitHub link: https://github.com/apache/pulsar/discussions/17697#discussioncomment-3672730 This is an

[GitHub] [pulsar] michaeljmarshall added a comment to the discussion: Why pulsar retention quota must exceed configured backlog quota

2022-09-17 Thread GitBox
GitHub user michaeljmarshall added a comment to the discussion: Why pulsar retention quota must exceed configured backlog quota I just discovered the "create issue from discussion" button. I created an issue for this discussion. GitHub link:

[GitHub] [pulsar] michaeljmarshall added a comment to the discussion: Healthcheck in pulsar-admin rest api

2022-09-17 Thread GitBox
GitHub user michaeljmarshall added a comment to the discussion: Healthcheck in pulsar-admin rest api > Is healthcheck endpoint not available pulsar-admin rest api similar to what > is available with command line pulsar-admin? The Pulsar Admin client uses the REST API for all commands, so

[GitHub] [pulsar-helm-chart] michaeljmarshall commented on issue #288: superUserRoles order is unpredictable

2022-09-17 Thread GitBox
michaeljmarshall commented on issue #288: URL: https://github.com/apache/pulsar-helm-chart/issues/288#issuecomment-1250183299 > Therefor it recommends also passing it through `sortAlpha` to sort the list alphabetically. This seems like the right solution. @arnarg - are you

[GitHub] [pulsar] michaeljmarshall edited a comment on the discussion: Missing namespaces metrics

2022-09-17 Thread GitBox
GitHub user michaeljmarshall edited a comment on the discussion: Missing namespaces metrics @visortelle - how many brokers are you running? The broker stats command only gets stats from the broker that serves the http request. If you want the stats for the whole cluster, you currently have

[GitHub] [pulsar] michaeljmarshall added a comment to the discussion: Missing namespaces metrics

2022-09-17 Thread GitBox
GitHub user michaeljmarshall added a comment to the discussion: Missing namespaces metrics @visortelle - how many brokers are you running? The broker stats command only gets stats from the broker that serves the http request. If you want the stats for the whole cluster, you currently have to

[GitHub] [pulsar-test-infra] michaeljmarshall opened a new issue, #73: [pulsarbot] Bot should not comment on closed/merged PRs

2022-09-17 Thread GitBox
michaeljmarshall opened a new issue, #73: URL: https://github.com/apache/pulsar-test-infra/issues/73 I noticed the Pulsar Bot comment on old PRs that have either been merged or closed. I don't think we should have the bot updating those old PRs since it just creates unnecessary

[GitHub] [pulsar-helm-chart] michaeljmarshall commented on a diff in pull request #284: Add nodeSelector to cluster initialize pod

2022-09-17 Thread GitBox
michaeljmarshall commented on code in PR #284: URL: https://github.com/apache/pulsar-helm-chart/pull/284#discussion_r973653797 ## charts/pulsar/templates/pulsar-cluster-initialize.yaml: ## @@ -114,5 +114,9 @@ spec: volumes: {{- include

[GitHub] [pulsar] michaeljmarshall added a comment to the discussion: Why pulsar retention quota must exceed configured backlog quota

2022-09-17 Thread GitBox
GitHub user michaeljmarshall added a comment to the discussion: Why pulsar retention quota must exceed configured backlog quota @mnit016 - are you willing to create a GitHub issue for this bug? Thanks! GitHub link: https://github.com/apache/pulsar/discussions/17697#discussioncomment-3672611

[GitHub] [pulsar] michaeljmarshall added a comment to the discussion: Need max redelivery count at message level.

2022-09-17 Thread GitBox
GitHub user michaeljmarshall added a comment to the discussion: Need max redelivery count at message level. Great points @Jason918. Mixing retry patterns is not currently supported, however you can definitely add this logic to an application using the Pulsar client. Delayed message delivery

[GitHub] [pulsar] Jason918 added a comment to the discussion: Need max redelivery count at message level.

2022-09-17 Thread GitBox
GitHub user Jason918 added a comment to the discussion: Need max redelivery count at message level. We don't have `maxRedelivery` at message level. Currently, you can get reconsumed times of a message from its properties with key `RetryMessageUtil.SYSTEM_PROPERTY_RECONSUMETIMES`

[GitHub] [pulsar] Jason918 added a comment to the discussion: Why pulsar retention quota must exceed configured backlog quota

2022-09-17 Thread GitBox
GitHub user Jason918 added a comment to the discussion: Why pulsar retention quota must exceed configured backlog quota > retention: {time: -1, size: 10M} => then I can set backlog quota as much as I > want. This seems to be a bug. It's introduced in #10401 since v2.8.0 GitHub link:

[GitHub] [pulsar-client-node] merlimat closed issue #230: maxPendingMessagesAcrossPartitions not respected

2022-09-17 Thread GitBox
merlimat closed issue #230: maxPendingMessagesAcrossPartitions not respected URL: https://github.com/apache/pulsar-client-node/issues/230 -- 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-client-node] merlimat merged pull request #231: Respect maxPendingMessagesAcrossPartitions

2022-09-17 Thread GitBox
merlimat merged PR #231: URL: https://github.com/apache/pulsar-client-node/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] merlimat added a comment to the discussion: how use exclusive implements leader election ??i want know more details??

2022-09-17 Thread GitBox
GitHub user merlimat added a comment to the discussion: how use exclusive implements leader election ??i want know more details?? @startjava You can implement a "leader election" pattern using the "exclusive producer" feature. Basically, if a certain producer is able to become the

Re: [DISCUSS] Apache Pulsar 2.10.2 release

2022-09-17 Thread Haiting Jiang
Hi all, Currently there are no open PRs [1] or PRs waiting to be cherry-picked [2] for release 2.10.2. I plan to cut the first release candidate next Tuesday (UTC+8). If you have any important fixes that should be included in 2.10.2, please reply to this email. [1]

[GitHub] [pulsar] startjava added a comment to the discussion: how use exclusive implements leader election ??i want know more details??

2022-09-17 Thread GitBox
GitHub user startjava added a comment to the discussion: how use exclusive implements leader election ??i want know more details?? about : One example of concrete use case for this feature is in the Pulsar Functions metadata controller. In order to write a single linear history of all the