Yifan Zhang has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19286 )
Change subject: [tablet] --tablet_history_max_age_sec is a runtime flag ...................................................................... [tablet] --tablet_history_max_age_sec is a runtime flag The way how --tablet_history_max_age_sec is used in Tablet::GetTabletAncientHistoryMark() mandates a 'runtime' tag for the flag. That allows for using the `kudu tserver set_flag` CLI tool without adding the --force option when updating the setting. Change-Id: Ie2b1553325cd33953d104b5bb3e8aeb73d90642a Reviewed-on: http://gerrit.cloudera.org:8080/19286 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Yifan Zhang <[email protected]> --- M src/kudu/tablet/tablet.cc 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Alexey Serbin: Verified Yifan Zhang: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/19286 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ie2b1553325cd33953d104b5bb3e8aeb73d90642a Gerrit-Change-Number: 19286 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yifan Zhang <[email protected]> Gerrit-Reviewer: Yuqi Du <[email protected]>
