You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by ad...@apache.org on 2019/11/28 02:20:21 UTC

[kudu] 01/02: www: keep the /table and /tables page consistent

This is an automated email from the ASF dual-hosted git repository.

adar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git

commit 7c5455a0ca213e46280b4fcab1a83e4bb52679eb
Author: Andrew Wong <aw...@apache.org>
AuthorDate: Wed Nov 27 11:37:23 2019 -0800

    www: keep the /table and /tables page consistent
    
    The /table page lists "On-Disk Size (leaders only)" for the table size,
    whereas the /tables page lists "On-Disk Size (pre-replication)". This
    homogenizes on the former.
    
    Change-Id: I9b3e4052cc42ec57fa87132d12bfc97fa7777f57
    Reviewed-on: http://gerrit.cloudera.org:8080/14805
    Tested-by: Kudu Jenkins
    Reviewed-by: Adar Dembo <ad...@cloudera.com>
---
 www/tables.mustache | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/tables.mustache b/www/tables.mustache
index 6689206..5d2e82b 100644
--- a/www/tables.mustache
+++ b/www/tables.mustache
@@ -35,7 +35,7 @@ There are {{num_tables}} tables.
     <th>State</th>
     <th>State Message</th>
     <th data-sorter="numericStringsSorter" data-sortable="true">Tablet Count</th>
-    <th data-sorter="bytesSorter" data-sortable="true">On-Disk Size (pre-replication)</th>
+    <th data-sorter="bytesSorter" data-sortable="true">On-Disk Size (leaders only)</th>
     <th data-sorter="timesSorter" data-sortable="true">Create Time</th>
     <th data-sorter="timesSorter" data-sortable="true">Last Alter Time</th>
   </tr></thead>