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

2023-10-30 Thread Asaf Mesika
. :) > > > > > > > > > > Looks great > > > > Thanks > > Enrico > > > > > > > > > > > -Lari > > > > > > On 2023/10/29 18:34:28 Asaf Mesika wrote: > > > > Larry, I know there is a way to add like a

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

2023-10-30 Thread Lari Hotari
is a way to add like a Job summary, so we can write > > it > > > there - do you think this can increase visibility? > > > > > > On Sun, Oct 29, 2023 at 4:53 AM Lari Hotari > wrote: > > > > > > > Hi all, > > > > > > > &g

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

2023-10-30 Thread Enrico Olivelli
; On Sun, Oct 29, 2023 at 4:53 AM Lari Hotari wrote: > > > > > Hi all, > > > > > > I have submitted a PR (https://github.com/apache/pulsar/pull/21450) > which > > > includes changes to add reporting and tooling to detect thread leaks in > > > Pulsa

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

2023-10-29 Thread Lari Hotari
n write it > there - do you think this can increase visibility? > > On Sun, Oct 29, 2023 at 4:53 AM Lari Hotari wrote: > > > Hi all, > > > > I have submitted a PR (https://github.com/apache/pulsar/pull/21450) which > > includes changes to add reporting and too

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

2023-10-29 Thread Asaf Mesika
anges to add reporting and tooling to detect thread leaks in > Pulsar tests. > > It should be ensured in each test that resources created by the test are > properly cleaned up. Failing to do so can lead to memory leaks and, in some > instances, unnecessary CPU consumption. These issues can

Reporting and tooling to detect thread leaks in Pulsar tests

2023-10-28 Thread Lari Hotari
Hi all, I have submitted a PR (https://github.com/apache/pulsar/pull/21450) which includes changes to add reporting and tooling to detect thread leaks in Pulsar tests. It should be ensured in each test that resources created by the test are properly cleaned up. Failing to do so can lead to