apache / shardingsphere

Empowering Data Intelligence with Distributed SQL for Sharding, Scalability, and Security Across All Databases.
Apache License 2.0
19.92k stars 6.73k forks source link

proxy Startup exception Failed to instrument org.apache.shardingsphere.proxy.frontend.netty.FrontendChannelInboundHandler #22520

Closed likeitchen closed 1 year ago

likeitchen commented 1 year ago

Environmental information

plugins: Prometheus: host: "0.0.0.0" port: 9090 props: JVM_INFORMATION_COLLECTOR_ENABLED : "true" Jaeger: host: "localhost" port: 5775 props: SERVICE_NAME: "shardingsphere" JAEGER_SAMPLER_TYPE: "const" JAEGER_SAMPLER_PARAM: "1" Zipkin: host: "localhost" port: 9411 props: SERVICE_NAME: "shardingsphere" URL_VERSION: "/api/v2/spans" SAMPLER_TYPE: "const" SAMPLER_PARAM: "1" OpenTracing: props: OPENTRACING_TRACER_CLASS_NAME: "org.apache.skywalking.apm.toolkit.opentracing.SkywalkingTracer" OpenTelemetry: props: otel.resource.attributes: "service.name=shardingsphere" otel.traces.exporter: "zipkin" Logging: props: LEVEL: "INFO"

# Proxy program error log
* Trigger prerequisite: When you enable a Jaeger plug-in that is not configured by Agent, the following error occurs
```java
[ERROR] 2022-11-30 09:00:09.983 [epollEventLoopGroup-3-1] o.a.s.a.c.b.listener.LoggingListener - Failed to instrument org.apache.shardingsphere.proxy.frontend.netty.FrontendChannelInboundHandler
org.apache.shardingsphere.dependencies.net.bytebuddy.pool.TypePool$Resolution$NoSuchTypeException: Cannot resolve type description for io.opentelemetry.javaagent.bootstrap.field.VirtualFieldAccessor$io$netty$channel$ChannelHandler$io$netty$channel$ChannelHandler
    at org.apache.shardingsphere.dependencies.net.bytebuddy.pool.TypePool$Resolution$Illegal.resolve(TypePool.java:167)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.pool.TypePool$Default$WithLazyResolution$LazyTypeDescription.delegate(TypePool.java:1088)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.description.type.TypeDescription$AbstractBase$OfSimpleType$WithDelegation.getTypeVariables(TypeDescription.java:8439)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.description.type.TypeDescription$AbstractBase.isGenerified(TypeDescription.java:8057)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Reifying.onNonGenericType(TypeDescription.java:1705)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Reifying$1.onNonGenericType(TypeDescription.java:1661)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType.accept(TypeDescription.java:3670)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection.accept(TypeDescription.java:6220)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default.doAnalyze(MethodGraph.java:715)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default.compile(MethodGraph.java:637)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$AbstractBase.compile(MethodGraph.java:519)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.dynamic.scaffold.MethodRegistry$Default.prepare(MethodRegistry.java:472)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.dynamic.scaffold.inline.RebaseDynamicTypeBuilder.make(RebaseDynamicTypeBuilder.java:221)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.agent.builder.AgentBuilder$Default$ExecutingTransformer.doTransform(AgentBuilder.java:11893)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.agent.builder.AgentBuilder$Default$ExecutingTransformer.transform(AgentBuilder.java:11828)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.agent.builder.AgentBuilder$Default$ExecutingTransformer.access$1700(AgentBuilder.java:11545)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.agent.builder.AgentBuilder$Default$ExecutingTransformer$Java9CapableVmDispatcher.run(AgentBuilder.java:12308)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.agent.builder.AgentBuilder$Default$ExecutingTransformer$Java9CapableVmDispatcher.run(AgentBuilder.java:12240)
    at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.agent.builder.AgentBuilder$Default$ExecutingTransformer.doPrivileged(AgentBuilder.java)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.agent.builder.AgentBuilder$Default$ExecutingTransformer.transform(AgentBuilder.java:11771)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.agent.builder.AgentBuilder$Default$ExecutingTransformer$ByteBuddy$ModuleSupport.transform(Unknown Source)
    at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
    at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
    at java.base/java.lang.ClassLoader.defineClass1(Native Method)
    at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1012)
    at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)
    at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:862)
    at java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:760)
    at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:681)
    at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
    at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
    at org.apache.shardingsphere.proxy.frontend.netty.ServerHandlerInitializer.initChannel(ServerHandlerInitializer.java:45)
    at org.apache.shardingsphere.proxy.frontend.netty.ServerHandlerInitializer.initChannel(ServerHandlerInitializer.java:33)
    at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:129)
    at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:112)
    at io.netty.channel.AbstractChannelHandlerContext.callHandlerAdded(AbstractChannelHandlerContext.java:938)
    at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:609)
    at io.netty.channel.DefaultChannelPipeline.access$100(DefaultChannelPipeline.java:46)
    at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1463)
    at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1115)
    at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:650)
    at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:514)
    at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:429)
    at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:486)
    at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
    at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:469)
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:387)
    at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
    at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    at java.base/java.lang.Thread.run(Thread.java:833)

[INFO ] 2022-11-30 09:28:07.269 [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler '_finished_check' initialized from an externally provided properties instance. [INFO ] 2022-11-30 09:28:07.269 [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2 [INFO ] 2022-11-30 09:28:07.426 [main] org.quartz.core.QuartzScheduler - Scheduler _finishedcheck$_NON_CLUSTERED started. [INFO ] 2022-11-30 09:28:07.428 [main] o.a.s.d.p.a.e.AbstractLifecycleExecutor - start lifecycle executor: org.apache.shardingsphere.data.pipeline.core.execute.PipelineJobExecutor@79631db0 [INFO ] 2022-11-30 09:28:07.432 [main] o.a.s.d.p.s.r.RuleAlteredJobWorker - worker initialization done [INFO ] 2022-11-30 09:28:07.495 [main] o.a.s.p.v.ShardingSphereProxyVersion - Database name is MySQL, version is 8.0.29, database name is clouddemo [INFO ] 2022-11-30 09:28:08.128 [main] o.a.s.p.frontend.ShardingSphereProxy - ShardingSphere-Proxy Cluster mode started successfully [INFO ] 2022-11-30 09:29:30.071 [_finished_check_Worker-1] o.a.c.f.imps.CuratorFrameworkImpl - Starting [INFO ] 2022-11-30 09:29:30.072 [_finished_check_Worker-1] org.apache.zookeeper.ZooKeeper - Initiating client connection, connectString=awecloud-dbproxy-zookeeper.devops:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@4ae170e2 [INFO ] 2022-11-30 09:29:30.072 [_finished_check_Worker-1] o.apache.zookeeper.ClientCnxnSocket - jute.maxbuffer value is 1048575 Bytes [INFO ] 2022-11-30 09:29:30.073 [_finished_check_Worker-1] org.apache.zookeeper.ClientCnxn - zookeeper.request.timeout value is 0. feature enabled=false [INFO ] 2022-11-30 09:29:30.074 [_finished_check_Worker-1] o.a.c.f.imps.CuratorFrameworkImpl - Default schema [INFO ] 2022-11-30 09:29:30.084 [_finished_check_Worker-1-SendThread(awecloud-dbproxy-zookeeper.devops:2181)] org.apache.zookeeper.ClientCnxn - Opening socket connection to server awecloud-dbproxy-zookeeper.devops/10.3.149.211:2181. [INFO ] 2022-11-30 09:29:30.084 [_finished_check_Worker-1-SendThread(awecloud-dbproxy-zookeeper.devops:2181)] org.apache.zookeeper.ClientCnxn - SASL config status: Will not attempt to authenticate using SASL (unknown error) [INFO ] 2022-11-30 09:29:30.085 [_finished_check_Worker-1-SendThread(awecloud-dbproxy-zookeeper.devops:2181)] org.apache.zookeeper.ClientCnxn - Socket connection established, initiating session, client: /10.2.1.254:49978, server: awecloud-dbproxy-zookeeper.devops/10.3.149.211:2181 [INFO ] 2022-11-30 09:29:30.088 [_finished_check_Worker-1-SendThread(awecloud-dbproxy-zookeeper.devops:2181)] org.apache.zookeeper.ClientCnxn - Session establishment complete on server awecloud-dbproxy-zookeeper.devops/10.3.149.211:2181, session id = 0x1000001d0000011, negotiated timeout = 40000 [INFO ] 2022-11-30 09:29:30.088 [_finished_check_Worker-1-EventThread] o.a.c.f.state.ConnectionStateManager - State change: CONNECTED [INFO ] 2022-11-30 09:29:30.090 [_finished_check_Worker-1-EventThread] o.a.c.framework.imps.EnsembleTracker - New config event received: {} [INFO ] 2022-11-30 09:29:30.090 [_finished_check_Worker-1-EventThread] o.a.c.framework.imps.EnsembleTracker - New config event received: {} Wed Nov 30 09:33:06 UTC 2022 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.

# Problem analysis:
It may be because Proxy detects the presence of OTEL or Link Trace related service information in the proxy program, and views and analyzes the abnormal log output

# Complete error log
* The agent collects monitoring metrics, enables Prometheus, and the link tracing is set through the non-agent.yaml configuration file, and the full log of proxy startup is as follows:
```java
Picked up JAVA_TOOL_OPTIONS: -javaagent:/btel-agent/trace/awecloud-trace-agent.jar
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[otel.javaagent 2022-11-30 08:59:53:684 +0000] [main] INFO io.opentelemetry.javaagent.tooling.VersionLogger - opentelemetry-javaagent - version: 1.11.1
[INFO ] 2022-11-30 08:59:57.181 [main] o.a.s.a.c.plugin.AgentPluginLoader - Loaded jar shardingsphere-agent-tracing-opentracing-5.1.2.jar
[INFO ] 2022-11-30 08:59:57.188 [main] o.a.s.a.c.plugin.AgentPluginLoader - Loaded jar shardingsphere-agent-logging-base-5.1.2.jar
[INFO ] 2022-11-30 08:59:57.189 [main] o.a.s.a.c.plugin.AgentPluginLoader - Loaded jar shardingsphere-agent-metrics-prometheus-5.1.2.jar
[INFO ] 2022-11-30 08:59:57.191 [main] o.a.s.a.c.plugin.AgentPluginLoader - Loaded jar shardingsphere-agent-tracing-jaeger-5.1.2.jar
[INFO ] 2022-11-30 08:59:57.192 [main] o.a.s.a.c.plugin.AgentPluginLoader - Loaded jar shardingsphere-agent-tracing-opentelemetry-5.1.2.jar
[INFO ] 2022-11-30 08:59:57.193 [main] o.a.s.a.c.plugin.AgentPluginLoader - Loaded jar shardingsphere-agent-tracing-zipkin-5.1.2.jar
[INFO ] 2022-11-30 08:59:57.242 [main] o.a.s.a.c.plugin.AgentPluginLoader - Load plugin: Prometheus
[INFO ] 2022-11-30 08:59:58.894 [main] o.a.s.a.c.p.PluginBootServiceManager - Start plugin: Prometheus
[INFO ] 2022-11-30 08:59:59.123 [main] o.a.s.a.m.p.s.PrometheusPluginBootService - Prometheus metrics HTTP server `0.0.0.0:9090` start success
[INFO ] 2022-11-30 08:59:59.960 [main] o.a.c.f.imps.CuratorFrameworkImpl - Starting
[INFO ] 2022-11-30 09:00:00.003 [main] org.apache.zookeeper.ZooKeeper - Client environment:zookeeper.version=3.6.0--b4c89dc7f6083829e18fae6e446907ae0b1f22d7, built on 02/25/2020 14:38 GMT
[INFO ] 2022-11-30 09:00:00.003 [main] org.apache.zookeeper.ZooKeeper - Client environment:host.name=awecloud-dbproxy-beagle-dbproxy-56b665f988-9wp5p
[INFO ] 2022-11-30 09:00:00.004 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.version=17.0.2
[INFO ] 2022-11-30 09:00:00.004 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.vendor=Oracle Corporation
[INFO ] 2022-11-30 09:00:00.004 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.home=/usr/local/openjdk-17
[INFO ] 2022-11-30 09:00:00.004 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.class.path=/opt/shardingsphere-proxy/conf:.:/opt/shardingsphere-proxy/lib/netty-transport-native-epoll-4.1.73.Final-linux-aarch_64.jar:/opt/shardingsphere-proxy/lib/shardingsphere-infra-context-5.1.2.jar:/opt/shardingsphere-proxy/lib/transactions-api-5.0.8.jar:/opt/shardingsphere-proxy/lib/grpc-netty-1.27.1.jar:/opt/shardingsphere-proxy/lib/quartz-2.3.2.jar:/opt/shardingsphere-proxy/lib/commons-io-2.4.jar:/opt/shardingsphere-proxy/lib/shardingsphere-proxy-frontend-reactive-mysql-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-proxy-frontend-core-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-infra-merge-5.1.2.jar:/opt/shardingsphere-proxy/lib/jsr305-3.0.2.jar:/opt/shardingsphere-proxy/lib/jooq-3.14.15.jar:/opt/shardingsphere-proxy/lib/shardingsphere-readwrite-splitting-core-5.1.2.jar:/opt/shardingsphere-proxy/lib/jetcd-common-0.5.0.jar:/opt/shardingsphere-proxy/lib/shardingsphere-db-discovery-mysql-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-sql-parser-postgresql-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-encrypt-core-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-readwrite-splitting-distsql-handler-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-authority-core-5.1.2.jar:/opt/shardingsphere-proxy/lib/protobuf-java-3.11.0.jar:/opt/shardingsphere-proxy/lib/elasticjob-infra-common-3.0.1.jar:/opt/shardingsphere-proxy/lib/grpc-core-1.27.1.jar:/opt/shardingsphere-proxy/lib/shardingsphere-jdbc-core-5.1.2.jar:/opt/shardingsphere-proxy/lib/sketches-core-0.9.0.jar:/opt/shardingsphere-proxy/lib/shardingsphere-db-discovery-core-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-traffic-api-5.1.2.jar:/opt/shardingsphere-proxy/lib/netty-codec-socks-4.1.73.Final.jar:/opt/shardingsphere-proxy/lib/shardingsphere-shadow-api-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-sql-parser-sql92-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-db-protocol-core-5.1.2.jar:/opt/shardingsphere-proxy/lib/jta-1.1.jar:/opt/shardingsphere-proxy/lib/elasticjob-simple-executor-3.0.1.jar:/opt/shardingsphere-proxy/lib/shardingsphere-db-protocol-mysql-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-sql-parser-opengauss-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-data-pipeline-postgresql-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-parser-core-5.1.2.jar:/opt/shardingsphere-proxy/lib/commons-lang3-3.8.jar:/opt/shardingsphere-proxy/lib/jcl-over-slf4j-1.7.7.jar:/opt/shardingsphere-proxy/lib/grpc-context-1.27.1.jar:/opt/shardingsphere-proxy/lib/shardingsphere-proxy-frontend-reactive-core-5.1.2.jar:/opt/shardingsphere-proxy/lib/commons-compiler-3.0.11.jar:/opt/shardingsphere-proxy/lib/commons-logging-1.1.3.jar:/opt/shardingsphere-proxy/lib/log4j-1.2.17.jar:/opt/shardingsphere-proxy/lib/shardingsphere-db-discovery-api-5.1.2.jar:/opt/shardingsphere-proxy/lib/proto-google-common-protos-1.17.0.jar:/opt/shardingsphere-proxy/lib/shardingsphere-sql-parser-oracle-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-transaction-core-5.1.2.jar:/opt/shardingsphere-proxy/lib/calcite-linq4j-1.27.0.jar:/opt/shardingsphere-proxy/lib/httpclient-4.5.9.jar:/opt/shardingsphere-proxy/lib/elasticjob-http-executor-3.0.1.jar:/opt/shardingsphere-proxy/lib/apiguardian-api-1.1.0.jar:/opt/shardingsphere-proxy/lib/shardingsphere-proxy-frontend-spi-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-sql-parser-mysql-5.1.2.jar:/opt/shardingsphere-proxy/lib/calcite-core-1.27.0.jar:/opt/shardingsphere-proxy/lib/shardingsphere-sharding-distsql-parser-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-sharding-distsql-statement-5.1.2.jar:/opt/shardingsphere-proxy/lib/netty-handler-proxy-4.1.73.Final.jar:/opt/shardingsphere-proxy/lib/shardingsphere-readwrite-splitting-distsql-statement-5.1.2.jar:/opt/shardingsphere-proxy/lib/grpc-protobuf-lite-1.27.1.jar:/opt/shardingsphere-proxy/lib/shardingsphere-proxy-backend-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-encrypt-distsql-handler-5.1.2.jar:/opt/shardingsphere-proxy/lib/guava-30.0-jre.jar:/opt/shardingsphere-proxy/lib/httpcore-4.4.11.jar:/opt/shardingsphere-proxy/lib/shardingsphere-readwrite-splitting-distsql-parser-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-db-discovery-distsql-statement-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-traffic-core-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-encrypt-sm-5.1.2.jar:/opt/shardingsphere-proxy/lib/jetcd-core-0.5.0.jar:/opt/shardingsphere-proxy/lib/logback-classic-1.2.10.jar:/opt/shardingsphere-proxy/lib/grpc-grpclb-1.27.1.jar:/opt/shardingsphere-proxy/lib/shardingsphere-sharding-distsql-handler-5.1.2.jar:/opt/shardingsphere-proxy/lib/netty-resolver-dns-4.1.73.Final.jar:/opt/shardingsphere-proxy/lib/commons-codec-1.15.jar:/opt/shardingsphere-proxy/lib/zookeeper-3.6.0.jar:/opt/shardingsphere-proxy/lib/json-smart-2.3.jar:/opt/shardingsphere-proxy/lib/reactive-streams-1.0.2.jar:/opt/shardingsphere-proxy/lib/netty-resolver-4.1.73.Final.jar:/opt/shardingsphere-proxy/lib/elasticjob-script-executor-3.0.1.jar:/opt/shardingsphere-proxy/lib/HikariCP-3.4.2.jar:/opt/shardingsphere-proxy/lib/error_prone_annotations-2.3.4.jar:/opt/shardingsphere-proxy/lib/shardingsphere-sql-translator-api-5.1.2.jar:/opt/shardingsphere-proxy/lib/avatica-core-1.18.0.jar:/opt/shardingsphere-proxy/lib/netty-transport-native-unix-common-4.1.73.Final.jar:/opt/shardingsphere-proxy/lib/shardingsphere-transaction-xa-core-5.1.2.jar:/opt/shardingsphere-proxy/lib/transactions-jdbc-5.0.8.jar:/opt/shardingsphere-proxy/lib/shardingsphere-standalone-mode-repository-h2-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-encrypt-distsql-parser-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-infra-rewrite-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-transaction-api-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-spi-5.1.2.jar:/opt/shardingsphere-proxy/lib/jetcd-resolver-0.5.0.jar:/opt/shardingsphere-proxy/lib/shardingsphere-sql-parser-engine-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-proxy-frontend-mysql-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-proxy-bootstrap-5.1.2.jar:/opt/shardingsphere-proxy/lib/elasticjob-registry-center-3.0.1.jar:/opt/shardingsphere-proxy/lib/shardingsphere-infra-datetime-spi-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-infra-executor-5.1.2.jar:/opt/shardingsphere-proxy/lib/commons-collections4-4.4.jar:/opt/shardingsphere-proxy/lib/animal-sniffer-annotations-1.18.jar:/opt/shardingsphere-proxy/lib/shardingsphere-transaction-xa-atomikos-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-data-pipeline-core-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-cluster-mode-repository-api-5.1.2.jar:/opt/shardingsphere-proxy/lib/gson-2.8.6.jar:/opt/shardingsphere-proxy/lib/shardingsphere-cluster-mode-core-5.1.2.jar:/opt/shardingsphere-proxy/lib/grpc-protobuf-1.27.1.jar:/opt/shardingsphere-proxy/lib/elasticjob-tracing-rdb-3.0.1.jar:/opt/shardingsphere-proxy/lib/shardingsphere-infra-binder-5.1.2.jar:/opt/shardingsphere-proxy/lib/commons-exec-1.3.jar:/opt/shardingsphere-proxy/lib/janino-3.0.11.jar:/opt/shardingsphere-proxy/lib/listenablefuture-1.0.jar:/opt/shardingsphere-proxy/lib/uzaygezen-core-0.2.jar:/opt/shardingsphere-proxy/lib/accessors-smart-1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-db-discovery-distsql-parser-5.1.2.jar:/opt/shardingsphere-proxy/lib/slf4j-api-1.7.7.jar:/opt/shardingsphere-proxy/lib/caffeine-2.9.2.jar:/opt/shardingsphere-proxy/lib/netty-tcnative-classes-2.0.46.Final.jar:/opt/shardingsphere-proxy/lib/protobuf-java-util-3.11.0.jar:/opt/shardingsphere-proxy/lib/shardingsphere-standalone-mode-repository-file-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-db-discovery-distsql-handler-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-sharding-nanoid-5.1.2.jar:/opt/shardingsphere-proxy/lib/vertx-sql-client-4.2.3.jar:/opt/shardingsphere-proxy/lib/shardingsphere-schedule-core-5.1.2.jar:/opt/shardingsphere-proxy/lib/netty-transport-native-epoll-4.1.73.Final-linux-x86_64.jar:/opt/shardingsphere-proxy/lib/transactions-jta-5.0.8.jar:/opt/shardingsphere-proxy/lib/transactions-5.0.8.jar:/opt/shardingsphere-proxy/lib/cosid-core-1.10.0.jar:/opt/shardingsphere-proxy/lib/shardingsphere-proxy-frontend-postgresql-5.1.2.jar:/opt/shardingsphere-proxy/lib/json-path-2.4.0.jar:/opt/shardingsphere-proxy/lib/shardingsphere-single-table-core-5.1.2.jar:/opt/shardingsphere-proxy/lib/elasticjob-lite-core-3.0.1.jar:/opt/shardingsphere-proxy/lib/shardingsphere-readwrite-splitting-api-5.1.2.jar:/opt/shardingsphere-proxy/lib/aggdesigner-algorithm-6.0.jar:/opt/shardingsphere-proxy/lib/curator-recipes-5.1.0.jar:/opt/shardingsphere-proxy/lib/shardingsphere-sql-parser-statement-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-encrypt-api-5.1.2.jar:/opt/shardingsphere-proxy/lib/netty-transport-classes-epoll-4.1.73.Final.jar:/opt/shardingsphere-proxy/lib/shardingsphere-transaction-xa-spi-5.1.2.jar:/opt/shardingsphere-proxy/lib/netty-handler-4.1.73.Final.jar:/opt/shardingsphere-proxy/lib/shardingsphere-parser-api-5.1.2.jar:/opt/shardingsphere-proxy/lib/curator-client-5.1.0.jar:/opt/shardingsphere-proxy/lib/asm-5.0.4.jar:/opt/shardingsphere-proxy/lib/shardingsphere-sharding-api-5.1.2.jar:/opt/shardingsphere-proxy/lib/failureaccess-1.0.1.jar:/opt/shardingsphere-proxy/lib/shardingsphere-shadow-distsql-statement-5.1.2.jar:/opt/shardingsphere-proxy/lib/elasticjob-error-handler-general-3.0.1.jar:/opt/shardingsphere-proxy/lib/elasticjob-tracing-api-3.0.1.jar:/opt/shardingsphere-proxy/lib/shardingsphere-sql-parser-spi-5.1.2.jar:/opt/shardingsphere-proxy/lib/esri-geometry-api-2.2.0.jar:/opt/shardingsphere-proxy/lib/shardingsphere-sql-translator-native-provider-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-standalone-mode-core-5.1.2.jar:/opt/shardingsphere-proxy/lib/memory-0.9.0.jar:/opt/shardingsphere-proxy/lib/antlr4-runtime-4.9.2.jar:/opt/shardingsphere-proxy/lib/commons-lang-2.6.jar:/opt/shardingsphere-proxy/lib/audience-annotations-0.5.0.jar:/opt/shardingsphere-proxy/lib/avatica-metrics-1.18.0.jar:/opt/shardingsphere-proxy/lib/shardingsphere-data-pipeline-mysql-5.1.2.jar:/opt/shardingsphere-proxy/lib/perfmark-api-0.19.0.jar:/opt/shardingsphere-proxy/lib/shardingsphere-sql-translator-jooq-provider-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-infra-parser-5.1.2.jar:/opt/shardingsphere-proxy/lib/netty-common-4.1.73.Final.jar:/opt/shardingsphere-proxy/lib/shardingsphere-system-datetime-5.1.2.jar:/opt/shardingsphere-proxy/lib/jackson-annotations-2.10.0.jar:/opt/shardingsphere-proxy/lib/elasticjob-executor-kernel-3.0.1.jar:/opt/shardingsphere-proxy/lib/netty-buffer-4.1.73.Final.jar:/opt/shardingsphere-proxy/lib/freemarker-2.3.31.jar:/opt/shardingsphere-proxy/lib/netty-codec-dns-4.1.73.Final.jar:/opt/shardingsphere-proxy/lib/shardingsphere-distsql-parser-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-encrypt-distsql-statement-5.1.2.jar:/opt/shardingsphere-proxy/lib/zookeeper-jute-3.6.0.jar:/opt/shardingsphere-proxy/lib/elasticjob-lite-lifecycle-3.0.1.jar:/opt/shardingsphere-proxy/lib/shardingsphere-sql-translator-core-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-infra-route-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-data-pipeline-opengauss-5.1.2.jar:/opt/shardingsphere-proxy/lib/jul-to-slf4j-1.7.7.jar:/opt/shardingsphere-proxy/lib/shardingsphere-infra-common-5.1.2.jar:/opt/shardingsphere-proxy/lib/snakeyaml-1.30.jar:/opt/shardingsphere-proxy/lib/elasticjob-api-3.0.1.jar:/opt/shardingsphere-proxy/lib/shardingsphere-db-protocol-opengauss-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-cluster-mode-repository-etcd-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-sql-parser-sqlserver-5.1.2.jar:/opt/shardingsphere-proxy/lib/netty-codec-http2-4.1.73.Final.jar:/opt/shardingsphere-proxy/lib/atomikos-util-5.0.8.jar:/opt/shardingsphere-proxy/lib/shardingsphere-authority-api-5.1.2.jar:/opt/shardingsphere-proxy/lib/elasticjob-error-handler-spi-3.0.1.jar:/opt/shardingsphere-proxy/lib/mchange-commons-java-0.2.15.jar:/opt/shardingsphere-proxy/lib/jackson-core-2.10.0.jar:/opt/shardingsphere-proxy/lib/shardingsphere-proxy-frontend-opengauss-5.1.2.jar:/opt/shardingsphere-proxy/lib/netty-codec-4.1.73.Final.jar:/opt/shardingsphere-proxy/lib/jaxb-api-2.3.0.jar:/opt/shardingsphere-proxy/lib/grpc-stub-1.27.1.jar:/opt/shardingsphere-proxy/lib/shardingsphere-cluster-mode-repository-zookeeper-curator-5.1.2.jar:/opt/shardingsphere-proxy/lib/vertx-mysql-client-4.2.3.jar:/opt/shardingsphere-proxy/lib/netty-transport-4.1.73.Final.jar:/opt/shardingsphere-proxy/lib/shardingsphere-shadow-distsql-parser-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-proxy-frontend-reactive-spi-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-infra-federation-optimizer-5.1.2.jar:/opt/shardingsphere-proxy/lib/jackson-databind-2.10.0.jar:/opt/shardingsphere-proxy/lib/logback-core-1.2.10.jar:/opt/shardingsphere-proxy/lib/netty-codec-http-4.1.73.Final.jar:/opt/shardingsphere-proxy/lib/shardingsphere-standalone-mode-repository-api-5.1.2.jar:/opt/shardingsphere-proxy/lib/groovy-4.0.3.jar:/opt/shardingsphere-proxy/lib/shardingsphere-mode-core-5.1.2.jar:/opt/shardingsphere-proxy/lib/jnanoid-2.0.0.jar:/opt/shardingsphere-proxy/lib/shardingsphere-memory-mode-core-5.1.2.jar:/opt/shardingsphere-proxy/lib/failsafe-2.3.3.jar:/opt/shardingsphere-proxy/lib/bcprov-jdk15on-1.70.jar:/opt/shardingsphere-proxy/lib/postgresql-42.3.3.jar:/opt/shardingsphere-proxy/lib/shardingsphere-shadow-distsql-handler-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-shadow-core-5.1.2.jar:/opt/shardingsphere-proxy/lib/curator-framework-5.1.0.jar:/opt/shardingsphere-proxy/lib/shardingsphere-distsql-statement-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-infra-federation-executor-5.1.2.jar:/opt/shardingsphere-proxy/lib/elasticjob-dataflow-executor-3.0.1.jar:/opt/shardingsphere-proxy/lib/shardingsphere-sharding-core-5.1.2.jar:/opt/shardingsphere-proxy/lib/checker-qual-3.5.0.jar:/opt/shardingsphere-proxy/lib/vertx-core-4.2.3.jar:/opt/shardingsphere-proxy/lib/shardingsphere-db-protocol-postgresql-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-sharding-cosid-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-single-table-api-5.1.2.jar:/opt/shardingsphere-proxy/lib/jackson-dataformat-yaml-2.10.0.jar:/opt/shardingsphere-proxy/lib/grpc-api-1.27.1.jar:/opt/shardingsphere-proxy/lib/shardingsphere-db-discovery-opengauss-5.1.2.jar:/opt/shardingsphere-proxy/lib/shardingsphere-data-pipeline-api-5.1.2.jar:/opt/shardingsphere-proxy/ext-lib/mysql-connector-java-5.1.49.jar
[INFO ] 2022-11-30 09:00:00.004 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
[INFO ] 2022-11-30 09:00:00.004 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.io.tmpdir=/tmp
[INFO ] 2022-11-30 09:00:00.004 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.compiler=<NA>
[INFO ] 2022-11-30 09:00:00.004 [main] org.apache.zookeeper.ZooKeeper - Client environment:os.name=Linux
[INFO ] 2022-11-30 09:00:00.004 [main] org.apache.zookeeper.ZooKeeper - Client environment:os.arch=amd64
[INFO ] 2022-11-30 09:00:00.004 [main] org.apache.zookeeper.ZooKeeper - Client environment:os.version=5.10.2-051002-generic
[INFO ] 2022-11-30 09:00:00.004 [main] org.apache.zookeeper.ZooKeeper - Client environment:user.name=root
[INFO ] 2022-11-30 09:00:00.004 [main] org.apache.zookeeper.ZooKeeper - Client environment:user.home=/root
[INFO ] 2022-11-30 09:00:00.004 [main] org.apache.zookeeper.ZooKeeper - Client environment:user.dir=/opt/shardingsphere-proxy
[INFO ] 2022-11-30 09:00:00.004 [main] org.apache.zookeeper.ZooKeeper - Client environment:os.memory.free=1566MB
[INFO ] 2022-11-30 09:00:00.004 [main] org.apache.zookeeper.ZooKeeper - Client environment:os.memory.max=1945MB
[INFO ] 2022-11-30 09:00:00.004 [main] org.apache.zookeeper.ZooKeeper - Client environment:os.memory.total=1945MB
[INFO ] 2022-11-30 09:00:00.015 [main] org.apache.zookeeper.ZooKeeper - Initiating client connection, connectString=awecloud-dbproxy-zookeeper.devops:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@50bb1c1f
[INFO ] 2022-11-30 09:00:00.030 [main] org.apache.zookeeper.common.X509Util - Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
[INFO ] 2022-11-30 09:00:00.040 [main] o.apache.zookeeper.ClientCnxnSocket - jute.maxbuffer value is 1048575 Bytes
[INFO ] 2022-11-30 09:00:00.097 [main] org.apache.zookeeper.ClientCnxn - zookeeper.request.timeout value is 0. feature enabled=false
[INFO ] 2022-11-30 09:00:00.139 [main-SendThread(awecloud-dbproxy-zookeeper.devops:2181)] org.apache.zookeeper.ClientCnxn - Opening socket connection to server awecloud-dbproxy-zookeeper.devops/10.3.149.211:2181.
[INFO ] 2022-11-30 09:00:00.139 [main-SendThread(awecloud-dbproxy-zookeeper.devops:2181)] org.apache.zookeeper.ClientCnxn - SASL config status: Will not attempt to authenticate using SASL (unknown error)
[INFO ] 2022-11-30 09:00:00.148 [main-SendThread(awecloud-dbproxy-zookeeper.devops:2181)] org.apache.zookeeper.ClientCnxn - Socket connection established, initiating session, client: /10.2.1.44:44904, server: awecloud-dbproxy-zookeeper.devops/10.3.149.211:2181
[INFO ] 2022-11-30 09:00:00.168 [main-SendThread(awecloud-dbproxy-zookeeper.devops:2181)] org.apache.zookeeper.ClientCnxn - Session establishment complete on server awecloud-dbproxy-zookeeper.devops/10.3.149.211:2181, session id = 0x1000001d000000c, negotiated timeout = 40000
[INFO ] 2022-11-30 09:00:00.205 [main-EventThread] o.a.c.f.state.ConnectionStateManager - State change: CONNECTED
[INFO ] 2022-11-30 09:00:00.217 [main] o.a.c.f.imps.CuratorFrameworkImpl - Default schema
[INFO ] 2022-11-30 09:00:00.273 [main-EventThread] o.a.c.framework.imps.EnsembleTracker - New config event received: {}
[INFO ] 2022-11-30 09:00:00.273 [main-EventThread] o.a.c.framework.imps.EnsembleTracker - New config event received: {}
Thanks for using Atomikos! This installation is not registered yet. 
REGISTER FOR FREE at http://www.atomikos.com/Main/RegisterYourDownload and receive:
- tips & advice 
- working demos 
- access to the full documentation 
- special exclusive bonus offers not available to others 
- everything you need to get the most out of using Atomikos!
[INFO ] 2022-11-30 09:00:06.189 [main] o.apache.curator.utils.Compatibility - Using org.apache.zookeeper.server.quorum.MultipleAddresses
[INFO ] 2022-11-30 09:00:06.250 [main] o.a.s.d.p.s.r.RuleAlteredJobWorker - start worker initialization
[INFO ] 2022-11-30 09:00:06.284 [main] o.a.s.d.p.a.e.AbstractLifecycleExecutor - start lifecycle executor: org.apache.shardingsphere.data.pipeline.core.execute.FinishedCheckJobExecutor@664c6bbc
[INFO ] 2022-11-30 09:00:06.297 [main] o.a.c.f.imps.CuratorFrameworkImpl - Starting
[INFO ] 2022-11-30 09:00:06.298 [main] org.apache.zookeeper.ZooKeeper - Initiating client connection, connectString=awecloud-dbproxy-zookeeper.devops:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@129a20d8
[INFO ] 2022-11-30 09:00:06.298 [main] o.apache.zookeeper.ClientCnxnSocket - jute.maxbuffer value is 1048575 Bytes
[INFO ] 2022-11-30 09:00:06.299 [main] org.apache.zookeeper.ClientCnxn - zookeeper.request.timeout value is 0. feature enabled=false
[INFO ] 2022-11-30 09:00:06.300 [main-SendThread(awecloud-dbproxy-zookeeper.devops:2181)] org.apache.zookeeper.ClientCnxn - Opening socket connection to server awecloud-dbproxy-zookeeper.devops/10.3.149.211:2181.
[INFO ] 2022-11-30 09:00:06.300 [main-SendThread(awecloud-dbproxy-zookeeper.devops:2181)] org.apache.zookeeper.ClientCnxn - SASL config status: Will not attempt to authenticate using SASL (unknown error)
[INFO ] 2022-11-30 09:00:06.300 [main] o.a.c.f.imps.CuratorFrameworkImpl - Default schema
[INFO ] 2022-11-30 09:00:06.301 [main-SendThread(awecloud-dbproxy-zookeeper.devops:2181)] org.apache.zookeeper.ClientCnxn - Socket connection established, initiating session, client: /10.2.1.44:53982, server: awecloud-dbproxy-zookeeper.devops/10.3.149.211:2181
[INFO ] 2022-11-30 09:00:06.305 [main-SendThread(awecloud-dbproxy-zookeeper.devops:2181)] org.apache.zookeeper.ClientCnxn - Session establishment complete on server awecloud-dbproxy-zookeeper.devops/10.3.149.211:2181, session id = 0x1000001d000000d, negotiated timeout = 40000
[INFO ] 2022-11-30 09:00:06.306 [main-EventThread] o.a.c.f.state.ConnectionStateManager - State change: CONNECTED
[INFO ] 2022-11-30 09:00:06.309 [main-EventThread] o.a.c.framework.imps.EnsembleTracker - New config event received: {}
[INFO ] 2022-11-30 09:00:06.312 [main-EventThread] o.a.c.framework.imps.EnsembleTracker - New config event received: {}
[INFO ] 2022-11-30 09:00:06.727 [main] org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
[INFO ] 2022-11-30 09:00:06.896 [main] o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
[INFO ] 2022-11-30 09:00:06.897 [main] org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
[INFO ] 2022-11-30 09:00:06.911 [main] o.a.s.e.l.i.s.JobShutdownHookPlugin - Registering Quartz shutdown hook. _finished_check
[INFO ] 2022-11-30 09:00:06.911 [main] org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
[INFO ] 2022-11-30 09:00:06.913 [main] org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) '_finished_check' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

