Hi I have compiled source code with using docker image, and I have started fe progress on one server
when I tried to connect use : ./mysql-client -h host -P port -uroot there is an error shown on screen : ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 0 and in the same time , there are some warn infomation which is printed in fe.warn.log like this ERROR (doris-mysql-nio-pool-8|143) [AcceptListener.lambda$handleEvent$1():86] connect processor exception because java.lang.NoSuchMethodError: java.nio.ByteBuffer.limit(I)Ljava/nio/ByteBuffer; at org.apache.doris.mysql.MysqlChannel.sendOnePacket(MysqlChannel.java:259) ~[palo-fe.jar:3.4.0] at org.apache.doris.mysql.MysqlChannel.sendAndFlush(MysqlChannel.java:265) ~[palo-fe.jar:3.4.0] at org.apache.doris.mysql.MysqlProto.negotiate(MysqlProto.java:169) ~[palo-fe.jar:3.4.0] at org.apache.doris.mysql.nio.AcceptListener.lambda$handleEvent$1(AcceptListener.java:63) ~[palo-fe.jar:3.4.0] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_121] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_121] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121] is this an issue or my mistake ? thank you guys.