You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Samarth Gupta (JIRA)" <ji...@apache.org> on 2013/09/11 09:30:51 UTC

[jira] [Created] (FALCON-110) prism returning FAILED in place of PARTIAL failure

Samarth Gupta created FALCON-110:
------------------------------------

             Summary: prism returning FAILED in place of PARTIAL failure 
                 Key: FALCON-110
                 URL: https://issues.apache.org/jira/browse/FALCON-110
             Project: Falcon
          Issue Type: Bug
         Environment: QA
            Reporter: Samarth Gupta


if we try to submit a cluster with invalid "read" / "write" endpoints , we get a return FAILED message:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?><result><status>FAILED</status><message>ua2/Invalid storage server or port: http://ec2-54-226-213-32.compute-1.amazonaws.com:50070
No FileSystem for scheme: http
</message><requestId>ua2/83d6d598-8144-4bba-a816-ba6b23143b52
</requestId></result>

now if the user corrects the end point and try submitting again he gets the response saying that "cluster already submitted". So he first needs to run a delete command and then submit again

this is because in the initial attempt to submit, even though the response said FAILED, it was submitted to the prism store. 

We should either not submit entity at all or return partial in the case of end point does not validate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira