Re: Cutting 2.7.2 release?

2021-04-17 Thread Enrico Olivelli
does not appear to me that any other PRs are essential to include in this > patch release. > > Thanks for volunteering to manage this release, Enrico. > > Regards, > Michael Marshall > > > On Thu, Apr 15, 2021 at 3:53 AM Enrico Olivelli wrote: > > > I haven't

Re: Cutting 2.7.2 release?

2021-04-17 Thread Enrico Olivelli
PRs are essential to include in this > > patch release. > > > > Thanks for volunteering to manage this release, Enrico. > > > > Regards, > > Michael Marshall > > > > > > On Thu, Apr 15, 2021 at 3:53 AM Enrico Olivelli > > wrote: > >

Re: Cutting 2.7.2 release?

2021-04-19 Thread Enrico Olivelli
this > > patch release. > > > > Thanks for volunteering to manage this release, Enrico. > > > > Regards, > > Michael Marshall > > > > > > On Thu, Apr 15, 2021 at 3:53 AM Enrico Olivelli > > wrote: > > > > > I haven'

PIP-26 - Delayed Messages and Exclusive subcriptions

2021-04-19 Thread Enrico Olivelli
Hi, I came across this great feature, Delayed Messages https://github.com/apache/pulsar/wiki/PIP-26:-Delayed-Message-Delivery And I see that this feature does not work with Exclusive and Failover subscriptions. The reason explained in the PIP is that this is because we want to guarantee FIFO order

Re: PIP-26 - Delayed Messages and Exclusive subcriptions

2021-04-19 Thread Enrico Olivelli
d Holding the message on the client until the message is deliverable is a bit complicated to implement and if we go this way we will have to implement it on every client (Java) Enrico > > Thanks, > Penghui > On Apr 19, 2021, 8:00 PM +0800, Enrico Olivelli , wrote: > &

Re: PIP-26 - Delayed Messages and Exclusive subcriptions

2021-04-20 Thread Enrico Olivelli
ld be good to clarify the > > semantic before stepping into implementations. > > > > - Sijie > > > > > +1 > > > On Mon, Apr 19, 2021 at 6:42 AM Enrico Olivelli > > wrote: > > > > > Penghui > > > > > > Il giorno lun 1

Re: [ANNOUNCE] New committer: Chris Kellog

2021-04-20 Thread Enrico Olivelli
Welcome Chris ! Enrico Il giorno mar 20 apr 2021 alle ore 21:22 Jerry Peng ha scritto: > > Hi everyone, > > The Project Management Committee (PMC) for Apache Pulsar has invited Chis > Kellog > to become a committer and we are pleased to announce that he has accepted. > > Congratulations and wel

Re: PIP-26 - Delayed Messages and Exclusive subcriptions

2021-04-20 Thread Enrico Olivelli
lem is that when you use some subscription types the feature does not work and there is no error or any kind of feedback on the consumer side. If we agree on implementing this at least in the Java Client I will create an issue with the details and check how to concretely implement it. Enrico &

Re: Cutting 2.7.2 release?

2021-04-21 Thread Enrico Olivelli
I have started the release procedure I have come to a problem and submitted a patch Can someone please take a look ? https://github.com/apache/pulsar/pull/10302 Enrico Il giorno lun 19 apr 2021 alle ore 11:50 Enrico Olivelli ha scritto: > > Devin, > > Il giorno ven 16 apr 2021 al

Re: Cutting 2.7.2 release?

2021-04-21 Thread Enrico Olivelli
> > Thanks, > Penghui > On Apr 21, 2021, 5:50 PM +0800, Enrico Olivelli , wrote: > > I have started the release procedure > > I have come to a problem and submitted a patch > > > > Can someone please take a look ? > > https://github.com/apache/pulsar/pull/1030

Transaction Manager Coordinator Deployment

2021-04-21 Thread Enrico Olivelli
Hello, Pulsar 2.8.0 is coming near to the release and we want transactions to be "production ready". If I understand correctly now we start the Transaction Coordinator service inside the Broker. Does it make sense to have the option to run the TC as a separate service, as we do for the Functions

Re: Transaction Manager Coordinator Deployment

2021-04-21 Thread Enrico Olivelli
s://github.com/apache/pulsar/wiki/PIP-31%3A-Transaction-Support Great. Is there any ongoing effort to add the ability to run the TC outside of the broker process ? Enrico > > Thanks, > Penghui > On Apr 21, 2021, 7:24 PM +0800, Enrico Olivelli , wrote: > > Hello, > > Puls

Re: Transaction Manager Coordinator Deployment

2021-04-21 Thread Enrico Olivelli
ill at least create an issue on github and hopefully we can implement it for Pulsar 2.9.0, when transactions will be hopefully considered fully stable. Enrico > > - Sijie > > On Wed, Apr 21, 2021 at 8:59 AM Enrico Olivelli wrote: > > > Il giorno mer 21 apr 2021 a

Re: [ANNOUNCE] New Apache Pulsar Committer - Addison Higham

