You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by pallavi-rao <gi...@git.apache.org> on 2016/03/01 07:48:56 UTC

[GitHub] falcon pull request: FALCON-1826 Execution order not honoured when...

GitHub user pallavi-rao opened a pull request:

    https://github.com/apache/falcon/pull/58

    FALCON-1826 Execution order not honoured when instances are KILLED

    The problem was that the unregister for schedule did not unregister the instance immediately. It would add to instancesToIgnore and would get ignored while scheduling. This causes issues as instancesToIgnore will need to be scanned at more than one place. 
    
    The fix is to remove the instance from "awaitingSchedule" list synchronously for unregister.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pallavi-rao/falcon 1826

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/falcon/pull/58.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #58
    
----
commit dec29c0d1e220d1c78e57992c14dfa3b0ab5ef2d
Author: Pallavi Rao <pa...@inmobi.com>
Date:   2016-03-01T04:46:36Z

    FALCON-1826 Execution order not honoured when instances are KILLED

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] falcon pull request: FALCON-1826 Execution order not honoured when...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/falcon/pull/58


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---