You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Suhas Vasu (JIRA)" <ji...@apache.org> on 2015/02/17 12:51:12 UTC

[jira] [Created] (FALCON-1033) Add a regression test to ensure duplicate update/schedule commands are handled

Suhas Vasu created FALCON-1033:
----------------------------------

             Summary: Add a regression test to ensure duplicate update/schedule commands are handled
                 Key: FALCON-1033
                 URL: https://issues.apache.org/jira/browse/FALCON-1033
             Project: Falcon
          Issue Type: Test
            Reporter: Suhas Vasu


Previously, issuing duplicate update / schedule commands in falcon (set up in distributed mode) resulted in erroneous behavious and also multiple running coordinators in oozie.

This issue is fixed as part of FALCON-944. As per changes in this fix, we obtain a global lock on the entity that is about to be updated/scheduled and fail any duplicate commands issued for the same.

We have added a basic IntegrationTest  for the same but we would like to have regression tests around this since it is a crucial fix regarding the working of falcon.



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