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

Fix broadcast submission timeout restart #2187

Conversation

matthewrmshin
Copy link
Contributor

Suites were dying on restart when there is a submission timeout
broadcast. On restart, submission timeout values became unicode, which
caused job submission timeout logic to die. This fix ensures that the
values are converted back to float.

(We thought #2166 would fix the issue, but it looks like the real problem was overlooked.)

@matthewrmshin matthewrmshin added the bug Something is wrong :( label Mar 2, 2017
@matthewrmshin matthewrmshin added this to the next release milestone Mar 2, 2017
@matthewrmshin matthewrmshin self-assigned this Mar 2, 2017
Suites were dying on restart when there is a submission timeout
broadcast. On restart, submission timeout values became unicode, which
caused job submission timeout logic to die. This fix ensures that the
values are converted back to float.
@matthewrmshin matthewrmshin force-pushed the fix-broadcast-submission-timeout-restart branch from 37811ba to b839795 Compare March 2, 2017 20:33
Copy link
Member

@hjoliver hjoliver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good.

@oliver-sanders oliver-sanders merged commit ec2a10c into cylc:master Mar 3, 2017
@matthewrmshin matthewrmshin deleted the fix-broadcast-submission-timeout-restart branch March 3, 2017 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is wrong :(
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants