You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Adam Kawa (JIRA)" <ji...@apache.org> on 2014/11/21 16:35:34 UTC

[jira] [Created] (FALCON-911) Fix misleading "success" information when the entity is removed using CLI

Adam Kawa created FALCON-911:
--------------------------------

             Summary: Fix misleading "success" information when the entity is removed using CLI
                 Key: FALCON-911
                 URL: https://issues.apache.org/jira/browse/FALCON-911
             Project: Falcon
          Issue Type: Improvement
          Components: client
    Affects Versions: 0.7
            Reporter: Adam Kawa
            Priority: Minor


It looks that when removing entity using CLI, you always get "success" message:

{code}
$ falcon entity -type feed -delete -name a-feed-that-does-not-exist-feed
falcon/a-feed-that-does-not-exist-feed(feed) removed successfully
{code}

This is misleading, because when you make a typo in a entity name or a mistake in entity type, then you don't get any ERROR and the command silently succeeds with a wrong message.



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