xueyilong commented on issue #19079:
URL:
https://github.com/apache/shardingsphere/issues/19079#issuecomment-1182843774
The error is still exists when use zk 3.7.0 and 3.7.1 ,and find another
error about java
```
[INFO ] 2022-07-13 14:40:40.076 [_finished_check_Worker-1-EventThread]
o.a.c.f.state.ConnectionStateManager - State change: CONNECTED
[INFO ] 2022-07-13 14:40:40.081 [_finished_check_Worker-1-EventThread]
o.a.c.framework.imps.EnsembleTracker - New config event received:
{server.2=192.168.122.157:2888:3888:participant,
server.1=192.168.122.221:2888:3888:participant,
server.3=192.168.122.68:2888:3888:participant, version=0}
[ERROR] 2022-07-13 14:40:40.081 [_finished_check_Worker-1-EventThread]
o.a.c.framework.imps.EnsembleTracker - Invalid config event received:
{server.2=192.168.122.157:2888:3888:participant,
server.1=192.168.122.221:2888:3888:participant,
server.3=192.168.122.68:2888:3888:participant, version=0}
[INFO ] 2022-07-13 14:40:40.081 [_finished_check_Worker-1-EventThread]
o.a.c.framework.imps.EnsembleTracker - New config event received:
{server.2=192.168.122.157:2888:3888:participant,
server.1=192.168.122.221:2888:3888:participant,
server.3=192.168.122.68:2888:3888:participant, version=0}
[ERROR] 2022-07-13 14:40:40.081 [_finished_check_Worker-1-EventThread]
o.a.c.framework.imps.EnsembleTracker - Invalid config event received:
{server.2=192.168.122.157:2888:3888:participant,
server.1=192.168.122.221:2888:3888:participant,
server.3=192.168.122.68:2888:3888:participant, version=0}
Thread[JVMCI CompilerThread0,9,system]: Compilation of
org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(MappingNode,
Object) failed: java.lang.AssertionError: dependencies invalid Code
installation failed: dependencies invalid
Failed dependency of type unique_concrete_method
context = *org.yaml.snakeyaml.introspector.Property
method = {method} {0x00007f398081e6d8} 'getType' '()Ljava/lang/Class;' in
'org/yaml/snakeyaml/introspector/Property'
witness = org.yaml.snakeyaml.introspector.PropertySubstitute
at
jdk.internal.vm.ci/jdk.vm.ci.hotspot.HotSpotCodeCacheProvider.installCode(HotSpotCodeCacheProvider.java:130)
at
[email protected]/org.graalvm.compiler.core.target.Backend.createInstalledCode(Backend.java:214)
at
[email protected]/org.graalvm.compiler.hotspot.CompilationTask.installMethod(CompilationTask.java:370)
at
[email protected]/org.graalvm.compiler.hotspot.CompilationTask$HotSpotCompilationWrapper.performCompilation(CompilationTask.java:191)
at
[email protected]/org.graalvm.compiler.hotspot.CompilationTask$HotSpotCompilationWrapper.performCompilation(CompilationTask.java:98)
at
[email protected]/org.graalvm.compiler.core.CompilationWrapper.run(CompilationWrapper.java:169)
at
[email protected]/org.graalvm.compiler.hotspot.CompilationTask.runCompilation(CompilationTask.java:330)
at
[email protected]/org.graalvm.compiler.hotspot.HotSpotGraalCompiler.compileMethod(HotSpotGraalCompiler.java:144)
at
[email protected]/org.graalvm.compiler.hotspot.HotSpotGraalCompiler.compileMethod(HotSpotGraalCompiler.java:111)
at
jdk.internal.vm.ci/jdk.vm.ci.hotspot.HotSpotJVMCIRuntime.compileMethod(HotSpotJVMCIRuntime.java:524)
To disable compilation failure notifications, set CompilationFailureAction
to Silent (e.g., -Dgraal.CompilationFailureAction=Silent).
To print a message for a compilation failure without retrying the
compilation, set CompilationFailureAction to Print (e.g.,
-Dgraal.CompilationFailureAction=Print).
Retrying compilation of
org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(MappingNode,
Object)
```
--
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]