This is an automated email from the ASF dual-hosted git repository.
chufenggao pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 385d781ebc Fix minor spelling and punctuation errors (#13452)
385d781ebc is described below
commit 385d781ebce3f60fd419c7ae0617c22a247ef001
Author: Eric Gao <[email protected]>
AuthorDate: Sun Jan 29 16:51:03 2023 +0800
Fix minor spelling and punctuation errors (#13452)
---
.github/workflows/issue-robot.yml | 2 +-
.../apache/dolphinscheduler/server/master/service/FailoverService.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/issue-robot.yml
b/.github/workflows/issue-robot.yml
index b1daca781e..ab00b34681 100644
--- a/.github/workflows/issue-robot.yml
+++ b/.github/workflows/issue-robot.yml
@@ -42,6 +42,6 @@ jobs:
with:
message: |
Thank you for your feedback, we have received your issue, Please
wait patiently for a reply.
- * In order for us to understand your request as soon as possible,
please provide detailed information、version or pictures.
+ * In order for us to understand your request as soon as possible,
please provide detailed information, version or pictures.
* If you haven't received a reply for a long time, you can [join
our slack](https://s.apache.org/dolphinscheduler-slack) and send your question
to channel `#troubleshooting`
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git
a/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/service/FailoverService.java
b/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/service/FailoverService.java
index 01d9e1968a..fece6392f3 100644
---
a/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/service/FailoverService.java
+++
b/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/service/FailoverService.java
@@ -56,7 +56,7 @@ public class FailoverService {
LOGGER.info("Master failover finished, masterServer: {}",
serverHost);
break;
case WORKER:
- LOGGER.info("Worker failover staring, workerServer: {}",
serverHost);
+ LOGGER.info("Worker failover starting, workerServer: {}",
serverHost);
workerFailoverService.failoverWorker(serverHost);
LOGGER.info("Worker failover finished, workerServer: {}",
serverHost);
break;