sibosend commented on issue #16376:
URL: 
https://github.com/apache/dolphinscheduler/issues/16376#issuecomment-3252093313

   this bug still exist in 3.3.1.
   
   the temporary solution was bypass internal code status setting.
   
   `
   result=$(remote script)
   
   status_check(){
        if echo "$1" | grep -q "$2"; then
                echo "ok"
                    printf "DOLPHINSCHEDULER-REMOTE-SHELL-TASK-STATUS-0"
                return 0
        fi
                echo "task check failed"
                   printf "DOLPHINSCHEDULER-REMOTE-SHELL-TASK-STATUS-0"
                return 1
   }
   
   status_check "$result" "task_flag_success"
   
   # diable DOLPHINSCHEDULER  post process
   
   exit 0
   `


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to