[ https://issues.apache.org/jira/browse/GEODE-5667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16700947#comment-16700947 ]
ASF subversion and git services commented on GEODE-5667: -------------------------------------------------------- Commit dc519bb08330bba4a29a027a642da8c23c3f7b69 in geode's branch refs/heads/feature/GEODE-6068 from Juan José Ramos [ https://gitbox.apache.org/repos/asf?p=geode.git;h=dc519bb ] GEODE-5667: Fix manual-start default value (#2822) - Fixed minor warnings in test classes. - The `create gateway-receiver` command now sets the `manual-start` property as `true` when the parameter is specified without a value. > gfsh create gateway-receiver option "--manual-start" has counterintuitive > default > --------------------------------------------------------------------------------- > > Key: GEODE-5667 > URL: https://issues.apache.org/jira/browse/GEODE-5667 > Project: Geode > Issue Type: Improvement > Components: docs, gfsh > Affects Versions: 1.6.0 > Reporter: Dave Barnes > Assignee: Dave Barnes > Priority: Major > Labels: pull-request-available > Time Spent: 40m > Remaining Estimate: 0h > > The "--manual-start" option for the `gfsh create gateway-receiver` command, > when specified without a value (=true or =false), should set > manual-start=true. > Current behavior is that if specified without a value, the parameter is set > to null, which invokes the system's default behavior, which happens to be > `false`. > This is counterintuitive to the user, who (I'm certain) would expect > `--manual-start` to result in the parameter being set to `true`. -- This message was sent by Atlassian JIRA (v7.6.3#76005)