[GitHub] [pulsar] eolivelli commented on pull request #11392: Issue 11338: add documentation about the upgrade of Pulsar 2.8.0

2021-07-28 Thread GitBox
eolivelli commented on pull request #11392: URL: https://github.com/apache/pulsar/pull/11392#issuecomment-26138 @freeznet @Anonymitaet PTAL again, we should deliver this doc as soon as possible -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [pulsar] michaeljmarshall commented on pull request #11468: [Function worker] Load ServiceConfiguration from file, not from Worke…

2021-07-28 Thread GitBox
michaeljmarshall commented on pull request #11468: URL: https://github.com/apache/pulsar/pull/11468#issuecomment-22941 @eolivelli - thanks for your feedback. I should be able to add tests tomorrow or Friday. -- This is an automated message from the Apache Git Service. To respond to

[pulsar] branch master updated: [website][pulsar]: auto generate html for pulsar subcommands (#11365)

2021-07-28 Thread guangning
This is an automated email from the ASF dual-hosted git repository. guangning 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 026eac8 [website][pulsar]: auto generate

[GitHub] [pulsar] tuteng merged pull request #11365: [website][pulsar]: auto generate html for pulsar subcommands

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

[pulsar-client-node] branch master updated: 1.5.0-rc.0 (#167)

2021-07-28 Thread massakam
This is an automated email from the ASF dual-hosted git repository. massakam pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git The following commit(s) were added to refs/heads/master by this push: new 257e026 1.5.0-rc.0 (#167)

[GitHub] [pulsar] gaoran10 commented on a change in pull request #11490: [WIP] [ManagedLedger] Compress managed ledger info

2021-07-28 Thread GitBox
gaoran10 commented on a change in pull request #11490: URL: https://github.com/apache/pulsar/pull/11490#discussion_r678828662 ## File path: pulsar-common/src/main/proto/PulsarApi.proto ## @@ -186,6 +186,11 @@ message BrokerEntryMetadata { optional uint64 index = 2; }

[GitHub] [pulsar] gaoran10 commented on a change in pull request #11490: [WIP] [ManagedLedger] Compress managed ledger info

2021-07-28 Thread GitBox
gaoran10 commented on a change in pull request #11490: URL: https://github.com/apache/pulsar/pull/11490#discussion_r678828578 ## File path: managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/MetaStoreImpl.java ## @@ -101,9 +117,8 @@ public void

[GitHub] [pulsar] gaoran10 commented on a change in pull request #11490: [WIP] [ManagedLedger] Compress managed ledger info

2021-07-28 Thread GitBox
gaoran10 commented on a change in pull request #11490: URL: https://github.com/apache/pulsar/pull/11490#discussion_r678828441 ## File path: managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/MetaStoreImpl.java ## @@ -47,6 +54,15 @@ private final

[GitHub] [pulsar] BewareMyPower opened a new pull request #11492: [C++] Add padding characters to base64 encoded protobuf native schema

2021-07-28 Thread GitBox
BewareMyPower opened a new pull request #11492: URL: https://github.com/apache/pulsar/pull/11492 ### Motivation https://github.com/apache/pulsar/pull/11388 added support for protobuf native schema in C++ client. The implementation serializes a protobuf generated class' descriptor

[GitHub] [pulsar] Technoboy- commented on pull request #11472: Add metrics [total_write_entries_size, total_write_enties_logical_size, total_read_entries_size ] for topic/namespace

2021-07-28 Thread GitBox
Technoboy- commented on pull request #11472: URL: https://github.com/apache/pulsar/pull/11472#issuecomment-888779892 /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] sijie commented on pull request #11312: expose producer name to getMessageById for Admin API

2021-07-28 Thread GitBox
sijie commented on pull request #11312: URL: https://github.com/apache/pulsar/pull/11312#issuecomment-888778120 @wangjialing218 Can you rebase the pull request? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[pulsar] branch master updated (41c202d -> 719c40d)

2021-07-28 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 41c202d [website][pulsar]: auto generate docs for pulsar subcommand: initialize-namespace (#11359) add 719c40d

[pulsar] branch master updated (afe4792 -> 41c202d)

2021-07-28 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from afe4792 [Issue 11440]. Add complete metadata for admin.topics().examineMessages (#11443) add 41c202d

[GitHub] [pulsar] sijie merged pull request #11363: [website][pulsar]: auto generate docs for pulsar subcommand: version

2021-07-28 Thread GitBox
sijie merged pull request #11363: URL: https://github.com/apache/pulsar/pull/11363 -- 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] sijie merged pull request #11359: [website][pulsar]: auto generate docs for pulsar subcommand: initialize-namespace

2021-07-28 Thread GitBox
sijie merged pull request #11359: URL: https://github.com/apache/pulsar/pull/11359 -- 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: [Issue 11440]. Add complete metadata for admin.topics().examineMessages (#11443)

2021-07-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 afe4792 [Issue 11440]. Add complete metadata

[GitHub] [pulsar] leiless edited a comment on issue #11491: Pulsar Java 2.7.2 admin API topics().getLastMessageId() return 500 HTTP status code

2021-07-28 Thread GitBox
leiless edited a comment on issue #11491: URL: https://github.com/apache/pulsar/issues/11491#issuecomment-888776520 When I call `getTopicLastMessage()` again(after Pulsar container restarted) in my App: App logs ... ``` 2021-07-29 11:38:45.210 INFO

[GitHub] [pulsar] sijie closed issue #11440: Incomplete metadata in MessageImpl return by admin.topics().examineMessage()

2021-07-28 Thread GitBox
sijie closed issue #11440: URL: https://github.com/apache/pulsar/issues/11440 -- 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] sijie merged pull request #11443: [Issue 11440]. Add complete metadata for admin.topics().examineMessages

2021-07-28 Thread GitBox
sijie merged pull request #11443: URL: https://github.com/apache/pulsar/pull/11443 -- 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] leiless commented on issue #11491: Pulsar Java 2.7.2 admin API topics().getLastMessageId() return 500 HTTP status code

2021-07-28 Thread GitBox
leiless commented on issue #11491: URL: https://github.com/apache/pulsar/issues/11491#issuecomment-888776520 When I call `getTopicLastMessage()` again in my App: App logs ... ``` 2021-07-29 11:38:45.210 INFO foobar.mysql.cdc.binlog.CdcClient: Getting topic last GTID

[GitHub] [pulsar] leiless edited a comment on issue #11491: Pulsar Java 2.7.2 admin API topics().getLastMessageId() return 500 HTTP status code

2021-07-28 Thread GitBox
leiless edited a comment on issue #11491: URL: https://github.com/apache/pulsar/issues/11491#issuecomment-888772225 When I issued a `podman restart`, it seems the 500 error still there: ``` $ podman restart pulsar-cdc

[GitHub] [pulsar] leiless edited a comment on issue #11491: Pulsar Java 2.7.2 admin API topics().getLastMessageId() return 500 HTTP status code

2021-07-28 Thread GitBox
leiless edited a comment on issue #11491: URL: https://github.com/apache/pulsar/issues/11491#issuecomment-888772225 When I issued a `podman restart`, it seems the 500 error still there: ``` $ podman restart pulsar-cdc

[GitHub] [pulsar] leiless commented on issue #11491: Pulsar Java 2.7.2 admin API topics().getLastMessageId() return 500 HTTP status code

2021-07-28 Thread GitBox
leiless commented on issue #11491: URL: https://github.com/apache/pulsar/issues/11491#issuecomment-888772225 When I issued a `podman restart`, it seems the 500 error still there: ``` $ podman restart pulsar-cdc cae23894973c94a6e33b2be0a38c259dc6aeb2934314ca8d7537d2a85cf0ae35

[GitHub] [pulsar] leiless opened a new issue #11491: Pulsar Java 2.7.2 admin API topics().getLastMessageId() return 500 HTTP status code

2021-07-28 Thread GitBox
leiless opened a new issue #11491: URL: https://github.com/apache/pulsar/issues/11491 # **Describe the bug** When I utilize Pulsar Java Admin API to get the topic's last message-id, I got 500 HTTP status code from Java API. As a comparison, I use `pulsar-admin topics

[GitHub] [pulsar] wolfstudy commented on pull request #11477: [Go Functions] Upgrade go client version to 0.6.0

2021-07-28 Thread GitBox
wolfstudy commented on pull request #11477: URL: https://github.com/apache/pulsar/pull/11477#issuecomment-888754326 /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] Technoboy- commented on pull request #11472: Add metrics [total_write_entries_size, total_write_enties_logical_size, total_read_entries_size ] for topic/namespace

2021-07-28 Thread GitBox
Technoboy- commented on pull request #11472: URL: https://github.com/apache/pulsar/pull/11472#issuecomment-888732167 /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] codelipenghui commented on issue #11480: 服务重启无法注册上,pulsar-manager上无法查看namespaces

2021-07-28 Thread GitBox
codelipenghui commented on issue #11480: URL: https://github.com/apache/pulsar/issues/11480#issuecomment-888729378 @sqtce Just want to confirm some details from the last community meeting 1. the issue happens both on 2.7 and 2.8 2. list the namespace that can't show the given

[GitHub] [pulsar] codelipenghui commented on issue #11476: create source rest api 接口请求接口时如何用json格式传参

2021-07-28 Thread GitBox
codelipenghui commented on issue #11476: URL: https://github.com/apache/pulsar/issues/11476#issuecomment-888726163 @fewrwee2 I think you can refer to

[GitHub] [pulsar] liangyepianzhou commented on issue #11481: standalone模式下,开启事务时,pulsar2.8.0不能正常使用。急急急!

2021-07-28 Thread GitBox
liangyepianzhou commented on issue #11481: URL: https://github.com/apache/pulsar/issues/11481#issuecomment-888724527 @codelipenghui Yes, the problem is clear. I'm trying to solve and write tests for it. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [pulsar] codelipenghui commented on issue #11481: standalone模式下,开启事务时,pulsar2.8.0不能正常使用。急急急!

2021-07-28 Thread GitBox
codelipenghui commented on issue #11481: URL: https://github.com/apache/pulsar/issues/11481#issuecomment-888723148 @liangyepianzhou I think you already start investigate this issue right? -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [pulsar] codelipenghui commented on issue #11484: 咨询下不同的topic下,存在相同的subscription会有问题吗?因公司所有的项目都使用了一各pulsar集群。可能会存在subscription写重的情况。

2021-07-28 Thread GitBox
codelipenghui commented on issue #11484: URL: https://github.com/apache/pulsar/issues/11484#issuecomment-888722795 @zhaoqiang1980 You can use the same subscription name to subscribe to different topics and the subscription exists independently under each topic -- This is an automated

[GitHub] [pulsar] codelipenghui commented on a change in pull request #11490: [WIP] [ManagedLedger] Compress managed ledger info

2021-07-28 Thread GitBox
codelipenghui commented on a change in pull request #11490: URL: https://github.com/apache/pulsar/pull/11490#discussion_r678749971 ## File path: managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/MetaStoreImpl.java ## @@ -47,6 +54,15 @@ private final

[GitHub] [pulsar] nlu90 commented on a change in pull request #11293: [IO] Pass client builder to debezium database history

2021-07-28 Thread GitBox
nlu90 commented on a change in pull request #11293: URL: https://github.com/apache/pulsar/pull/11293#discussion_r678744777 ## File path: pulsar-functions/api-java/src/main/java/org/apache/pulsar/functions/api/BaseContext.java ## @@ -201,4 +202,14 @@ default PulsarClient

[GitHub] [pulsar] urfreespace commented on pull request #11363: [website][pulsar]: auto generate docs for pulsar subcommand: version

2021-07-28 Thread GitBox
urfreespace commented on pull request #11363: URL: https://github.com/apache/pulsar/pull/11363#issuecomment-888699559 /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] nlu90 commented on a change in pull request #11293: [IO] Pass client builder to debezium database history

2021-07-28 Thread GitBox
nlu90 commented on a change in pull request #11293: URL: https://github.com/apache/pulsar/pull/11293#discussion_r678718264 ## File path: pulsar-functions/api-java/src/main/java/org/apache/pulsar/functions/api/BaseContext.java ## @@ -194,11 +195,27 @@ void

[pulsar] branch master updated (cc6c62f -> 2cefbcc)

2021-07-28 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from cc6c62f Remove unsupport command description in doc (#11479) add 2cefbcc [pulsar-io] fix source stats exposing

[GitHub] [pulsar] sijie commented on a change in pull request #11453: [fix] OffloadPoliciesImplBuilder missing method and not implements OffloadPolicies.Builder

2021-07-28 Thread GitBox
sijie commented on a change in pull request #11453: URL: https://github.com/apache/pulsar/pull/11453#discussion_r678713728 ## File path: pulsar-common/src/main/java/org/apache/pulsar/common/policies/data/OffloadPoliciesImpl.java ## @@ -472,7 +472,7 @@ private static Object

[pulsar] branch master updated (0ed823d -> cc6c62f)

2021-07-28 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 0ed823d [website][pulsar]: auto generate docs for pulsar subcommand: delete-cluster-metadata (#11328) add

[GitHub] [pulsar] sijie merged pull request #11478: [pulsar-io] fix source stats exposing empty exceptions list

2021-07-28 Thread GitBox
sijie merged pull request #11478: URL: https://github.com/apache/pulsar/pull/11478 -- 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] sijie closed issue #11467: Zookeeper stats_server_port override is not respected in version 2.8.0

2021-07-28 Thread GitBox
sijie closed issue #11467: URL: https://github.com/apache/pulsar/issues/11467 -- 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] sijie merged pull request #11479: Remove unsupport command description in doc

2021-07-28 Thread GitBox
sijie merged pull request #11479: URL: https://github.com/apache/pulsar/pull/11479 -- 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] sijie commented on a change in pull request #11293: [IO] Pass client builder to debezium database history

2021-07-28 Thread GitBox
sijie commented on a change in pull request #11293: URL: https://github.com/apache/pulsar/pull/11293#discussion_r678712720 ## File path: pulsar-functions/api-java/src/main/java/org/apache/pulsar/functions/api/BaseContext.java ## @@ -194,11 +195,27 @@ void

[GitHub] [pulsar] nlu90 commented on pull request #11293: (WIP) [IO] Pass client builder to debezium database history

2021-07-28 Thread GitBox
nlu90 commented on pull request #11293: URL: https://github.com/apache/pulsar/pull/11293#issuecomment-888645777 /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 the

[GitHub] [pulsar] zbentley commented on issue #11203: 2.8.0 Python client library for Mac OS Big Sur won't load due to absolute linker paths left over from build environment

2021-07-28 Thread GitBox
zbentley commented on issue #11203: URL: https://github.com/apache/pulsar/issues/11203#issuecomment-888626901 Could a pre-release version be created in PyPi as a workaround? Or perhaps a non-semver tag (e.g. `2.8.0-1`)? -- This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] aahmed-se commented on issue #11203: 2.8.0 Python client library for Mac OS Big Sur won't load due to absolute linker paths left over from build environment

2021-07-28 Thread GitBox
aahmed-se commented on issue #11203: URL: https://github.com/apache/pulsar/issues/11203#issuecomment-888585379 The issue is pypi does not allow overriding of published versions. We will have to wait for the next release tag to be created. -- This is an automated message from the Apache

[GitHub] [pulsar] hpvd edited a comment on issue #11471: Support brotli compression algorithm

2021-07-28 Thread GitBox
hpvd edited a comment on issue #11471: URL: https://github.com/apache/pulsar/issues/11471#issuecomment-888552193 ...It's all about finding the best balance (most cost-efficient) between storage/network/compute for the use case: save storage and network bandwidth (e.g. factor 2-3) and

[GitHub] [pulsar] hpvd edited a comment on issue #11471: Support brotli compression algorithm

2021-07-28 Thread GitBox
hpvd edited a comment on issue #11471: URL: https://github.com/apache/pulsar/issues/11471#issuecomment-888552193 ...It's all about finding the best balance (most cost-efficient) between storage/network/compute for the use case: save storage and network bandwidth (e.g. factor 2-3) and

[GitHub] [pulsar] hpvd commented on issue #11471: Support brotli compression algorithm

2021-07-28 Thread GitBox
hpvd commented on issue #11471: URL: https://github.com/apache/pulsar/issues/11471#issuecomment-888574056 opened a related issue regarding doc of compression feature in pulsar: https://github.com/apache/pulsar/issues/11489 -- This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] gaoran10 opened a new pull request #11490: [WIP] [ManagedLedger] Compress managed ledger info

2021-07-28 Thread GitBox
gaoran10 opened a new pull request #11490: URL: https://github.com/apache/pulsar/pull/11490 ### Motivation Currently, the `ManagedLedgerInfo` contains offload context info, if there are too many ledgers in one ManagedLedger, a Zookeeper ZNode data will increase, it's hard for

[GitHub] [pulsar] hpvd opened a new issue #11489: Enhance doc in the field of "compresssion"

2021-07-28 Thread GitBox
hpvd opened a new issue #11489: URL: https://github.com/apache/pulsar/issues/11489 **Is your enhancement request related to a problem? Please describe.** doc for the field of compression seems to be very limited https://pulsar.apache.org/docs/en/concepts-messaging/#compression

[GitHub] [pulsar] hpvd removed a comment on issue #11471: Support brotli compression algorithm

2021-07-28 Thread GitBox
hpvd removed a comment on issue #11471: URL: https://github.com/apache/pulsar/issues/11471#issuecomment-888557339 just edited comment above -- 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] hpvd commented on issue #11471: Support brotli compression algorithm

2021-07-28 Thread GitBox
hpvd commented on issue #11471: URL: https://github.com/apache/pulsar/issues/11471#issuecomment-888557339 just edited comment above -- 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] hpvd edited a comment on issue #11471: Support brotli compression algorithm

2021-07-28 Thread GitBox
hpvd edited a comment on issue #11471: URL: https://github.com/apache/pulsar/issues/11471#issuecomment-888552193 ...It's all about finding the best balance (most cost-efficient) between storage/network/compute for the use case: save storage and network bandwidth (e.g. factor 2-3)

[GitHub] [pulsar] hpvd edited a comment on issue #11471: Support brotli compression algorithm

2021-07-28 Thread GitBox
hpvd edited a comment on issue #11471: URL: https://github.com/apache/pulsar/issues/11471#issuecomment-888552193 ...It's all about finding the best balance (most cost-efficient) between storage/network/compute for the use case: save storage and network bandwidth (e.g. factor 2-3)

[GitHub] [pulsar] hpvd edited a comment on issue #11471: Support brotli compression algorithm

2021-07-28 Thread GitBox
hpvd edited a comment on issue #11471: URL: https://github.com/apache/pulsar/issues/11471#issuecomment-888552193 ...It's all about finding the best balance (most cost-efficient) between storage/network/compute for the use case: save storage and network bandwidth (e.g. factor

[GitHub] [pulsar] hpvd edited a comment on issue #11471: Support brotli compression algorithm

2021-07-28 Thread GitBox
hpvd edited a comment on issue #11471: URL: https://github.com/apache/pulsar/issues/11471#issuecomment-888552193 just some interesting inside from competition (including benchmarks of different algorithms) It's all about finding the best balance (most cost-efficient) between

[GitHub] [pulsar] hpvd commented on issue #11471: Support brotli compression algorithm

2021-07-28 Thread GitBox
hpvd commented on issue #11471: URL: https://github.com/apache/pulsar/issues/11471#issuecomment-888552193 just some interesting inside from competition (including benchmarks of different algorithms) It's all about finding the best balance (most cost-efficient) between

[GitHub] [pulsar] ronfarkash commented on pull request #11372: [Issue #11351] Parallel Precise Publish Rate Limiting Fix

2021-07-28 Thread GitBox
ronfarkash commented on pull request #11372: URL: https://github.com/apache/pulsar/pull/11372#issuecomment-888548853 Is there anything else need to be done, does this test prevent this PR from being merged even though it's unrelated to my changes? -- This is an automated message from

[GitHub] [pulsar] lhotari commented on pull request #11442: [Broker] Fix producing messages when preciseTopicPublishRateLimiterEnable=true

2021-07-28 Thread GitBox
lhotari commented on pull request #11442: URL: https://github.com/apache/pulsar/pull/11442#issuecomment-888536088 > what's the code change in this PR? I don't see any changes here except adding test? @rdhabalia #11446 was merged before this PR and included the change. That's the

[GitHub] [pulsar] rdhabalia commented on pull request #11442: [Broker] Fix producing messages when preciseTopicPublishRateLimiterEnable=true

2021-07-28 Thread GitBox
rdhabalia commented on pull request #11442: URL: https://github.com/apache/pulsar/pull/11442#issuecomment-888510187 what's the code change in this PR? I don't see any changes here except adding test? -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [pulsar] codelipenghui closed pull request #11487: Add backoff for setting for getting topic policies.

2021-07-28 Thread GitBox
codelipenghui closed pull request #11487: URL: https://github.com/apache/pulsar/pull/11487 -- 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 commented on a change in pull request #11441: [PIP-88] Replicate schemas across clusters

2021-07-28 Thread GitBox
codelipenghui commented on a change in pull request #11441: URL: https://github.com/apache/pulsar/pull/11441#discussion_r678495836 ## File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/MessageImpl.java ## @@ -64,6 +64,7 @@ private ByteBuf payload;

[GitHub] [pulsar] bhasvij commented on issue #11488: Problem while deploying into helm in EKS , kubernetes version >= 1.16.0

2021-07-28 Thread GitBox
bhasvij commented on issue #11488: URL: https://github.com/apache/pulsar/issues/11488#issuecomment-888473210 Work around for this issue is to download from github: bash-3.2$ git clone g...@github.com:streamnative/charts.git Cloning into 'charts'... bash-3.2$ ls charts

[GitHub] [pulsar] bhasvij opened a new issue #11488: Problem while deploying into helm in EKS , kubernetes version >= 1.16.0

2021-07-28 Thread GitBox
bhasvij opened a new issue #11488: URL: https://github.com/apache/pulsar/issues/11488 Expected behavior helm repo add streamnative https://charts.streamnative.io helm repo update helm install pulsar-storage-provisioner streamnative/local-storage-provisioner Should

[GitHub] [pulsar] codelipenghui closed pull request #11465: Add offload ledger info for admin topics stats

2021-07-28 Thread GitBox
codelipenghui closed pull request #11465: URL: https://github.com/apache/pulsar/pull/11465 -- 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 opened a new pull request #11487: Add backoff for setting for getting topic policies.

2021-07-28 Thread GitBox
codelipenghui opened a new pull request #11487: URL: https://github.com/apache/pulsar/pull/11487 ### Motivation Currently, if we start a new broker which does not owned any namepsaces bundles. Then when use the pulsar-admin to setting or getting topic policies, we will get

[GitHub] [pulsar] zbentley commented on issue #11203: 2.8.0 Python client library for Mac OS Big Sur won't load due to absolute linker paths left over from build environment

2021-07-28 Thread GitBox
zbentley commented on issue #11203: URL: https://github.com/apache/pulsar/issues/11203#issuecomment-888447938 Bump. Not to be annoying, but having the latest client library for the 2nd most popular programming language in the world fail to link/load is probably a blocker for many folks.

[GitHub] [pulsar] Vanlightly opened a new pull request #11486: [Issue 11485][C++] Connect timer cancellation does not call timeout callback

2021-07-28 Thread GitBox
Vanlightly opened a new pull request #11486: URL: https://github.com/apache/pulsar/pull/11486 Fixes #11485 ### Motivation Multiple endpoints, for example "localhost", "127.0.0.1", need to be iterated over before a connection succeeds. In each iteration the connectTimeoutTask

[GitHub] [pulsar] Vanlightly opened a new issue #11485: C++ client connect timeout timer cancellation not handled correctly

2021-07-28 Thread GitBox
Vanlightly opened a new issue #11485: URL: https://github.com/apache/pulsar/issues/11485 **Describe the bug** C++ client tests are failing with ConnectError on my Mac (BigSur). On my machine, multiple endpoints ("localhost", "127.0.0.1") need to be iterated over before a

[GitHub] [pulsar] zhaoqiang1980 commented on issue #11484: 咨询下不同的topic下,存在相同的subscription会有问题吗?因公司所有的项目都使用了一各pulsar集群。可能会存在subscription写重的情况。

2021-07-28 Thread GitBox
zhaoqiang1980 commented on issue #11484: URL: https://github.com/apache/pulsar/issues/11484#issuecomment-888408219 即:topicA下存在一个subscription1,在topicF下也出现了一个subscription1。这种会有问题么,subscription是在topic下存在,还是独立存在。 因公司所有的项目都使用了一各pulsar集群。可能会存在subscription写重的情况。 -- This is an automated

[GitHub] [pulsar] zhaoqiang1980 opened a new issue #11484: 咨询下不同的topic下,存在相同的subscription会有问题吗?因公司所有的项目都使用了一各pulsar集群。可能会存在subscription写重的情况。

2021-07-28 Thread GitBox
zhaoqiang1980 opened a new issue #11484: URL: https://github.com/apache/pulsar/issues/11484 Expected behavior Tell us what should happen Actual behavior Tell us what happens instead Steps to reproduce How can we reproduce the issue

[GitHub] [pulsar] david-streamlio commented on issue #11449: Python client documentation is incorrect

2021-07-28 Thread GitBox
david-streamlio commented on issue #11449: URL: https://github.com/apache/pulsar/issues/11449#issuecomment-888398189 @Anonymitaet , Yes, I can update the docs to include a section that have installation instructions for MacBooks. -- This is an automated message from the Apache Git

[GitHub] [pulsar] eolivelli commented on issue #11474: Retry letter producer does not handle AUTO_CONSUME_SCHEMA

2021-07-28 Thread GitBox
eolivelli commented on issue #11474: URL: https://github.com/apache/pulsar/issues/11474#issuecomment-888397212 you are right. do you want to submit a patch ? please add a test cases that reproduces your problem -- This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] freeznet commented on pull request #11478: [pulsar-io] fix source stats exposing empty exceptions list

2021-07-28 Thread GitBox
freeznet commented on pull request #11478: URL: https://github.com/apache/pulsar/pull/11478#issuecomment-888350598 /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] balakrishna222111 opened a new issue #11483: Apache pulsar stopped after a while in docker

2021-07-28 Thread GitBox
balakrishna222111 opened a new issue #11483: URL: https://github.com/apache/pulsar/issues/11483 **After a couple of minutes apache pulsar docker container is stopped** **To Reproduce** docker run -itd -p 6650:6650 -p 8080:8080 --mount

[GitHub] [pulsar] codelipenghui commented on pull request #11372: [Issue #11351] Parallel Precise Publish Rate Limiting Fix

2021-07-28 Thread GitBox
codelipenghui commented on pull request #11372: URL: https://github.com/apache/pulsar/pull/11372#issuecomment-888328120 ``` Error: Tests run: 69, Failures: 1, Errors: 0, Skipped: 51, Time elapsed: 118.967 s <<< FAILURE! - in

[GitHub] [pulsar] smallhorsegg opened a new issue #11482: Why admin management users are only allowed to log in in one browser, and the current connection is interrupted when others log in

2021-07-28 Thread GitBox
smallhorsegg opened a new issue #11482: URL: https://github.com/apache/pulsar/issues/11482 -- 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] frankjkelly edited a comment on issue #11434: Pulsar Upgrade from 2.6.1 to 2.7.2: Bookie reporting "No ledger found while performing readLac from ledger"

2021-07-28 Thread GitBox
frankjkelly edited a comment on issue #11434: URL: https://github.com/apache/pulsar/issues/11434#issuecomment-887813356 Unfortunately no UPDATE: Just to clarify it's data from analysis of real-time audio and those audio signals are now "gone" (they themselves were on a topic but it

[GitHub] [pulsar] qiansheng2 opened a new issue #11481: standalone模式下,开启事务时,pulsar2.8.0不能正常启动。急急急!

2021-07-28 Thread GitBox
qiansheng2 opened a new issue #11481: URL: https://github.com/apache/pulsar/issues/11481 **Describe the bug** standalone模式下,开启事务时,pulsar2.8.0不能正常启动 **To Reproduce** Steps to reproduce the behavior: 1. Download 2.8.0 and unzip it 2. Modify the conf to enable the

[GitHub] [pulsar] sqtce opened a new issue #11480: 服务重启无法注册上,pulsar-manager上无法查看namespaces

2021-07-28 Thread GitBox
sqtce opened a new issue #11480: URL: https://github.com/apache/pulsar/issues/11480 pulsar 2.8.0 15:20:16.831 [pulsar-io-4-4] INFO  org.apache.pulsar.broker.lookup.TopicLookupBase - Failed to lookup null for topic persistent://base/message/delay_notify_service_pulsar_topic-partition-6

[GitHub] [pulsar] freeznet opened a new pull request #11478: [pulsar-io] fix source stats exposing empty exceptions list

2021-07-28 Thread GitBox
freeznet opened a new pull request #11478: URL: https://github.com/apache/pulsar/pull/11478 ### Motivation `pulsar-admin sources status` always have empty list of `latestSystemExceptions` and `latestSourceExceptions`. With some code digging, it turns out that it always returns

[GitHub] [pulsar] Technoboy- opened a new pull request #11479: Remove unsupport command description in doc

2021-07-28 Thread GitBox
Technoboy- opened a new pull request #11479: URL: https://github.com/apache/pulsar/pull/11479 ### Motivation We upgrade zookeeper from 3.5.7 to 3.6.x, and due to zookeeper 3.6.0+ has add internal prometheus metric provider, So we remove old prometheus metric provider in

[GitHub] [pulsar] Technoboy- removed a comment on issue #11467: Zookeeper stats_server_port override is not respected in version 2.8.0

2021-07-28 Thread GitBox
Technoboy- removed a comment on issue #11467: URL: https://github.com/apache/pulsar/issues/11467#issuecomment-888076197 I will try to confirm, and if this is a bug ,we will fix it later. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [pulsar] Technoboy- edited a comment on issue #11467: Zookeeper stats_server_port override is not respected in version 2.8.0

2021-07-28 Thread GitBox
Technoboy- edited a comment on issue #11467: URL: https://github.com/apache/pulsar/issues/11467#issuecomment-888208096 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [pulsar] tuteng commented on pull request #11360: [website][pulsar]: auto generate docs for pulsar subcommand: initialize-transaction-coordinator-metadata

2021-07-28 Thread GitBox
tuteng commented on pull request #11360: URL: https://github.com/apache/pulsar/pull/11360#issuecomment-888263948 /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] freeznet commented on pull request #11478: [pulsar-io] fix source stats exposing empty exceptions list

2021-07-28 Thread GitBox
freeznet commented on pull request #11478: URL: https://github.com/apache/pulsar/pull/11478#issuecomment-888253666 @nlu90 @tuteng please help to review this PR if you have time, thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [pulsar] tuteng merged pull request #11328: [website][pulsar]: auto generate docs for pulsar subcommand: delete-cluster-metadata

2021-07-28 Thread GitBox
tuteng merged pull request #11328: URL: https://github.com/apache/pulsar/pull/11328 -- 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] tuteng commented on pull request #11358: [website][pulsar]: auto generate docs for pulsar subcommand: discovery

2021-07-28 Thread GitBox
tuteng commented on pull request #11358: URL: https://github.com/apache/pulsar/pull/11358#issuecomment-888263740 /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] tuteng merged pull request #11360: [website][pulsar]: auto generate docs for pulsar subcommand: initialize-transaction-coordinator-metadata

2021-07-28 Thread GitBox
tuteng merged pull request #11360: URL: https://github.com/apache/pulsar/pull/11360 -- 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 #11472: Add metrics [total_write_entries_size, total_write_enties_logical_size, total_read_entries_size ] for topic/namespace

2021-07-28 Thread GitBox
Technoboy- commented on pull request #11472: URL: https://github.com/apache/pulsar/pull/11472#issuecomment-888250413 /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 (08698c6 -> 0ed823d)

2021-07-28 Thread guangning
This is an automated email from the ASF dual-hosted git repository. guangning pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 08698c6 [website][pulsar]: auto generate docs for pulsar subcommand:

[pulsar] branch master updated (d3c44ba -> 08698c6)

2021-07-28 Thread guangning
This is an automated email from the ASF dual-hosted git repository. guangning pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from d3c44ba [stats] Do not expose meaningless stats for publisher (#11454) add 08698c6 [website][pulsar]: auto

[GitHub] [pulsar] wolfstudy opened a new pull request #11477: [Go Functions] Upgrade go client version to 0.6.0

2021-07-28 Thread GitBox
wolfstudy opened a new pull request #11477: URL: https://github.com/apache/pulsar/pull/11477 Signed-off-by: xiaolongran ### Motivation Upgrade go client version to 0.6.0 -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [pulsar] fewrwee2 opened a new issue #11476: create source rest api 接口请求接口时如何用json格式传参

2021-07-28 Thread GitBox
fewrwee2 opened a new issue #11476: URL: https://github.com/apache/pulsar/issues/11476 能否提供一个完整的create source rest api接口的示例,针对于configs应该怎么传递参数。 -- 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] Anonymitaet commented on pull request #10506: [C++] Avoid sending flow requests with zero permits

2021-07-28 Thread GitBox
Anonymitaet commented on pull request #10506: URL: https://github.com/apache/pulsar/pull/10506#issuecomment-888218010 @BewareMyPower Clear PR description!  -- 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] fewrwee2 opened a new issue #11475: create source rest api

2021-07-28 Thread GitBox
fewrwee2 opened a new issue #11475: URL: https://github.com/apache/pulsar/issues/11475 Expected behavior Tell us what should happen Actual behavior Tell us what happens instead Steps to reproduce How can we reproduce the issue

[GitHub] [pulsar] Technoboy- edited a comment on issue #11467: Zookeeper stats_server_port override is not respected in version 2.8.0

2021-07-28 Thread GitBox
Technoboy- edited a comment on issue #11467: URL: https://github.com/apache/pulsar/issues/11467#issuecomment-888208096 @yabinmeng : Due to zookeeper 3.6.0+ has add internal prometheus metric provider, So we remove old prometheus metric provider in `ZooKeeperStarter` and

[GitHub] [pulsar] Technoboy- commented on issue #11467: Zookeeper stats_server_port override is not respected in version 2.8.0

2021-07-28 Thread GitBox
Technoboy- commented on issue #11467: URL: https://github.com/apache/pulsar/issues/11467#issuecomment-888208096 Due to zookeeper 3.6.0+ has add internal prometheus metric provider, So we remove old prometheus metric provider in `ZooKeeperStarter` and `ConfigurationStoreStarter` The

[GitHub] [pulsar] Johnnyhooyo opened a new issue #11474: Retry letter producer does not handle AUTO_CONSUME_SCHEMA

2021-07-28 Thread GitBox
Johnnyhooyo opened a new issue #11474: URL: https://github.com/apache/pulsar/issues/11474 same as #9935 Describe the bug when using an auto consume schema together with dead letter policy, the retry letter producer fails to start with this exception: ConsumerImpl - Create

[GitHub] [pulsar] gaoran10 opened a new issue #11473: [Python Client] Encode a struct schema object with None field

2021-07-28 Thread GitBox
gaoran10 opened a new issue #11473: URL: https://github.com/apache/pulsar/issues/11473 **Describe the bug** The Python client couldn't encode a struct schema object which has None fields. **To Reproduce** Steps to reproduce the behavior: ``` class User(Record):

  1   2   >