denizgursoy commented on issue #2418: URL: https://github.com/apache/amoro/issues/2418#issuecomment-3596444973
I get the following error. `Caused by: java.lang.LinkageError: loader constraint violation: when resolving method 'void com.esotericsoftware.kryo.Kryo.setInstantiatorStrategy(org.objenesis.strategy.InstantiatorStrategy)' the class loader org.apache.flink.util.ChildFirstClassLoader @1fd56222 of the current class, org/apache/flink/connector/elasticsearch/sink/OperationSerializer, and the class loader 'app' for the method's defining class, com/esotericsoftware/kryo/Kryo, have different Class objects for the type org/objenesis/strategy/InstantiatorStrategy used in the signature (org.apache.flink.connector.elasticsearch.sink.OperationSerializer is in unnamed module of loader org.apache.flink.util.ChildFirstClassLoader @1fd56222, parent loader 'app'; com.esotericsoftware.kryo.Kryo is in unnamed module of loader 'app')` Is it related to this? -- 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]
