Re: [VOTE] Release Apache Pulsar Helm Chart 3.3.1 based on 3.3.1-candidate-1

2024-03-18 Thread Lari Hotari
Please vote so that we can get the Apache Pulsar Helm Chart released with Pulsar 3.0.3 that contains the fixes for the security advisories [1] published a week ago. Thanks! -Lari 1 - https://pulsar.apache.org/security/ On 2024/03/15 12:34:18 Lari Hotari wrote: > Hello Apache Pulsar Community,

Re: [DISCUSS] Broken builds and CI Failures in Maintenance Branches; improving maintenance strategy to address root causes

2024-03-18 Thread Lari Hotari
Thanks for the comments, Yunze. On 2024/03/18 05:48:39 Yunze Xu wrote: > I'm afraid many people don't have patience to read all the contents. I agree. However, in async work, people should have more patience to read and write. Synchronous meetings aren't a good solution either. The lack of patie

Re: [DISCUSS] Consistent code style (esp. ws/indent) and autotools

2024-03-18 Thread Lari Hotari
Making a change to formatting is a broad change that cause more harm than benefit to the Pulsar project currently. We can reconsider after the maintenance strategy has been revisited. The discussion about the maintenance strategy is in a separate thread [1]. Even with a different type of mainten

Suggestions on GitHub labels and issue templates

2024-03-18 Thread Kiryl Valkovich
Comment with better formatting on GitHub: https://github.com/apache/pulsar/issues/22277#issuecomment-2002553745 • Deprecate java label. Pulsar is written in Java and most PRs update Java code. • Instead of removing labels, deprecate them by renaming them to deprecated/. Probably pick an

[DISCUSS] Improving Pulsar broker cache design

2024-03-18 Thread Lari Hotari
Hi all, I'd like to start a discussion about improving Pulsar broker cache design. In the Pulsar broker, there are two main scenarios for message dispatching to consumers: tailing (hot) reads and catch-up (cold) reads. In both scenarios consumers can be fast or slow which also impacts the scenari

Re: [DISCUSS] Consistent code style (esp. ws/indent) and autotools

2024-03-18 Thread Zixuan Liu
Top tison 于2023年6月30日周五 09:58写道: > Hi, > > I'd like to propose applying a consistent code style (especially whitespace > and indent) with an autotool Spotless. > > // Background > > Over and over we argue contributors reformat their patch manually for > checkstyle violations, or even whitespace