Yingchun Lai has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17674
Change subject: KUDU-3304: [Alter] Support to alter table's replication factor ...................................................................... KUDU-3304: [Alter] Support to alter table's replication factor In some cases we want to increase a table's replciation factor. For example, convert a test table to production table, fix a table's RF which is created by a buggy program. This patch add a function to alter table's replication factor, supported in CLI tool, and also add some unit tests. Change-Id: I3aa2d5b12c508ba761fa9410ad1a465cf31fb7d7 --- M src/kudu/client/client.cc M src/kudu/client/client.h M src/kudu/client/table_alterer-internal.cc M src/kudu/client/table_alterer-internal.h M src/kudu/master/catalog_manager.cc M src/kudu/master/catalog_manager.h M src/kudu/master/master.proto M src/kudu/tools/kudu-tool-test.cc M src/kudu/tools/tool_action_table.cc 9 files changed, 247 insertions(+), 77 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/74/17674/1 -- To view, visit http://gerrit.cloudera.org:8080/17674 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I3aa2d5b12c508ba761fa9410ad1a465cf31fb7d7 Gerrit-Change-Number: 17674 Gerrit-PatchSet: 1 Gerrit-Owner: Yingchun Lai <[email protected]>
