[ https://issues.apache.org/jira/browse/GEODE-6519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16793330#comment-16793330 ]
ASF subversion and git services commented on GEODE-6519: -------------------------------------------------------- Commit b2e388469085d0e9ada2cc988d41815cfbe8ec56 in geode's branch refs/heads/feature/GEODE-6518 from Juan José Ramos [ https://gitbox.apache.org/repos/asf?p=geode.git;h=b2e3884 ] GEODE-6519: Fix CreateGatewaySenderCommand Flags (#3298) - Fixed minor warnings. - Parameter `manual-start` from `create gateway-sender` command is set as `false` by default when specified without a value. - Parameters `parallel`, `disk-synchronous`, `enable-persistence` and `enable-batch-conflation` from `create gateway-sender` command are set as `true` by default when specified without a value. > Purge CreateGatewaySenderCommand Boolean Parameters > --------------------------------------------------- > > Key: GEODE-6519 > URL: https://issues.apache.org/jira/browse/GEODE-6519 > Project: Geode > Issue Type: Bug > Components: gfsh > Reporter: Juan José Ramos Cassella > Assignee: Juan José Ramos Cassella > Priority: Major > Fix For: 1.10.0 > > Time Spent: 1h 40m > Remaining Estimate: 0h > > Several of the {{CreateGatewaySenderCommand}} {{boolean}} parameters are left > as {{null}} / {{false}} even when they are set through the command line > without a value, this is extremely counter intuitive. > As an example, as a user I would expect the command {{gfsh create > gateway-sender --enable-persistence}} to create a persistent > {{gateway-sender}} but, instead, it creates a non-persistent one. > This ticket is to sanitate the following parameters, configuring them as > {{true}} by default whenever they are specified in the command line without > any value: > * parallel > * disk-synchronous > * enable-persistence > * enable-batch-conflation -- This message was sent by Atlassian JIRA (v7.6.3#76005)