Re: [VOTE] Pulsar Release 2.9.0 Candidate 2

2021-11-01 Thread Enrico Olivelli
; > > Masahiro Sakamoto > > > > > Yahoo Japan Corp. > > > > > E-mail: massa...@yahoo-corp.jp > > > > > > > > > > -Original Message- > > > > > From: Nicolò Boschi > > > > > Sent: Thursday, October 28, 2021 10

Re: [Vote] PIP 109: Introduce Bot to Improve Efficiency of Developing Docs

2021-11-04 Thread Enrico Olivelli
Tison, actually we already implemented it :-) I believe this thread is only for having a formal process and record the work as a PIP +1 Enrico Il giorno gio 4 nov 2021 alle ore 07:46 tison ha scritto: > Yes I read it. It describes a lot of details which I can conclude is that > "We need a b

Missing check on .jar files committed to the source repo

2021-11-05 Thread Enrico Olivelli
Hello, This patch [1] contains a .jar file that must not be committed to the source repository. We generally cannot commit binary files to the source repo, as it won't be "open source" anymore. When we are permitted to commit binary/compiled code, there must be a very good reason and it must be ap

Re: [VOTE] PIP 107: Introduce the chunk message ID

2021-11-05 Thread Enrico Olivelli
+1 (binding) Enrico Il giorno ven 5 nov 2021 alle ore 11:52 PengHui Li ha scritto: > +1 > > Thanks for the great work. > > -Penghui > > On Mon, Nov 1, 2021 at 10:25 AM Zike Yang > wrote: > > > Hi Pulsar Community, > > > > I would like to start a VOTE for PIP 107: Introduce the chunk message ID

Re: [DISCUSSION] PIP-108: Add method to help user judge if consumer queue has message

2021-11-08 Thread Enrico Olivelli
Il giorno lun 8 nov 2021 alle ore 15:01 ZhangJian He ha scritto: > Hello, matteo, About my PIP 108, the reason I want to have method > `hasMessageInReceiverQueue` is that > We need to control consumer at different rate. For example, consumer A > 10msg/s, consumer B 100 msg/s > so I can't use the

Re: [Discuss] Add the `sslTruststoreLocation` config parameter for KafkaSink/KafkaSourceConfig

2021-11-08 Thread Enrico Olivelli
ZhangJian, Il giorno lun 8 nov 2021 alle ore 15:25 ZhangJian He ha scritto: > ## background > Currently, as my business is an IoT platform which serves many companies. > We are trying to use pulsar functions to push messages to our customers' > kafka server. Here I face the problem, the KafkaSin

Re: [VOTE] Pulsar Release 2.9.0 Candidate 2

2021-11-09 Thread Enrico Olivelli
, I'm working on a fix. > > > > -Penghui > > > > On Tue, Nov 2, 2021 at 2:21 PM Enrico Olivelli > > wrote: > > > >> Penghui, > >> Thanks > >> > >> > >> > >> Il Mar 2 Nov 2021, 04:31 PengHui Li ha scritto: >

Re: [DISCUSS] Apache Pulsar 2.8.2 Release

2021-11-09 Thread Enrico Olivelli
; > > > > Michael > > > > > > > On Oct 27, 2021, at 7:40 AM, ranxiaolong...@gmail.com wrote: > > > > > > > > LGTM +1 > > > > > > > > -- > > > > Thanks > > > > Xiaolong Ran > > > > &

Re: Missing check on .jar files committed to the source repo

2021-11-10 Thread Enrico Olivelli
ping Il giorno ven 5 nov 2021 alle ore 09:23 Enrico Olivelli ha scritto: > Hello, > This patch [1] contains a .jar file that must not be committed to the > source repository. > We generally cannot commit binary files to the source repo, as it won't be > "open source&

Re: [DISCUSS] Consumer not able to connect to topic that have active producer with AUTO_PRODUCE_BYTES schema

2021-11-10 Thread Enrico Olivelli
Penghui, Il giorno mer 10 nov 2021 alle ore 11:36 PengHui Li ha scritto: > Dear all, > > PIP-43 > > https://github.com/apache/pulsar/wiki/PIP-43%3A-producer-send-message-with-different-schema > > introduced AUTO_PRODUCE_BYTES schema which allows the producer > creates the schema while publishing

[VOTE] Apache Pulsar 2.9.0 Release Candidate 3

2021-11-10 Thread Enrico Olivelli
draft: https://github.com/apache/pulsar/pull/12425 Please download the source package, and follow the README to build and run the Pulsar standalone service. Enrico Olivelli

Enhancing the Pulsar Client with some a Shared State API

2021-11-10 Thread Enrico Olivelli
Hello, With Pulsar 2.8.0 we have the Exclusive Producer, which allows you to use Pulsar as a consistent write-ahead-log for replicated state machines. It already happened to me a couple of times to need to build some replicated state storage on top of Pulsar and I would like to share some thoughts

Re: [VOTE] Apache Pulsar 2.9.0 Release Candidate 3

2021-11-11 Thread Enrico Olivelli
everyone who is testing the release Enrico Il giorno mer 10 nov 2021 alle ore 15:38 Enrico Olivelli < eolive...@gmail.com> ha scritto: > This is the third release candidate for Apache Pulsar, version 2.9.0. > > It fixes the following issues: > https://github.com/apache/pulsar/mil

Re: [VOTE] Apache Pulsar 2.9.0 Release Candidate 3

