[GitHub] [pulsar] mattisonchao commented on issue #13532: Producers and consumers throw PulsarClientException.AlreadyClosedException

2021-12-27 Thread GitBox
mattisonchao commented on issue #13532: URL: https://github.com/apache/pulsar/issues/13532#issuecomment-1001922182 I think i can work on it. -- 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] xuesongxs commented on issue #13532: Producers and consumers throw PulsarClientException.AlreadyClosedException

2021-12-27 Thread GitBox
xuesongxs commented on issue #13532: URL: https://github.com/apache/pulsar/issues/13532#issuecomment-1001921044 When I tested the environment simulation, I found that if it was in broker.conf, allowAutoTopicCreation=false, use"bin/pulsar-perf consumer -q 10 -n 1-st shared -s

[GitHub] [pulsar] nodece commented on pull request #13297: Add schema compatibility strategy on topic level

2021-12-27 Thread GitBox
nodece commented on pull request #13297: URL: https://github.com/apache/pulsar/pull/13297#issuecomment-1001911472 /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] eolivelli commented on issue #13526: PIP 129: Introduce intermediate state for ledger deletion

2021-12-27 Thread GitBox
eolivelli commented on issue #13526: URL: https://github.com/apache/pulsar/issues/13526#issuecomment-1001908961 We should also take into consideration the rollback procedure in this PIP and the upgrade procedure. 1. What happens when you upgraded only one part of the brokers? 2.

[GitHub] [pulsar] eolivelli commented on issue #13526: PIP 129: Introduce intermediate state for ledger deletion

2021-12-27 Thread GitBox
eolivelli commented on issue #13526: URL: https://github.com/apache/pulsar/issues/13526#issuecomment-1001908452 There is no need to add a background operation. We can do the deletion in the same thread, after the 'mark' phase. Otherwise we will introduce more complexity in

[GitHub] [pulsar] gaozhangmin edited a comment on pull request #13525: Healthcheck v2 failed

2021-12-27 Thread GitBox
gaozhangmin edited a comment on pull request #13525: URL: https://github.com/apache/pulsar/pull/13525#issuecomment-1001902512 @liudezhi2098 The test is already covered by `org.apache.pulsar.broker.admin.AdminApiHealthCheckTest#testHealthCheckupV2` The previous unit test

[GitHub] [pulsar] gaozhangmin edited a comment on pull request #13525: Healthcheck v2 failed

2021-12-27 Thread GitBox
gaozhangmin edited a comment on pull request #13525: URL: https://github.com/apache/pulsar/pull/13525#issuecomment-1001902512 @liudezhi2098 The test is already covered by `org.apache.pulsar.broker.admin.AdminApiHealthCheckTest#testHealthCheckupV2` The previous unit test

[GitHub] [pulsar] gaozhangmin commented on pull request #13525: Healthcheck v2 failed

2021-12-27 Thread GitBox
gaozhangmin commented on pull request #13525: URL: https://github.com/apache/pulsar/pull/13525#issuecomment-1001902512 @liudezhi2098 The test is already covered by `org.apache.pulsar.broker.admin.AdminApiHealthCheckTest#testHealthCheckupV2Error` The previous unit test

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

2021-12-27 Thread GitBox
gaozhangmin commented on a change in pull request #13525: URL: https://github.com/apache/pulsar/pull/13525#discussion_r775752192 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentTopic.java ## @@ -1427,7 +1428,7 @@ public void

[GitHub] [pulsar] RobertIndie commented on pull request #12403: [PIP 107][Client] Introduce chunk message ID

2021-12-27 Thread GitBox
RobertIndie commented on pull request #12403: URL: https://github.com/apache/pulsar/pull/12403#issuecomment-1001897714 > Since the shared `ChunkedMessageCtx` is created before publishing the first chunk, I think the only thing matters is the order of ACKs, not the order among the

[GitHub] [pulsar] xuesongxs commented on issue #13532: Producers and consumers throw PulsarClientException.AlreadyClosedException

2021-12-27 Thread GitBox
xuesongxs commented on issue #13532: URL: https://github.com/apache/pulsar/issues/13532#issuecomment-1001895829 > Could you provide more information to help us to find problem? 1.There is no error information in the broker's log. 2.allowAutoTopicCreation=false 3.The memory of

[GitHub] [pulsar] BewareMyPower commented on pull request #12403: [PIP 107][Client] Introduce chunk message ID

