You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@htrace.apache.org by "Colin Patrick McCabe (JIRA)" <ji...@apache.org> on 2015/01/30 00:03:34 UTC

[jira] [Commented] (HTRACE-95) --lim on findChildren in htraced does not work

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

Colin Patrick McCabe commented on HTRACE-95:
--------------------------------------------

I think this is just a quirk of how positional arguments work in kingpin... they have to be the very last thing on the command line.

{code}
cmccabe@keter:~/src/htrace2/htrace-core/src/go> ./build/htrace --addr=localhost:9097 \
    --verbose findChildren 0x0000000000000001 --lim=10000
htrace: error: unexpected arguments '--lim 10000', try --help
cmccabe@keter:~/src/htrace2/htrace-core/src/go> ./build/htrace --addr=localhost:9097 \
    --verbose findChildren --lim=10000 0x0000000000000001
[works]
{code}

> --lim on findChildren in htraced does not work
> ----------------------------------------------
>
>                 Key: HTRACE-95
>                 URL: https://issues.apache.org/jira/browse/HTRACE-95
>             Project: HTrace
>          Issue Type: Bug
>            Reporter: stack
>
> kalashnikov-20:build stack$ ./htrace --addr=localhost:9097 --verbose  findChildren 0x0000000000000001 --lim=10000
> htrace: error: unexpected arguments '--lim 10000', try --help



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)