Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/6829
to look at the new patch set (#2).
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
---
M src/kudu/client/client-test.cc
M src/kudu/master/catalog_manager.cc
2 files changed, 5 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/29/6829/2
--
To view, visit http://gerrit.cloudera.org:8080/6829
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I1f084e0ad37e0578eeeb8af00767fccb23e1b165
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Will Berkeley <[email protected]>
Gerrit-Reviewer: Kudu Jenkins