2021-12-27 Thread GitBox
BewareMyPower commented on pull request #12403: URL: https://github.com/apache/pulsar/pull/12403#issuecomment-1001891811 @RobertIndie I have also tried it before. I just realized the following expression is wrong (or opposite). > not being able to receive the PUBLISH ack of the

[GitHub] [pulsar] Shoothzj commented on pull request #13530: Enable CheckStyle Plugin in Pulsar Build Tools

2021-12-27 Thread GitBox
Shoothzj commented on pull request #13530: URL: https://github.com/apache/pulsar/pull/13530#issuecomment-1001890382 /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] mattisonchao commented on issue #13524: [pulsar-client] Support receiverQueueRefillThreshold configuration.

2021-12-27 Thread GitBox
mattisonchao commented on issue #13524: URL: https://github.com/apache/pulsar/issues/13524#issuecomment-1001889424 @mingyifei Why do you want to change this threshold ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [pulsar] nodece commented on pull request #13297: Add schema compatibility strategy on topic level

2021-12-27 Thread GitBox
nodece commented on pull request #13297: URL: https://github.com/apache/pulsar/pull/13297#issuecomment-1001888920 /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] mattisonchao commented on issue #13532: Producers and consumers throw PulsarClientException.AlreadyClosedException

2021-12-27 Thread GitBox
mattisonchao commented on issue #13532: URL: https://github.com/apache/pulsar/issues/13532#issuecomment-1001887849 Could you provide more information to help us to find problem? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [pulsar] mattisonchao removed a comment on pull request #13509: Inactive topic policies support cross multiple clusters

2021-12-27 Thread GitBox
mattisonchao removed a comment on pull request #13509: URL: https://github.com/apache/pulsar/pull/13509#issuecomment-1001864877 /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

[GitHub] [pulsar] mattisonchao commented on pull request #13509: Inactive topic policies support cross multiple clusters

2021-12-27 Thread GitBox
mattisonchao commented on pull request #13509: URL: https://github.com/apache/pulsar/pull/13509#issuecomment-1001882376 /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

[GitHub] [pulsar] mattisonchao commented on pull request #13509: Inactive topic policies support cross multiple clusters

2021-12-27 Thread GitBox
mattisonchao commented on pull request #13509: URL: https://github.com/apache/pulsar/pull/13509#issuecomment-1001864877 /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

[GitHub] [pulsar] nodece removed a comment on pull request #13297: Add schema compatibility strategy on topic level

2021-12-27 Thread GitBox
nodece removed a comment on pull request #13297: URL: https://github.com/apache/pulsar/pull/13297#issuecomment-1001585212 -- 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] nodece commented on pull request #13297: Add schema compatibility strategy on topic level

2021-12-27 Thread GitBox
nodece commented on pull request #13297: URL: https://github.com/apache/pulsar/pull/13297#issuecomment-1001854935 /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

[pulsar] branch master updated: Max consumers per subscription support cross multiple clusters (#13522)

2021-12-27 Thread linlin
This is an automated email from the ASF dual-hosted git repository. linlin 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 0bc45b5 Max consumers per subscription support

[GitHub] [pulsar] 315157973 merged pull request #13522: Max consumers per subscription support cross multiple clusters

2021-12-27 Thread GitBox
315157973 merged pull request #13522: URL: https://github.com/apache/pulsar/pull/13522 -- 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] Jason918 commented on a change in pull request #13525: Healthcheck v2 failed

2021-12-27 Thread GitBox
Jason918 commented on a change in pull request #13525: URL: https://github.com/apache/pulsar/pull/13525#discussion_r775705434 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentTopic.java ## @@ -1427,7 +1428,7 @@ public void

[GitHub] [pulsar] liudezhi2098 commented on pull request #13468: [Doc] add custom properties for the reconsumeLater

2021-12-27 Thread GitBox
liudezhi2098 commented on pull request #13468: URL: https://github.com/apache/pulsar/pull/13468#issuecomment-1001844117 @freeznet PTAL -- 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] RobertIndie commented on pull request #12403: [PIP 107][Client] Introduce chunk message ID

2021-12-27 Thread GitBox
RobertIndie commented on pull request #12403: URL: https://github.com/apache/pulsar/pull/12403#issuecomment-1001841907 > > We can see when the last chunk is published, the PUBLISH ack of the first chunk is never received. It may actually happen that the ack of the first chunk is

[pulsar] branch master updated (b0bafb1 -> 96b3e922)

2021-12-27 Thread chenhang
This is an automated email from the ASF dual-hosted git repository. chenhang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from b0bafb1 Max consumers support cross multiple clusters (#13521) add 96b3e922 Support add custom properties

[GitHub] [pulsar] hangc0276 merged pull request #13461: Support add custom properties for the reconsumeLater interface

2021-12-27 Thread GitBox
hangc0276 merged pull request #13461: URL: https://github.com/apache/pulsar/pull/13461 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[pulsar] branch master updated (f552d7b -> b0bafb1)

2021-12-27 Thread linlin
This is an automated email from the ASF dual-hosted git repository. linlin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from f552d7b [Docs] Update `Getting Started Standalone` (#13507) add b0bafb1 Max consumers support cross multiple

[GitHub] [pulsar] 315157973 merged pull request #13521: Max consumers support cross multiple clusters

2021-12-27 Thread GitBox
315157973 merged pull request #13521: URL: https://github.com/apache/pulsar/pull/13521 -- 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

2021-12-27 Thread GitBox
lordcheng10 commented on pull request #13529: URL: https://github.com/apache/pulsar/pull/13529#issuecomment-1001839806 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

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

2021-12-27 Thread GitBox
lordcheng10 commented on a change in pull request #13529: URL: https://github.com/apache/pulsar/pull/13529#discussion_r775701862 ## File path: pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java ## @@ -2021,6 +2021,7 @@ private String

[GitHub] [pulsar] Jason918 commented on a change in pull request #13529: support dynamic config for replicationProducerQueueSize

2021-12-27 Thread GitBox
Jason918 commented on a change in pull request #13529: URL: https://github.com/apache/pulsar/pull/13529#discussion_r775700537 ## File path: pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java ## @@ -2021,6 +2021,7 @@ private String

[GitHub] [pulsar] nodece commented on pull request #13297: Add schema compatibility strategy on topic level

2021-12-27 Thread GitBox
nodece commented on pull request #13297: URL: https://github.com/apache/pulsar/pull/13297#issuecomment-1001838252 /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] Jason918 commented on pull request #13496: Publish rate support cross multiple clusters

2021-12-27 Thread GitBox
Jason918 commented on pull request #13496: URL: https://github.com/apache/pulsar/pull/13496#issuecomment-1001837329 /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] xuesongxs opened a new issue #13532: Producers and consumers throw PulsarClientException.AlreadyClosedException

2021-12-27 Thread GitBox
xuesongxs opened a new issue #13532: URL: https://github.com/apache/pulsar/issues/13532 **Describe the bug** Pulsarclientexception is thrown by producer and consumer applications running in the online environment AlreadyClosedException. Pulsar v2.8.1

[GitHub] [pulsar] Shoothzj commented on pull request #13531: Now we don't need committer priviledge

2021-12-27 Thread GitBox
Shoothzj commented on pull request #13531: URL: https://github.com/apache/pulsar/pull/13531#issuecomment-1001833021 @Anonymitaet @codelipenghui PTAL -- 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] Shoothzj opened a new pull request #13531: Now we don't need committer priviledge

2021-12-27 Thread GitBox
Shoothzj opened a new pull request #13531: URL: https://github.com/apache/pulsar/pull/13531 ### Modifications I think that we don't need committer priviledge to label this pr, only need to check box. ### Documentation Check the box below and label this PR (if you have

[GitHub] [pulsar] Shoothzj opened a new pull request #13530: Enable CheckStyle Plugin in Pulsar Build Tools

2021-12-27 Thread GitBox
Shoothzj opened a new pull request #13530: URL: https://github.com/apache/pulsar/pull/13530 ### Motivation currently, the `buildTools` module is not protected by the `checkstyle-plugin`. ### Modifications - Enable CheckStyle Plugin - Fix checkstyle violations ###

[GitHub] [pulsar] mattisonchao commented on pull request #13509: Inactive topic policies support cross multiple clusters

2021-12-27 Thread GitBox
mattisonchao commented on pull request #13509: URL: https://github.com/apache/pulsar/pull/13509#issuecomment-1001831578 @315157973 I have resolved the conflict. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

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

2021-12-27 Thread GitBox
lordcheng10 commented on pull request #13529: URL: https://github.com/apache/pulsar/pull/13529#issuecomment-1001830347 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 the

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

2021-12-27 Thread GitBox
lordcheng10 commented on pull request #13529: URL: https://github.com/apache/pulsar/pull/13529#issuecomment-1001829199 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 the

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

2021-12-27 Thread GitBox
lordcheng10 commented on pull request #13529: URL: https://github.com/apache/pulsar/pull/13529#issuecomment-1001818390 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 the

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

2021-12-27 Thread GitBox
lordcheng10 commented on pull request #13529: URL: https://github.com/apache/pulsar/pull/13529#issuecomment-1001818338 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 the

[GitHub] [pulsar] zbentley commented on issue #13439: Regression creating a namespace with "null" in "backlog_quota_map" causes a NullPointerException on 2.9.1, but not 2.9.0 or earlier

2021-12-27 Thread GitBox
zbentley commented on issue #13439: URL: https://github.com/apache/pulsar/issues/13439#issuecomment-1001789124 I'm happy to forward fix (I don't need back compat for multiple broker versions, though I understand if others do). Could you provide the ideal/desired way to specify these

[GitHub] [pulsar-client-go] dferstay commented on a change in pull request #684: Use critical section for batch counters in producer default_router

2021-12-27 Thread GitBox
dferstay commented on a change in pull request #684: URL: https://github.com/apache/pulsar-client-go/pull/684#discussion_r775296098 ## File path: pulsar/default_router.go ## @@ -30,6 +31,7 @@ type defaultRouter struct { lastChangeTimestamp int64 msgCounter

[GitHub] [pulsar-client-go] dferstay commented on pull request #694: [DefaultRouter] fix unnecessary system clock reads due to races accessing router state

2021-12-27 Thread GitBox
dferstay commented on pull request #694: URL: https://github.com/apache/pulsar-client-go/pull/694#issuecomment-1001787535 @wolfstudy , > @dferstay #684 It looks like this pr is dealing with the same thing Indeed, however #684 introduces a mutex on the publish path which has a

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

2021-12-27 Thread GitBox
lordcheng10 closed pull request #13529: URL: https://github.com/apache/pulsar/pull/13529 -- 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 #13529: support dynamic config for replicationProducerQueueSize

2021-12-27 Thread GitBox
lordcheng10 opened a new pull request #13529: URL: https://github.com/apache/pulsar/pull/13529 ### Motivation support dynamic config for replicationProducerQueueSize ### Documentation - [x] `no-need-doc` -- This is an automated message from the Apache Git

[GitHub] [pulsar] nodece commented on pull request #13297: Add schema compatibility strategy on topic level

2021-12-27 Thread GitBox
nodece commented on pull request #13297: URL: https://github.com/apache/pulsar/pull/13297#issuecomment-1001619157 /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] liudezhi2098 edited a comment on issue #13528: PIP 130: Apply redelivery backoff policy for ack timeout

2021-12-27 Thread GitBox
liudezhi2098 edited a comment on issue #13528: URL: https://github.com/apache/pulsar/issues/13528#issuecomment-1001597229 I can try it -- 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] codelipenghui opened a new issue #13528: PIP 130: Apply redelivery backoff policy for ack timeout

2021-12-27 Thread GitBox
codelipenghui opened a new issue #13528: URL: https://github.com/apache/pulsar/issues/13528 PIP 130: Apply redelivery backoff policy for ack timeout - Status: DISCUSS - Author: Penghui Li - Issue: - Pull Request: - Mailing list discussion: - Release: 2.10.0 ##

[GitHub] [pulsar] Jason918 commented on pull request #13496: Publish rate support cross multiple clusters

2021-12-27 Thread GitBox
Jason918 commented on pull request #13496: URL: https://github.com/apache/pulsar/pull/13496#issuecomment-1001551887 /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] nongcundeshifu opened a new issue #13527: if you installed 'Win32/Win64 OpenSSL' on windows10,compiling Pulsar C++ client library will failure

2021-12-27 Thread GitBox
nongcundeshifu opened a new issue #13527: URL: https://github.com/apache/pulsar/issues/13527 **Describe the bug** When compiling Pulsar C++ client library on windows10,If your computer is installed [Win32/Win64 OpenSSL](http://slproweb.com/products/Win32OpenSSL.html),The following

[GitHub] [pulsar] gaozhangmin edited a comment on issue #13520: Broker health check with `TopicVersion.V2` failed

2021-12-27 Thread GitBox
gaozhangmin edited a comment on issue #13520: URL: https://github.com/apache/pulsar/issues/13520#issuecomment-1001529326 > @gaozhangmin Can you reproduce the issue on 2.8.x or 2.9.1? We are enabled health checks for many clusters but never found such an anomaly. Yes, i tested with

[GitHub] [pulsar] gaozhangmin edited a comment on issue #13520: Broker health check with `TopicVersion.V2` failed

2021-12-27 Thread GitBox
gaozhangmin edited a comment on issue #13520: URL: https://github.com/apache/pulsar/issues/13520#issuecomment-1001529326 > @gaozhangmin Can you reproduce the issue on 2.8.x or 2.9.1? We are enabled health checks for many clusters but never found such an anomaly. Yes, i tested with

[GitHub] [pulsar] gaozhangmin commented on issue #13520: Broker health check with `TopicVersion.V2` failed

2021-12-27 Thread GitBox
gaozhangmin commented on issue #13520: URL: https://github.com/apache/pulsar/issues/13520#issuecomment-1001529326 > @gaozhangmin Can you reproduce the issue on 2.8.x or 2.9.1? We are enabled health checks for many clusters but never found such an anomaly. Yes, i tested with 2.9.1.

[GitHub] [pulsar] wuzhanpeng opened a new issue #13526: PIP 129: Introduce intermediate state for ledger deletion

2021-12-27 Thread GitBox
wuzhanpeng opened a new issue #13526: URL: https://github.com/apache/pulsar/issues/13526 ## Motivation Related to #13238 Corresponding logic: `org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl#internalTrimLedgers` Under the current ledger-trimming design, we need to

[GitHub] [pulsar] codelipenghui commented on issue #13520: Broker health check with `TopicVersion.V2` failed

2021-12-27 Thread GitBox
codelipenghui commented on issue #13520: URL: https://github.com/apache/pulsar/issues/13520#issuecomment-1001517247 @gaozhangmin Can you reproduce the issue on 2.8.x or 2.9.1? We are enabled health checks for many clusters but never found such an anomaly. -- This is an automated message

[GitHub] [pulsar] gaozhangmin opened a new pull request #13525: Healthcheck v2 failed

2021-12-27 Thread GitBox
gaozhangmin opened a new pull request #13525: URL: https://github.com/apache/pulsar/pull/13525 fix #13520 -- 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,

[pulsar] branch master updated (3b2a158 -> f552d7b)

2021-12-27 Thread penghui
This is an automated email from the ASF dual-hosted git repository. penghui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 3b2a158 Remove duplicated code (#13512) add f552d7b [Docs] Update `Getting Started Standalone` (#13507) No

[pulsar] branch master updated (84fadf3 -> 3b2a158)

2021-12-27 Thread penghui
This is an automated email from the ASF dual-hosted git repository. penghui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 84fadf3 Max producer support cross multiple clusters (#13519) add 3b2a158 Remove duplicated code (#13512)

[GitHub] [pulsar] codelipenghui merged pull request #13507: [docs] Update `Getting Started Standalone`

2021-12-27 Thread GitBox
codelipenghui merged pull request #13507: URL: https://github.com/apache/pulsar/pull/13507 -- 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 merged pull request #13512: remove duplicated code

2021-12-27 Thread GitBox
codelipenghui merged pull request #13512: URL: https://github.com/apache/pulsar/pull/13512 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[pulsar] branch master updated (a686819 -> 84fadf3)

2021-12-27 Thread penghui
This is an automated email from the ASF dual-hosted git repository. penghui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from a686819 Add doc set 2.7.4 (#13508) add 84fadf3 Max producer support cross multiple clusters (#13519) No new

[GitHub] [pulsar] codelipenghui merged pull request #13519: Max producer support cross multiple clusters

2021-12-27 Thread GitBox
codelipenghui merged pull request #13519: URL: https://github.com/apache/pulsar/pull/13519 -- 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] Demogorgon314 commented on a change in pull request #13513: Compaction threshold policies support cross multiple clusters

2021-12-27 Thread GitBox
Demogorgon314 commented on a change in pull request #13513: URL: https://github.com/apache/pulsar/pull/13513#discussion_r775448309 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/PersistentTopicsBase.java ## @@ -4213,27 +4213,30 @@ protected void

[GitHub] [pulsar] mingyifei opened a new issue #13524: [pulsar-client] Support receiverQueueRefillThreshold configuration.

2021-12-27 Thread GitBox
mingyifei opened a new issue #13524: URL: https://github.com/apache/pulsar/issues/13524 `org.apache.pulsar.client.impl.ConsumerImpl#receiverQueueRefillThreshold` `this.receiverQueueRefillThreshold = conf.getReceiverQueueSize() / 2; ` Currently the configuration

[pulsar] branch master updated (fe1a2c2 -> 64a9510)

2021-12-27 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 fe1a2c2 Add 2.7.4 swagger file (#13506) add 64a9510 Add release note for 2.7.4 (#13391) No new revisions were

[GitHub] [pulsar] Anonymitaet merged pull request #13391: Add release note for 2.7.4

2021-12-27 Thread GitBox
Anonymitaet merged pull request #13391: URL: https://github.com/apache/pulsar/pull/13391 -- 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 pull request #13508: Add doc set 2.7.4

2021-12-27 Thread GitBox
Technoboy- commented on pull request #13508: URL: https://github.com/apache/pulsar/pull/13508#issuecomment-1001479109 /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] nodece commented on pull request #13297: Add schema compatibility strategy on topic level

2021-12-27 Thread GitBox
nodece commented on pull request #13297: URL: https://github.com/apache/pulsar/pull/13297#issuecomment-1001462261 /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 removed a comment on pull request #13297: Add schema compatibility strategy on topic level

2021-12-27 Thread GitBox
nodece removed a comment on pull request #13297: URL: https://github.com/apache/pulsar/pull/13297#issuecomment-1001415131 /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] keyboardbobo opened a new issue #13523: kill the broker or ack takes a long time, which will cause the cluster traffic to drop instantaneously

2021-12-27 Thread GitBox
keyboardbobo opened a new issue #13523: URL: https://github.com/apache/pulsar/issues/13523 **Is your enhancement request related to a problem? Please describe.** I have nine brokers,when I kill one, the traffic of the remaining eight brokers will drop within 30 seconds, reach a peak

[pulsar-client-go] branch master updated (d5d4903 -> 39e13ac)

2021-12-27 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git. from d5d4903 Provide lock-free access to partition consumer compression providers (#689) add 39e13ac Use a

[GitHub] [pulsar-client-go] wolfstudy closed issue #687: [Discuss] Split eventsCh to use a separate Channel to handle `runEventsLoop`

2021-12-27 Thread GitBox
wolfstudy closed issue #687: URL: https://github.com/apache/pulsar-client-go/issues/687 -- 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] tuhaihe commented on pull request #13507: [docs] Update `Getting Started Standalone`

2021-12-27 Thread GitBox
tuhaihe commented on pull request #13507: URL: https://github.com/apache/pulsar/pull/13507#issuecomment-1001446472 @Anonymitaet Thanks for your changes. -- 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] nodece commented on pull request #13297: Add schema compatibility strategy on topic level

2021-12-27 Thread GitBox
nodece commented on pull request #13297: URL: https://github.com/apache/pulsar/pull/13297#issuecomment-1001445357 /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-client-go] wolfstudy commented on pull request #694: Remove races reading and updating the default router state

2021-12-27 Thread GitBox
wolfstudy commented on pull request #694: URL: https://github.com/apache/pulsar-client-go/pull/694#issuecomment-1001433427 @dferstay https://github.com/apache/pulsar-client-go/pull/684 It looks like this pr is dealing with the same thing -- This is an automated message from the Apache

[GitHub] [pulsar] codelipenghui merged pull request #13506: Add 2.7.4 swagger file

2021-12-27 Thread GitBox
codelipenghui merged pull request #13506: URL: https://github.com/apache/pulsar/pull/13506 -- 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] nodece removed a comment on pull request #13297: Add schema compatibility strategy on topic level

2021-12-27 Thread GitBox
nodece removed a comment on pull request #13297: URL: https://github.com/apache/pulsar/pull/13297#issuecomment-117020 -- 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] nodece commented on pull request #13297: Add schema compatibility strategy on topic level

2021-12-27 Thread GitBox
nodece commented on pull request #13297: URL: https://github.com/apache/pulsar/pull/13297#issuecomment-1001415131 /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