2021-04-22 Thread Enrico Olivelli
Congratulations Addison! Enrico Il Gio 22 Apr 2021, 20:23 Sijie Guo ha scritto: > Hi everyone, > > On behalf of the PMC, I'm very happy to announce Addison Higham as a new > Pulsar committer. > > Addison Higham is a very active community member for about 3 years. He is > an active Pulsar contr

Pending issues and PRs for 2.7.2

2021-04-23 Thread Enrico Olivelli
Hello all, I ran through the list of issues and PRs tagged for 2.7.2. https://github.com/apache/pulsar/labels/release%2F2.7.2 I will continue today to ping people that are participating in such issues/prs. There are patches that probably do not fit 2.7.2 because they may introduce instability,

Re: Pending issues and PRs for 2.7.2

2021-04-23 Thread Enrico Olivelli
Il Ven 23 Apr 2021, 20:37 Devin Bost ha scritto: > I think it makes sense to add https://github.com/apache/pulsar/pull/10318 > to 2.7.2 since it fixes an issue with a commit that's already part of 2.7.2 > Sure Enrico > > -- > Devin G. Bost > > On Fri, Apr 23,

Re: Updates on Presto connector for PIP-62

2021-04-26 Thread Enrico Olivelli
Il giorno lun 26 apr 2021 alle ore 21:47 Jerry Peng ha scritto: > > Sijie, > > Sounds good! > > On Mon, Apr 26, 2021 at 11:48 AM Sijie Guo wrote: > > > Hi all, > > > > I want to share an update on the presto connector for PIP-62. > > > > We have talked to the Trino community about contributing th

Cutting 2.7.2 - please ping be for adding last-minute issues

2021-04-29 Thread Enrico Olivelli
Hi fellows, I am preparing 2.7.2, I saw in this issue that Matteo added the label "release/2.7.2" and merged the issue to master branch. https://github.com/apache/pulsar/pull/10413 Unfortunately in this case the PR is "closed" and marked for 2.7.2 so it looks like it has been committed to 2.7.2,

Re: Cutting 2.7.2 - please ping be for adding last-minute issues

2021-04-30 Thread Enrico Olivelli
for a test that relied on "memory" MetadataStore, that is not available on branch-2.7 https://github.com/apache/pulsar/pull/10453 Enrico > > https://github.com/apache/pulsar/pull/10420 > https://github.com/apache/pulsar/pull/10416 > > Thanks, > Sijie > > &

Providing a TestingPulsarServer ?

2021-04-30 Thread Enrico Olivelli
Hello, Basically every time I write an application or library for Pulsar I fall into the need of starting a simple embedded Pulsar server in order to run the tests. Currently I have two approaches: - testcontainers - craft my own "PulsarService" classes Testcontainers is okay, especially for real

Re: Cutting 2.7.2 - please ping be for adding last-minute issues

2021-05-01 Thread Enrico Olivelli
d double-check in case it affects a > > larger audience.) > > > > Devin G. Bost > > > > > > On Fri, Apr 30, 2021 at 6:08 PM Devin Bost wrote: > > > >> If it's not too late, can we please also include: > >> https://github.com/apac

Re: Cutting 2.7.2 - please ping be for adding last-minute issues

2021-05-02 Thread Enrico Olivelli
Il giorno sab 1 mag 2021 alle ore 02:09 Devin Bost ha scritto: > > If it's not too late, can we please also include: > https://github.com/apache/pulsar/pull/10389 ? Included Enrico > > Devin G. Bost > > > On Fri, Apr 30, 2021 at 1:01 AM Enrico Olivelli wrote: &g

Re: Cutting 2.7.2 - please ping be for adding last-minute issues

2021-05-03 Thread Enrico Olivelli
FYI we needed to backport Athenz upgrade because Bintray repository is no more available https://github.com/apache/pulsar/pull/10471 many thanks to Lari for the quick backport Enrico Il giorno lun 3 mag 2021 alle ore 08:18 Enrico Olivelli ha scritto: > > Il giorno sab 1 mag 2021 alle

Re: Providing a TestingPulsarServer ?

2021-05-03 Thread Enrico Olivelli
he http url, we should provide convenience methods. it is just a matter of cleaning it up and probably adding a few tests Thanks Enrico > > - Sijie > > On Fri, Apr 30, 2021 at 5:39 AM Enrico Olivelli wrote: > > > Hello, > > Basically every time I write an application

PIP-85 Add Schema Information to Message in Java Client API

2021-05-03 Thread Enrico Olivelli
Message.getSchema(): - it must represent the actual schema for the message - it must return accurate an SchemaInfo for the message - it must return a Native Schema (like a native AVRO Schema) for the message This is the PR with the implementation https://github.com/apache/pulsar/pull/10476 Best regards Enrico

[VOTE]

2021-05-04 Thread Enrico Olivelli
https://dist.apache.org/repos/dist/dev/pulsar/KEYS Please download the source package, and follow the README to build and run the Pulsar standalone service. Best regards Enrico Olivelli

Re: [VOTE]

2021-05-04 Thread Enrico Olivelli
(cancelling this thread, my MUA stripped away the subject) Enrico Il giorno mar 4 mag 2021 alle ore 14:01 Enrico Olivelli ha scritto: > > This is the first release candidate for Apache Pulsar, version 2.7.2. > > It fixes the following issues: > https://github.com/apache/pulsar

