Hongjiang Zhang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17273
Change subject: KUDU-3223: Quota management for table write ...................................................................... KUDU-3223: Quota management for table write When the table's size or row exceeds a threshold, the insert and update privilege will be removed from the authz token, only scan and delete privilege are allowed. This feature depends on authz token expiration, and it caused a delay for write forbidden. Anyway, it provides an approximately quota management for write. Change-Id: I2dbf365ad59f17c0a4e2e7ea6a5afaa7680724b0 --- M src/kudu/client/client.h M src/kudu/integration-tests/CMakeLists.txt M src/kudu/master/catalog_manager.cc M src/kudu/master/catalog_manager.h M src/kudu/master/master.proto 5 files changed, 100 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/73/17273/1 -- To view, visit http://gerrit.cloudera.org:8080/17273 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I2dbf365ad59f17c0a4e2e7ea6a5afaa7680724b0 Gerrit-Change-Number: 17273 Gerrit-PatchSet: 1 Gerrit-Owner: Hongjiang Zhang <[email protected]>
