Will Berkeley has submitted this change and it was merged. Change subject: Clarify error for permitted max tablets at creation time ......................................................................
Clarify error for permitted max tablets at creation time Several users have been confused by the error returned when trying to create a table with too many tablets. This patch lengthens the error message so it's clearer that the restriction is for table creation, and suggests the workaround of adding range partitions. Change-Id: I1f084e0ad37e0578eeeb8af00767fccb23e1b165 Reviewed-on: http://gerrit.cloudera.org:8080/6829 Tested-by: Kudu Jenkins Reviewed-by: Dan Burkert <[email protected]> --- M src/kudu/client/client-test.cc M src/kudu/master/catalog_manager.cc 2 files changed, 5 insertions(+), 2 deletions(-) Approvals: Dan Burkert: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/6829 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1f084e0ad37e0578eeeb8af00767fccb23e1b165 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Will Berkeley <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Will Berkeley <[email protected]>
