Yifan Zhang has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18428 )
Change subject: [master_log] Correction for the value of `table_rows_limit` ...................................................................... [master_log] Correction for the value of `table_rows_limit` Fix a variable table_rows_limit, it used by a log in master, it maybe not correct before. The variable table_rows_limit, when table_disk_size_limit and table_row_count_limit all setted, and has reached the table_disk_size_limit, variable table_rows_limit is -1(default) before. Change-Id: I79365f2eda90ec49e99565f897c27ca43773fafa Reviewed-on: http://gerrit.cloudera.org:8080/18428 Reviewed-by: Yifan Zhang <chinazhangyi...@163.com> Tested-by: Yifan Zhang <chinazhangyi...@163.com> --- M src/kudu/master/catalog_manager.cc 1 file changed, 9 insertions(+), 13 deletions(-) Approvals: Yifan Zhang: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/18428 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I79365f2eda90ec49e99565f897c27ca43773fafa Gerrit-Change-Number: 18428 Gerrit-PatchSet: 10 Gerrit-Owner: Yuqi Du <shenxingwuy...@gmail.com> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yifan Zhang <chinazhangyi...@163.com> Gerrit-Reviewer: Yuqi Du <shenxingwuy...@gmail.com>