Re: Pulsar CI broken due to Eclipse Temurin repository broken

2023-10-30 Thread Lari Hotari
There's another problem related to the Eclipse Temurin repository. Sometimes the Pulsar docker image building fails with an error "Error reading from server. Remote end closed connection". I reported the issue to adoptium/installer project issues as a comment on an existing issue: https://githu

Call for Presentations now open: Community over Code EU 2024

2023-10-30 Thread Ryan Skraba
(Note: You are receiving this because you are subscribed to the dev@ list for one or more projects of the Apache Software Foundation.) It's back *and* it's new! We're excited to announce that the first edition of Community over Code Europe (formerly known as ApacheCon EU) which will be held at th

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

2023-10-30 Thread Asaf Mesika
Ok, got it. While scrolling down on the main page, and cursor is on the graph, nothing happens. When you move the mouse away from the graph, you scroll and then you see those annotations. Very nice additions and good to generally know about them. On Mon, Oct 30, 2023 at 10:53 AM Lari Hotari wrot

RE: Re: [DISCUSS] Auto release Nuget artifacts for DotPulsar

2023-10-30 Thread David Jensen
Hi Enrico Olivell, When you need to release a package, it is important to follow the release manual. Here is a summary of the steps you need to take: 1. Update the version and tag of a package. 2. Create a GitHub prerelease. 3. Download the source code. 4. Sign and stage the artifacts. 5. Run a

RE: Re: [DISCUSS] Auto release Nuget artifacts for DotPulsar

2023-10-30 Thread David Jensen
Thanks for the feedback. I have to respond to your question on GitHub. :) On 2023/10/30 07:05:46 Zike Yang wrote: > 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

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

2023-10-30 Thread Lari Hotari
Thanks for the review. I merged the PR and triggered a manual build https://github.com/apache/pulsar/actions/runs/6690374946 to get the latest report of leaked threads. -Lari On Mon, 30 Oct 2023, 9.15 Enrico Olivelli, wrote: > Il Lun 30 Ott 2023, 06:39 Lari Hotari ha scritto: > > > Hi Asaf, >

[CALL FOR CONTRIBUTE] The broker feature matrix page

2023-10-30 Thread tison
Hi, As I proposed in my previous email[1], it's a heat path that our users want to know what features Pulsar provides and at which version they are experimental, beta, or stable. * Experimental Since indicates a version; since then, the feature has been experimental. Experimental means it is not

Re: [VOTE] Pulsar Client Go Release 0.11.1 Candidate 1

2023-10-30 Thread Max Xu
The KEYS file link is dead, I think it should be https://downloads.apache.org/pulsar/KEYS On Mon, Oct 30, 2023 at 10:02 AM PengHui Li wrote: > +1 (binding) > > - Verified the signatures > - Build from the source > - Run the test on Pulsar 3.1.1 (make test PULSAR_VERSION=3.1.1) > - Run the test

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: [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: [DISCUSS] Auto release Nuget artifacts for DotPulsar

2023-10-30 Thread Zike Yang
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:39 PM David Jensen wrote: > > Hi everyone, > I have worked with Tison to make the release process smo