[VOTE] Pulsar Release 2.7.2 Candidate 1

2021-05-04 Thread Enrico Olivelli
n the release: https://dist.apache.org/repos/dist/dev/pulsar/KEYS Please download the source package, and follow the README to build and run the Pulsar standalone service. Best regards Enrico Olivelli

Docker images for testing Pulsar 2.7.2rc1

2021-05-04 Thread Enrico Olivelli
Hello, I have pushed to my personal dockerhub account two docker images built from the 2.7.2 release candidate: eolivelli/pulsar:2.7.2rc1 eolivelli/pulsar-all:2.7.2rc1 These are not official docker images, and they are not subject to the VOTE, but I believe that they will help in trying out Pulsa

Re: [DISCUSS] Releasing Pulsar-client-go 0.5.0

2021-05-05 Thread Enrico Olivelli
+1 Enrico Il giorno mer 5 mag 2021 alle ore 07:57 Guangning E ha scritto: > > +1 > > Thanks, > Guangning > > Sijie Guo 于2021年5月5日周三 下午1:36写道: > > > +1 > > > > On Tue, May 4, 2021 at 3:08 PM Matteo Merli wrote: > > > > > There are several bug fixes already merged in master > > > > > > > > https

Re: [ANNOUNCE] New committer: Lari Hotari

2021-05-06 Thread Enrico Olivelli
Congratulations Really well deserved Enrico Il Gio 6 Mag 2021, 20:54 Michael Marshall ha scritto: > Congratulations, Lari! > > Best Regards, > Michael Marshall > > On Thu, May 6, 2021 at 12:38 PM Devin Bost wrote: > >> Congrats! >> >> Devin G. Bost >> >> >> On Thu, May 6, 2021 at 12:36 PM Matt

Resolving classpath problem with Pulsar IO and PulsarAdmin/PulsarClient

2021-05-07 Thread Enrico Olivelli
Hello, currently in 2.8.0-SNAPSHOT we added an API to access PulsarAdmin from a Pulsar Sink Connector. The Api is Context.getPulsarAdmin and Context.getPulsarAdmin(clusterName) https://github.com/apache/pulsar/blob/0469dfe2c7804bd9ca9ea34e95d83b2196216cf9/pulsar-functions/api-java/src/main/java/o

Re: PIP-85 Add Schema Information to Message in Java Client API

2021-05-08 Thread Enrico Olivelli
Enrico Olivelli ha scritto: > Hello Pulsar community, > I would like to start a discussion about adding a new Message.getSchema() > API. > > This is a Google Doc with the contents of the PIP > > https://docs.google.com/document/d/1VWi5LHP44V31nP4bCui9d5RXwH6xc_phrUes6tvNgu

Re: [VOTE] Pulsar Release 2.7.2 Candidate 1

2021-05-10 Thread Enrico Olivelli
utions and check signatures/checksums > > > - Validate Pub/Sub and Java Functions > > > - Validate Connectors > > > - Validate Stateful Functions > > > > > > Thank you for great work. > > > > > > Kai Kato > > > kaik...@yahoo-c

Re: [RESULT] [VOTE] Pulsar Release 2.7.2 Candidate 1

2021-05-10 Thread Enrico Olivelli
The vote passes with the following votes: - Jia Zhai (binding) - Hiroyuki Sakai (binding) - PengHui Li (binding) - Kai Kato (non binding) - Enrico Olivelli (non binding) PMC quorum reached Thanks to every one who tested the release I will proceed with the release procedure. Enrico Il giorno

Why docker images are not under "apache" but "apachepulsar" ?

2021-05-10 Thread Enrico Olivelli
Hi, do you know the reason why we are publishing Pulsar docker images to "apachepulsar" and to to "apache" ? for instance in BookKeeper we have https://hub.docker.com/r/apache/bookkeeper/ but for Pulsar it is https://hub.docker.com/r/apachepulsar/pulsar/ "apache/bookkeeper" is managed by ASF inf

Re: [DISCUSS] Apache Pulsar 2.8.0 Release

2021-05-11 Thread Enrico Olivelli
I believe it is time for a release. I would like to see PIP-85 land before the release, because it is the last part of the support for GenericObject. The PIP has already been commented by a few people and I have sent the PR out for review Thanks Enrico Il Mar 11 Mag 2021, 11:25 Sijie Guo ha sc

Re: [ANNOUNCE] New committer: Yuto Furuta

2021-05-11 Thread Enrico Olivelli
Congrats! Enrico Il Mer 12 Mag 2021, 08:18 hangc ha scritto: > Congratulations to Yuto Furuta > > Best Regards, > Hang Chen > > > > > At 2021-05-12 14:14:32, "Huanli Meng" > wrote: > >Congratulations to Yuto Furuta. > > > >BR//Huanli Meng > > > >> On May 12, 2021, at 1:29 PM, Shivji Kumar Jha

Re: [RESULT] [VOTE] Pulsar Release 2.7.2 Candidate 1

