You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Yuqi Du (Code Review)" <ge...@cloudera.org> on 2022/04/23 01:28:22 UTC

[kudu-CR] [log] Make a variable table rows limit correct, which used by catalog manager.cc

Hello Kudu Jenkins, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/18428

to look at the new patch set (#3).

Change subject: [log] Make a variable table_rows_limit correct, which used by catalog_manager.cc
......................................................................

[log] Make a variable table_rows_limit correct, which used by catalog_manager.cc

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
---
M src/kudu/master/catalog_manager.cc
1 file changed, 5 insertions(+), 11 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/28/18428/3
-- 
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: newpatchset
Gerrit-Change-Id: I79365f2eda90ec49e99565f897c27ca43773fafa
Gerrit-Change-Number: 18428
Gerrit-PatchSet: 3
Gerrit-Owner: Yuqi Du <sh...@gmail.com>
Gerrit-Reviewer: Kudu Jenkins (120)