2021-11-11 Thread Enrico Olivelli
Enrico > > > On Thu, Nov 11, 2021 at 5:14 AM Enrico Olivelli > wrote: > > > I am investigating a potential regression regarding to Transactions > > https://github.com/apache/pulsar/issues/12754 > > > > Please report any problem that you find, do not wait for other

Re: Enhancing the Pulsar Client with some a Shared State API

2021-11-15 Thread Enrico Olivelli
e. > I don't want to add a "Pulsar backed Database", in order to do so it would be better to spin off a new project (or subproject) Enrico > > Jack > > > On Wed, Nov 10, 2021 at 5:18 PM Enrico Olivelli > wrote: > > > [ External sender. Exercise caution.

Re: [DISCUSSION] PIP-104: Add new consumer type: TableView

2021-11-15 Thread Enrico Olivelli
Matteo, sorry late reply Il giorno gio 14 ott 2021 alle ore 01:40 Matteo Merli < matteo.me...@gmail.com> ha scritto: > https://github.com/apache/pulsar/issues/12356 > > --- Pasted here for quoting convenience --- > > > > > > ## Motivation > > In many use cases, applications are using Pulsar consu

[VOTE] Apache Pulsar 2.9.0 candidate 4

2021-11-17 Thread Enrico Olivelli
d the source package, and follow the README to build and run the Pulsar standalone service. Enrico Olivelli

Re: Dropping Presto SQL in 2.9.0 - status ?

2021-11-17 Thread Enrico Olivelli
update pulsar release script in order to get the connectors artifacts > > > (retrieving the .nar or building it from source?) > > > - update docs > > > - remove pulsar-io dir from Pulsar repo > > > > > > It's the perfect timing to schedule this work

Re: [VOTE] Apache Pulsar 2.9.0 candidate 4

2021-11-17 Thread Enrico Olivelli
I have pushed in my personal dockerhub the docker images for this RC: eolivelli/pulsar-all:2.9.0rc4 eolivelli/pulsar:2.9.0rc4 Enrico Il giorno mer 17 nov 2021 alle ore 14:04 Enrico Olivelli < eolive...@gmail.com> ha scritto: > This is the fourth release candidate for Apache Pulsar

Re: [DISCUSS] New repository for website - pulsar-site

2021-11-17 Thread Enrico Olivelli
Dave, Having a new repo will make it harder for developers to contribute documentation. Usually engineers do it like and do not have time to write docs. If we ask them to create two PRs only to add, for instance, a new configuration option, then it would be somehow a pain. I am not saying that

Re: [PIP] Broker extensions to provide operators of enterprise-wide clusters better control and flexibility

2021-11-18 Thread Enrico Olivelli
Madhavan, Thanks for sharing your PIP. It looks interesting, but I see a major problem with this approach. Basically we would be adding a way to tweak everything in Pulsar, from Connections to what we are reading and writing to storage. This feature will become very hard to maintain for users, as

Re: [VOTE] Apache Pulsar 2.9.0 candidate 4

