huagetai opened a new pull request #9228:
URL: https://github.com/apache/dolphinscheduler/pull/9228
## Purpose of the pull request
when the master assigns tasks by slot, implement use the slot to scan the
database.
This closes #9227
## Brief change log
- modify findCommands method for MasterSchedulerService.java
- add findCommandPageBySlot method for ProcessService.java
- add queryCommandPageBySlot method for CommandMapper.java
- add queryCommandPageBySlot node for CommandMapper.xml
## Verify this pull request
This change added tests and can be verified as follows:
- *Added tesstQueryCommandPageBySlot method for CommandMapperTest.*
- *Added testFindCommandPageBySlot method for ProcessService.*
- *Manually verified the change by testing locally.*
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]