Skip to content

Commit

Permalink
Merge pull request #2390 from wangyu096/issue_2389
Browse files Browse the repository at this point in the history
fix: 执行方案传入的目标主机为空时,报错信息不明确 #2389
  • Loading branch information
wangyu096 authored Aug 28, 2023
2 parents 20a6f0f + 0ff2f8a commit b48ad72
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@
1244025=任务被丢弃
1244026=非法的滚动策略
1244027=滚动批次不能大于{0}
1244028=步骤 [{}] 的目标主机为空
1244029=步骤 [{}] 的源文件主机为空
1244028=步骤 [{0}] 的目标主机为空
1244029=步骤 [{0}] 的源文件主机为空

## 业务错误-定时任务(job-crontab)
1245006=定时任务执行时间已失效
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@
1244025=Task abandoned
1244026=Invalid rolling strategy
1244027=Rolling batch can not be greater than {0}
1244028=Step [{}] target host is empty
1244029=Step [{}] source host is empty
1244028=Step [{0}] target host is empty
1244029=Step [{0}] source host is empty

## Business error - job-crontab
1245006=Cron job execution time already passed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@
1244025=Task abandoned
1244026=Invalid rolling strategy
1244027=Rolling batch can not be greater than {0}
1244028=Step [{}] target host is empty
1244029=Step [{}] source host is empty
1244028=Step [{0}] target host is empty
1244029=Step [{0}] source host is empty

## Business error - job-crontab
1245006=Cron job execution time already passed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@
1244025=任务被丢弃
1244026=非法的滚动策略
1244027=滚动批次不能大于{0}
1244028=步骤 [{}] 的目标主机为空
1244029=步骤 [{}] 的源文件主机为空
1244028=步骤 [{0}] 的目标主机为空
1244029=步骤 [{0}] 的源文件主机为空

## 业务错误-定时任务(job-crontab)
1245006=定时任务执行时间已失效
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@
1244025=任务被丢弃
1244026=非法的滚动策略
1244027=滚动批次不能大于{0}
1244028=步骤 [{}] 的目标主机为空
1244029=步骤 [{}] 的源文件主机为空
1244028=步骤 [{0}] 的目标主机为空
1244029=步骤 [{0}] 的源文件主机为空

## 业务错误-定时任务(job-crontab)
1245006=定时任务执行时间已失效
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ user.operation.next_step=Next step
user.operation.detail.start.web=User launch it by Web UI.
user.operation.detail.start.cron=Launched by Cron Service.
user.operation.detail.start.api=Launched by {0} call API.
user.operation.detail.confirm.terminate=User has confirmed to refute the task, reason: {}.
user.operation.detail.confirm.continue=User has confirmed to continue execution, reason: {}.
user.operation.detail.confirm.terminate=User has confirmed to refute the task, reason: {0}.
user.operation.detail.confirm.continue=User has confirmed to continue execution, reason: {0}.
user.operation.detail.confirm.restart=User re-initiates confirmation.
user.operation.detail.retry_step_all=Click here to view the execution details before retrying.
user.operation.detail.retry_step_fail=Click here to view the execution details before retrying.
Expand Down

0 comments on commit b48ad72

Please sign in to comment.