Adar Dembo has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/13573 )

Change subject: KUDU-2514 Part 2: Supports setting history_max_age_sec for the 
specified table
......................................................................


Patch Set 4:

(2 comments)

http://gerrit.cloudera.org:8080/#/c/13573/4/src/kudu/client/client-internal.h
File src/kudu/client/client-internal.h:

http://gerrit.cloudera.org:8080/#/c/13573/4/src/kudu/client/client-internal.h@148
PS4, Line 148:   /// Get the table information identified by 'table_identifier'.
Ah, you don't need to use the Doxygen style for internal functions. That's only 
necessary for stuff in the public API (i.e. client.h and a few other headers). 
You can use a more informal style here.


http://gerrit.cloudera.org:8080/#/c/13573/4/src/kudu/integration-tests/tablet_history_gc-itest.cc
File src/kudu/integration-tests/tablet_history_gc-itest.cc:

http://gerrit.cloudera.org:8080/#/c/13573/4/src/kudu/integration-tests/tablet_history_gc-itest.cc@128
PS4, Line 128: shared_ptr<KuduClient> client
Either pass this by cref or pass a raw pointer; since you're not moving the 
reference within the lambda, there's no need to copy it (and thus 
increase/decrease the ref count).



--
To view, visit http://gerrit.cloudera.org:8080/13573
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Iaac649154ae3c60785736ab246074c4dcb5b8987
Gerrit-Change-Number: 13573
Gerrit-PatchSet: 4
Gerrit-Owner: Yao Xu <oclarms....@gmail.com>
Gerrit-Reviewer: Adar Dembo <a...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Reviewer: Yao Xu <oclarms....@gmail.com>
Gerrit-Comment-Date: Tue, 11 Jun 2019 18:35:00 +0000
Gerrit-HasComments: Yes

Reply via email to