You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2014/08/19 19:43:18 UTC

[jira] [Resolved] (MESOS-1722) Wrong attributes separator in slave --help

     [ https://issues.apache.org/jira/browse/MESOS-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kone resolved MESOS-1722.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.21.0

commit 419011065cd0b1e2f521a3f22e9df3ff5eb7bc36
Author: Nikita Vetoshkin <ni...@gmail.com>
Date:   Tue Aug 19 10:40:23 2014 -0700

    Fixed help string for "--attributes" flag.
    
    Review: https://reviews.apache.org/r/24840


> Wrong attributes separator in slave --help
> ------------------------------------------
>
>                 Key: MESOS-1722
>                 URL: https://issues.apache.org/jira/browse/MESOS-1722
>             Project: Mesos
>          Issue Type: Bug
>          Components: slave
>            Reporter: Nikita Vetoshkin
>            Assignee: Nikita Vetoshkin
>            Priority: Trivial
>             Fix For: 0.21.0
>
>
> {{mesos-slave --help}} says ',' should be used as attributes separator
> {noformat}
>   --attributes=VALUE                         Attributes of machine, in the form:
>                                              rack:2 or 'rack:2,u:1'
> {noformat}
> But that doesn't work and according to sources ({{src/common/attributes.cpp}} string is tokenized by ';'. Thus help text should be trivially fixed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)