SWJTU-ZhangLei opened a new issue, #17550: URL: https://github.com/apache/doris/issues/17550
### 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 1.2.2.1 ### What's Wrong? 023-03-07 15:21:48,999 ERROR (thrift-server-pool-0|91) [ProcessFunction.process():47] Internal error processing ping java.lang.NullPointerException: null at org.apache.doris.service.FeServer.lambda$start$0(FeServer.java:52) ~[doris-fe.jar:1.2-SNAPSHOT] at com.sun.proxy.$Proxy23.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_161] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_161] at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_161] 2023-03-07 15:21:49,017 INFO (replayer|81) [Env.replayJournal():2498] replayed journal id is 1617, replay to journal id is 1618 ### What You Expected? without NullPointerException ### How to Reproduce? 1. create 3 fe cluster with starting the 3 fe at the same time, the master fe may occur this problem ### Anything Else? the problem is caused by https://github.com/apache/doris/pull/11693 ### Are you willing to submit PR? - [X] 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]
