[GitHub] [pulsar-manager] mattisonchao commented on issue #441: Support HerdDB in the standard docker image.

2022-01-13 Thread GitBox
mattisonchao commented on issue #441: URL: https://github.com/apache/pulsar-manager/issues/441#issuecomment-1012854673 I'm current 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-manager] mattisonchao opened a new issue #441: Support HerdDB in the standard docker image.

2022-01-13 Thread GitBox
mattisonchao opened a new issue #441: URL: https://github.com/apache/pulsar-manager/issues/441 ## Motivation Now, The docker image starts PostGRE, and it is a waste of resources. So, we can to use HearDB instead. Some code link: https://github.com/apache/pulsar-manager/blob/7

?????? [VOTE] PIP-129: Introduce intermediate state for ledger deletion

2022-01-13 Thread zhangao
+1 (non-binding) --  -- ??: "dev" https://gith

Re: [VOTE] PIP-121: Pulsar cluster level auto failover on client side

2022-01-13 Thread Hang Chen
Thanks for your participation. Close this vote with 3 (+1) bindings and 5 (+1) non-bindings, 0 (-1). Regards, Hang r...@apache.org 于2022年1月12日周三 11:52写道: > > +1 (non-binding) > > -- > Thanks > Xiaolong Ran > > Zike Yang 于2022年1月12日周三 09:58写道: > > > +1 (non-binding) > > > > On Wed, Jan 12, 2022

[DISCUSSION] Support custom and pluggable consumer selector

2022-01-13 Thread zhangao
Hi Pulsar Community, When we try to Introduce pulsar to our existing system, compatibility is our first consideration. Firstly, our production system uses jump consistent hash algorithm to select consumers, but pulsar uses range consistent hash algorithm natively. It's impossible for us to gu

Re: [VOTE] PIP-129: Introduce intermediate state for ledger deletion

2022-01-13 Thread mattison chao
+1 (non-binding) Best, Mattison On Fri, 14 Jan 2022 at 11:19, Hang Chen wrote: > +1 (binding) > > Best, > Hang > > Zhanpeng Wu 于2022年1月14日周五 10:37写道: > > > > This is the voting thread for PIP-129. It will stay open for at least 48 > > hours. Pasted below for quoting convenience. > > > >

Re: [VOTE] PIP-122: Change loadBalancer default loadSheddingStrategy to ThresholdShedder

2022-01-13 Thread Hang Chen
Thanks for your participation. Close this vote with 3 (+1) bindings and 5 (+1) non-bindings, 0 (-1). Regards, Hang PengHui Li 于2022年1月13日周四 11:03写道: > > +1 > > Penghui > > On Thu, Jan 13, 2022 at 7:54 AM Aloys Zhang wrote: > > > +1 > > > > Michael Marshall 于2022年1月12日周三 13:37写道: > > > > > +1

Re: [VOTE] PIP-129: Introduce intermediate state for ledger deletion

2022-01-13 Thread Hang Chen
+1 (binding) Best, Hang Zhanpeng Wu 于2022年1月14日周五 10:37写道: > > This is the voting thread for PIP-129. It will stay open for at least 48 > hours. Pasted below for quoting convenience. > > > > https://github.com/apache/pulsar/issues/13526 > > > > ## Motivation > > Under the current ledg

RE: [DISCUSSION] PIP-129: Introduce intermediate state for ledger deletion

2022-01-13 Thread Zhanpeng Wu
Looks there is no objection, I will start the official vote for PIP-129 On 2022/01/12 01:58:27 Zhanpeng Wu wrote: > https://github.com/apache/pulsar/issues/13526 > > > > ## Motivation > > Under the current ledger-trimming design in > `org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl#inter

Re: [Discuss] Create new issues to SDKs in different languages

2022-01-13 Thread r...@apache.org
Good ideas, we need such a mechanism to complement the current process to ensure that other language SDKs know what's going on with the Java SDK, which would be a good start for other language SDKs. We can clearly see where the gap between the current SDK and the Java SDK is, which new functions we

[VOTE] PIP-129: Introduce intermediate state for ledger deletion

2022-01-13 Thread Zhanpeng Wu
This is the voting thread for PIP-129. It will stay open for at least 48 hours. Pasted below for quoting convenience. https://github.com/apache/pulsar/issues/13526 ## Motivation Under the current ledger-trimming design in `org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl#interna

[GitHub] [pulsar-adapters] nlu90 commented on a change in pull request #31: [Issue #29] [pulsar-spark] Adding SparkPulsarReliableReceiver

