You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have confirmed that this should be classified as an enhancement rather than a bug/feature.
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:
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: