platoneko commented on code in PR #11450:
URL: https://github.com/apache/doris/pull/11450#discussion_r950681634


##########
fe/fe-core/src/main/java/org/apache/doris/common/proc/BackendsProcDir.java:
##########
@@ -51,7 +51,7 @@ public class BackendsProcDir implements ProcDirInterface {
             
.add("BePort").add("HttpPort").add("BrpcPort").add("LastStartTime").add("LastHeartbeat").add("Alive")
             
.add("SystemDecommissioned").add("ClusterDecommissioned").add("TabletNum")
             
.add("DataUsedCapacity").add("AvailCapacity").add("TotalCapacity").add("UsedPct")
-            
.add("MaxDiskUsedPct").add("Tag").add("ErrMsg").add("Version").add("Status")
+            
.add("MaxDiskUsedPct").add("Tag").add("ErrMsg").add("Version").add("Status").add("RemoteUsedCapacity")

Review Comment:
   Some unit tests and regression tests rely on the subscript of these data. If 
`RemoteUsedCapacity` is inserted into the middle, the tests will fail.



-- 
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

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