peterylh opened a new issue, #51101:
URL: https://github.com/apache/doris/issues/51101

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   trunk version ,commit 1da99867a13b26dda4230de5b824e6bb05ca9982
   all version
   
   ### What's Wrong?
   
   The AvgRate field in the result returned by show proc 
'/cluster_balance/working_slots' is always 0.
   
   
   
![Image](https://github.com/user-attachments/assets/5f17c14f-f6ab-4ba0-86ce-03e4555a26e0)
   
   ### What You Expected?
   
   The AvgRate field represents the average data transfer rate for tablet copy 
operations on a specific backend path, measured in Bytes per second (B/s)。
   
   AvgRate should display accurate statistical information.
   
   ### How to Reproduce?
   
   1. Use the following ADMIN SET REPLICA STATUS statements to set the status 
of multiple replicas to “drop”:
   ADMIN SET REPLICA STATUS PROPERTIES 
("tablet_id"="1747705786894","backend_id"="1745480957808","status"="drop")
   
   2. show proc '/cluster_balance/working_slots';
   
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [x] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to