You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Hongjiang Zhang (Code Review)" <ge...@cloudera.org> on 2021/05/19 09:06:40 UTC

[kudu-CR] KUDU-3223: mangement of per-table limit by kudu CLI

Hello Alexey Serbin, Kudu Jenkins, Andrew Wong, 

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

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

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

Change subject: KUDU-3223: mangement of per-table limit by kudu CLI
......................................................................

KUDU-3223: mangement of per-table limit by kudu CLI

Use kudu CLI to set disk_size_limit and row_count_limit on table level.

If the kudu-master does not set "-enable_table_write_limit=true", kudu
cli failed to set the limit. The table's disk_size_limit and
row_count_limit are 'N/A' when calling 'kudu table statistics'.

Only kudu-master sets "-enable_table_write_limit=true", can the kudu cli
change the table limit. Use 'kudu table statistics' to check the
updated result.

Change-Id: I59bb64cc85d5fca48ae8ec980f5cfc62e4b3a1d3
---
M src/kudu/master/catalog_manager.cc
M src/kudu/tools/kudu-tool-test.cc
M src/kudu/tools/tool_action_table.cc
3 files changed, 234 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/44/17444/8
-- 
To view, visit http://gerrit.cloudera.org:8080/17444
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I59bb64cc85d5fca48ae8ec980f5cfc62e4b3a1d3
Gerrit-Change-Number: 17444
Gerrit-PatchSet: 8
Gerrit-Owner: Hongjiang Zhang <ho...@ebay.com>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Hongjiang Zhang <ho...@ebay.com>
Gerrit-Reviewer: Kudu Jenkins (120)