Re: [DISCUSS] Create a nightly docker image

2022-03-18 Thread Dave Fisher
The ASF has a JFrog artifactory instance that could help. Ask on bui...@apache.org! Regards, Dave Sent from my iPhone > On Mar 18, 2022, at 9:53 PM, PengHui Li wrote: > > I think we can use a separate org to maintain the nightly builded snapshot > images? > So that the external repo can pull

Re: [DISCUSS] Create a nightly docker image

2022-03-18 Thread PengHui Li
I think we can use a separate org to maintain the nightly builded snapshot images? So that the external repo can pull the latest image from the new org. Regards, Penghui On Sat, Mar 19, 2022 at 12:33 PM Ziyao Wei wrote: > Hi Pulsar developers, > > > Recently on Docker Hub the `latest` image

Re: [VOTE] Pulsar Release 2.8.3 Candidate 4

2022-03-18 Thread PengHui Li
Hi Michael, Images have been uploaded. Penghui On Sat, Mar 19, 2022 at 12:19 PM PengHui Li wrote: > Thanks Michael, > > I can help push the docker image. > After the images are pushed, I will update here. > > Penghui > > On Sat, Mar 19, 2022 at 5:25 AM Michael Marshall > wrote: > >> Update on

[DISCUSS] Create a nightly docker image

2022-03-18 Thread Ziyao Wei
Hi Pulsar developers, Recently on Docker Hub the `latest` image has been changed from 2.8.2 to 2.9.1. As a result, the Golang client CI is failing. I have been debugging the issue, but to help timely detection of similar issues in the future and to ease debugging, I propose we should create a nig

Re: [VOTE] Pulsar Release 2.8.3 Candidate 4

2022-03-18 Thread PengHui Li
Thanks Michael, I can help push the docker image. After the images are pushed, I will update here. Penghui On Sat, Mar 19, 2022 at 5:25 AM Michael Marshall wrote: > Update on 2.8.3 release progress: > > I still need someone with push access to publish the 2.8.3 docker > images. Here are the im

Re: [VOTE] PIP-136: Sync Pulsar policies across multiple clouds

2022-03-18 Thread PengHui Li
Hi Rajan, Thanks for the great proposal. Will all the namespace policies be replicated to the remote cluster? I noticed the PIP title mentioned policies, but looks like from the `MetadataChangeEvent`, no namespaces policies defined. If it contains namespace policy replication, There are some poli

Re: [VOTE] Pulsar Release 2.8.3 Candidate 4

2022-03-18 Thread Michael Marshall
Update on 2.8.3 release progress: I still need someone with push access to publish the 2.8.3 docker images. Here are the images I built for voting/testing: michaelmarshall/pulsar:2.8.3-rc4 michaelmarshall/pulsar-all:2.8.3-rc4 michaelmarshall/pulsar-standalone:2.8.3-rc4 michaelmarshall/pulsar-graf

Re: [VOTE] PIP-136: Sync Pulsar policies across multiple clouds

2022-03-18 Thread Joe F
+1 On Thu, Mar 17, 2022 at 12:07 PM Rajan Dhabalia wrote: > Hi, > > I would like to start VOTE on PIP-136: > https://github.com/apache/pulsar/issues/13728 > > Thanks, > Rajan > > On Tue, Feb 8, 2022 at 4:58 PM Rajan Dhabalia > wrote: > > > > > >> How do we designate the host broker? Is it manua

[GitHub] [pulsar-helm-chart] frankjkelly opened a new issue #248: Anti-affinity rules are not namespace aware - in a multi-tenant environment could get multiple brokers/bookies on same node

2022-03-18 Thread GitBox
frankjkelly opened a new issue #248: URL: https://github.com/apache/pulsar-helm-chart/issues/248 **Is your feature request related to a problem? Please describe.** In a multi-K8S-namespace environment with anti-affinity rules turned on we cam still end up with multiple brokers or bookies

[GitHub] [pulsar-client-node] Matt-Esch commented on pull request #200: convert worker threads to async functions

2022-03-18 Thread GitBox
Matt-Esch commented on pull request #200: URL: https://github.com/apache/pulsar-client-node/pull/200#issuecomment-1071795804 FYI the process seems to segfault at the very end of the test run, which is unusual. I've added a segfault handler to try to capture segfaults in tests and print st

[GitHub] [pulsar-helm-chart] haorenfsa closed issue #245: Supports image pull secrets configuration

2022-03-18 Thread GitBox
haorenfsa closed issue #245: URL: https://github.com/apache/pulsar-helm-chart/issues/245 -- 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-unsub

Re: [DISCUSS] Set EntryCache evict task interval directly

2022-03-18 Thread Aloys Zhang
> > What's more, the evict task is executed once, and then sleep waitTimeMillis > > before the next round, we can use a ScheduledExecutorService to replace it. > +1, Currently it works like scheduleAtFixDelay, but I think we may need scheduleAtFixRate. Currently, the eviction interval is controll

Re: [DISCUSS] Set EntryCache evict task interval directly

2022-03-18 Thread Aloys Zhang
Hi penghui, The new configuration should be compatible with the existing one. > Agree that the compatible should be concerned. And the compatibility strategery has been posted in the first email. For compatibility > >- > >if only evictionFrequency is configed, keep using current logic >

[GitHub] [pulsar-helm-chart] tinto82 opened a new issue #247: Add the possibility to set NodeAffinity

2022-03-18 Thread GitBox
tinto82 opened a new issue #247: URL: https://github.com/apache/pulsar-helm-chart/issues/247 **Is your feature request related to a problem? Please describe.** We work in GKE and in our cluster have several nodepools. When we need to change the nodepool where pulsar is deployed, we have

Re: Re: Re: [DISCUSS] Migrate TestNg Assertion to AssertJ

2022-03-18 Thread Enrico Olivelli
Il giorno ven 18 mar 2022 alle ore 03:04 Roc Marshal ha scritto: > > > > > Thank you Zixuan, Enrico for your insights. > > > It is necessary to note that assertj is only the API of assertion It is > equivalent to assertions in JUnit and TestNG, not a testing framework. > Therefore, it is only e

Re: [Guideline] Pulsar PR Naming Convention

2022-03-18 Thread PengHui Li
It's better to update the contributing guideline, so that all the new contributors can follow the guidelines For the committers, we'd better try to update the PR title as the guideline before merging it. It's not easy to reach a consensus very fast, but we can finally reach it :) Thanks, Penghui