Skip to Main Content

Biweekly #10: Launch of Version 1.0.5 and Enhanced AutoBalancing Scheduling

Community contributors list

AutoMQ master dynamics

AutoMQ version 1.0.5 released

https://github.com/AutoMQ/automq/releases/tag/1.0.5

  • The default log rolling method has been changed from hourly to size-based, maintaining log space usage below 5GiB;

  • Enhanced performance for large-scale object deletion, enabling the simultaneous deletion of more than 100,000 objects;

  • Addressing consumption issues that arise from rapid reassignment in extreme ABA partitioning scenarios;

Accelerating scheduling via AutoBalancing;

https://github.com/AutoMQ/automq/pull/1181

  • Implement actions generated from optimization using a batching interval strategy;

  • Batching constraints: Actions targeting a single node should not exceed 50 within a single batch;

  • Interval: There is a 5-second gap between each batch;