[GitHub] [pulsar-manager] thomasechen commented on issue #274: Handle broker 307 redirect

2022-03-07 Thread GitBox
thomasechen commented on issue #274: URL: https://github.com/apache/pulsar-manager/issues/274#issuecomment-1061488406 Dear All, This issue would lead to the Pulsar manager sometime could not create topic and subscription if the cluster has multiple brokers in it . [URL: http

[GitHub] [pulsar-manager] thomasechen commented on issue #449: Pulsar Manager sometimes could not create a topic if the cluster has multiple brokers in the cluster

2022-03-07 Thread GitBox
thomasechen commented on issue #449: URL: https://github.com/apache/pulsar-manager/issues/449#issuecomment-1061484123 Dear All, I found that the response code from Pulsar is 307 and it means **"Current broker doesn't serve the namespace of this topic"** This is the reason why the

[GitHub] [pulsar-manager] thomasechen opened a new issue #449: Pulsar Manager sometimes could not create a topic if the cluster has multiple brokers in the cluster

2022-03-07 Thread GitBox
thomasechen opened a new issue #449: URL: https://github.com/apache/pulsar-manager/issues/449 Dear All, I am currently try to adopt the Pulsar solution into our environment and I had an issue related to the "Pulsar Manager". After deploying the Pulsar manager in our k8s env

Re: [DISCUSSION][PIP-146] ManagedCursorInfo compression

2022-03-07 Thread PengHui Li
> We don't support rollback the data of the previous version Once you enable this feature. If you want to roll back to an old version, need to disable the cursor compression, wait a while, or restart the broker first to make sure the cursor data can be flush to the cursor ledger. And then roll bac

Re: [DISCUSS] Byte schema compatibility issue

2022-03-07 Thread PengHui Li
+1 the byte schema should also abide by the schema compatibility strategy If I remember correctly, the byte schema should always compatible with string schema Penghui On Tue, Mar 8, 2022 at 10:56 AM guo jiwei wrote: > Hi, >I want to discuss the compatibility issue with the byte schema here

Re: [PIP] #14395 Making SchemaRegistry implementation configurable

2022-03-07 Thread Aparajita Singh
Thanks Matteo. This comment was addressed on the PR . Posting the same here as well: *imo, schema registry should be maintaining this info. given the below u

Re: [Discuss] Create Pulsar client release notes

2022-03-07 Thread Yu
Thanks Li Li, for always helping in making breaking changes to Pulsar! On Tue, Mar 8, 2022 at 11:01 AM Li Li wrote: > +1, I will do this task. > > Li Li > > > On Mar 8, 2022, at 8:39 AM, Huanli Meng > wrote: > > > > +1 > > > > BR//Huanli > > > >> On Mar 8, 2022, at 3:52 AM, Sijie Guo wrote: >

Re: [Discuss] Create Pulsar client release notes

2022-03-07 Thread Li Li
+1, I will do this task. Li Li > On Mar 8, 2022, at 8:39 AM, Huanli Meng > wrote: > > +1 > > BR//Huanli > >> On Mar 8, 2022, at 3:52 AM, Sijie Guo wrote: >> >> Yu, thank you for driving this effort! Great to see a proposal focusing on >> this! +1 >> >> On Fri, Mar 4, 2022 at 2:59 AM Yu >

[DISCUSS] Byte schema compatibility issue

2022-03-07 Thread guo jiwei
Hi, I want to discuss the compatibility issue with the byte schema here. For now, the byte-schema is compatible with all other schemas. This may introduce more issues. Case 1: 1. Consumer1 init with JSON schema for topic A. 2. But producer1 init without schema and send

Re: [DISCUSSION][PIP-146] ManagedCursorInfo compression

2022-03-07 Thread Zixuan Liu
Hi Xiaolong, It is disabled by default. Once you enable this feature: When reading your data, we will check your data header, if it is compressed data, we will parse this data by compression format, otherwise parse it by the original way. When updating your data, we will compress your data by the

Re: [DISUSS] Improve unit test stability

2022-03-07 Thread PengHui Li
I think we can try this idea, it looks like to find a way to ensure the new changes from the test will not introduce new uncertainty. Penghui On Mon, Mar 7, 2022 at 11:27 PM Baozi wrote: > Thank for your reply. I have some different viewpoint. Please have a look. > > > I am not sure that this h

Re: Creating Good Release notes

2022-03-07 Thread PengHui Li
For 2.10.0 release, I'm using `gh` command to generate the release note. For example ``` gh pr list -L 1000 --search "is:pr milestone:2.10.0 is:merged -label:release/2.9.1 -label:release/2.9.2 " --json title,number,url | jq -r '.[] | "\(.title) [\(.number)](\(.url))"' | grep -v "website" | grep

[GitHub] [pulsar-site] Anonymitaet commented on a change in pull request #8: Integrating changes from community feedback

2022-03-07 Thread GitBox
Anonymitaet commented on a change in pull request #8: URL: https://github.com/apache/pulsar-site/pull/8#discussion_r821257740 ## File path: site2/website-next/docusaurus.config.js ## @@ -254,28 +205,10 @@ module.exports = { position: "right", }, { -

Re: [DISCUSS] Releasing pulsar-client-go 0.8.1

2022-03-07 Thread Rui Fu
Thanks for all your votings, I will start working on the release. On 2022/03/07 19:14:00 Sijie Guo wrote: > +1 > > On Sun, Mar 6, 2022 at 6:46 PM r...@apache.org > wrote: > > > +1 > > > > -- > > Thanks > > Xiaolong Ran > > > > PengHui Li 于2022年3月5日周六 18:10写道: > > > > > +1 > > > > > > Penghui >

Re: [Discuss] Create Pulsar client release notes

2022-03-07 Thread PengHui Li
+1 Penghui On Tue, Mar 8, 2022 at 8:39 AM Huanli Meng wrote: > +1 > > BR//Huanli > > > On Mar 8, 2022, at 3:52 AM, Sijie Guo wrote: > > > > Yu, thank you for driving this effort! Great to see a proposal focusing > on this! +1 > > > > On Fri, Mar 4, 2022 at 2:59 AM Yu li...@apache.org>> wrote:

Re: [VOTE] Pulsar Release 2.8.3 Candidate 4

2022-03-07 Thread PengHui Li
+1 (binding) - Checked signatures - Run standalone, publish/consume messages - Checked connector and stateful function Penghui On Mon, Mar 7, 2022 at 7:28 PM Enrico Olivelli wrote: > +1 (binding) > - verified checksums, signatures, RAT, spotbugs...(using JDK11 on Mac) > - built the docker ima

Re: [Discuss] Create Pulsar client release notes

2022-03-07 Thread Huanli Meng
+1 BR//Huanli > On Mar 8, 2022, at 3:52 AM, Sijie Guo wrote: > > Yu, thank you for driving this effort! Great to see a proposal focusing on > this! +1 > > On Fri, Mar 4, 2022 at 2:59 AM Yu > wrote: > Hi Pulsarers, > > For Pulsar release notes [1], we had issues belo

Re: [ANNOUNCE] New Committer: Andrey Yegorov

2022-03-07 Thread Andrey Yegorov
Thank you! On Mon, Mar 7, 2022 at 12:23 PM Enrico Olivelli wrote: > Congratulations! > > Enrico > > Il Lun 7 Mar 2022, 20:26 Dave Fisher ha scritto: > > > The Apache Pulsar Project Management Committee (PMC) has invited Andrey > > Yegorov > > https://github.com/dlg99 to become a committer and w

Re: [ANNOUNCE] New Committer: Andrey Yegorov

2022-03-07 Thread Enrico Olivelli
Congratulations! Enrico Il Lun 7 Mar 2022, 20:26 Dave Fisher ha scritto: > The Apache Pulsar Project Management Committee (PMC) has invited Andrey > Yegorov > https://github.com/dlg99 to become a committer and we are pleased to > announce that he has accepted. > > Andrey has made great contribu

Re: [Discuss] Create Pulsar client release notes

2022-03-07 Thread Sijie Guo
Yu, thank you for driving this effort! Great to see a proposal focusing on this! +1 On Fri, Mar 4, 2022 at 2:59 AM Yu wrote: > Hi Pulsarers, > > For Pulsar release notes [1], we had issues below for a long time. > > - All contents are on a single Pulsar release note page. No navigations. > It's

[ANNOUNCE] New Committer: Andrey Yegorov

2022-03-07 Thread Dave Fisher
The Apache Pulsar Project Management Committee (PMC) has invited Andrey Yegorov https://github.com/dlg99 to become a committer and we are pleased to announce that he has accepted. Andrey has made great contributions to Pulsar including Connector and Adaptor work along with updating dependencies f

Re: [DISCUSS] Releasing pulsar-client-go 0.8.1

2022-03-07 Thread Sijie Guo
+1 On Sun, Mar 6, 2022 at 6:46 PM r...@apache.org wrote: > +1 > > -- > Thanks > Xiaolong Ran > > PengHui Li 于2022年3月5日周六 18:10写道: > > > +1 > > > > Penghui > > > > On Sat, Mar 5, 2022 at 4:58 AM Matteo Merli > > wrote: > > > > > +1 Thanks Rui, we should eliminate the GPL dependency ASAP. > > >

Re: [DISUSS] Improve unit test stability

2022-03-07 Thread Baozi
Thank for your reply. I have some different viewpoint. Please have a look. > I am not sure that this helps. > You can still be very lucky and unfortunately many times the impact is on > other tests, not the new tests. Yes, that cannot avoid other unit tests affected by this PR. However, the stab

Re: [DISUSS] Improve unit test stability

2022-03-07 Thread Enrico Olivelli
Il Lun 7 Mar 2022, 07:46 Haiting Jiang ha scritto: > +1 for this great idea. > Although I am not sure if there is an easy and accurate way to "find new > or modified unit tests". > > Thanks, > Haiting > > On 2022/03/07 03:11:47 包子 wrote: > > Hi, I want to discuss how to improve the stability of u

Re: [VOTE] Pulsar Release 2.8.3 Candidate 4

2022-03-07 Thread Enrico Olivelli
+1 (binding) - verified checksums, signatures, RAT, spotbugs...(using JDK11 on Mac) - built the docker image - built a couple of applications and run their tests - run tests of a few applications using the Docker image (built from source), those tests cover a good part of Transactions Java client u

[VOTE] Pulsar Node.js Client Release 1.6.2 Candidate 1

2022-03-07 Thread Guangning E
Hi everyone, Please review and vote on the release candidate #1 for the version 1.6.2, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) This is the first release candidate for Apache Pulsar Node.js client, version 1.6.2. It fixes the fo

Re: [DISCUSSION][PIP-146] ManagedCursorInfo compression

2022-03-07 Thread Enrico Olivelli
Il Lun 7 Mar 2022, 09:16 r...@apache.org ha scritto: > Hi Zixuan: > > Here I am more concerned about whether this feature will break backward > compatibility, for historical data or old clusters, how do we use this > feature. > It is disabled by default. New code will be able to read u compresse

RE: [VOTE] Pulsar Release 2.8.3 Candidate 4

2022-03-07 Thread Masahiro Sakamoto
+1 (binding) - Checked checksums and signatures - Checked license headers using Apache Rat - Compiled the source - Ran the standalone server - Confirmed that producer and consumer work properly - Validated functions, connectors, and stateful functions Regards, Masahiro Sakamoto Yahoo Japan Corp.

Re: [DISCUSSION][PIP-146] ManagedCursorInfo compression

2022-03-07 Thread r...@apache.org
Hi Zixuan: Here I am more concerned about whether this feature will break backward compatibility, for historical data or old clusters, how do we use this feature. -- Thanks Xiaolong Ran Zixuan Liu 于2022年3月7日周一 15:14写道: > Hi everyone, > > Good catch! I update my proposal on > https://github.com