Skip to content

Make the meaning of running status consistent #4113

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

Closed
wants to merge 1 commit into from

Conversation

lcmarvin
Copy link
Contributor

@lcmarvin lcmarvin commented May 11, 2022

  • A running status is STARTING, STARTED, or STOPPING.

Resolves #1483

@lcmarvin
Copy link
Contributor Author

I noticed in #3987 that the order by cause could be removed, so I reverted the change of HashSet to LinkedHashSet.

- A running status is STARTING, STARTED, or STOPPING.
- Update related tests.

 Resolves spring-projects#1483
@fmbenhassine
Copy link
Contributor

LGTM. Rebased and merged as bbf35b7. Thank you for your contribution!

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

Successfully merging this pull request may close these issues.

BatchStatus#isRunning() is not consistent with JobExplorer#findRunningJobExecutions(String) or JobExecution#isRunning()
2 participants