[INFO ] 2022-11-30 09:00:06.913 [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler '_finished_check' initialized from an externally provided properties instance.
[INFO ] 2022-11-30 09:00:06.913 [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
[INFO ] 2022-11-30 09:00:07.157 [main] org.quartz.core.QuartzScheduler - Scheduler _finished_check_$_NON_CLUSTERED started.
[INFO ] 2022-11-30 09:00:07.164 [main] o.a.s.d.p.a.e.AbstractLifecycleExecutor - start lifecycle executor: org.apache.shardingsphere.data.pipeline.core.execute.PipelineJobExecutor@57927f4f
[INFO ] 2022-11-30 09:00:07.169 [main] o.a.s.d.p.s.r.RuleAlteredJobWorker - worker initialization done
[INFO ] 2022-11-30 09:00:07.282 [main] o.a.s.p.v.ShardingSphereProxyVersion - Database name is `MySQL`, version is `8.0.29`, database name is `clouddemo`
[INFO ] 2022-11-30 09:00:08.581 [main] o.a.s.p.frontend.ShardingSphereProxy - ShardingSphere-Proxy Cluster mode started successfully
[ERROR] 2022-11-30 09:00:09.983 [epollEventLoopGroup-3-1] o.a.s.a.c.b.listener.LoggingListener - Failed to instrument org.apache.shardingsphere.proxy.frontend.netty.FrontendChannelInboundHandler
org.apache.shardingsphere.dependencies.net.bytebuddy.pool.TypePool$Resolution$NoSuchTypeException: Cannot resolve type description for io.opentelemetry.javaagent.bootstrap.field.VirtualFieldAccessor$io$netty$channel$ChannelHandler$io$netty$channel$ChannelHandler
    at org.apache.shardingsphere.dependencies.net.bytebuddy.pool.TypePool$Resolution$Illegal.resolve(TypePool.java:167)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.pool.TypePool$Default$WithLazyResolution$LazyTypeDescription.delegate(TypePool.java:1088)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.description.type.TypeDescription$AbstractBase$OfSimpleType$WithDelegation.getTypeVariables(TypeDescription.java:8439)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.description.type.TypeDescription$AbstractBase.isGenerified(TypeDescription.java:8057)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Reifying.onNonGenericType(TypeDescription.java:1705)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Reifying$1.onNonGenericType(TypeDescription.java:1661)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType.accept(TypeDescription.java:3670)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection.accept(TypeDescription.java:6220)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default.doAnalyze(MethodGraph.java:715)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default.compile(MethodGraph.java:637)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$AbstractBase.compile(MethodGraph.java:519)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.dynamic.scaffold.MethodRegistry$Default.prepare(MethodRegistry.java:472)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.dynamic.scaffold.inline.RebaseDynamicTypeBuilder.make(RebaseDynamicTypeBuilder.java:221)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.agent.builder.AgentBuilder$Default$ExecutingTransformer.doTransform(AgentBuilder.java:11893)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.agent.builder.AgentBuilder$Default$ExecutingTransformer.transform(AgentBuilder.java:11828)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.agent.builder.AgentBuilder$Default$ExecutingTransformer.access$1700(AgentBuilder.java:11545)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.agent.builder.AgentBuilder$Default$ExecutingTransformer$Java9CapableVmDispatcher.run(AgentBuilder.java:12308)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.agent.builder.AgentBuilder$Default$ExecutingTransformer$Java9CapableVmDispatcher.run(AgentBuilder.java:12240)
    at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.agent.builder.AgentBuilder$Default$ExecutingTransformer.doPrivileged(AgentBuilder.java)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.agent.builder.AgentBuilder$Default$ExecutingTransformer.transform(AgentBuilder.java:11771)
    at org.apache.shardingsphere.dependencies.net.bytebuddy.agent.builder.AgentBuilder$Default$ExecutingTransformer$ByteBuddy$ModuleSupport.transform(Unknown Source)
    at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
    at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
    at java.base/java.lang.ClassLoader.defineClass1(Native Method)
    at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1012)
    at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)
    at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:862)
    at java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:760)
    at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:681)
    at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
    at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
    at org.apache.shardingsphere.proxy.frontend.netty.ServerHandlerInitializer.initChannel(ServerHandlerInitializer.java:45)
    at org.apache.shardingsphere.proxy.frontend.netty.ServerHandlerInitializer.initChannel(ServerHandlerInitializer.java:33)
    at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:129)
    at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:112)
    at io.netty.channel.AbstractChannelHandlerContext.callHandlerAdded(AbstractChannelHandlerContext.java:938)
    at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:609)
    at io.netty.channel.DefaultChannelPipeline.access$100(DefaultChannelPipeline.java:46)
    at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1463)
    at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1115)
    at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:650)
    at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:514)
    at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:429)
    at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:486)
    at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
    at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:469)
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:387)
    at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
    at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    at java.base/java.lang.Thread.run(Thread.java:833)
[INFO ] 2022-11-30 09:01:20.790 [Curator-SafeNotifyService-0] o.a.s.e.l.i.election.LeaderService - Leader is electing, waiting for 100 ms
[INFO ] 2022-11-30 09:01:30.108 [_finished_check_Worker-1] o.a.c.f.imps.CuratorFrameworkImpl - Starting
[INFO ] 2022-11-30 09:01:30.109 [_finished_check_Worker-1] org.apache.zookeeper.ZooKeeper - Initiating client connection, connectString=awecloud-dbproxy-zookeeper.devops:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@4388a729
[INFO ] 2022-11-30 09:01:30.110 [_finished_check_Worker-1] o.apache.zookeeper.ClientCnxnSocket - jute.maxbuffer value is 1048575 Bytes
[INFO ] 2022-11-30 09:01:30.110 [_finished_check_Worker-1] org.apache.zookeeper.ClientCnxn - zookeeper.request.timeout value is 0. feature enabled=false
[INFO ] 2022-11-30 09:01:30.111 [_finished_check_Worker-1] o.a.c.f.imps.CuratorFrameworkImpl - Default schema
[INFO ] 2022-11-30 09:01:30.121 [_finished_check_Worker-1-SendThread(awecloud-dbproxy-zookeeper.devops:2181)] org.apache.zookeeper.ClientCnxn - Opening socket connection to server awecloud-dbproxy-zookeeper.devops/10.3.149.211:2181.
[INFO ] 2022-11-30 09:01:30.121 [_finished_check_Worker-1-SendThread(awecloud-dbproxy-zookeeper.devops:2181)] org.apache.zookeeper.ClientCnxn - SASL config status: Will not attempt to authenticate using SASL (unknown error)
[INFO ] 2022-11-30 09:01:30.121 [_finished_check_Worker-1-SendThread(awecloud-dbproxy-zookeeper.devops:2181)] org.apache.zookeeper.ClientCnxn - Socket connection established, initiating session, client: /10.2.1.44:37820, server: awecloud-dbproxy-zookeeper.devops/10.3.149.211:2181
[INFO ] 2022-11-30 09:01:30.124 [_finished_check_Worker-1-SendThread(awecloud-dbproxy-zookeeper.devops:2181)] org.apache.zookeeper.ClientCnxn - Session establishment complete on server awecloud-dbproxy-zookeeper.devops/10.3.149.211:2181, session id = 0x1000001d000000e, negotiated timeout = 40000
[INFO ] 2022-11-30 09:01:30.124 [_finished_check_Worker-1-EventThread] o.a.c.f.state.ConnectionStateManager - State change: CONNECTED
[INFO ] 2022-11-30 09:01:30.126 [_finished_check_Worker-1-EventThread] o.a.c.framework.imps.EnsembleTracker - New config event received: {}
[INFO ] 2022-11-30 09:01:30.126 [_finished_check_Worker-1-EventThread] o.a.c.framework.imps.EnsembleTracker - New config event received: {}
Wed Nov 30 09:05:05 UTC 2022 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
sandynz commented 1 year ago

Hi @likeitchen , thanks for your feddback. Did you try latest version 5.2.1?

BTW, host: "0.0.0.0" looks strange in Prometheus section, it's used in server configuration usually.

RaigorJiang commented 1 year ago

Closed due to no response. If this problem persists, please reopen it or submit a new one.