Xu Han@AutoMQ

Results 48 comments of Xu Han@AutoMQ

In the future, the WAL plan will be changed to a sequential success model to improve code maintainability while meeting current performance requirements. This PR increases the consideration cost for...

> > In the future, the WAL plan will be changed to a sequential success model to improve code maintainability while meeting current performance requirements. > > This PR increases...

Updating dependencies is not just about updating versions; it is a more complex task that requires additional effort in compatibility adaptation, performance regression, and other preparatory tasks. The dependencies of...

closed by https://github.com/AutoMQ/automq/pull/2678

Kafka assumes that requests will be processed sequentially. Changing the queue to a PriorityQueue may introduce unknown risks. https://github.com/AutoMQ/automq/issues/1446 The core purpose is to solve how to handle scenarios where...

Do you mind if I solve this issue in this way? https://github.com/AutoMQ/automq/issues/1446

Object deletion task has been optimized through https://github.com/AutoMQ/automq/pull/1603. To further prevent Controller Overload (Huge tasks, Long Running task, GC) from causing the entire Broker cluster to be Fenced, `BrokerHeartbeatManager#findOneStaleBroker` adds...

Welcome to use AI to fix issues, but the expected fixes need to be verified and confirmed by the developers themselves. @vivekchavan14

Hi, The original Apache Kafka test cases have not been fully adapted yet. Therefore, it is necessary to run the test cases through ./gradlew build -x test. Welcome to participate...