2021-05-13 Thread Enrico Olivelli
ges, I opened an issue on GH Enrico > > Thanks! > > On Mon, May 10, 2021 at 2:39 AM Enrico Olivelli wrote: > > > The vote passes with the following votes: > > - Jia Zhai (binding) > > - Hiroyuki Sakai (binding) > > - PengHui Li (binding) > > - Kai Ka

Pulsar master branch - 2.8.0 is on JDK11 !

2021-05-13 Thread Enrico Olivelli
Hi all, I just wanted to note that we merged the patch that switched CI and the docker images to JDK11. Things you have to know: - you can still use JDK8 and JDK11 in order to develop Pulsar - source and target releases are JDK8, so we cannot use language features or libraries that are not availab

Re: Idea: Add "List of Contributors" to Pulsar Release Blog

2021-05-14 Thread Enrico Olivelli
This is the query I am doing: curl https://api.github.com/repos/apache/pulsar/compare/v2.7.1...v2.7.2 | jq '[.commits[].commit.author.name] | unique' [ "Ali Ahmed", "Andrey Yegorov", "Binbin Guo", "David Kjerrumgaard", "

Pulsar WebSite Builder is failing

2021-05-14 Thread Enrico Olivelli
Hello, the website builder is failing on CI, below you can find the error Is there anyone who knows how it works and how to fix it ? Is there a way to update it manually ? I cannot announce 2.7.2 release until the website is updated. this is the link: https://github.com/apache/pulsar/runs/25815

Re: Pulsar WebSite Builder is failing

2021-05-14 Thread Enrico Olivelli
Il giorno ven 14 mag 2021 alle ore 13:43 Enrico Olivelli ha scritto: > > Hello, > the website builder is failing on CI, below you can find the error > > Is there anyone who knows how it works and how to fix it ? > Is there a way to update it manually ? > > I cannot anno

[Java][Client] Important behaviour change on empty key from 2.7.x to 2.8.x

2021-05-18 Thread Enrico Olivelli
Hello, I have found this behaviour in the Java Client while switching from 2.7 to 2.8. Short version of the story: - on 2.7.2 a null key is received as an empty key - on 2.8.0 a null key is received as a null key The behaviour of 2.8 is better, because it is what you expect. But if you migrate a

Re: Pulsar WebSite Builder is failing

2021-05-18 Thread Enrico Olivelli
without success. I cannot announce 2.7.2 release, and also all the website/docs improvements are stuck Any help is appreciated :-) Enrico Il giorno ven 14 mag 2021 alle ore 14:33 Enrico Olivelli ha scritto: > > Il giorno ven 14 mag 2021 alle ore 13:43 Enrico Olivelli > ha scritto: >

Re: [Java][Client] Important behaviour change on empty key from 2.7.x to 2.8.x

2021-05-18 Thread Enrico Olivelli
. > I can send a fix, at least for the Key, leaving the new behaviour for other properties. Let's wait for other comments or proposals Enrico > > -- > Matteo Merli > > > On Tue, May 18, 2021 at 12:50 AM Enrico Olivelli > wrote: > > > > Hello,

Re: Pulsar WebSite Builder is failing

2021-05-21 Thread Enrico Olivelli
R thank you so much !! Enrico > > Thanks, > Yunze > > > 2021年5月18日 下午5:24,Enrico Olivelli 写道: > > > > Hello, > > we are still stuck. > > > > the website builder does not work. > > This time is because the build image picks up Python 3.5.2 and so

Version on active branches should have -SNAPSHOT

2021-05-21 Thread Enrico Olivelli
Hello, in branch-2.7 the version is still 2.7.2. In my opinion we should advance it to 2.7.3-SNAPSHOT otherwise it is easy to pollute the local development environment. The release process does not read anything about this. If no one objects I would set the version to 2.7.3-SNAPSHOT I will send

[ANNOUNCE] Apache Pulsar 2.7.2 released

2021-05-24 Thread Enrico Olivelli
The Apache Pulsar team is proud to announce Apache Pulsar version 2.7.2. Pulsar is a highly scalable, low latency messaging platform running on commodity hardware. It provides simple pub-sub semantics over topics, guaranteed at-least-once delivery of messages, automatic cursor management for subsc

Re: Version on active branches should have -SNAPSHOT

2021-05-24 Thread Enrico Olivelli
ote: > > > > > +1 > > > > > > On Fri, May 21, 2021 at 8:38 AM Matteo Merli > wrote: > > > > > > > +1 > > > > > > > > Makes sense to me > > > > -- > > > > Matteo Merli > > > > > &

Re: Cutting 2.6.4 release to address CVE-2021-22160

2021-05-27 Thread Enrico Olivelli
+1 Thanks Enrico Il Ven 28 Mag 2021, 05:37 r...@apache.org ha scritto: > LGTM +1 > -- > Thanks > Xiaolong Ran > > Lari Hotari 于2021年5月28日周五 上午2:40写道: > > > Dear Pulsar community members, > > > > I'd like to propose cutting a 2.6.4 release so that we can > > address CVE-2021-22160 [1] also in

Re: [DISCUSS] Propose More Formal Policy for Security Patches and EOL of Versions

2021-05-31 Thread Enrico Olivelli
Dave Il giorno ven 28 mag 2021 alle ore 01:24 Dave Fisher ha scritto: > > > > > On May 27, 2021, at 2:49 PM, Michael Marshall wrote: > > > > Hi Pulsar Community, > > > > > > I would like to discuss defining and documenting a process for an official > > Pulsar version EOL policy. This process wil

Re: [VOTE] Pulsar Release 2.6.4 Candidate 1

2021-06-01 Thread Enrico Olivelli
+1 (non binding) Build from sources Run Internal System tests with Fallout Thank you Lari for driving the release Enrico Il giorno mar 1 giu 2021 alle ore 09:28 r...@apache.org ha scritto: > > +1 (non-binding) > > - validate pub/sub and java/go functions > - validate connectors > - validate sta

Regression for Java Client on Alpine Linux

2021-06-02 Thread Enrico Olivelli
Hi all, I am testing the upgrade of the Java client from 2.7.1 to 2.8.0-SNAPSHOT on an application the runs on Alpine linux. It used to run with 2.7.1 but it crashes with 2.8.0-SNAPSHOT due to Netty TCNative. More details here https://github.com/apache/pulsar/issues/10798 I believe this is a show

Re: [DISCUSS] Apache Pulsar 2.8.0 Release

2021-06-06 Thread Enrico Olivelli
Il giorno dom 6 giu 2021 alle ore 05:12 Matteo Merli ha scritto: > The client-admin-api dependencies issue is already fixed in master. there's > one more PR pending for 2.8 which is to have interfaces and builders > instead of the POJOs exposed. > Also I have this pending patch, regarding the us

Re: [VOTE] Pulsar Release 2.8.0 Candidate 1

2021-06-07 Thread Enrico Olivelli
Il Mar 8 Giu 2021, 03:32 PengHui Li ha scritto: > Hi Sijie, > > Thanks for the feedback, cancel the RC1 for now. > Please don't vote for this thread again, thanks. > > This is the PR > https://github.com/apache/pulsar/pull/10861#pullrequestreview-678011678 > for reverting https://github.com/apach

Re: [VOTE] Pulsar Release 2.8.0 Candidate 1

2021-06-08 Thread Enrico Olivelli
en we start a new implementation everyone will remember the story and possibly we will write good integration tests Enrico > > - Sijie > > > On Mon, Jun 7, 2021 at 10:48 PM Enrico Olivelli wrote: > > > Il Mar 8 Giu 2021, 03:32 PengHui Li ha scritto: > > > >

Re: [VOTE] Pulsar Release 2.8.0 Candidate 2

2021-06-09 Thread Enrico Olivelli
PengHui, I am testing the release and at the moment everything is good. But I found this problem while trying to upgrade a project that uses Transactions (Pulsar JMS client), it may be a showstopper for the adoption of Transactions. https://github.com/apache/pulsar/issues/10871 The problem is ab

Re: [VOTE] Pulsar Release 2.8.0 Candidate 2

2021-06-09 Thread Enrico Olivelli
or behavior is impacted. > > > > > > > > > > > > Matteo > > > > > > > > -- > > > > Matteo Merli > > > > > > > > > > > > On Wed, Jun 9, 2021 at 11:06 AM Michael Marshall > > > >

Re: Correct TopicName#getPartitionIndex implementation

2021-06-11 Thread Enrico Olivelli
Good catch thanks for reporting this a for contributing a fix +1 for fixing this in 2.9.0 Enrico Il giorno ven 11 giu 2021 alle ore 09:22 Jia Zhai ha scritto: > > Thanks Yunze. We should fix this issue, and add more accurate checks for > partitioned topic names. +1 to go ahead. > > On Tue, Jun

Re: [VOTE] Pulsar Release 2.8.0 Candidate 3

2021-06-14 Thread Enrico Olivelli
Hello, I found a couple of problems with the RC3: - I cannot build the source tarball [1], you have to chmod one file in order to see the build passing - I have a probably known problem with classpath on Pulsar IO [2], probably it is okay given latest discussions, but I would like to have feedback

Pulsar 2.9.0 release and time based release plan

2021-06-14 Thread Enrico Olivelli
Hello, I would like to share a couple of thoughts regarding the time based release plan. We did a great work for Pulsar 2.8.0, but the release was overdue and we had to cut a release one month ago. The release was huge, full of new features, but on the other hand this may have introduced instabili

Releasing 2.8 pulsar-adapters ?

2021-06-15 Thread Enrico Olivelli
Hello, What about cutting a release for pulsar-adapters [1] right after finishing the release of 2.8.0 ? We talked about this at the Community meeting but it is better to start a thread here on the ML. If I understand correctly PengHui will follow up with the release, but Andrey reported that cur

Re: Releasing 2.8 pulsar-adapters ?

2021-06-15 Thread Enrico Olivelli
Il giorno mar 15 giu 2021 alle ore 16:50 Sijie Guo ha scritto: > > Yes, Penghui is going to work on this Pulsar-adapters release after the > main repo is released. Great ! Thanks for the confirmation Enrico > > Sijie > > On Tue, Jun 15, 2021 at 3:48 AM Enrico Olivell

Re: [ANNOUNCE] Apache Pulsar 2.8.0 released

2021-06-15 Thread Enrico Olivelli
Great work! Thank you very much PengHui! Right in time for PulsarSummit! Enjoy Pulsar Enrico Il Mer 16 Giu 2021, 06:06 Jinfeng Huang ha scritto: > Great job~ > > To learn the highlights about Apache Pulsar 2.8.0, you can read a blog here > < > https://streamnative.io/en/blog/release/2021-06-

Re: [DISCUSS] Apache Pulsar 2.7.3 Release

2021-06-24 Thread Enrico Olivelli
+1 Enrico Il giorno ven 25 giu 2021 alle ore 08:37 r...@apache.org < ranxiaolong...@gmail.com> ha scritto: > +1 > > -- > > Thanks > Xiaolong Ran > > > Shivji Kumar Jha 于2021年6月25日周五 下午1:41写道: > > > +1 > > > > Regards, > > Shivji Kumar Jha > > http://www.shivjijha.com/ > > +91 8884075512 > > > >

Cutting Apache Pulsar Adapters 2.8.0 release

2021-06-25 Thread Enrico Olivelli
I talked with PengHui, and he told me he does not have much time for the release of Pulsar Adapters 2.8.0. As discussed in the meeting I volunteer to be the RM for the release I am drafting a release process, the page is still not complete yet. https://github.com/apache/pulsar-adapters/wiki/Relea

Re: Cutting Apache Pulsar Adapters 2.8.0 release

2021-06-25 Thread Enrico Olivelli
I am trying the release procedure. If there is something wrong then we can restart from scratch. I will probably be able to send the VOTE email during the weekend or on Monday. Stay tuned Enrico Il giorno ven 25 giu 2021 alle ore 15:02 Enrico Olivelli < eolive...@gmail.com> ha scritto

[VOTE] Apache Pulsar Adapters Release 2.8.0 Candidate 1

2021-06-26 Thread Enrico Olivelli
://github.com/apache/pulsar-adapters/releases/tag/v2.8.0-candidate-1 Pulsar's KEYS file containing PGP keys we use to sign the release: https://dist.apache.org/repos/dist/dev/pulsar/KEYS Please download the source package, and follow the README to build the Pulsar Adapters code Enrico Olivelli

Re: [VOTE] Apache Pulsar Adapters Release 2.8.0 Candidate 1

2021-06-28 Thread Enrico Olivelli
Hi everyone, please take a look. If you want to build the source package locally you have to follow the steps in the README https://github.com/apache/pulsar-adapters Enrico Il giorno sab 26 giu 2021 alle ore 13:51 Enrico Olivelli < eolive...@gmail.com> ha scritto: > This is the firs

Re: [VOTE] Apache Pulsar Adapters Release 2.8.0 Candidate 1

2021-06-29 Thread Enrico Olivelli
all the tests locally > > > > The only one I found is when I unzip the package, it shows me an > > apache-pulsar-2.8.0-src directory, > > Looks a little wired, I think it should be > > apache-pulsar-adaptors-2.8.0-src? > > > > Thanks, > > Penghui &g

Re: [Doc] Label Your PR

2021-06-30 Thread Enrico Olivelli
very good. I appreciate very much your efforts in improving the docs and checking on every PR if the change needs updates to the docs Enrico Il giorno mer 30 giu 2021 alle ore 14:43 Anonymitaet _ < anonymita...@hotmail.com> ha scritto: > Hi all, > > > > Recently, our community is on the way to

Re: [VOTE] Apache Pulsar Adapters Release 2.8.0 Candidate 1

2021-06-30 Thread Enrico Olivelli
Please take a look We are still missing at least 2 PMC votes Any feedback from the community is really appreciated Enrico Il Mar 29 Giu 2021, 12:46 Enrico Olivelli ha scritto: > Penghui, > I created an issue for the problem you reported > https://github.com/apache/pulsar-adapters/

Re: [PIP] Expose Pulsar-Client via Function/Connector BaseContext

2021-06-30 Thread Enrico Olivelli
Thank you Neng Can you please put it inside a google document in order to allow people to add comments? Regards Enrico Il Mer 30 Giu 2021, 21:40 Neng Lu ha scritto: > Hi All, > > I've prepared a brief PIP for the pulsarclient changes we have discussed. > Please take a look and let me know what

Re: [PIP] Expose Pulsar-Client via Function/Connector BaseContext

2021-06-30 Thread Enrico Olivelli
overall the Proposal is good to me so +1 from my side This is the implementation PR https://github.com/apache/pulsar/pull/11056 I am happy that this work will fix a long standing problem with Functions and Pulsar IO I would like to cite that we still have some problem on using the Pulsar API ins

Re: [VOTE] Apache Pulsar Adapters Release 2.8.0 Candidate 1

2021-07-01 Thread Enrico Olivelli
ssed all the tests locally > > > > The only one I found is when I unzip the package, it shows me an > > apache-pulsar-2.8.0-src directory, > > Looks a little wired, I think it should be > > apache-pulsar-adaptors-2.8.0-src? > > > > Thanks, > > Penghui >

