[ 
https://issues.apache.org/jira/browse/KUDU-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677138#comment-17677138
 ] 

ASF subversion and git services commented on KUDU-3430:
-------------------------------------------------------

Commit 76ac5b89af3f0fe6e79541fb24ca734d2a8a30de in kudu's branch 
refs/heads/master from xinghuayu007
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=76ac5b89a ]

[KUDU-3430] Implement getting flags filter logic in tool side

When using new version of Kudu tool (version: 1.16.0) to
execute command: "kudu tserver get_flags localhost:7050
-flags=block_cache_capacity_mb" on the 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 on the
server side (Kudu version 1.10.1).

So it is better to implement the filter logic on the Kudu
tool side also.

Change-Id: I0a2ddc2540d7aa70d3dd2e6c4101bb227e94c858
Reviewed-on: http://gerrit.cloudera.org:8080/19393
Reviewed-by: Yingchun Lai <[email protected]>
Tested-by: Yingchun Lai <[email protected]>


> Get flags in old version of Kudu may fail
> -----------------------------------------
>
>                 Key: KUDU-3430
>                 URL: https://issues.apache.org/jira/browse/KUDU-3430
>             Project: Kudu
>          Issue Type: Bug
>            Reporter: Xixu Wang
>            Priority: Major
>             Fix For: 1.16.0
>
>         Attachments: image-2022-12-29-11-46-52-376.png, 
> image-2022-12-30-09-20-43-149.png, screenshot-1.png
>
>
> When using new version of Kudu tool (version: 1.16.0) to execute command: 
> _{color:#ff0000}kudu tserver get_flags localhost:7050 
> -flags=block_cache_capacity_mb{color}_ in old version of Kudu TServer 
> (version: 1.10.1),it returned all flags not the specified flags.
> !image-2022-12-30-09-20-43-149.png!
>  
> That because the filter logic was not implemented in server side (Kudu 
> version 1.10.1).
> !image-2022-12-29-11-46-52-376.png!
>  
> So it is better to implement the filter logic in Kudu tool side not Kudu 
> server side.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to