github-actions[bot] commented on PR #24556:
URL: https://github.com/apache/doris/pull/24556#issuecomment-1723151368

   #### `sh-checker report`
   
   To get the full details, please check in the 
[job]("https://github.com/apache/doris/actions/runs/6221388641";) output.
   
   <details>
   <summary>shellcheck errors</summary>
   
   ```
   'shellcheck ' found no issues.
   
   ```
   </details>
   
   <details>
   <summary>shfmt errors</summary>
   
   ```
   
   'shfmt ' returned error 1 finding the following formatting issues:
   
   ----------
   --- bin/start_be.sh.orig
   +++ bin/start_be.sh
   @@ -51,7 +51,7 @@
        --console)
            RUN_CONSOLE=1
            shift
   -        ;;      
   +        ;;
        --)
            shift
            break
   @@ -345,6 +345,6 @@
    elif [[ "${RUN_CONSOLE}" -eq 1 ]]; then
        export DORIS_LOG_TO_STDERR=1
        ${LIMIT:+${LIMIT}} "${DORIS_HOME}/lib/doris_be" "$@" 2>&1 </dev/null
   -else 
   +else
        ${LIMIT:+${LIMIT}} "${DORIS_HOME}/lib/doris_be" "$@" 
>>"${LOG_DIR}/be.out" 2>&1 </dev/null &
    fi
   --- bin/start_fe.sh.orig
   +++ bin/start_fe.sh
   @@ -54,7 +54,7 @@
        --console)
            RUN_CONSOLE=1
            shift
   -        ;;      
   +        ;;
        --version)
            OPT_VERSION="--version"
            shift
   @@ -235,7 +235,7 @@
        nohup ${LIMIT:+${LIMIT}} "${JAVA}" ${final_java_opt:+${final_java_opt}} 
-XX:-OmitStackTraceInFastThrow -XX:OnOutOfMemoryError="kill -9 %p" 
org.apache.doris.DorisFE ${HELPER:+${HELPER}} "${METADATA_FAILURE_RECOVERY}" 
"$@" >>"${LOG_DIR}/fe.out" 2>&1 </dev/null &
    elif [[ "${RUN_CONSOLE}" -eq 1 ]]; then
        export DORIS_LOG_TO_STDERR=1
   -     ${LIMIT:+${LIMIT}} "${JAVA}" ${final_java_opt:+${final_java_opt}} 
-XX:-OmitStackTraceInFastThrow -XX:OnOutOfMemoryError="kill -9 %p" 
org.apache.doris.DorisFE ${HELPER:+${HELPER}} ${OPT_VERSION:+${OPT_VERSION}} 
"${METADATA_FAILURE_RECOVERY}" "$@" </dev/null
   +    ${LIMIT:+${LIMIT}} "${JAVA}" ${final_java_opt:+${final_java_opt}} 
-XX:-OmitStackTraceInFastThrow -XX:OnOutOfMemoryError="kill -9 %p" 
org.apache.doris.DorisFE ${HELPER:+${HELPER}} ${OPT_VERSION:+${OPT_VERSION}} 
"${METADATA_FAILURE_RECOVERY}" "$@" </dev/null
    else
        ${LIMIT:+${LIMIT}} "${JAVA}" ${final_java_opt:+${final_java_opt}} 
-XX:-OmitStackTraceInFastThrow -XX:OnOutOfMemoryError="kill -9 %p" 
org.apache.doris.DorisFE ${HELPER:+${HELPER}} ${OPT_VERSION:+${OPT_VERSION}} 
"$@" >>"${LOG_DIR}/fe.out" 2>&1 </dev/null &
    fi
   ----------
   
   You can reformat the above files to meet shfmt's requirements by typing:
   
     shfmt  -w filename
   
   
   ```
   </details>
   
   
   


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to