You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -41,7 +41,7 @@ After complete the installation, get the `docker-compose.yaml` file from [downlo
41
41
form its source package, and make sure you get the right version. After download the package, you can run the commands as below.
42
42
43
43
```shell
44
-
$ DOLPHINSCHEDULER_VERSION=3.1.8
44
+
$ DOLPHINSCHEDULER_VERSION=3.1.9
45
45
$ tar -zxf apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src.tar.gz
46
46
# Going to docker-compose's location
47
47
# For Mac or Linux users
@@ -68,7 +68,7 @@ $ docker-compose --profile all up -d
68
68
container when it up. You could start DolphinScheduler server separately if you want to reuse your exists services.
69
69
70
70
```shell
71
-
$ DOLPHINSCHEDULER_VERSION=3.1.8
71
+
$ DOLPHINSCHEDULER_VERSION=3.1.9
72
72
# Initialize the database, make sure database <DATABASE> already exists
73
73
$ docker run -d --name dolphinscheduler-tools \
74
74
-e DATABASE="postgresql" \
@@ -129,5 +129,5 @@ and use `admin` and `dolphinscheduler123` as default username and password in th
129
129
130
130
You can modify some environment variables to change configurations when you are starting servers through Docker. We have
131
131
an example in [using exists PostgreSQL ZooKeeper](#using-exists-postgresql-zookeeper) to change database and ZooKeeper configurations,
132
-
and you could find all environment variables in [all environment variables](https://github.com/apache/dolphinscheduler/blob/3.1.8/script/env/dolphinscheduler_env.sh)<!-- markdown-link-check-disable-line -->
132
+
and you could find all environment variables in [all environment variables](https://github.com/apache/dolphinscheduler/blob/3.1.9/script/env/dolphinscheduler_env.sh)<!-- markdown-link-check-disable-line -->
Copy file name to clipboardExpand all lines: dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/event/WorkflowSubmitFailStateEventHandler.java
+7-9
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,8 @@ public class WorkflowSubmitFailStateEventHandler implements StateEventHandler {
0 commit comments