[
https://issues.apache.org/jira/browse/GEODE-117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15346805#comment-15346805
]
ASF subversion and git services commented on GEODE-117:
-------------------------------------------------------
Commit 91f92a49726be20dd3000738f77b3b383518adc2 in incubator-geode's branch
refs/heads/feature/GEODE-1573 from [~kduling]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=91f92a4 ]
GEODE-117 - gfsh put ignores --skip-if-exists flag
Fixed test, which erroneously reported that the --skip-if-exists flag is
honored.
Implemented check for flag within the put operation.
This closes #166
> gfsh put ignores --skip-if-exists flag
> --------------------------------------
>
> Key: GEODE-117
> URL: https://issues.apache.org/jira/browse/GEODE-117
> Project: Geode
> Issue Type: Bug
> Components: gfsh
> Reporter: Dan Smith
> Assignee: Kevin Duling
> Labels: gfsh, starter
> Fix For: 1.0.0-incubating.M3
>
>
> Someone hit this on a forum post:
> https://support.pivotal.io/hc/communities/public/questions/204414098-put-in-gfsh-doesn-t-honor-skip-if-exists-true-flag-?flash_digest=f2441b8a96ac363d6da205c6f90a62035b1a3c21
> I looked into the code, and it looks like the flag gets lost somewhere along
> the way. If you look at DataCommandFunction.put, it has a putIfAbsent flag,
> but that flag is not used; the function just does a normal put.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)