-
Notifications
You must be signed in to change notification settings - Fork 11.8k
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
[Enhancement] Add new command to check async task status in broker #9097
Labels
Comments
@qianye1001 Hi!Can I try it? |
you can try. if you need any help , you can contact me via WeChat: w949696806 |
KiteSoar
added a commit
to KiteSoar/rocketmq
that referenced
this issue
Jan 27, 2025
KiteSoar
added a commit
to KiteSoar/rocketmq
that referenced
this issue
Feb 1, 2025
KiteSoar
added a commit
to KiteSoar/rocketmq
that referenced
this issue
Feb 1, 2025
KiteSoar
added a commit
to KiteSoar/rocketmq
that referenced
this issue
Feb 1, 2025
KiteSoar
added a commit
to KiteSoar/rocketmq
that referenced
this issue
Feb 1, 2025
KiteSoar
added a commit
to KiteSoar/rocketmq
that referenced
this issue
Feb 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before Creating the Enhancement Request
Summary
Add new command to check async task status in broker
Motivation
Currently, when executing broker admin asynchronous tasks , User can only check task status by viewing logs, which is very unfriendly. Therefore, we hope to add a RemotingCommand to support querying the status of asynchronous tasks.
The current asynchronous task is: checkRocksdbCqWriteProgress
Describe the Solution You'd Like
add a RemotingCommand to support querying the status of asynchronous tasks.
Describe Alternatives You've Considered
using a little memory
Additional Context
No response
The text was updated successfully, but these errors were encountered: