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

Add param --resume to opencga-analysis and opencga-storage command line #465

Closed
j-coll opened this issue Dec 9, 2016 · 0 comments
Closed
Assignees
Milestone

Comments

@j-coll
Copy link
Member

j-coll commented Dec 9, 2016

It is a fact that a job can die in a unrecoverable way (server shutdown, database dies, disk full, network down...). In this situations, it may happen that the database has some pending operations, and can't start a new operation. To fix this, we have 2 solutions:

  1. Add a param --resume for continue this operations
  2. A way of detect automatically if the previous operation has died and it needs to be resumed.

The resume parameter exists internally, but not in the CLI. Despite we are working on the second point (where resuming manually is not needed) is interesting to have this param.

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

1 participant