2021-11-19 Thread Enrico Olivelli
:30) > [io.netty-netty-common-4.1.68.Final.jar:4.1.68.Final] > at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312] > ``` > > Regards, > -- > Yuri Mizushima > yumiz...@yahoo-corp.jp > > > "Enrico Olivelli" wrote: > > I have pushed

Re: [VOTE] Apache Pulsar 2.9.0 candidate 4

2021-11-19 Thread Enrico Olivelli
2021 alle ore 10:21 Enrico Olivelli < eolive...@gmail.com> ha scritto: > Yuri > > Il giorno ven 19 nov 2021 alle ore 08:38 Yuri Mizushima < > yumiz...@yahoo-corp.jp> ha scritto: > >> +1 (non-binding) >> >> * Verified checksum/signature >> * Ran rel

Re: [ANNOUNCE] New Committer: Jiwei Guo

2021-11-21 Thread Enrico Olivelli
Congrats! Enrico Il Lun 22 Nov 2021, 05:35 PengHui Li ha scritto: > The Apache Pulsar Project Management Committee (PMC) has invited Jiwei Guo > https://github.com/Technoboy- to become a committer and we are pleased to > announce > that he has accepted. > > Jiwei has joined the community for mo

Stop cherry-picking patches to released branch

2021-11-22 Thread Enrico Olivelli
Hello, I believe that we should not cherry-pick changes to released branches (branch-2.x) if there is no strong reason to do it. I think that the only types of fixes that are eligible for cherry-picks are: - security issues - fixes for regressions - fixes for serious bugs (but the change is not li

Re: [DISCUSS] New repository for website - pulsar-site

2021-11-22 Thread Enrico Olivelli
gt;>> > >>>>> -- > >>>>> Matteo Merli > >>>>> > >>>>> > >>>>> On Wed, Nov 17, 2021 at 12:29 PM Dave Fisher > wrote: > >>>>>> > >>>>>> Show me where the co

Re: [VOTE] Apache Pulsar 2.9.0 candidate 4

2021-11-24 Thread Enrico Olivelli
date 4. > > > > > > > > We opened a new Pulsar cluster based on 2.9.0-candidate-4 and > injected > > > > some chaos experiments by chaos-mesh, such as broker pod failure, > > kill, and > > > > zookeeper pod failure, in this process, the entire

[RESULT] [VOTE] Apache Pulsar 2.9.0 candidate 4

2021-11-24 Thread Enrico Olivelli
Hello everyone, the VOTE passed with 6 +1 - Enrico Olivelli (binding) - Yuri Mizushima - PengHui Li (binding) - Matteo Merli (binding) - Nicolò Boschi - Ran Gao (assuming as +1) I will promote the artifacts and push the docker images. It will take some time, expect to be release available by the

Re: [Discuss] Apache pulsar-manager 0.3.0 release

2021-11-29 Thread Enrico Olivelli
+1 Enrico Il giorno lun 29 nov 2021 alle ore 07:50 陳智弘 ha scritto: > +1 > Glad to hear that > > Thomas > > Guangning E 於 2021年11月25日 週四 13:59 寫道: > >> Hello everyone: >> >> It has been a long time since the release of the previous version's major >> release (0.2.0). I am planning to start the

Re: [RESULT] [VOTE] Apache Pulsar 2.9.0 candidate 4

2021-11-29 Thread Enrico Olivelli
tps://github.com/apache/pulsar/pull/12993 > > -1 (binding) > > Thanks, > Hang > > Enrico Olivelli 于2021年11月25日周四 下午2:48写道: > > > > Hello everyone, > > the VOTE passed with 6 +1 > > - Enrico Olivelli (binding) > > - Yuri Mizushima > > - Pen

Re: Enhancing the Pulsar Client with some a Shared State API

2021-11-29 Thread Enrico Olivelli
I am going to put up a PIP this week or the week after Enrico Il giorno lun 15 nov 2021 alle ore 13:00 Enrico Olivelli < eolive...@gmail.com> ha scritto: > Jack, > > Il giorno lun 15 nov 2021 alle ore 10:37 Jack Vanlightly > ha scritto: > >> Hi Enrico, >> >

Re: [PIP-78] Reduce redundant producers from partitioned producer

2021-12-02 Thread Enrico Olivelli
Yuri, IIUC with this change the client will control which metrics are reported by the broker ? I am not sure it is a good idea, because metrics are usually managed by the owners of the brokers, who sometimes are not the same who run the clients. Also, I am not sure if this way it is possible for

Creating Good Release notes

2021-12-02 Thread Enrico Olivelli
Hello community, There is an open discussion on the Pulsar 2.9.0 release notes PR: https://github.com/apache/pulsar/pull/12425 I have created the block of release notes by downloading the list of PR using some GitHub API. Then I have manually classified: - News and Noteworthy: cool things in the

New committer: Michael Marshal

2021-12-02 Thread Enrico Olivelli
easier contribution to the project since there is no need to go via the patch submission process. This should enable better productivity. Congrats Micheal ! Enrico Olivelli

Re: [Website] CI - Pulsar Website Build takes a long time

2021-12-02 Thread Enrico Olivelli
Dave, Il giorno ven 3 dic 2021 alle ore 04:16 Li Li ha scritto: > +1 Good idea, we will take a look and do some optimizations > > Thanks, > LiLi > > > On Dec 3, 2021, at 5:04 AM, Dave Fisher wrote: > > > > Hi - > > > > I noticed some things about the website build. > https://github.com/apache/p

Re: Missing check on .jar files committed to the source repo

2021-12-03 Thread Enrico Olivelli
files that are not needed. Enrico > > Enrico Olivelli 于2021年11月10日周三 16:47写道: > > > ping > > > > > > Il giorno ven 5 nov 2021 alle ore 09:23 Enrico Olivelli < > > eolive...@gmail.com> > > ha scritto: > > > > > Hello, > > >

Re: Creating Good Release notes

2021-12-03 Thread Enrico Olivelli
ub.com/apache/pulsar/pull/12425 < > https://github.com/apache/pulsar/pull/12425> and I also gave > some comments in the PR. > > IMO, it’s okay to ignore the PRs that only fix some typos or fix some > flaky tests. > But I found many PRs in Misc part should also be

Re: Missing check on .jar files committed to the source repo

2021-12-03 Thread Enrico Olivelli
we are human and we usually miss to validate this kind of boring stuff. It is very like LICENSE headers, NOTICE files, checkstyle :-) Enrico > > > Thanks > ZhangJian He > > Enrico Olivelli 于2021年12月3日周五 17:22写道: > > > Il giorno ven 3 dic 2021 alle ore 10:20 ZhangJian

Re: [Vote] PIP 104: Add new consumer type: TableView

2021-12-06 Thread Enrico Olivelli
+1 (binding) Enrico Il Lun 6 Dic 2021, 19:27 Matteo Merli ha scritto: > +1 > > > -- > Matteo Merli > > > On Wed, Dec 1, 2021 at 12:22 PM Neng Lu wrote: > > > > Hi Pulsar Community, > > > > I would like to start a VOTE on the Pulsar TableView consumer (PIP 104). > > > > The issue for PIP 104

Re: [ANNOUCEMENT] Welcome to our newest PMC Member - Yu Liu!

2021-12-07 Thread Enrico Olivelli
Congratulations! Enrico Il giorno mar 7 dic 2021 alle ore 06:02 Shivji Kumar Jha ha scritto: > Congratulations Yu! > > Regards, > Shivji Kumar Jha > http://www.shivjijha.com/ > +91 8884075512 > > > On Tue, 7 Dec 2021 at 09:22, PengHui Li wrote: > > > Welcome yu. > > > > Penghui > > > > On Tue,

Re: Cutting pulsar-client-node v1.5.0 release

2021-12-09 Thread Enrico Olivelli
+1 Enrico Il giorno gio 9 dic 2021 alle ore 05:54 Sijie Guo ha scritto: > +1 > > On Wed, Dec 8, 2021 at 8:37 PM Masahiro Sakamoto > wrote: > > > Hi Team, > > > > I'm planning to release v1.5.0 of the Pulsar Node.js client next week as > > some bug fixes have been merged to master. > > If you h

Re: Integration test fixes

2019-01-30 Thread Enrico Olivelli
Il giorno mer 30 gen 2019, 04:16 Matteo Merli ha scritto: > I just merged https://github.com/apache/pulsar/pull/3412 which contain > a fix for the failures in integration tests that have been plaguing > our CI in the last week. > > Please merge your PRs with master in order to pick up the fix and

Re: Integration test fixes

2019-01-31 Thread Enrico Olivelli
Il giorno mer 30 gen 2019 alle ore 18:13 Matteo Merli ha scritto: > > On Wed, Jan 30, 2019 at 12:34 AM Enrico Olivelli wrote: > > Jenkins merges the patch with current master before running tests, doesn't > > it? > > I don't think this is being done by

Re: [ANNOUNCE] Apache BookKeeper 4.9.0 released

2019-02-03 Thread Enrico Olivelli
Congrats Thank you Sijie for putting all together. Thanks to Ivan that did the huge reworking around metadata. Enrico Il giorno sab 2 feb 2019, 01:49 Sijie Guo ha scritto: > The Apache BookKeeper team is proud to announce Apache BookKeeper version > 4.9.0. > > Apache BookKeeper is a scalable,

Re: [DISCUSS] PIP 29: One package for both pulsar client and pulsar admin

2019-02-10 Thread Enrico Olivelli
As a new user I find this a great idea. For the future I will be happy to see the admin API to be able to connect to the binary endpoint and not to the http one. Cheers Enrico Il giorno lun 11 feb 2019, 07:03 Sijie Guo ha scritto: > Hi all, > > Currently we are shipping `pulsar-client` and `pul

Re: [ANNOUNCE] Apache Pulsar 2.3.0 released

2019-02-22 Thread Enrico Olivelli
Great ! I hope to be running in production soon ! Enrico Il giorno ven 22 feb 2019 alle ore 06:18 Yuva raj ha scritto: > > Congratulations Matteo! One of the most exciting and polished release! > > On Fri, 22 Feb 2019 at 00:57, Matteo Merli wrote: > > > The Apache Pulsar team is proud to announ

Re: Release 4.8.2

2019-03-07 Thread Enrico Olivelli
+1 please go ahead nothing from my side Enrico Il giorno gio 7 mar 2019 alle ore 16:36 Ivan Kelly ha scritto: > > Hi folks, > > I'm planning to cut a release for 4.8.2 before the end of the week. > > The primary motivation is to have an official release with the dlog > read ahead fix [1], which

Re: Release 2.3.1 proposal

2019-03-29 Thread Enrico Olivelli
What about waiting for BookKeeper 4.9.1 release ? Enrico Il giorno ven 29 mar 2019 alle ore 17:26 Matteo Merli ha scritto: > > Since 2.3.0 we have fixed quite a few issues (84 changes merged > already). Some of these are blocking issues so we should release 2.3.1 > asap. > > I'll start merging b

[ANNOUNCE] Apache BookKeeper 4.9.1 released

2019-04-11 Thread Enrico Olivelli
The Apache BookKeeper team is proud to announce Apache BookKeeper version 4.9.1. Apache BookKeeper is a scalable, fault-tolerant, and low-latency storage service optimized for real-time workloads. It has been used for a fundamental service to build reliable services. It is also the log segment sto

Modifing Server ServiceConfiguration at runtime (at least BookKeeper replication parameters)

2019-05-08 Thread Enrico Olivelli
Hi, I am launching Pulsar Broker inside the process of my application. I would like to change the replication factor of ledgers dynamically without restating the broker. I have taken a look at code and it seems to me that if I use org.apache.pulsar.broker.ServiceConfiguration#setManagedLedgerDefa

Re: Modifing Server ServiceConfiguration at runtime (at least BookKeeper replication parameters)

2019-05-09 Thread Enrico Olivelli
ollover by reloading the topic: pulsar-admin > topics unload $TOPIC ) > Interesting. Is this available from Java API? Is it possible to apply the change to multiple topics/namespaces with one call? Thanks Matteo Enrico > On Wed, May 8, 2019 at 11:45 PM Enrico Olivelli > wrote: >

Re: Modifing Server ServiceConfiguration at runtime (at least BookKeeper replication parameters)

2019-05-09 Thread Enrico Olivelli
clear. I will try. Thanks Enrico > On Thu, May 9, 2019 at 11:56 AM Enrico Olivelli > wrote: > > > Il gio 9 mag 2019, 18:44 Matteo Merli ha > scritto: > > > > > Hi Enrico, > > > > > > that's the default setting for the broker. You

Re: [VOTE] Pulsar Release 2.3.2 Candidate 1

2019-05-28 Thread Enrico Olivelli
Il mer 29 mag 2019, 02:32 Jia Zhai ha scritto: > Hi Jerry, > > Seems the asc signatures have some issue: > > Downloads gpg --verify apache-pulsar-2.3.2-bin.tar.gz.asc > > gpg: assuming signed data in 'apache-pulsar-2.3.2-bin.tar.gz' > > gpg: Signature made Wed May 22 09:01:05 2019 CST > > gpg:

