Uploaded image for project: 'Falcon'
  1. Falcon
  2. FALCON-916

Falcon idempotency is being voilated during delete

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.6
    • 0.7, 0.6.1
    • webapp
    • None

    Description

      To reproduce the error, please do the following

      1. Submit cluster, feeds and a process
      2. Deletes the process in parallel using multiple threads.

      The expected response for all the requests is:

      <?xml version="1.0" encoding="UTF-8"?><result>
      
        <status>SUCCEEDED</status>
      
        <message>falcon/default/agregator-coord16-e2f284d1(process) removed successfully (KILLED in ENGINE)</message>
      
        <requestId>falcon/default/null</requestId>
      
      </result>
      

      For some of the requests, a different response was received :

      {
        "errorCode": 400,
        "errorMessage": "agregator-coord16-e2f284d1 (PROCESS) not found"
      } (ServiceResponse:86)
      

      Attachments

        1. FALCON-916.patch
          4 kB
          Balu Vellanki

        Issue Links

          Activity

            People

              bvellanki Balu Vellanki
              bvellanki Balu Vellanki
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: