xinyiZzz opened a new pull request, #38572: URL: https://github.com/apache/doris/pull/38572
`new RootAllocator()` occasionally reports an error, It may be that the version of `netty` is incompatible with `arrow`, but I can't confirm it. I plan to upgrade arrow to 17.0.0, which can use some new features of arrow flight, such as user session, hope this problem can be solved. ``` java.lang.NoSuchFieldError: chunkSize at io.netty.buffer.PooledByteBufAllocatorL$InnerAllocator.<init>(PooledByteBufAllocatorL.java:153) ~[lakesoul-io-java-2.6.1-shaded.jar:4.1.104.Final] at io.netty.buffer.PooledByteBufAllocatorL.<init>(PooledByteBufAllocatorL.java:49) ~[lakesoul-io-java-2.6.1-shaded.jar:4.1.104.Final] at org.apache.arrow.memory.NettyAllocationManager.<clinit>(NettyAllocationManager.java:51) ~[arrow-memory-netty-15.0.2.jar:15.0.2] at org.apache.arrow.memory.DefaultAllocationManagerFactory.<clinit>(DefaultAllocationManagerFactory.java:26) ~[arrow-memory-netty-15.0.2.jar:15.0.2] at java.lang.Class.forName0(Native Method) ~[?:?] at java.lang.Class.forName(Class.java:375) ~[?:?] at org.apache.arrow.memory.DefaultAllocationManagerOption.getFactory(DefaultAllocationManagerOption.java:108) ~[arrow-memory-core-15.0.2.jar:15.0.2] at org.apache.arrow.memory.DefaultAllocationManagerOption.getDefaultAllocationManagerFactory(DefaultAllocationManagerOption.java:98) ~[arrow-memory-core-15.0.2.jar:15.0.2] at org.apache.arrow.memory.BaseAllocator$Config.getAllocationManagerFactory(BaseAllocator.java:773) ~[arrow-memory-core-15.0.2.jar:15.0.2] at org.apache.arrow.memory.ImmutableConfig.access$801(ImmutableConfig.java:24) ~[arrow-memory-core-15.0.2.jar:15.0.2] at org.apache.arrow.memory.ImmutableConfig$InitShim.getAllocationManagerFactory(ImmutableConfig.java:83) ~[arrow-memory-core-15.0.2.jar:15.0.2] at org.apache.arrow.memory.ImmutableConfig.<init>(ImmutableConfig.java:47) ~[arrow-memory-core-15.0.2.jar:15.0.2] at org.apache.arrow.memory.ImmutableConfig.<init>(ImmutableConfig.java:24) ~[arrow-memory-core-15.0.2.jar:15.0.2] at org.apache.arrow.memory.ImmutableConfig$Builder.build(ImmutableConfig.java:485) ~[arrow-memory-core-15.0.2.jar:15.0.2] at org.apache.arrow.memory.BaseAllocator.<clinit>(BaseAllocator.java:62) ~[arrow-memory-core-15.0.2.jar:15.0.2] at org.apache.doris.service.arrowflight.DorisFlightSqlService.<init>(DorisFlightSqlService.java:47) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.qe.QeService.start(QeService.java:68) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.DorisFE.start(DorisFE.java:213) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.DorisFE.main(DorisFE.java:95) ~[doris-fe.jar:1.2-SNAPSHOT] ``` https://arrow.apache.org/release/17.0.0.html -- 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