Re: [Workflow] Introduce Bot to Pulsar

2021-07-21 Thread Anonymitaet _
Hi Enrico, Thanks for your tech details! We can introduce Bot to community to perform reasonable tasks (like “send a reminder and give directions to newbies” and more). Anyone would like to help implement this? Thanks! ---

Re: Integration tests failing in Pulsar CI with error code 137 (out of memory error)

2021-07-21 Thread Lari Hotari
I pushed PR https://github.com/apache/pulsar/pull/11414 to fix the issue. Let's see if it does. -Lari On Wed, Jul 21, 2021 at 2:28 PM Lari Hotari wrote: > Hi all, > > There are several integration test jobs failing where the docker container > run by Testcontainers gets terminated with error co

[GitHub] [pulsar-client-node] ilaipi opened a new issue #164: Can't install on buster

2021-07-21 Thread GitBox
ilaipi opened a new issue #164: URL: https://github.com/apache/pulsar-client-node/issues/164 steps: ```shell docker run -it --name test_buster node:14.15.1-buster bash # enter docker container mkdir /app && cd /app wget https://mirrors.gigenet.com/apache/pulsar/p

[VOTE] Pulsar Release 2.7.3 Candidate 2

2021-07-21 Thread 丛搏
This is the second release candidate for Apache Pulsar, version 2.7.3. It fixes the following issues: https://github.com/apache/pulsar/pulls?q=is%3Apr+is%3Aopen+label%3Arelease%2F2.7.3+is%3Apr+ *** Please download, test and vote on this release. This vote will stay open for at least 72 hours ***

Integration tests failing in Pulsar CI with error code 137 (out of memory error)

2021-07-21 Thread Lari Hotari
Hi all, There are several integration test jobs failing where the docker container run by Testcontainers gets terminated with error code 137 (maps to out of memory error). The failing jobs are: CI - Integration - Sql - https://github.com/apache/pulsar/actions/workflows/ci-integration-sql.yaml (mo

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

[VOTE] Pulsar Client Go Release 0.6.0 Candidate 1

2021-07-21 Thread r...@apache.org
Hi everyone, Please review and vote on the release candidate #1 for the version 0.6.0, 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 Go client, version 0.6.0. It fixes the f

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

2021-07-21 Thread r...@apache.org
Thanks everyone, i will cut 0.6.0 release and start to release a new version. -- Thanks Xiaolong Ran Sijie Guo 于2021年7月21日周三 上午7:25写道: > +1 > > On Tue, Jul 20, 2021 at 4:16 AM PengHui Li > wrote: > > > > +1 > > On Jul 20, 2021, 7:24 AM +0800, Ming Luo , > wrote: > > > +1 > > > > > > Thanks >

[Workflow] Introduce Bot to Pulsar

2021-07-21 Thread Anonymitaet _
Hi All, To help iterate Pulsar fast and better, we triage Pulsar issues and review PRs every day. Recently, we find some issues that might slow down the iteration process. For example, * Scenario 1: Some PRs get approvals, but they cannot be merged because of the frequently failed tests. S