Was [VOTE] Pulsar Release 2.4.0 Candidate 1

2019-06-23 Thread Enrico Olivelli
Hi Li, Is there a summary of highlights/noteworthy issues? The link to github issues leads to a long list of changes I willl test the rc soon Thank you Enrico -- Forwarded message - Da: PengHui Li Date: dom 23 giu 2019, 07:16 Subject: [VOTE] Pulsar Release 2.4.0 Candidate 1 To

Re: Was [VOTE] Pulsar Release 2.4.0 Candidate 1

2019-06-24 Thread Enrico Olivelli
一 下午4:42写道: > > > Hi Enrico, > > > > I am working on the release notes. Will send a pull request soon. > > > > -Penghui > > > > Enrico Olivelli 于2019年6月23日周日 下午6:50写道: > > > >> Hi Li, > >> Is there a summary of highlights/noteworthy i

Re: [ANNOUNCE] Apache Pulsar 2.4.0 released

2019-07-05 Thread Enrico Olivelli
Yep, this is a great release. I like expecially the new security features Enrico Il ven 5 lug 2019, 13:47 lsroudi abdel ha scritto: > congratulations > > Le ven. 5 juil. 2019 à 13:43, Sijie Guo a écrit : > > > Congrats Pulsar community for the wonderful release! > > > > Congrats Penghui for re

Re: PIP-40: Contribute Pulsar Manager

2019-08-29 Thread Enrico Olivelli
Maybe you can try to use HerdDB (1), it is a replicated SQL database that can be run embedded in the JVM. It is an SQL database that we developed in my company, in order to explicitly replace MySQL. It uses Bookkeeper to store the WAL and implement replication, but it can run in standalone mode or

Re: PIP-40: Contribute Pulsar Manager

2019-08-29 Thread Enrico Olivelli
> Thanks, > Sijie > > On Thu, Aug 29, 2019 at 12:08 PM Enrico Olivelli > wrote: > > > Maybe you can try to use HerdDB (1), it is a replicated SQL database that > > can be run embedded in the JVM. > > It is an SQL database that we developed in my company, in order

Re: [VOTE] Accept pulsar-manager as part of Apache Pulsar project

2019-09-04 Thread Enrico Olivelli
+1 (non binding) great enhancement for the community ! Enrico Il giorno mer 4 set 2019 alle ore 07:30 Federico Ponzi < isaacisbac...@gmail.com> ha scritto: > +1 > > Il mer 4 set 2019, 07:24 Jinfeng Huang ha scritto: > > > +1 > > Thanks for your great efforts. Pulsar manager is really awesome! >

Re: PIP-40: Contribute Pulsar Manager

2019-09-04 Thread Enrico Olivelli
; > > - Sijie > > > > On Thu, Aug 29, 2019 at 6:23 PM Ali Ahmed wrote: > > > > > I see there are dependencies on websockets, I would a prefer a simple > > > polling model of the http, also it's enable by default in pulsar. > > > > > > F

Re: [ANNOUNCE] Guangning E becomes a Pulsar committer

2019-10-10 Thread Enrico Olivelli
Congrats Guangning ! Enrico Il giorno gio 10 ott 2019 alle ore 09:29 Jinfeng Huang ha scritto: > Congratulations to Guangning! > > Best Regards, > Jennifer > > > On Thu, Oct 10, 2019 at 2:59 PM Sijie Guo wrote: > > > Hi everyone, > > > > I'm very happy to announce that Guangning E (@tuteng) a

Re: [DISCUSS] Create the first pulsar-manager apache release

2019-10-24 Thread Enrico Olivelli
Guangnin, The documents looks good. Just one clarification: When you say Source and binary files: You don't provide a link to the staging area but only to the github tag Is this expected? IMHO we should have a link to the svn repository Hope that helps Enrico Il gio 24 ott 2019, 08:10 Sijie

Re: [VOTE] Pulsar Manager release 0.1.0 Candidate 2

2019-11-06 Thread Enrico Olivelli
I am sorry, but I have to cast my -1 (non binding). Blocker problems for the release: - https://dist.apache.org/repos/dev/dist/release/pulsar/pulsar-manager/KEYS does not exist, so I cannot verify the signatures - There is not LICENSE/NOTICE file in the convenience binary file (this is not part of

Re: [VOTE] Pulsar Release 2.4.2 Candidate 2

2019-11-26 Thread Enrico Olivelli
+1 (non binding) - run standalone mode, performed basic tests - built from source on Mac + AdoptOpenJDK13 Enrico Olivelli Pulsar functions tests do not work on Java13, I have continued the build with JDK8 [ERROR] org.apache.pulsar.functions.worker.rest.api.v3.SourceApiV3ResourceTest.setup

Re: [ANNOUNCE] Apache Pulsar Manager 0.1.0 released

2019-11-29 Thread Enrico Olivelli
Kudos! Thanks for donating PM to the community! Enrico Il ven 29 nov 2019, 14:14 Guangning E ha scritto: > The Apache Pulsar team is proud to announce Apache Pulsar Manager version > 0.1.0. > > Pulsar is a highly scalable, low latency messaging platform running on > commodity hardware. It prov

Re: FW: [ANNOUNCE] new committer: Yu Liu

2019-12-03 Thread Enrico Olivelli
Congrats! Enrico Il giorno mar 3 dic 2019 alle ore 10:22 Guangning E ha scritto: > Congratulations Yu Liu! > > Thanks, > Guangning > > Jinfeng Huang 于2019年12月3日周二 下午3:00写道: > > > Congratulations to Yu Liu, and thank you very much for your contributions > > to Apache Pulsar community. > > > > B

Re: [VOTE] Pulsar Release 2.5.0 Candidate 1

2019-12-13 Thread Enrico Olivelli
+1 (non binding) Built from sources with JDK12 Run unit/integration tests of a client application that launches an embedded Pulsar broker (inside the same process of the application), performs writes/reads using the Java client APIs (admin, producer and reader) and uses SubscriptionStats I notic

Re: [VOTE] Pulsar Release 2.5.0 Candidate 1

2019-12-13 Thread Enrico Olivelli
enable it (see: > ZOOKEEPER-3056). > > Adding PRs for both fixes > > Matteo > -- > Matteo Merli > > > On Fri, Dec 13, 2019 at 8:26 AM Enrico Olivelli > wrote: > > > > +1 (non binding) > > Built from sources with JDK12 > > > > Run unit/integ

Re: [DISCUSS] PIP-297: Support raising exceptions using Function & Connector context

2023-08-28 Thread Enrico Olivelli
Zike, Il giorno lun 28 ago 2023 alle ore 11:53 Zike Yang ha scritto: > > Hi, all > > I opened a new PIP: https://github.com/apache/pulsar/pull/21079 > > This PIP is to improve the current function exception handler. It will > be applied to both Pulsar Function and Pulsar IO Connector. > > Please

Re: [VOTE] PIP-297: Support terminating Function & Connector with the fatal exception

2023-09-04 Thread Enrico Olivelli
+1 (binding) Enrico Il giorno lun 4 set 2023 alle ore 12:32 Zike Yang ha scritto: > > Hi, all > > Since there are no other concerns in the discussion, I'm delighted to > start the voting process for the PIP-297. > > Here is the link to the PIP: https://github.com/apache/pulsar/pull/21079 > > BR,

Re: [DISCUSS] Release Pulsar 3.0.2

2023-09-24 Thread Enrico Olivelli
+1 Enrico Il giorno lun 25 set 2023 alle ore 05:05 Zike Yang ha scritto: > > +1 > > BR, > Zike Yang > > On Sun, Sep 24, 2023 at 11:58 PM Dave Fisher wrote: > > > > Please use the correct name of the project - Apache Pulsar. > > > > Thanks, > > Dave > > > > Sent from my iPhone > > > > > On Sep 2

Re: [DISCUSS] Release Pulsar 3.1.1

2023-09-24 Thread Enrico Olivelli
+1 Enrico Il giorno lun 25 set 2023 alle ore 05:08 Yubiao Feng ha scritto: > > +1 > > Thanks > Yubiao Feng > > On Mon, Sep 18, 2023 at 1:32 PM guo jiwei wrote: > > > Hi all, > > > > I would like to propose releasing the Pulsar 3.1.1. > > > > It's over one month since the release of 3.1.0 and th

Re: [VOTE] Reactive Java client for Apache Pulsar 0.4.0 Candidate 1

2023-10-04 Thread Enrico Olivelli
I am not able to validate the signature: gpg -verify pulsar-client-reactive-0.4.0-src.tar.gz.asc gpg: enabled compatibility flags: gpg: ify: skipped: No public key gpg: pulsar-client-reactive-0.4.0-src.tar.gz.asc: encryption failed: No public key Enrico Il giorno mar 3 ott 2023 alle ore 13:55 La

Re: [VOTE] Reactive Java client for Apache Pulsar 0.4.0 Candidate 1

2023-10-04 Thread Enrico Olivelli
My command was wrong, you have to use "--verify" and not "-verify" (with one dash). +1 (binding) - Built from sources - Run the tests - Verified checksums and signatures Thanks for driving the release Enrico Il giorno mer 4 ott 2023 alle ore 11:42 Enrico Olivelli ha s

Re: [DISCUSS] Moving to Java 21 for development and Pulsar server component runtime

2023-10-18 Thread Enrico Olivelli
I support the idea of moving to JDK21, as far as we continue to support JDK8 for the clients Thanks for bringing up this topic Enrico Il giorno mer 18 ott 2023 alle ore 13:37 mattison chao ha scritto: > > Thanks for your answer. > > > > We have the PIP, but that doesn't answer the question abo

Re: [DISCUSS] Auto release Nuget artifacts for DotPulsar

2023-10-30 Thread Enrico Olivelli
How do we handle the VOTE? Enrico Il Lun 30 Ott 2023, 08:06 Zike Yang ha scritto: > Hi, David > > Thanks for initializing this discussion. > I'm +1 for making the auto-release process for the DotPulsar. I have > left some comments in the PR. > > Thanks, > Zike Yang > > On Thu, Oct 26, 2023 at 5

Re: Reporting and tooling to detect thread leaks in Pulsar tests

2023-10-30 Thread Enrico Olivelli
Il Lun 30 Ott 2023, 06:39 Lari Hotari ha scritto: > Hi Asaf, > > Yes, the visibility aspect is already solved by using warnings in the > summary view. Please check the example > https://github.com/apache/pulsar/actions/runs/6680066364?pr=21450 . > > Job summaries could also be used, but they have

Re: [DISSCUSS] Don't retain null-key messages during topic compaction

2023-11-07 Thread Enrico Olivelli
This is a good point. Is it worth to make it configurable per topic and per namespace? Even if this behavior is kind if a side effect or bug, maybe some applications rely on it. Flags that change the behavior per cluster are hard to adopt in nig cluster with many tenants. We should always take m

Re: [VOTE] Reactive Java client for Apache Pulsar 0.5.0 Candidate 2

2023-11-15 Thread Enrico Olivelli
+1 (binding) - run all the tests (on JDK17, M1 laptop) - verified checksums and signatures thanks for putting up the release Enrico Il giorno mer 15 nov 2023 alle ore 10:17 Christophe Bornet ha scritto: > > This is release candidate 2 for the Reactive Java client for Apache > Pulsar, version 0.

Re: [VOTE] PIP-317: Add `bookkeeperDeleted` field to show whether a ledger is deleted from the Bookie while using tiered storage

2023-11-15 Thread Enrico Olivelli
+1 It will be important to add tests about rolling back to the previous version of Pulsar and/or clusters with mixed versions of the brokers (during rolling upgrades). The old version should not complain about the new field added. Maybe you can add a note in the PIP Enrico Il Mer 15 Nov 2023, 00

Re: [DISCUSS] Introducing Apache Pulsar Office Hour Meetings

2023-11-20 Thread Enrico Olivelli
Hello, this sounds like a good idea. It is not clear to me who is going to run these meetings (also when and how) Can you please share some more context ? Maybe I missed something (both here or on private@) Thanks Enrico Il giorno lun 20 nov 2023 alle ore 16:36 PengHui Li ha scritto: > > Hi Mat

Re: Pulsar Community Meeting minutes 2023/11/23

2023-11-24 Thread Enrico Olivelli
Thanks Lari for sharing Enrico Il Ven 24 Nov 2023, 11:03 Lari Hotari ha scritto: > Pulsar Community Meeting minutes 2023/11/23 > > Notice: Draft minutes pending review - please suggest any corrections or > additions by replying to this email thread. > > - Attendees: >- Girish Sharma >

Re: [DISCUSS] PIP-320: OpenTelemetry Scaffolding

2023-11-28 Thread Enrico Olivelli
Asaf, Il Mar 28 Nov 2023, 19:14 Asaf Mesika ha scritto: > Hi, > > This is the first sub-PIP for parent PIP-264 > ("Enhanced OTel-based metric > system"). > > This PIPs goal is to introduce OpenTelemetry into Apache Pulsar. When this > PIP is implem

Re: [DISCUSS] Introducing Apache Pulsar Office Hour Meetings

2023-11-29 Thread Enrico Olivelli
all of the commuters can > > volunteer to run this meeting. > > >> > > >> When? > > >> > > >> We need to talk about a suitable time range. It’s better to cover > > different time zones. EMEA, APAC, etc. > > >> > > >>

Re: [DISCUSS] PIP-320: OpenTelemetry Scaffolding

2023-11-29 Thread Enrico Olivelli
Il giorno mer 29 nov 2023 alle ore 12:01 Asaf Mesika ha scritto: > > On Wed, Nov 29, 2023 at 12:18 AM Enrico Olivelli > wrote: > > > Asaf, > > > > > > > > Il Mar 28 Nov 2023, 19:14 Asaf Mesika ha scritto: > > > > > Hi, > > &g

Re: [DISCUSS] Release Pulsar Python clieng 3.4.0

2023-12-04 Thread Enrico Olivelli
+1 Enrico Il giorno lun 4 dic 2023 alle ore 08:31 Zike Yang ha scritto: > > Hi all, > > I would like to propose releasing the Pulsar Python client 3.4.0. > > It's over three months since the release of 3.3.0, and there are 46 new > commits: > https://github.com/apache/pulsar-client-python/compa

Re: [VOTE] PIP-320: OpenTelemetry Scaffolding

2023-12-11 Thread Enrico Olivelli
+1 (binding) Enrico Il Lun 11 Dic 2023, 08:38 Yunze Xu ha scritto: > +1 (binding) > > Thanks, > Yunze > > On Mon, Dec 11, 2023 at 3:34 PM Asaf Mesika wrote: > > > > Hi, > > > > I'm starting the vote for PIP-320 (1st sub-PIP of PIP-264) > > > > Link: https://github.com/apache/pulsar/pull/21635

Re: [VOTE] PIP-313 Support force unsubscribe using consumer api

2023-12-11 Thread Enrico Olivelli
+1 (binding) Enrico Il giorno lun 11 dic 2023 alle ore 12:56 Yunze Xu ha scritto: > > +1 (binding) > > Thanks, > Yunze > > On Mon, Dec 11, 2023 at 2:18 PM Apurva Telang > wrote: > > > > +1 (non-binding) > > > > On Sun, Dec 10, 2023 at 6:12 PM guo jiwei wrote: > > > > > +1 (binding) > > > > >

Re: [DISCUSS] Strategy for pushing the latest tag to Pulsar docker images

2023-12-12 Thread Enrico Olivelli
The first option is better, as it allows people to try out the latest features and hopefully it is more stable. On the other side we should not encourage people to use 'latest' in production as because it is by design unpredictable. Let's day that you have a system that had been running for a year