Re: [VOTE] Apache Pulsar Adapters Release 2.8.0 Candidate 1

2021-07-05 Thread Enrico Olivelli
me. > - Validated signature and src code build. > > Thanks, > Rajan > > On Thu, Jul 1, 2021 at 1:43 PM Enrico Olivelli > wrote: > > > Rajan, > > Thanks for testing probably the instructions are not clear, see my > answers > > below > > >

Re: [VOTE] Apache Pulsar Adapters Release 2.8.0 Candidate 1

2021-07-06 Thread Enrico Olivelli
he pulsar-adapters repo https://github.com/apache/pulsar-adapters/wiki/Release-process I have created it by copying it from the Pulsar process. The page is still work in progress, as I am adapting it while moving forward the steps Enrico > > - Sijie > > On Mon, Jul 5, 2021 at 2:34

Re: Re: Re: Discussion about https://github.com/apache/pulsar/pull/11112

2021-07-06 Thread Enrico Olivelli
Il Mar 6 Lug 2021, 21:30 Neng Lu ha scritto: > IMHO, The old runtime should not be able to run the new functions. This is not possible to enforce this because we cannot change old code. > > > New functions require resource initialization via hooks. If the actual > `setup()` method is not calle

[RESULT] [VOTE] Apache Pulsar Adapters Release 2.8.0 Candidate 1

2021-07-07 Thread Enrico Olivelli
es > - checked the staged artifacts > > - Sijie > > On Tue, Jul 6, 2021 at 8:42 AM Enrico Olivelli > wrote: > > > > Sijie, > > > > Il giorno mar 6 lug 2021 alle ore 17:30 Sijie Guo > ha > > scritto: > > > > > Hi Enrico, > > &

Is Pulsar Dashboard still supported?

2021-07-09 Thread Enrico Olivelli
Hello, I see that the build of Pulsar Dashboard is consuming a few resources. I cannot find the docs of Pulsar Dashboard in the website for version 2.8.0, only for old versions. Is it still supported ? Was it replaced by the Pulsar Manager ? it there is no interest in this component then I propo

Problems with Native AVRO inside Pulsar IO

2021-07-09 Thread Enrico Olivelli
Hello folks, I have fallen into this bad problem with the classpath of Sinks (and Functions in general). the short version of the story is that I cannot find a way to manipulate an org.apache.avro...GenericRecord returned by org.apache.pulsar.GenericRecord.getNativeObject() This is because in the

Re: Is Pulsar Dashboard still supported?

2021-07-09 Thread Enrico Olivelli
n Fri, Jul 9, 2021 at 5:07 PM Matteo Merli > wrote: > >> +1 to drop >> -- >> Matteo Merli >> >> >> On Fri, Jul 9, 2021 at 11:07 AM Enrico Olivelli >> wrote: >> > >> > Hello, >> > I see that the build of Pulsar Dashboard i

Re: [Doc] generate docs from code automatically

2021-07-09 Thread Enrico Olivelli
Great initiative! Thanks Enrico Il Ven 9 Lug 2021, 01:47 Guangning E ha scritto: > Great start. > > Anonymitaet _ 于2021年7月8日周四 下午3:18写道: > >> Thanks Xiaolong, welcome to join us to build better content experience >> for Pulsar users! >> >> >> >> *From: *"r...@apache.org" >> *Reply-To: *"us...

Re: Is Pulsar Dashboard still supported?

2021-07-12 Thread Enrico Olivelli
PR https://github.com/apache/pulsar/pull/11284 Enrico Il giorno sab 10 lug 2021 alle ore 09:33 Shivji Kumar Jha < shiv4...@gmail.com> ha scritto: > +1 to drop. > > Regards, > Shiv > > On Fri, 9 Jul 2021 at 9:17 PM, Enrico Olivelli > wrote: > > > Thank you

Re: [Doc] Upgrade Docusuraus

2021-07-13 Thread Enrico Olivelli
+1 Enrico Il giorno mar 13 lug 2021 alle ore 10:12 Sijie Guo ha scritto: > +1 > > On Mon, Jul 12, 2021 at 8:25 PM Anonymitaet _ > wrote: > > > > Hi Pulsar enthusiasts, > > > > > > > > Nowadays, Pulsar grows rapidly, docs are in increasing demands. While > some users have a hard time finding wh

Re: [DISCUSS] PIP 87: Replicate schemas across multiple clusters

2021-07-14 Thread Enrico Olivelli
Penghui, I do not have questions, the proposal makes sense to me. Great work +1 Enrico Il giorno mer 14 lug 2021 alle ore 14:52 PengHui Li ha scritto: > Hi, All > > I have prepared a PIP for the Pulsar schemas across multiple clusters. > Please take a look and let me know what you think. > > I

Problems with Functions/IO in Upgrading Pulsar from 2.7 to 2.8

2021-07-16 Thread Enrico Olivelli
Hello, I have reported this issue [1] about upgrading from Pulsar 2.7 to 2.8. More information is on the ticket, but the short version of the story is that in Pulsar 2.8 we introduced a breaking change in the Schema API, by switching SchemaInfo from a class to an interface. This leads to an Incomp

Re: Problems with Functions/IO in Upgrading Pulsar from 2.7 to 2.8

2021-07-19 Thread Enrico Olivelli
, because you can wait to upgrade the workers pod, but there is no fine grained control over which version of each pod will be running your function, especially in a big cluster with many tenants and functions with this problem Enrico > - Sijie > > On Fri, Jul 16, 2021 at 2:44 AM Enric

Re: [DISCUSS] Releasing Pulsar-client-go 0.6.0

2021-07-19 Thread Enrico Olivelli
+1 Enrico Il giorno lun 19 lug 2021 alle ore 10:44 r...@apache.org < ranxiaolong...@gmail.com> ha scritto: > Hello Everyone: > > I hope you’ve all been doing well. In the past two months, we have > fixed a number of bugs related to connection leaks and added > some new features. For more informa

Re: Problems with Functions/IO in Upgrading Pulsar from 2.7 to 2.8

2021-07-19 Thread Enrico Olivelli
grade the > workers > >>> pod, > >>> > > but there is no fine grained control over which version of each > pod > >>> will > >>> > > be running your function, especially in a big cluster with many > >>> tenants and &

Re: Re: Problems with Functions/IO in Upgrading Pulsar from 2.7 to 2.8

2021-07-20 Thread Enrico Olivelli
gt;> > where we can improve our backwards compatibility testing. We > already > > >>> have > > >>> > some but probably not enough as highlighted by this case. > > >>> > > > >>> > In regards to > > >>> > >

Re: [Workflow] Introduce Bot to Pulsar

2021-07-21 Thread Enrico Olivelli
Anonymitaet, Thank you for bringing this to the attention of the community ( I am keeping only dev@ in this thread for the moment). some answers inline below Enrico Il giorno mer 21 lug 2021 alle ore 09:23 Anonymitaet _ < anonymita...@hotmail.com> ha scritto: > Hi All, > > > > To help iterate Pu

Re: [DISCUSS] Apache Pulsar 2.8.1 Release

2021-07-24 Thread Enrico Olivelli
+1 thanks Enrico Il Sab 24 Lug 2021, 16:29 Hang Chen ha scritto: > Hi all, > > I hope you've all been doing well. It has been more than one month since we > released the Apache Pulsar 2.8.0. We have a lot of fixes already merged. So > I would like to start to prepare our next patch release in t

Re: [VOTE] Pulsar Release 2.7.3 Candidate 2

2021-07-26 Thread Enrico Olivelli
Hi, are you able to run the tests from the source packages ? If I run the pulsar-broker test at a certain point (I am still not able to see where) my machines starts to use 100% CPU and it is blocked and I need to reboot Enrico Il giorno lun 26 lug 2021 alle ore 09:37 Nozomi Kurihara < nkuri...@

Re: [VOTE] Pulsar Release 2.7.3 Candidate 2

2021-07-27 Thread Enrico Olivelli
e something that we are not sure that cannot be validated. Unfortunately on 2.7 there are still many flaky tests, but AFAIK the test suite used to eventually pass Enrico > > Thanks, > Bo > > Enrico Olivelli 于2021年7月26日周一 下午10:55写道: > > > Hi, > > are you able to ru

Re: [VOTE] Pulsar Release 2.7.3 Candidate 2

2021-07-29 Thread Enrico Olivelli
sar/pull/11294> > <https://github.com/apache/pulsar/pull/11294> don't have cherry-pick to > branch-2.7. I suggest moving it to 2.7.4 to fix. Because it is not a newly > introduced problem, but an existing problem. > > Thanks! > Bo > > > Enrico Olivelli

Re: [VOTE] Pulsar Release 2.7.3 Candidate 2

2021-07-30 Thread Enrico Olivelli
don't feel comfortable with releasing something with the tests that are consistently failing. thank you CongBo for driving the release Best regards Enrico Olivelli Il giorno gio 29 lug 2021 alle ore 18:21 Enrico Olivelli < eolive...@gmail.com> ha scritto: > I am performing again my

Re: [ANNOUNCE] New PMC member: Lin Lin (@315157973)

2021-08-02 Thread Enrico Olivelli
Welcome Lin Lin! Congratulations Enrico Il Lun 2 Ago 2021, 19:11 Sijie Guo ha scritto: > Congrats Lin Lin! Well deserved! > > - Sijie > > On Mon, Aug 2, 2021 at 8:51 AM PengHui Li wrote: > > > > Hi everyone, > > > > The Apache Pulsar Project Management Committee (PMC) has invited Lin Lin > > (

Re: [ANNOUNCE] New PMC member: Hang Chen

2021-08-03 Thread Enrico Olivelli
Congrats! Enrico Il Mar 3 Ago 2021, 13:24 Jia Zhai ha scritto: > Hi everyone, > > The Apache Pulsar Project Management Committee (PMC) has invited Hang Chen > ( > https://github.com/hangc0276 ) as a PMC > member of Apache Pulsar, and we are > pleased to announce t

<    1   2   3   4   5   6   7   8   9   10   >