Vallishp commented on issue #29366:
URL: https://github.com/apache/doris/issues/29366#issuecomment-1873392487

   Hi,  seems your Doris FE process might not started properly.
   FE process will listen on 8030 port for  http requests.
   
   You can use below command to check FE process is up or not. If its running 
properly, there will be process running your system as below.
   
   doris_disk % ps -ef | grep FE
     501 21795     1   0  9:51PM ttys000    0:10.94 
/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home//bin/java 
-Dsun.security.krb5.debug=true -Djavax.security.auth.useSubjectCredsOnly=false 
-Xss4m -Xmx8192m -XX:+UseMembar -XX:SurvivorRatio=8 -XX:MaxTenuringThreshold=7 
-XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:+UseConcMarkSweepGC 
-XX:+UseParNewGC -XX:+CMSClassUnloadingEnabled -XX:-CMSParallelRemarkEnabled 
-XX:CMSInitiatingOccupancyFraction=80 -XX:SoftRefLRUPolicyMSPerMB=0 
-Xloggc:/Volumes/doris_disk/fe/log/fe.gc.log.20240101-215131 
-XX:-OmitStackTraceInFastThrow -XX:OnOutOfMemoryError=kill -9 %p 
org.apache.doris.DorisFE 
   
   
   If process is not running, you can check fe.log . It is in log folder of FE 
by default.
   
   Please refer below link for common issues faced.
   
https://doris.apache.org/docs/faq/install-faq?_highlight=troub#q6-how-to-troubleshoot-the-febe-node-is-down


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to