You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Yifan Zhang (Code Review)" <ge...@cloudera.org> on 2019/11/21 08:59:27 UTC

[kudu-CR] www: Add tablet on disk size info to /table

Hello Kudu Jenkins, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/14771

to look at the new patch set (#2).

Change subject: www: Add tablet on_disk_size info to /table
......................................................................

www: Add tablet on_disk_size info to /table

This patch added on_disk_size info for each tablet of a table
on master webui /table page, and supported sorting on tablets by
on_disk_size, so that we could easily find the data skew of the table.

Screenshot: http://ww1.sinaimg.cn/large/9b7ebaddly1g95qi53zcsj21ef0qgq9k.jpg

Change-Id: I8cd84420968383d11658df45719a5b2070505291
---
M src/kudu/master/master_path_handlers.cc
M www/table.mustache
2 files changed, 6 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/71/14771/2
-- 
To view, visit http://gerrit.cloudera.org:8080/14771
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I8cd84420968383d11658df45719a5b2070505291
Gerrit-Change-Number: 14771
Gerrit-PatchSet: 2
Gerrit-Owner: Yifan Zhang <ch...@163.com>
Gerrit-Reviewer: Kudu Jenkins (120)