Re: [VOTE] Pulsar Release 3.1.2 Candidate 2

2023-12-18 Thread Enrico Olivelli
+1 (binding) Built from sources Run some smoke tests with Pulsar standalone Verified checksums and signatures (I had to import KEYS, there was a new key) Enrico Il giorno mer 13 dic 2023 alle ore 09:42 guo jiwei ha scritto: > > +1 (binding) > > - Checked the signatures > - Built from source > -

Re: [VOTE] PIP-326: Create a BOM to ease dependency management

2023-12-22 Thread Enrico Olivelli
+1 (binding) Enrico Il giorno ven 22 dic 2023 alle ore 02:46 Apurva Telang ha scritto: > > +1 (non-binding) > > On Thu, Dec 21, 2023 at 4:30 PM Matteo Merli wrote: > > > +1 > > > > > > -- > > Matteo Merli > > > > > > > > On Thu, Dec 21, 2023 at 4:24 PM Nicolò Boschi > > wrote: > > > > > +1 bi

Re: [VOTE] PIP-325: Add command to abort transaction

2024-01-08 Thread Enrico Olivelli
+1 (binding) Enrico Il Lun 8 Gen 2024, 03:55 ruihongzhou ha scritto: > Hi community, > > This thread is to start a vote for PIP-325: Add command to abort > transaction. > > PIP: https://github.com/apache/pulsar/pull/21731 > > Releted PR: https://github.com/apache/pulsar/pull/21630 > > Discuss

Re: [VOTE] Reactive Java client for Apache Pulsar 0.5.2 Candidate 1

2024-01-15 Thread Enrico Olivelli
+1 (binding) - verified checksums - run all tests, on JDK 11 Thanks for putting up the release Enrico Il giorno lun 15 gen 2024 alle ore 13:08 guo jiwei ha scritto: > > +1 (binding) > > - verified source package checksum and signature. > - verified binary `./scripts/validate_staging_repo.sh 0.

Re: [DISCUSS] PIP-335: Oxia metadata support

2024-02-01 Thread Enrico Olivelli
Sounds good Enrico Il giorno gio 1 feb 2024 alle ore 07:18 Apurva Telang ha scritto: > > +1 > > Best Regards, > Apurva Telang > > On Wed, Jan 31, 2024 at 8:00 PM 太上玄元道君 wrote: > > > +1 > > > > Matteo Merli 于2024年2月1日 周四07:58写道: > > > > > https://github.com/apache/pulsar/pull/22009 > > > > > > =

Re: [ANNOUNCE] Apache Pulsar 3.2.0 released

2024-02-05 Thread Enrico Olivelli
Congrats ! this is a great milestone Thank you for driving the release Enrico Il giorno lun 5 feb 2024 alle ore 13:52 guo jiwei ha scritto: > > The Apache Pulsar team is proud to announce Apache Pulsar version 3.2.0. > > Pulsar is a highly scalable, low latency messaging platform running on > c

Re: [VOTE] PIP-335: Oxia metadata support

2024-02-06 Thread Enrico Olivelli
+1 (binding) Enrico Il giorno mar 6 feb 2024 alle ore 11:36 houxiaoyu ha scritto: > > +1 nonbinding > > Thanks, > Xiaoyu Hou > > 太上玄元道君 于2024年2月6日周二 15:59写道: > > > > +1 nonbinding > > > > Matteo Merli 于2024年2月6日 周二04:40写道: > > > > > https://github.com/apache/pulsar/pull/22009 > > > > > > --

Re: [DISCUSS] Deletion of Current Ledger upon Rollover

2024-02-06 Thread Enrico Olivelli
Xiangying Il giorno mar 6 feb 2024 alle ore 13:01 Xiangying Meng ha scritto: > > Dear Community, > > I hope this message finds you well. I am writing to discuss a modification > to the behavior of deleting the current ledger. As you may know, in Pulsar, > the current ledger cannot be deleted beca

Re: HI - Introducing myself to the community, exploring/adopting Pulsar!

2024-02-07 Thread Enrico Olivelli
Welcome Enrico Il giorno mer 7 feb 2024 alle ore 11:30 Julien Jakubowski ha scritto: > > Hi Austin, > > Welcome to the Pulsar community! > I’m excited to see how you’ll integrate Pulsar into your work at ChartBoost. > Contributions, whether through documentation, sharing success stories, or > i

Re: [VOTE] Reactive Java client for Apache Pulsar 0.5.3 Candidate 1

2024-02-19 Thread Enrico Olivelli
+1 (binding) Validated checksum and signature All tests passed on Ubuntu, JDK1 Thanks for running the release Enrico Il giorno ven 16 feb 2024 alle ore 19:01 Lari Hotari ha scritto: > > +1 (binding) > > Validated source artifacts > - checked sha512 checksum > - checked signature > > Validated

Re: [ANNOUNCE] New Committer: Asaf Mesika

2024-02-20 Thread Enrico Olivelli
Congratulations! Enrico Il Mar 20 Feb 2024, 18:08 Kiryl Valkovich ha scritto: > Congratulations, Asaf! > > From: Lari Hotari > Sent: Tuesday, February 20, 2024 5:50 PM > To: dev@pulsar.apache.org > Subject: [ANNOUNCE] New Committer: Asaf Mesika > > The Apache

<    2   3   4   5   6   7   8   9   10   >