Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Core] Scheduler policy for adaptor failures #162

Open
luis100 opened this issue Nov 5, 2012 · 1 comment
Open

[Core] Scheduler policy for adaptor failures #162

luis100 opened this issue Nov 5, 2012 · 1 comment
Assignees
Milestone

Comments

@luis100
Copy link
Member

luis100 commented Nov 5, 2012

Define policy from pronom and c3po failures, and based on:

  • Where failures come from: known (PluginException), unknown (Trowable), system (jena, etc.)
  • In which state should the tasks be restarted
  • How many times should they restart (e.g. 3 with the same state, 3 with the next batch, 3 with reset state?)
  • Should the plugin make the decision of where to start when failure occurs?
@luis100
Copy link
Member Author

luis100 commented Dec 5, 2012

  • Create a FatalPluginException and TorelablePluginException. If it torelable then continue with the next batch.
  • When restarting the plugin, do not start immediatly but wait for the next schedule (period)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants