-
Notifications
You must be signed in to change notification settings - Fork 289
Open
Description
Branch: Master.
Integrating Elastic Search with Metacat I found this error:
Exception in thread "elasticsearch[_client_][management][T#1]" java.lang.NoSuchMethodError: io.netty.util.internal.ReferenceCountUpdater.setInitialValue(Lio/netty/util/ReferenceCounted;)V
at io.netty.buffer.AbstractReferenceCountedByteBuf.<init>(AbstractReferenceCountedByteBuf.java:50)
at io.netty.buffer.UnpooledHeapByteBuf.<init>(UnpooledHeapByteBuf.java:70)
at io.netty.buffer.Unpooled.wrappedBuffer(Unpooled.java:160)
at io.netty.buffer.Unpooled.wrappedBuffer(Unpooled.java:174)
at org.elasticsearch.transport.netty4.Netty4Utils.toByteBuf(Netty4Utils.java:114)
at org.elasticsearch.transport.netty4.Netty4Transport.sendMessage(Netty4Transport.java:412)
at org.elasticsearch.transport.netty4.Netty4Transport.sendMessage(Netty4Transport.java:94)

beacuse the iceberg-spark-runtime-0.13.1.jar include the netty, conflict with elasticsearch netty.
Metadata
Metadata
Assignees
Labels
No labels