[CodeClean][DAO]Remove redundant comments (#3939)
* fix bug
Delete invalid field: executorcores
Modify verification prompt
* fix bug
Delete invalid field: executorcores
Modify verification prompt
* fix bug
Delete invalid field: executorcores
Modify verification prompt
* dag add close button
* reset last version
* reset last version
* dag add close buttion
dag add close buttion
* update CLICK_SAVE_WORKFLOW_BUTTON xpath
* updae CLICK_SAVE_WORKFLOW_BUTTON xpath
* updae CLICK_SAVE_WORKFLOW_BUTTON xpath
* updae CLICK_SAVE_WORKFLOW_BUTTON xpath
* Update CreateWorkflowLocator.java
modify submit workflow button
* Update CreateWorkflowLocator.java
* Update CreateWorkflowLocator.java
modify CLICK_ADD_BUTTON
* Update CreateWorkflowLocator.java
delete print
* Update CreateWorkflowLocator.java
1
* Update CreateWorkflowLocator.java
1
* Setting '-XX:+DisableExplicitGC ' causes netty memory leaks
in addition
update '- XX: largepagesizeinbytes = 128M' to '- XX: largepagesizeinbytes = 10M'
* Update dag.vue
* Update dag.vue
* Update dag.vue
* Update CreateWorkflowLocator.java
* Revert "Setting '-XX:+DisableExplicitGC ' causes netty memory leaks"
This reverts commit 3a2cba7a
* Setting '-XX:+DisableExplicitGC ' causes netty memory leaks
in addition
update '- XX: largepagesizeinbytes = 128M' to '- XX: largepagesizeinbytes = 10M'
* Update dolphinscheduler-daemon.sh
* Remove redundant comments
ProcessInstanceMapper# queryProcessInstanceListPaging
* Remove redundant comments
ProcessInstanceMapper# queryProcessInstanceListPaging
Co-authored-by: dailidong <dailidong66@gmail.com>
Co-authored-by: xingchun-chen <55787491+xingchun-chen@users.noreply.github.com>
revert-4031-133-merge-dev
parent
3fdc5576e1
commit
fa355b23f3
|
|
@ -69,19 +69,6 @@ public interface ProcessInstanceMapper extends BaseMapper<ProcessInstance> {
|
|||
List<ProcessInstance> queryByWorkerGroupIdAndStatus(@Param("workerGroupId") int workerGroupId,
|
||||
@Param("states") int[] states);
|
||||
|
||||
/**
|
||||
* process instance page
|
||||
* @param page page
|
||||
* @param projectId projectId
|
||||
* @param processDefinitionId processDefinitionId
|
||||
* @param searchVal searchVal
|
||||
* @param statusArray statusArray
|
||||
* @param host host
|
||||
* @param startTime startTime
|
||||
* @param endTime endTime
|
||||
* @return process instance IPage
|
||||
*/
|
||||
|
||||
/**
|
||||
* process instance page
|
||||
* @param page page
|
||||
|
|
@ -93,7 +80,7 @@ public interface ProcessInstanceMapper extends BaseMapper<ProcessInstance> {
|
|||
* @param host host
|
||||
* @param startTime startTime
|
||||
* @param endTime endTime
|
||||
* @return process instance page
|
||||
* @return process instance IPage
|
||||
*/
|
||||
IPage<ProcessInstance> queryProcessInstanceListPaging(Page<ProcessInstance> page,
|
||||
@Param("projectId") int projectId,
|
||||
|
|
|
|||
Loading…
Reference in New Issue