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

   #### `sh-checker report`
   
   To get the full details, please check in the 
[job]("https://github.com/apache/doris/actions/runs/6170662409";) 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_fe.sh.orig
   +++ bin/start_fe.sh
   @@ -55,7 +55,7 @@
            ;;
        --metadata_failure_recovery)
            METADATA_FAILURE_RECOVERY="-r"
   -        shift 
   +        shift
            ;;
        --helper)
            HELPER="$2"
   @@ -226,10 +226,10 @@
            echo "Internal Error. USE IMAGE_TOOL like : ./start_fe.sh --image 
image_path"
        fi
    elif [[ "${RUN_DAEMON}" -eq 1 ]]; then
   -    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 &
   +    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 &
    else
        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
    fi
    
    echo $! >"${pidfile}"
   ----------
   
   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