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

Fixes uninitialized values of min/max_wu_id and min/max_batch #3090

Merged
merged 2 commits into from
Apr 5, 2019

Conversation

SETIguy
Copy link
Contributor

@SETIguy SETIguy commented Apr 5, 2019

I found this problem today while debugging a different server issue, workunits were getting rejected because they were being compared to inititalized values.

Initializing the values solved the problem.

Even though I did a commit range cherry pick, only one commit comment is shown. Not sure why that is.

@davidpanderson
Copy link
Contributor

Compile warnings showed that we needed to use longs instead of ints for IDs.
Eric, let me know if this looks OK, and I'll merge.

@SETIguy
Copy link
Contributor Author

SETIguy commented Apr 5, 2019

Looks good. Once the final check finishes it's good to merge.

@davidpanderson davidpanderson merged commit 4c6eb6c into master Apr 5, 2019
@JuhaSointusalo JuhaSointusalo deleted the ek_pr branch April 6, 2019 13:22
@AenBleidd AenBleidd added this to the Server Release 1.2.0 milestone Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants