[GitHub] [pulsar-client-go] keithnull edited a comment on issue #177: Not support multi pulsar cluster addresses

2020-05-28 Thread GitBox
keithnull edited a comment on issue #177: URL: https://github.com/apache/pulsar-client-go/issues/177#issuecomment-632457978 @wolfstudy Hi, I'm interested in this issue. But I can't fully understand why multi pulsar cluster addresses are needed for a client. In Pulsar's [doc

[GitHub] [pulsar-client-go] keithnull commented on issue #264: [Improve] Unified processing of error information in the project

2020-05-28 Thread GitBox
keithnull commented on issue #264: URL: https://github.com/apache/pulsar-client-go/issues/264#issuecomment-635790148 @wolfstudy I've checked all error-related logs, which can be classified as: 1. `.WithError(someErr).Error("some string")` 1. `.WithError(someErr).Error()`

[GitHub] [pulsar] zhanghaou opened a new pull request #7093: Add control of single topic gc in inactive state.

2020-05-28 Thread GitBox
zhanghaou opened a new pull request #7093: URL: https://github.com/apache/pulsar/pull/7093 **Motivation** The brokerDeleteInactiveTopicsEnabled parameter is effect to all Topics, but in some cases like topic created by protocol handler, we need keep some topics not be deleted even if th

[GitHub] [pulsar] opera33 commented on issue #7076: Pulsar SQL cannot get the latest message

2020-05-28 Thread GitBox
opera33 commented on issue #7076: URL: https://github.com/apache/pulsar/issues/7076#issuecomment-635771948 Tested this in 2.5.2 as well in Standalone mode, not getting latest data from Pulsar SQL Previously opened this #6884

[GitHub] [pulsar] merlimat merged pull request #7067: Brokers must advertize on localhost to avoid problems creating client

2020-05-28 Thread GitBox
merlimat merged pull request #7067: URL: https://github.com/apache/pulsar/pull/7067 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: Brokers must advertize on localhost to avoid problems creating client (#7067)

2020-05-28 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli 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 5c06756 Brokers must advertize on localhost to

[GitHub] [pulsar] zhanghaou commented on pull request #7091: [Issue 7049][WebSokcet] Make WebSocketService.MaxTextFrameSize configurable

2020-05-28 Thread GitBox
zhanghaou commented on pull request #7091: URL: https://github.com/apache/pulsar/pull/7091#issuecomment-635769276 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [pulsar] merlimat commented on a change in pull request #7078: introduce precise topic publish rate limiting

2020-05-28 Thread GitBox
merlimat commented on a change in pull request #7078: URL: https://github.com/apache/pulsar/pull/7078#discussion_r432263968 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/PublishRateLimiter.java ## @@ -66,6 +69,83 @@ * @param clusterName

[GitHub] [pulsar] codelipenghui commented on a change in pull request #4400: [WIP-Rebase] PIP 37: [pulsar-client] support large message size

2020-05-28 Thread GitBox
codelipenghui commented on a change in pull request #4400: URL: https://github.com/apache/pulsar/pull/4400#discussion_r432252079 ## File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/ProducerBuilderImpl.java ## @@ -96,6 +96,9 @@ private ProducerBuilderImpl(Pu

[GitHub] [pulsar] aloyszhang edited a comment on pull request #7078: introduce precise topic publish rate limiting

2020-05-28 Thread GitBox
aloyszhang edited a comment on pull request #7078: URL: https://github.com/apache/pulsar/pull/7078#issuecomment-635754644 @rdhabalia Agree with you that `topicPublisherThrottlingTickTimeMillis=1` can provide a morr precise rate limit, but will cause more cpu overhead. Anohter scenario

[GitHub] [pulsar] aloyszhang commented on pull request #7078: introduce precise topic publish rate limiting

2020-05-28 Thread GitBox
aloyszhang commented on pull request #7078: URL: https://github.com/apache/pulsar/pull/7078#issuecomment-635754644 @rdhabalia Agree with you than `topicPublisherThrottlingTickTimeMillis=1` can provide a morr precise rate limit, but will cause more cpu overhead. Anohter scenario, if pu

[GitHub] [pulsar] skyrocknroll commented on pull request #7011: Fix break changes in namespace offload policy and RabbitMQ sink.

2020-05-28 Thread GitBox
skyrocknroll commented on pull request #7011: URL: https://github.com/apache/pulsar/pull/7011#issuecomment-635753379 @sijie @codelipenghui Should we include this as part of 2.5.3 release? Considering that this bug is causing offloading to fail? ---

[GitHub] [pulsar] zhanghaou commented on pull request #7091: [Issue 7049][WebSokcet] Make WebSocketService.MaxTextFrameSize configurable

2020-05-28 Thread GitBox
zhanghaou commented on pull request #7091: URL: https://github.com/apache/pulsar/pull/7091#issuecomment-635749082 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [pulsar] zhanghaou commented on a change in pull request #7091: [Issue 7049][WebSokcet] Make WebSocketService.MaxTextFrameSize configurable

2020-05-28 Thread GitBox
zhanghaou commented on a change in pull request #7091: URL: https://github.com/apache/pulsar/pull/7091#discussion_r432247182 ## File path: pulsar-websocket/src/main/java/org/apache/pulsar/websocket/service/WebSocketProxyConfiguration.java ## @@ -66,6 +66,8 @@ private Opti

[GitHub] [pulsar] rdhabalia commented on pull request #7078: introduce precise topic publish rate limiting

2020-05-28 Thread GitBox
rdhabalia commented on pull request #7078: URL: https://github.com/apache/pulsar/pull/7078#issuecomment-635741832 what if we reduce `topicPublisherThrottlingTickTimeMillis=1` to make it more precise? main motivation of `tickTime` to have tradeoff between preciseness and cpu overhead. ---

[pulsar] branch master updated (ff594b8 -> cd5351f)

2020-05-28 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 ff594b8 [C++] ClientImpl::handleClose shouldn't use statics (#7068) add cd5351f add current time into topic na

[GitHub] [pulsar] merlimat merged pull request #7092: [flaky test] add current time into topic name for ReplicatorTest

2020-05-28 Thread GitBox
merlimat merged pull request #7092: URL: https://github.com/apache/pulsar/pull/7092 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] codelipenghui commented on a change in pull request #7091: [Issue 7049][WebSokcet] Make WebSocketService.MaxTextFrameSize configurable

2020-05-28 Thread GitBox
codelipenghui commented on a change in pull request #7091: URL: https://github.com/apache/pulsar/pull/7091#discussion_r432218399 ## File path: pulsar-websocket/src/main/java/org/apache/pulsar/websocket/service/WebSocketProxyConfiguration.java ## @@ -66,6 +66,8 @@ private

