Wang Xixu has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19393
Change subject: [KUDU-3430] Implement getting flags filter logic in tool side ...................................................................... [KUDU-3430] Implement getting flags filter logic in tool side When using new version of Kudu tool (version: 1.14.2) to execute command: "kudu tserver get_flags localhost:7050 -flags=block_cache_capacity_mb" in old version of Kudu TServer (version: 1.10.1),it returned all flags not the specified flags. That because the filter logic was not implemented in server side (Kudu version 1.10.1). So it is better to implement the filter logic in Kudu tool side not Kudu server side again. Change-Id: I0a2ddc2540d7aa70d3dd2e6c4101bb227e94c858 --- M src/kudu/tools/tool_action_common.cc 1 file changed, 29 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/93/19393/1 -- To view, visit http://gerrit.cloudera.org:8080/19393 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I0a2ddc2540d7aa70d3dd2e6c4101bb227e94c858 Gerrit-Change-Number: 19393 Gerrit-PatchSet: 1 Gerrit-Owner: Wang Xixu <[email protected]>
