lcmarvin

Results 7 issues of lcmarvin

**Bug description** `JobOperator#stop` can not stop JobExecution correctly in the case that the stop command is executed after step finish but before job finish. JobExecute will ends up with status...

type: bug
in: core
for: backport-to-4.3.x
has: minimal-example

- A running status is STARTING, STARTED, or STOPPING. Resolves #1483

pr-for: bug
in: core

Thank you for taking time to contribute this pull request! You might have already read the [contributor guide][1], but as a reminder, please make sure to: * Sign the [contributor...

pr-for: bug
in: core

Currently a for each loop is used in `MessageChannelPartitionHandler` to poll the partition StepExecutions. ``` for (Iterator stepExecutionIterator = split.iterator(); stepExecutionIterator.hasNext();) { StepExecution curStepExecution = stepExecutionIterator.next(); if (!result.contains(curStepExecution)) { StepExecution...

in: infrastructure
type: enhancement
related-to: performance

SpringBatch have many listeners we can use to do some callback, these listeners almost cover all the lifecycle of `JobExecution` and `StepExecution`. But I have a scenario like this: I...

status: waiting-for-triage
type: feature

如下图所示:

area/Nacos console
status/need feedback