2022-01-13 Thread GitBox
nlu90 commented on a change in pull request #31: URL: https://github.com/apache/pulsar-adapters/pull/31#discussion_r784417599 ## File path: pulsar-spark/src/main/scala/org/apache/spark/streaming/pulsar/SparkStreamingReliablePulsarReceiver.scala ## @@ -0,0 +1,181 @@ +/** + * Li

Re: [VOTE] PIP-132: Include message header size when check maxMessageSize of non-batch message on the client side.

2022-01-13 Thread Neng Lu
+1 (non-binding) On Wed, Jan 12, 2022 at 7:07 PM PengHui Li wrote: > +1 (binding) > > This is a behavior change, which we should highlight in the release note. > > Penghui > > On Thu, Jan 13, 2022 at 12:44 AM Chris Herzog > wrote: > > > +1 (non) > > > > > > On Tue, Jan 11, 2022 at 9:46 PM r...@

[GitHub] [pulsar-client-node] csauvage opened a new issue #189: Fail to build `pulsar-client` on M1

2022-01-13 Thread GitBox
csauvage opened a new issue #189: URL: https://github.com/apache/pulsar-client-node/issues/189 Hi there. I'm facing the same issues as #46 and #87 trying to install (and build) `pulsar-client` on M1 Pro. - [x] OS : MacOS 12.0.1 (arch. M1 Pro - 2021) - [x] Node : v16.13.2

Re: [DISCUSS] [Transaction] Clear namespace backlog can't clear system topic and system sub backlog.

2022-01-13 Thread PengHui Li
I agree with the point, we should avoid the `clearNamespaceBacklog(String namespace)` to apply to the internal topic or internal cursor. It will introduce abnormal behaviors, e.g. clear a replication cursor backlog, clear a dedup cursor backlog, clear a compaction cursor backlog. I would suggest l

[GitHub] [pulsar-manager] tuteng merged pull request #435: Fix for Sidebar items not visible to admin and superadmin

2022-01-13 Thread GitBox
tuteng merged pull request #435: URL: https://github.com/apache/pulsar-manager/pull/435 -- 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: dev-unsubs

[GitHub] [pulsar-manager] tuteng merged pull request #436: Allow user to assign tenant as resource to role

2022-01-13 Thread GitBox
tuteng merged pull request #436: URL: https://github.com/apache/pulsar-manager/pull/436 -- 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: dev-unsubs

[GitHub] [pulsar-manager] dragonls opened a new pull request #440: Add filterable to el-select enables filtering for tenant/namespace/topic

2022-01-13 Thread GitBox
dragonls opened a new pull request #440: URL: https://github.com/apache/pulsar-manager/pull/440 Master Issue: #439 ### Motivation Add filterable to el-select enables filtering for tenant/namespace/topic, which can be quite useful especially when there are many options.

[GitHub] [pulsar-manager] dragonls opened a new issue #439: Support text filtering in Select component for tenant/namespace/topic

2022-01-13 Thread GitBox
dragonls opened a new issue #439: URL: https://github.com/apache/pulsar-manager/issues/439 See https://element.eleme.cn/#/en-US/component/select It can be much useful to enable filtering. ![image](https://user-images.githubusercontent.com/2565118/149328354-738d31fb-40b9-4855-

[GitHub] [pulsar-adapters] sijie commented on pull request #31: [Issue #29] [pulsar-spark] Adding SparkPulsarReliableReceiver

2022-01-13 Thread GitBox
sijie commented on pull request #31: URL: https://github.com/apache/pulsar-adapters/pull/31#issuecomment-1011938940 @nlu90 can you take a look at this? -- 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

Re: [DISCUSSION] PIP-135: Include MetadataStore backend for Etcd

2022-01-13 Thread Aloys Zhang
+1 Hang Chen 于2022年1月13日周四 14:39写道: > +1 > > Best, > Hang > > Enrico Olivelli 于2022年1月13日周四 14:20写道: > > > > +1 > > > > Enrico > > > > Il Gio 13 Gen 2022, 06:01 Joe F ha scritto: > > > > > +1 > > > > > > On Wed, Jan 12, 2022 at 3:52 PM Aloys Zhang > wrote: > > > > > > > +1 > > > > > > > > 陳智弘

[DISCUSS] [Transaction] Clear namespace backlog can't clear system topic and system sub backlog.

2022-01-13 Thread 丛搏
Hi : issue link : https://github.com/streamnative/support-tickets/issues/408 # Background Now we have many clear namespace backlog interfaces etc. ``` clearNamespaceBacklog(String namespace) clearNamespaceBacklogAsync(String namespace