Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUESTION] partition offline or error occurs frequently #2276

Closed
linshgun opened this issue Jan 20, 2025 · 2 comments
Closed

[QUESTION] partition offline or error occurs frequently #2276

linshgun opened this issue Jan 20, 2025 · 2 comments
Labels
question Further information is requested

Comments

@linshgun
Copy link

Version & Environment

  • AutoMQ version v1.3.0

What went wrong?

When no traffic limit is configured and the machine load is not high, partition offline often occurs and error increases. LEADER_NOT_AVAILABLE and NOT_OR_follower account for the largest proportion of followers, leading to frequent group rebalancing. Consumption instability, error reporting, such as “commit failed”, what factors may be responsible, and what parameters can I optimize

Image

Image

@linshgun linshgun added the bug Something isn't working label Jan 20, 2025
@linshgun linshgun changed the title [QUESTION] [QUESTION] partition offline or error occurs frequently Jan 20, 2025
@SCNieh
Copy link
Contributor

SCNieh commented Feb 4, 2025

Hi, the error you're seeing typically happens when partition gets reassigned. AutoMQ has a built-in AutoBalancer that continuously monitors the cluster status and tries to balance the traffic by moving partitions around. To verify if the partition reassignment is caused by the AutoBalancer, please check the auto-balancer.log. Additionally, there are several parameters you can adjust to better fit your conditions. For detailed explanations on the relevant parameters, please refer to kafka.autobalancer.config.AutoBalancerControllerConfig.

@daniel-y
Copy link
Contributor

daniel-y commented Feb 9, 2025

Hi @linshgun, AutoMQ is a data-intensive software. Even if you can obtain all the source codes from GitHub, running AutoMQ at scale in production remains a challenge. If you need any support from our team, we're happy to help and can set up a WeChat group or Slack channel for you.

@daniel-y daniel-y added question Further information is requested and removed bug Something isn't working labels Feb 9, 2025
@daniel-y daniel-y closed this as not planned Won't fix, can't repro, duplicate, stale Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants