Skip to content

Sorting in JdbcJobExecutionDao.GET_RUNNING_EXECUTIONS makes no sense #3987

Closed
@marschall

Description

@marschall

JdbcJobExecutionDao#GET_RUNNING_EXECUTIONS currently has order by E.JOB_EXECUTION_ID desc however JdbcJobExecutionDao#findRunningJobExecutions(String) returns a HashSet therefore the iteration order is undefined. We should either

  • remove the order by
  • return a TreeSet

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions