We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No error handling when changing the Controller status.
For example, when save method is called,
save
When errors occur in the save action, the state does not go back to Wait state. As a result, save cannot be called anymore for that model.
https://github.com/jubatus/jubatus-on-yarn/blob/v1.0.0/jubatusonyarn/jubatus-on-yarn-container/src/main/scala/us/jubat/yarn/container/ContainerController.scala#L96-L117
The text was updated successfully, but these errors were encountered:
kmaehashi
No branches or pull requests
No error handling when changing the Controller status.
For example, when
save
method is called,When errors occur in the save action, the state does not go back to Wait state. As a result, save cannot be called anymore for that model.
https://github.com/jubatus/jubatus-on-yarn/blob/v1.0.0/jubatusonyarn/jubatus-on-yarn-container/src/main/scala/us/jubat/yarn/container/ContainerController.scala#L96-L117
The text was updated successfully, but these errors were encountered: