KongFuPandaa opened a new issue, #19074:
URL: https://github.com/apache/doris/issues/19074

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   apache-doris-fe-1.2.3-bin-x86_64.tar.xz
   
   ### What's Wrong?
   
   when i start fe and use --helper
   ./fe/bin/start_fe.sh --helper 10.245.28.161:9010 --daemon
   
   2023-04-25 21:52:33,254 ERROR (thrift-server-pool-0|112) 
[ProcessFunction.process():47] Internal error processing ping
   java.lang.NullPointerException: null
        at org.apache.doris.service.FeServer.lambda$start$0(FeServer.java:53) 
~[doris-fe.jar:1.2-SNAPSHOT]
        at com.sun.proxy.$Proxy31.ping(Unknown Source) ~[?:?]
        at 
org.apache.doris.thrift.FrontendService$Processor$ping.getResult(FrontendService.java:2197)
 ~[fe-common-1.2-SNAPSHOT.jar:1.2-SNAPSHOT]
        at 
org.apache.doris.thrift.FrontendService$Processor$ping.getResult(FrontendService.java:2177)
 ~[fe-common-1.2-SNAPSHOT.jar:1.2-SNAPSHOT]
        at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38) 
~[libthrift-0.13.0.jar:0.13.0]
        at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:38) 
~[libthrift-0.13.0.jar:0.13.0]
        at 
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:313)
 ~[libthrift-0.13.0.jar:0.13.0]
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
~[?:1.8.0_312]
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
~[?:1.8.0_312]
        at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_312]
   
   
   ### What You Expected?
   
   Does this error affect normal fe usage?
   What can i do to solve or avoid this error?
   
   ### How to Reproduce?
   
   centos8.5
   ./fe/bin/start_fe.sh --helper 192.168.1.101:9010 --daemon
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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