[pulsar] branch master updated: Fix race in MessageDispatchThrottlingTest (#7073)

2020-05-28 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 0068bd9 Fix race in MessageDispatchThrottlingT

[pulsar] branch master updated: [C++] ClientImpl::handleClose shouldn't use statics (#7068)

2020-05-28 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 ff594b8 [C++] ClientImpl::handleClose shouldn'

[GitHub] [pulsar] codelipenghui merged pull request #7068: [C++] ClientImpl::handleClose shouldn't use statics

2020-05-28 Thread GitBox
codelipenghui merged pull request #7068: URL: https://github.com/apache/pulsar/pull/7068 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [pulsar] codelipenghui merged pull request #7073: Fix race in MessageDispatchThrottlingTest

2020-05-28 Thread GitBox
codelipenghui merged pull request #7073: URL: https://github.com/apache/pulsar/pull/7073 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [pulsar] zhanghaou commented on pull request #7091: [Issue 7049][WebSokcet] Make WebSocketService.MaxTextFrameSize configurable

2020-05-28 Thread GitBox
zhanghaou commented on pull request #7091: URL: https://github.com/apache/pulsar/pull/7091#issuecomment-635731762 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [pulsar] aloyszhang commented on pull request #7078: introduce precise topic publish rate limiting

2020-05-28 Thread GitBox
aloyszhang commented on pull request #7078: URL: https://github.com/apache/pulsar/pull/7078#issuecomment-635721485 I'll add some test. This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [pulsar] zhanghaou removed a comment on pull request #7091: [Issue 7049][WebSokcet] Make WebSocketService.MaxTextFrameSize configurable

2020-05-28 Thread GitBox
zhanghaou removed a comment on pull request #7091: URL: https://github.com/apache/pulsar/pull/7091#issuecomment-635714306 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to t

[GitHub] [pulsar] zhanghaou commented on pull request #7091: [Issue 7049][WebSokcet] Make WebSocketService.MaxTextFrameSize configurable

2020-05-28 Thread GitBox
zhanghaou commented on pull request #7091: URL: https://github.com/apache/pulsar/pull/7091#issuecomment-635714306 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [pulsar] codelipenghui commented on pull request #6052: [PIP-54] Support acknowledgment at batch index level

2020-05-28 Thread GitBox
codelipenghui commented on pull request #6052: URL: https://github.com/apache/pulsar/pull/6052#issuecomment-635711805 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [pulsar] wuzhanpeng commented on a change in pull request #7085: add feature: enable maxSizePerLedger settings in configuration

2020-05-28 Thread GitBox
wuzhanpeng commented on a change in pull request #7085: URL: https://github.com/apache/pulsar/pull/7085#discussion_r432215529 ## File path: conf/broker.conf ## @@ -704,6 +704,9 @@ managedLedgerMinLedgerRolloverTimeMinutes=10 # Maximum time before forcing a ledger rollover for

[GitHub] [pulsar] codelipenghui commented on pull request #7053: [doc] Update Pulsar 2.5.2 sidebar doc.

2020-05-28 Thread GitBox
codelipenghui commented on pull request #7053: URL: https://github.com/apache/pulsar/pull/7053#issuecomment-635711313 @Huanli-Meng Looks nothing change in the PR. This is an automated message from the Apache Git Service. To r

[pulsar] branch master updated (f609eb6 -> 3603514)

2020-05-28 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 f609eb6 Fix flaky ReplicatorTest.testUpdateGlobalTopicPartition (#7075) add 3603514 Clear backlog quota befo

[GitHub] [pulsar] codelipenghui merged pull request #7072: Clear backlog quota before test in ReplicatorTest

2020-05-28 Thread GitBox
codelipenghui merged pull request #7072: URL: https://github.com/apache/pulsar/pull/7072 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [pulsar] sijie closed issue #6850: Latest pulsar-all docker image might be broken.

2020-05-28 Thread GitBox
sijie closed issue #6850: URL: https://github.com/apache/pulsar/issues/6850 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 spec

[GitHub] [pulsar] sijie closed issue #3087: javadoc doesn't respect the docusaurus versioning

2020-05-28 Thread GitBox
sijie closed issue #3087: URL: https://github.com/apache/pulsar/issues/3087 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 spec

[GitHub] [pulsar] sijie closed issue #6085: [docs] Update configuration information for 2.5.0 releases

2020-05-28 Thread GitBox
sijie closed issue #6085: URL: https://github.com/apache/pulsar/issues/6085 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 spec

[GitHub] [pulsar] sijie commented on issue #3087: javadoc doesn't respect the docusaurus versioning

2020-05-28 Thread GitBox
sijie commented on issue #3087: URL: https://github.com/apache/pulsar/issues/3087#issuecomment-635699949 I think this has been resolved since @tuteng already introduced versioning for javadoc. This is an automated message fr

[GitHub] [pulsar] jiazhai opened a new pull request #7092: [flaky test] add current time into topic name for ReplicatorTest

2020-05-28 Thread GitBox
jiazhai opened a new pull request #7092: URL: https://github.com/apache/pulsar/pull/7092 Add current time into topic name for ReplicatorTest to avoid flaky This is an automated message from the Apache Git Service. To respond

[GitHub] [pulsar] zhanghaou opened a new pull request #7091: [Issue 7049][WebSokcet] Make WebSocketService.MaxTextFrameSize configurable

2020-05-28 Thread GitBox
zhanghaou opened a new pull request #7091: URL: https://github.com/apache/pulsar/pull/7091 **Motivation** fix [https://github.com/apache/pulsar/issues/7049](https://github.com/apache/pulsar/issues/7049) Make WebSocketService.MaxTextFrameSize configurable. **Modifications** A

[GitHub] [pulsar] srkukarni opened a new pull request #7090: Extend PulsarIO to support Batch Sources. This pr implements PIP-65

2020-05-28 Thread GitBox
srkukarni opened a new pull request #7090: URL: https://github.com/apache/pulsar/pull/7090 *(If this PR fixes a github issue, please add `Fixes #`.)* Fixes # *(or if this PR is one task of a github issue, please add `Master Issue: #` to link to the master issue.)*

[GitHub] [pulsar] ckdarby commented on issue #7058: Pulsar on EBS having poor performance

2020-05-28 Thread GitBox
ckdarby commented on issue #7058: URL: https://github.com/apache/pulsar/issues/7058#issuecomment-635684753 @ashwallace Upgrade to c5.4xlarge ```text 23:47:19.989 [main] INFO org.apache.pulsar.testclient.PerformanceReader - Read throughput: 59245.241 msg/s -- 678.398 Mbit/s 23

[GitHub] [pulsar] ckdarby edited a comment on issue #7089: [Helm] Proxy started throwing Jetty errors even on a new cluster

2020-05-28 Thread GitBox
ckdarby edited a comment on issue #7089: URL: https://github.com/apache/pulsar/issues/7089#issuecomment-635565265 So, we rolled back everything our side, helm charts back to the known version, nuked the whole k8s cluster, made a new K8s cluster, etc etc. Eventually the only difference we h

[GitHub] [pulsar] jiazhai commented on pull request #7087: update asynchttpclient verison

2020-05-28 Thread GitBox
jiazhai commented on pull request #7087: URL: https://github.com/apache/pulsar/pull/7087#issuecomment-635679936 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [pulsar] Huanli-Meng commented on pull request #7053: [doc] Update Pulsar 2.5.2 sidebar doc.

2020-05-28 Thread GitBox
Huanli-Meng commented on pull request #7053: URL: https://github.com/apache/pulsar/pull/7053#issuecomment-635638377 @sijie , resolved the conflict. This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [pulsar] ckdarby closed issue #7089: [Helm] Proxy started throwing netty errors even on a new cluster

2020-05-28 Thread GitBox
ckdarby closed issue #7089: URL: https://github.com/apache/pulsar/issues/7089 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 sp

[GitHub] [pulsar] ckdarby commented on issue #7089: [Helm] Proxy started throwing netty errors even on a new cluster

2020-05-28 Thread GitBox
ckdarby commented on issue #7089: URL: https://github.com/apache/pulsar/issues/7089#issuecomment-635615954 We changed the numThreads in the helm chart from 8->12 and the proxy came up. We'll make a PR on the apache/pulsar-helm-chart to allow this to be exposed out in the values.yaml.

[GitHub] [pulsar] merlimat merged pull request #7075: Fix flaky ReplicatorTest.testUpdateGlobalTopicPartition

2020-05-28 Thread GitBox
merlimat merged pull request #7075: URL: https://github.com/apache/pulsar/pull/7075 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: Fix flaky ReplicatorTest.testUpdateGlobalTopicPartition (#7075)

2020-05-28 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli 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 f609eb6 Fix flaky ReplicatorTest.testUpdateGlob

[GitHub] [pulsar] ckdarby commented on issue #7089: [Helm] Proxy started throwing netty errors even on a new cluster

2020-05-28 Thread GitBox
ckdarby commented on issue #7089: URL: https://github.com/apache/pulsar/issues/7089#issuecomment-635565265 So, we rolled back everything our side, helm charts back to the known version, nuked the whole k8s cluster, made a new K8s cluster, etc etc. Eventually the only difference we had was

[pulsar] branch master updated: [C++] PIP-55: Refresh Authentication Credentials (#7070)

2020-05-28 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli 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 9b50aac [C++] PIP-55: Refresh Authentication Cr

[GitHub] [pulsar] merlimat merged pull request #7070: [C++] PIP-55: Refresh Authentication Credentials

2020-05-28 Thread GitBox
merlimat merged pull request #7070: URL: https://github.com/apache/pulsar/pull/7070 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] sijie closed pull request #7024: [Issue 7022][Prometheus]Fix for topic out Prometheus metrics

2020-05-28 Thread GitBox
sijie closed pull request #7024: URL: https://github.com/apache/pulsar/pull/7024 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] sijie commented on pull request #7024: [Issue 7022][Prometheus]Fix for topic out Prometheus metrics

2020-05-28 Thread GitBox
sijie commented on pull request #7024: URL: https://github.com/apache/pulsar/pull/7024#issuecomment-635494997 The problem has been fixed as part of #7082 This is an automated message from the Apache Git Service. To respond to

[GitHub] [pulsar] sijie commented on issue #7022: In 2.5.2 Prometheus out metrics are always zero

2020-05-28 Thread GitBox
sijie commented on issue #7022: URL: https://github.com/apache/pulsar/issues/7022#issuecomment-635494655 The problem has been fixed as part of #7082 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [pulsar] sijie closed issue #7022: In 2.5.2 Prometheus out metrics are always zero

2020-05-28 Thread GitBox
sijie closed issue #7022: URL: https://github.com/apache/pulsar/issues/7022 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 spec

[pulsar] branch master updated: Split KafkaConnectSource into an abstract and impl (#6911)

2020-05-28 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie 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 86e39a2 Split KafkaConnectSource into an abstrac

[GitHub] [pulsar] sijie merged pull request #6911: Split KafkaConnectSource into an abstract and impl

2020-05-28 Thread GitBox
sijie merged pull request #6911: URL: https://github.com/apache/pulsar/pull/6911 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

[pulsar] branch master updated: C++ tests should use sensible timeouts for receive (#7071)

2020-05-28 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie 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 b7a4fef C++ tests should use sensible timeouts f

[GitHub] [pulsar] sijie merged pull request #7071: C++ tests should use sensible timeouts for receive

2020-05-28 Thread GitBox
sijie merged pull request #7071: URL: https://github.com/apache/pulsar/pull/7071 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] sijie commented on pull request #7053: [doc] Update Pulsar 2.5.2 sidebar doc.

2020-05-28 Thread GitBox
sijie commented on pull request #7053: URL: https://github.com/apache/pulsar/pull/7053#issuecomment-635490451 @Huanli-Meng Can you resolve the conflict? This is an automated message from the Apache Git Service. To respond to

[GitHub] [pulsar] ckdarby opened a new issue #7089: [Helm] Proxy started throwing netty errors even on a new cluster

2020-05-28 Thread GitBox
ckdarby opened a new issue #7089: URL: https://github.com/apache/pulsar/issues/7089 **Describe the bug** When starting up a new cluster we're getting errors from the proxy related to netty thread allocation problems but I'm confused as the docker image is still using the tagged 2.5.0 an

[GitHub] [pulsar] merlimat merged pull request #7066: Don't run Runtime#halt in tests

2020-05-28 Thread GitBox
merlimat merged pull request #7066: URL: https://github.com/apache/pulsar/pull/7066 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: Don't run Runtime#halt in tests (#7066)

2020-05-28 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli 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 bb7f47f Don't run Runtime#halt in tests (#7066)

[GitHub] [pulsar] renns opened a new issue #7088: NullPointerException when creating new reader in Java client with startMessageId that doesn't exist

2020-05-28 Thread GitBox
renns opened a new issue #7088: URL: https://github.com/apache/pulsar/issues/7088 I am seeing an exception in the pulsar logs (running version 2.5.1 in standalone mode) when creating a new reader in the Java client with a startMessageId that doesn't exist. See the exception log below.

[GitHub] [pulsar] merlimat commented on a change in pull request #7085: add feature: enable maxSizePerLedger settings in configuration

2020-05-28 Thread GitBox
merlimat commented on a change in pull request #7085: URL: https://github.com/apache/pulsar/pull/7085#discussion_r431966722 ## File path: conf/broker.conf ## @@ -704,6 +704,9 @@ managedLedgerMinLedgerRolloverTimeMinutes=10 # Maximum time before forcing a ledger rollover for a

[GitHub] [pulsar] oneum72 edited a comment on issue #7047: proxy errors using docker-compose

2020-05-28 Thread GitBox
oneum72 edited a comment on issue #7047: URL: https://github.com/apache/pulsar/issues/7047#issuecomment-635442506 @sijie I have tested as you suggested and there is only one error: ``` 15:34:08.471 [main-EventThread] WARN org.apache.pulsar.proxy.server.util.ZookeeperCacheLoader - Err

[GitHub] [pulsar] Saswatibhoi commented on issue #7055: Unable to Produce Messages: Topic is stuck on a ledger that doesn't exist: "No such ledger exists on Metadata Server"

2020-05-28 Thread GitBox
Saswatibhoi commented on issue #7055: URL: https://github.com/apache/pulsar/issues/7055#issuecomment-635445303 > @Saswatibhoi > > How do you deploy your pulsar cluster? Did you happen to run any bookkeeper commands like `metaformat` to format the bookkeeper metadata? For Bookk

[GitHub] [pulsar] oneum72 commented on issue #7047: proxy errors using docker-compose

2020-05-28 Thread GitBox
oneum72 commented on issue #7047: URL: https://github.com/apache/pulsar/issues/7047#issuecomment-635442506 @sijie I have tested as you suggested and there is only one error: ``` 15:34:08.471 [main-EventThread] WARN org.apache.pulsar.proxy.server.util.ZookeeperCacheLoader - Error upda

[GitHub] [pulsar] codelipenghui commented on pull request #6052: [PIP-54] Support acknowledgment at batch index level

2020-05-28 Thread GitBox
codelipenghui commented on pull request #6052: URL: https://github.com/apache/pulsar/pull/6052#issuecomment-635421932 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [pulsar] codelipenghui merged pull request #7082: Reset msg backlog and backlog size

2020-05-28 Thread GitBox
codelipenghui merged pull request #7082: URL: https://github.com/apache/pulsar/pull/7082 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[pulsar] branch master updated (a4a4a18 -> e86c4c8)

2020-05-28 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 a4a4a18 Change autoTopicCreateOverride/autoSubscriptionOverride log level to debug. (#7080) add e86c4c8 Rese

[GitHub] [pulsar] curtiscook commented on issue #7050: [python] pulsar-client@2.5.2's dep on enum34@1.1.9 may break build systems

2020-05-28 Thread GitBox
curtiscook commented on issue #7050: URL: https://github.com/apache/pulsar/issues/7050#issuecomment-635379180 I looked into this, and it appears that 1.1.8 has a breaking change for python27, which caused the 1.1.9 upgrade. https://github.com/apache/pulsar/pull/6401 I think maybe th

[pulsar] branch master updated: Change autoTopicCreateOverride/autoSubscriptionOverride log level to debug. (#7080)

2020-05-28 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 a4a4a18 Change autoTopicCreateOverride/autoSub

[GitHub] [pulsar] codelipenghui merged pull request #7080: Change autoTopicCreateOverride/autoSubscriptionOverride log level to debug.

2020-05-28 Thread GitBox
codelipenghui merged pull request #7080: URL: https://github.com/apache/pulsar/pull/7080 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [pulsar] jiazhai opened a new pull request #7087: update asynchttpclient verison

2020-05-28 Thread GitBox
jiazhai opened a new pull request #7087: URL: https://github.com/apache/pulsar/pull/7087 update asynchttpclient verison to avoid security issue. Some of the method (keepAlive) changed in the new version, so this PR also brings in some code changes. -

[pulsar] branch master updated (55f7fd6 -> 4872b06)

2020-05-28 Thread zhaijia
This is an automated email from the ASF dual-hosted git repository. zhaijia pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 55f7fd6 Fixed updating partitioned topic without subscriptions (#7064) add 4872b06 fix website 2.5.2 (#7081)

[GitHub] [pulsar] aloyszhang commented on pull request #7078: introduce precise topic publish rate limiting

2020-05-28 Thread GitBox
aloyszhang commented on pull request #7078: URL: https://github.com/apache/pulsar/pull/7078#issuecomment-635221697 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [pulsar] Anonymitaet commented on issue #4752: [docs] Add Go SerDe option

2020-05-28 Thread GitBox
Anonymitaet commented on issue #4752: URL: https://github.com/apache/pulsar/issues/4752#issuecomment-635209736 Confirmed w/ long on 5/28, serde is still not available in Go. This is an automated message from the Apache Git Se

[GitHub] [pulsar] Huanli-Meng commented on pull request #4955: [PIP-39] Introduce system topic and topic policies service

2020-05-28 Thread GitBox
Huanli-Meng commented on pull request #4955: URL: https://github.com/apache/pulsar/pull/4955#issuecomment-635207950 @codelipenghui got it. Thanks. This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [pulsar] aloyszhang commented on pull request #7079: fix typos in java doc

2020-05-28 Thread GitBox
aloyszhang commented on pull request #7079: URL: https://github.com/apache/pulsar/pull/7079#issuecomment-635189528 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [pulsar] aloyszhang commented on pull request #7078: introduce precise topic publish rate limiting

2020-05-28 Thread GitBox
aloyszhang commented on pull request #7078: URL: https://github.com/apache/pulsar/pull/7078#issuecomment-635187954 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [pulsar] codelipenghui commented on pull request #4955: [PIP-39] Introduce system topic and topic policies service

2020-05-28 Thread GitBox
codelipenghui commented on pull request #4955: URL: https://github.com/apache/pulsar/pull/4955#issuecomment-635172792 @Huanli-Meng We don't need to add a document for this PR because this is a basic framework that can be used to develop topic level policy on it. After we add a topic level

[GitHub] [pulsar] codelipenghui opened a new pull request #7080: Change autoTopicCreateOverride/autoSubscriptionOverride log level to debug.

2020-05-28 Thread GitBox
codelipenghui opened a new pull request #7080: URL: https://github.com/apache/pulsar/pull/7080 # Motivation Change autoTopicCreateOverride/autoSubscriptionOverride log level to debug. ### Does this pull request potentially affect one of the following parts: *If `yes` was

[GitHub] [pulsar] Huanli-Meng commented on pull request #4955: [PIP-39] Introduce system topic and topic policies service

2020-05-28 Thread GitBox
Huanli-Meng commented on pull request #4955: URL: https://github.com/apache/pulsar/pull/4955#issuecomment-635152559 Pulsar docs to be updated (Proposed): Concepts and architecture > Messaging > Namespace: add description about namespace change event description and how to use namespace c