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


##########
fe/fe-core/src/main/java/org/apache/doris/common/proc/TabletsProcDir.java:
##########
@@ -45,7 +45,7 @@ public class TabletsProcDir implements ProcDirInterface {
     public static final ImmutableList<String> TITLE_NAMES = new 
ImmutableList.Builder<String>()
             
.add("TabletId").add("ReplicaId").add("BackendId").add("SchemaHash").add("Version")
             
.add("LstSuccessVersion").add("LstFailedVersion").add("LstFailedTime")
-            .add("DataSize").add("RowCount").add("State")
+            
.add("LocalDataSize").add("RemoteDataSize").add("RowCount").add("State")

Review Comment:
   This would cause compatibility problems, would using DataSize also work?



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