Browse Source

Update AbstractCommandExecutor.java

pull/3/MERGE
小清 3 years ago committed by GitHub
parent
commit
d5c4c290d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/task/AbstractCommandExecutor.java

2
dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/task/AbstractCommandExecutor.java

@ -347,7 +347,7 @@ public abstract class AbstractCommandExecutor {
String line;
long lastFlushTime = System.currentTimeMillis();
logBuffer.add("welcome to use dolphinscheduler scheduling system...");
//logBuffer.add("welcome to use dolphinscheduler scheduling system...");
while ((line = inReader.readLine()) != null || logBuffer.size() > 0) {
if (null != line) {
if (line.startsWith("${setValue(")) {

Loading…
Cancel
Save