首页

seata基于nacos注册中心实现默认AT模式完整demo项目代码

标签:seata,GlobalTransactional     发布时间:2022-11-23   
  • 云盘下载:
  • [提取码:3kg1]
       ( 需积分:8  )

1) 下载安装mysql8(创建数据库示例如localtest)、nacosseata服务

2)README.md运行mysql脚本,并配置consumer、provider-a、provider-b组件的application.yml文件(配置nacosmysql数据库连接、seata地址)

seata基于nacos注册中心实现默认AT模式完整demo项目代码

3)maven-settings.xml配置项目的maven的setting文件

4)分别运行ConsumerApplication、ProviderAApplication及ProviderBApplication启动类

D:\apps\jdk\jdk1.8.0_221\bin\java.exe -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:57796,suspend=y,server=n -XX:TieredStopAtLevel=1 -noverify -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dspring.jmx.enabled=true -Dspring.liveBeansView.mbeanDomain -Dspring.application.admin.enabled=true -javaagent:C:\Users\Think\AppData\Local\JetBrains\IntelliJIdea2020.1\captureAgent\debugger-agent.jar -Dfile.encoding=UTF-8 -classpath "D:\apps\jdk\jdk1.8.0_221\jre\lib\charsets.jar;D:\apps\jdk\jdk1.8.0_221\jre\lib\deploy.jar;D:\apps\jdk\jdk1.8.0_221\jre\lib\ext\access-bridge-64.jar;D:\apps\jdk\jdk1.8.0_221\jre\lib\ext\cldrdata.jar;D:\apps\jdk\jdk1.8.0_221\jre\lib\ext\dnsns.jar;D:\apps\jdk\jdk1.8.0_221\jre\lib\ext\jaccess.jar;D:\apps\jdk\jdk1.8.0_221\jre\lib\ext\jfxrt.jar;D:\apps\jdk\jdk1.8.0_221\jre\lib\ext\localedata.jar;D:\apps\jdk\jdk1.8.0_221\jre\lib\ext\nashorn.jar;D:\apps\jdk\jdk1.8.0_221\jre\lib\ext\sunec.jar;D:\apps\jdk\jdk1.8.0_221\jre\lib\ext\sunjce_provider.jar;D:\apps\jdk\jdk1.8.0_221\jre\lib\ext\sunmscapi.jar;D:\apps\jdk\jdk1.8.0_221\jre\lib\ext\sunpkcs11.jar;D:\apps\jdk\jdk1.8.0_221\jre\lib\ext\zipfs.jar;D:\apps\jdk\jdk1.8.0_221\jre\lib\javaws.jar;D:\apps\jdk\jdk1.8.0_221\jre\lib\jce.jar;D:\apps\jdk\jdk1.8.0_221\jre\lib\jfr.jar;D:\apps\jdk\jdk1.8.0_221\jre\lib\jfxswt.jar;D:\apps\jdk\jdk1.8.0_221\jre\lib\jsse.jar;D:\apps\jdk\jdk1.8.0_221\jre\lib\management-agent.jar;D:\apps\jdk\jdk1.8.0_221\jre\lib\plugin.jar;D:\apps\jdk\jdk1.8.0_221\jre\lib\resources.jar;D:\apps\jdk\jdk1.8.0_221\jre\lib\rt.jar;E:\maven-ws\seata-nacos-demo-master\consumer\target\classes;E:\maven-ws\seata-nacos-demo-master\common-interface\target\classes;E:\Repository\Jar\org\projectlombok\lombok\1.18.12\lombok-1.18.12.jar;E:\Repository\Jar\org\springframework\boot\spring-boot-starter-web\2.3.2.RELEASE\spring-boot-starter-web-2.3.2.RELEASE.jar;E:\Repository\Jar\org\springframework\boot\spring-boot-starter-json\2.3.2.RELEASE\spring-boot-starter-json-2.3.2.RELEASE.jar;E:\Repository\Jar\com\fasterxml\jackson\core\jackson-databind\2.11.1\jackson-databind-2.11.1.jar;E:\Repository\Jar\com\fasterxml\jackson\core\jackson-annotations\2.11.1\jackson-annotations-2.11.1.jar;E:\Repository\Jar\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.11.1\jackson-datatype-jdk8-2.11.1.jar;E:\Repository\Jar\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.11.1\jackson-datatype-jsr310-2.11.1.jar;E:\Repository\Jar\com\fasterxml\jackson\module\jackson-module-parameter-names\2.11.1\jackson-module-parameter-names-2.11.1.jar;E:\Repository\Jar\org\springframework\boot\spring-boot-starter-tomcat\2.3.2.RELEASE\spring-boot-starter-tomcat-2.3.2.RELEASE.jar;E:\Repository\Jar\org\apache\tomcat\embed\tomcat-embed-core\9.0.37\tomcat-embed-core-9.0.37.jar;E:\Repository\Jar\org\glassfish\jakarta.el\3.0.3\jakarta.el-3.0.3.jar;E:\Repository\Jar\org\apache\tomcat\embed\tomcat-embed-websocket\9.0.37\tomcat-embed-websocket-9.0.37.jar;E:\Repository\Jar\org\springframework\spring-web\5.2.8.RELEASE\spring-web-5.2.8.RELEASE.jar;E:\Repository\Jar\org\springframework\spring-webmvc\5.2.8.RELEASE\spring-webmvc-5.2.8.RELEASE.jar;E:\Repository\Jar\org\springframework\spring-aop\5.2.8.RELEASE\spring-aop-5.2.8.RELEASE.jar;E:\Repository\Jar\org\springframework\spring-context\5.2.8.RELEASE\spring-context-5.2.8.RELEASE.jar;E:\Repository\Jar\org\springframework\spring-expression\5.2.8.RELEASE\spring-expression-5.2.8.RELEASE.jar;E:\Repository\Jar\com\alibaba\cloud\spring-cloud-starter-alibaba-nacos-discovery\2.2.3.RELEASE\spring-cloud-starter-alibaba-nacos-discovery-2.2.3.RELEASE.jar;E:\Repository\Jar\com\alibaba\nacos\nacos-client\1.3.3\nacos-client-1.3.3.jar;E:\Repository\Jar\com\alibaba\nacos\nacos-common\1.3.3\nacos-common-1.3.3.jar;E:\Repository\Jar\commons-io\commons-io\2.2\commons-io-2.2.jar;E:\Repository\Jar\org\apache\httpcomponents\httpasyncclient\4.1.4\httpasyncclient-4.1.4.jar;E:\Repository\Jar\org\apache\httpcomponents\httpcore\4.4.13\httpcore-4.4.13.jar;E:\Repository\Jar\org\apache\httpcomponents\httpcore-nio\4.4.13\httpcore-nio-4.4.13.jar;E:\Repository\Jar\com\alibaba\nacos\nacos-api\1.3.3\nacos-api-1.3.3.jar;E:\Repository\Jar\org\apache\commons\commons-lang3\3.10\commons-lang3-3.10.jar;E:\Repository\Jar\com\google\guava\guava\24.1.1-jre\guava-24.1.1-jre.jar;E:\Repository\Jar\com\google\code\findbugs\jsr305\1.3.9\jsr305-1.3.9.jar;E:\Repository\Jar\org\checkerframework\checker-compat-qual\2.0.0\checker-compat-qual-2.0.0.jar;E:\Repository\Jar\com\google\errorprone\error_prone_annotations\2.1.3\error_prone_annotations-2.1.3.jar;E:\Repository\Jar\com\google\j2objc\j2objc-annotations\1.1\j2objc-annotations-1.1.jar;E:\Repository\Jar\org\codehaus\mojo\animal-sniffer-annotations\1.14\animal-sniffer-annotations-1.14.jar;E:\Repository\Jar\commons-codec\commons-codec\1.14\commons-codec-1.14.jar;E:\Repository\Jar\com\fasterxml\jackson\core\jackson-core\2.11.1\jackson-core-2.11.1.jar;E:\Repository\Jar\io\prometheus\simpleclient\0.5.0\simpleclient-0.5.0.jar;E:\Repository\Jar\com\alibaba\spring\spring-context-support\1.0.10\spring-context-support-1.0.10.jar;E:\Repository\Jar\org\springframework\cloud\spring-cloud-commons\2.2.5.RELEASE\spring-cloud-commons-2.2.5.RELEASE.jar;E:\Repository\Jar\org\springframework\security\spring-security-crypto\5.3.3.RELEASE\spring-security-crypto-5.3.3.RELEASE.jar;E:\Repository\Jar\org\springframework\cloud\spring-cloud-context\2.2.5.RELEASE\spring-cloud-context-2.2.5.RELEASE.jar;E:\Repository\Jar\org\springframework\cloud\spring-cloud-starter-netflix-ribbon\2.2.5.RELEASE\spring-cloud-starter-netflix-ribbon-2.2.5.RELEASE.jar;E:\Repository\Jar\org\springframework\cloud\spring-cloud-starter\2.2.5.RELEASE\spring-cloud-starter-2.2.5.RELEASE.jar;E:\Repository\Jar\org\springframework\security\spring-security-rsa\1.0.9.RELEASE\spring-security-rsa-1.0.9.RELEASE.jar;E:\Repository\Jar\org\bouncycastle\bcpkix-jdk15on\1.64\bcpkix-jdk15on-1.64.jar;E:\Repository\Jar\org\bouncycastle\bcprov-jdk15on\1.64\bcprov-jdk15on-1.64.jar;E:\Repository\Jar\org\springframework\cloud\spring-cloud-netflix-ribbon\2.2.5.RELEASE\spring-cloud-netflix-ribbon-2.2.5.RELEASE.jar;E:\Repository\Jar\org\springframework\cloud\spring-cloud-netflix-archaius\2.2.5.RELEASE\spring-cloud-netflix-archaius-2.2.5.RELEASE.jar;E:\Repository\Jar\org\springframework\cloud\spring-cloud-starter-netflix-archaius\2.2.5.RELEASE\spring-cloud-starter-netflix-archaius-2.2.5.RELEASE.jar;E:\Repository\Jar\com\netflix\archaius\archaius-core\0.7.6\archaius-core-0.7.6.jar;E:\Repository\Jar\commons-configuration\commons-configuration\1.8\commons-configuration-1.8.jar;E:\Repository\Jar\com\netflix\ribbon\ribbon\2.3.0\ribbon-2.3.0.jar;E:\Repository\Jar\com\netflix\ribbon\ribbon-transport\2.3.0\ribbon-transport-2.3.0.jar;E:\Repository\Jar\io\reactivex\rxnetty-contexts\0.4.9\rxnetty-contexts-0.4.9.jar;E:\Repository\Jar\io\reactivex\rxnetty-servo\0.4.9\rxnetty-servo-0.4.9.jar;E:\Repository\Jar\com\netflix\hystrix\hystrix-core\1.4.3\hystrix-core-1.4.3.jar;E:\Repository\Jar\javax\inject\javax.inject\1\javax.inject-1.jar;E:\Repository\Jar\io\reactivex\rxnetty\0.4.9\rxnetty-0.4.9.jar;E:\Repository\Jar\com\netflix\ribbon\ribbon-core\2.3.0\ribbon-core-2.3.0.jar;E:\Repository\Jar\com\netflix\ribbon\ribbon-httpclient\2.3.0\ribbon-httpclient-2.3.0.jar;E:\Repository\Jar\commons-collections\commons-collections\3.2.2\commons-collections-3.2.2.jar;E:\Repository\Jar\org\apache\httpcomponents\httpclient\4.5.12\httpclient-4.5.12.jar;E:\Repository\Jar\com\sun\jersey\jersey-client\1.19.1\jersey-client-1.19.1.jar;E:\Repository\Jar\com\sun\jersey\jersey-core\1.19.1\jersey-core-1.19.1.jar;E:\Repository\Jar\javax\ws\rs\jsr311-api\1.1.1\jsr311-api-1.1.1.jar;E:\Repository\Jar\com\sun\jersey\contribs\jersey-apache-client4\1.19.1\jersey-apache-client4-1.19.1.jar;E:\Repository\Jar\com\netflix\servo\servo-core\0.10.1\servo-core-0.10.1.jar;E:\Repository\Jar\com\netflix\servo\servo-internal\0.10.1\servo-internal-0.10.1.jar;E:\Repository\Jar\com\netflix\netflix-commons\netflix-commons-util\0.1.1\netflix-commons-util-0.1.1.jar;E:\Repository\Jar\com\netflix\ribbon\ribbon-loadbalancer\2.3.0\ribbon-loadbalancer-2.3.0.jar;E:\Repository\Jar\com\netflix\netflix-commons\netflix-statistics\0.1.1\netflix-statistics-0.1.1.jar;E:\Repository\Jar\io\reactivex\rxjava\1.3.8\rxjava-1.3.8.jar;E:\Repository\Jar\com\alibaba\cloud\spring-cloud-starter-dubbo\2.2.3.RELEASE\spring-cloud-starter-dubbo-2.2.3.RELEASE.jar;E:\Repository\Jar\org\springframework\cloud\spring-cloud-openfeign-core\2.2.5.RELEASE\spring-cloud-openfeign-core-2.2.5.RELEASE.jar;E:\Repository\Jar\org\springframework\boot\spring-boot-starter-aop\2.3.2.RELEASE\spring-boot-starter-aop-2.3.2.RELEASE.jar;E:\Repository\Jar\org\aspectj\aspectjweaver\1.9.6\aspectjweaver-1.9.6.jar;E:\Repository\Jar\io\github\openfeign\form\feign-form-spring\3.8.0\feign-form-spring-3.8.0.jar;E:\Repository\Jar\io\github\openfeign\form\feign-form\3.8.0\feign-form-3.8.0.jar;E:\Repository\Jar\commons-fileupload\commons-fileupload\1.4\commons-fileupload-1.4.jar;E:\Repository\Jar\org\apache\dubbo\dubbo\2.7.8\dubbo-2.7.8.jar;E:\Repository\Jar\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\Repository\Jar\com\google\code\gson\gson\2.8.6\gson-2.8.6.jar;E:\Repository\Jar\com\alibaba\fastjson\1.2.70\fastjson-1.2.70.jar;E:\Repository\Jar\org\apache\dubbo\dubbo-spring-boot-starter\2.7.8\dubbo-spring-boot-starter-2.7.8.jar;E:\Repository\Jar\org\apache\dubbo\dubbo-spring-boot-autoconfigure\2.7.8\dubbo-spring-boot-autoconfigure-2.7.8.jar;E:\Repository\Jar\org\apache\dubbo\dubbo-spring-boot-autoconfigure-compatible\2.7.8\dubbo-spring-boot-autoconfigure-compatible-2.7.8.jar;E:\Repository\Jar\io\netty\netty-all\4.1.51.Final\netty-all-4.1.51.Final.jar;E:\Repository\Jar\io\github\openfeign\feign-jaxrs2\9.7.0\feign-jaxrs2-9.7.0.jar;E:\Repository\Jar\io\github\openfeign\feign-core\9.7.0\feign-core-9.7.0.jar;E:\Repository\Jar\io\github\openfeign\feign-jaxrs\9.7.0\feign-jaxrs-9.7.0.jar;E:\Repository\Jar\org\springframework\boot\spring-boot-starter\2.3.2.RELEASE\spring-boot-starter-2.3.2.RELEASE.jar;E:\Repository\Jar\org\springframework\boot\spring-boot\2.3.2.RELEASE\spring-boot-2.3.2.RELEASE.jar;E:\Repository\Jar\org\springframework\boot\spring-boot-autoconfigure\2.3.2.RELEASE\spring-boot-autoconfigure-2.3.2.RELEASE.jar;E:\Repository\Jar\org\springframework\boot\spring-boot-starter-logging\2.3.2.RELEASE\spring-boot-starter-logging-2.3.2.RELEASE.jar;E:\Repository\Jar\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\Repository\Jar\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\Repository\Jar\org\apache\logging\log4j\log4j-to-slf4j\2.13.3\log4j-to-slf4j-2.13.3.jar;E:\Repository\Jar\org\apache\logging\log4j\log4j-api\2.13.3\log4j-api-2.13.3.jar;E:\Repository\Jar\org\slf4j\jul-to-slf4j\1.7.30\jul-to-slf4j-1.7.30.jar;E:\Repository\Jar\jakarta\annotation\jakarta.annotation-api\1.3.5\jakarta.annotation-api-1.3.5.jar;E:\Repository\Jar\org\springframework\spring-core\5.2.8.RELEASE\spring-core-5.2.8.RELEASE.jar;E:\Repository\Jar\org\springframework\spring-jcl\5.2.8.RELEASE\spring-jcl-5.2.8.RELEASE.jar;E:\Repository\Jar\org\yaml\snakeyaml\1.26\snakeyaml-1.26.jar;E:\Repository\Jar\io\seata\seata-spring-boot-starter\1.4.2\seata-spring-boot-starter-1.4.2.jar;E:\Repository\Jar\io\seata\seata-all\1.4.2\seata-all-1.4.2.jar;E:\Repository\Jar\org\antlr\antlr4\4.8\antlr4-4.8.jar;E:\Repository\Jar\org\antlr\antlr4-runtime\4.8\antlr4-runtime-4.8.jar;E:\Repository\Jar\org\antlr\antlr-runtime\3.5.2\antlr-runtime-3.5.2.jar;E:\Repository\Jar\org\antlr\ST4\4.3\ST4-4.3.jar;E:\Repository\Jar\org\abego\treelayout\org.abego.treelayout.core\1.0.3\org.abego.treelayout.core-1.0.3.jar;E:\Repository\Jar\org\glassfish\javax.json\1.0.4\javax.json-1.0.4.jar;E:\Repository\Jar\com\ibm\icu\icu4j\61.1\icu4j-61.1.jar;E:\Repository\Jar\com\alibaba\druid\1.1.23\druid-1.1.23.jar;E:\Repository\Jar\com\typesafe\config\1.2.1\config-1.2.1.jar;E:\Repository\Jar\org\slf4j\slf4j-api\1.7.30\slf4j-api-1.7.30.jar;E:\Repository\Jar\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\Repository\Jar\org\apache\commons\commons-pool2\2.8.0\commons-pool2-2.8.0.jar;E:\Repository\Jar\commons-pool\commons-pool\1.6\commons-pool-1.6.jar;E:\Repository\Jar\com\google\protobuf\protobuf-java\3.7.1\protobuf-java-3.7.1.jar;E:\Repository\Jar\cglib\cglib\3.1\cglib-3.1.jar;E:\Repository\Jar\org\ow2\asm\asm\4.2\asm-4.2.jar;E:\Repository\Jar\aopalliance\aopalliance\1.0\aopalliance-1.0.jar;E:\Repository\Jar\com\github\ben-manes\caffeine\caffeine\2.8.5\caffeine-2.8.5.jar;E:\Repository\Jar\org\checkerframework\checker-qual\3.4.1\checker-qual-3.4.1.jar;E:\Repository\Jar\org\springframework\spring-tx\5.2.8.RELEASE\spring-tx-5.2.8.RELEASE.jar;E:\Repository\Jar\org\springframework\spring-beans\5.2.8.RELEASE\spring-beans-5.2.8.RELEASE.jar;D:\tool\JetBrains\IntelliJ IDEA 2020.1\lib\idea_rt.jar" com.seata.consumer.ConsumerApplication@b@Connected to the target VM, address: '127.0.0.1:57796', transport: 'socket'@b@2022-11-23 15:32:01.351  INFO 13772 --- [           main] o.a.dubbo.common.logger.LoggerFactory    : using logger: org.apache.dubbo.common.logger.slf4j.Slf4jLoggerAdapter@b@2022-11-23 15:32:01.362  INFO 13772 --- [           main] d.s.b.c.e.WelcomeLogoApplicationListener : @b@@b@ :: Dubbo Spring Boot (v2.7.8) : https://github.com/apache/dubbo-spring-boot-project@b@ :: Dubbo (v2.7.8) : https://github.com/apache/dubbo@b@ :: Discuss group : dev@dubbo.apache.org@b@@b@2022-11-23 15:32:01.365  INFO 13772 --- [           main] e.OverrideDubboConfigApplicationListener : Dubbo Config was overridden by externalized configuration {dubbo.application.qos-enable=false, dubbo.config.multiple=true}@b@2022-11-23 15:32:01.876  INFO 13772 --- [pool-1-thread-1] .b.c.e.AwaitingNonWebApplicationListener :  [Dubbo] Current Spring Boot Application is await...@b@2022-11-23 15:32:03.538  INFO 13772 --- [           main] e.OverrideDubboConfigApplicationListener : Dubbo Config was overridden by externalized configuration {dubbo.application.id=gamer, dubbo.application.name=gamer, dubbo.application.qos-enable=false, dubbo.cloud.subscribed-services=providera,providerb, dubbo.config.multiple=true, dubbo.consumer.check=false, dubbo.protocol.name=dubbo, dubbo.protocol.port=-1, dubbo.registry.address=spring-cloud://127.0.0.1:8848}@b@@b@  .   ____          _            __ _ _@b@ /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \@b@( ( )\___ | '_ | '_| | '_ \/ _' | \ \ \ \@b@ \\/  ___)| |_)| | | | | || (_| |  ) ) ) )@b@  '  |____| .__|_| |_|_| |_\__, | / / / /@b@ =========|_|==============|___/=/_/_/_/@b@ :: Spring Boot ::        (v2.3.2.RELEASE)@b@@b@2022-11-23 15:32:03.569  INFO 13772 --- [           main] com.seata.consumer.ConsumerApplication   : No active profile set, falling back to default profiles: default@b@2022-11-23 15:32:04.432  INFO 13772 --- [           main] com.alibaba.spring.util.BeanRegistrar    : The Infrastructure bean definition [Root bean: class [org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=nullwith name [referenceAnnotationBeanPostProcessor] has been registered.@b@2022-11-23 15:32:04.433  INFO 13772 --- [           main] com.alibaba.spring.util.BeanRegistrar    : The Infrastructure bean definition [Root bean: class [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigAliasPostProcessor]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=nullwith name [dubboConfigAliasPostProcessor] has been registered.@b@2022-11-23 15:32:04.434  INFO 13772 --- [           main] com.alibaba.spring.util.BeanRegistrar    : The Infrastructure bean definition [Root bean: class [org.apache.dubbo.config.spring.context.DubboLifecycleComponentApplicationListener]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=nullwith name [dubboLifecycleComponentApplicationListener] has been registered.@b@2022-11-23 15:32:04.434  INFO 13772 --- [           main] com.alibaba.spring.util.BeanRegistrar    : The Infrastructure bean definition [Root bean: class [org.apache.dubbo.config.spring.context.DubboBootstrapApplicationListener]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=nullwith name [dubboBootstrapApplicationListener] has been registered.@b@2022-11-23 15:32:04.435  INFO 13772 --- [           main] com.alibaba.spring.util.BeanRegistrar    : The Infrastructure bean definition [Root bean: class [org.apache.dubbo.config.spring.beans.factory.config.DubboConfigDefaultPropertyValueBeanPostProcessor]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=nullwith name [dubboConfigDefaultPropertyValueBeanPostProcessor] has been registered.@b@2022-11-23 15:32:04.590  INFO 13772 --- [           main] .b.f.a.ConfigurationBeanBindingRegistrar : The configuration bean definition [name : gamer, content : Root bean: class [org.apache.dubbo.config.ApplicationConfig]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] has been registered.@b@2022-11-23 15:32:04.590  INFO 13772 --- [           main] com.alibaba.spring.util.BeanRegistrar    : The Infrastructure bean definition [Root bean: class [com.alibaba.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=nullwith name [configurationBeanBindingPostProcessor] has been registered.@b@2022-11-23 15:32:04.590  INFO 13772 --- [           main] .b.f.a.ConfigurationBeanBindingRegistrar : The configuration bean definition [name : org.apache.dubbo.config.RegistryConfig#0, content : Root bean: class [org.apache.dubbo.config.RegistryConfig]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] has been registered.@b@2022-11-23 15:32:04.590  INFO 13772 --- [           main] .b.f.a.ConfigurationBeanBindingRegistrar : The configuration bean definition [name : org.apache.dubbo.config.ProtocolConfig#0, content : Root bean: class [org.apache.dubbo.config.ProtocolConfig]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] has been registered.@b@2022-11-23 15:32:04.590  INFO 13772 --- [           main] .b.f.a.ConfigurationBeanBindingRegistrar : The configuration bean definition [name : org.apache.dubbo.config.ConsumerConfig#0, content : Root bean: class [org.apache.dubbo.config.ConsumerConfig]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] has been registered.@b@2022-11-23 15:32:04.682  INFO 13772 --- [           main] o.s.c.a.ConfigurationClassPostProcessor  : Cannot enhance @Configuration bean definition 'org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration' since its singleton instance has been created too early. The typical cause is a non-static @Bean method with a BeanDefinitionRegistryPostProcessor return type: Consider declaring such methods as 'static'.@b@2022-11-23 15:32:04.808  INFO 13772 --- [           main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=89c51e44-66e6-330d-9fa5-88a4bb57d542@b@2022-11-23 15:32:04.839  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.seata.spring.boot.autoconfigure.SeataAutoConfiguration' of type [io.seata.spring.boot.autoconfigure.SeataAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:04.904  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'failureHandler' of type [io.seata.tm.api.DefaultFailureHandlerImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:04.940  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'springCloudAlibabaConfiguration' of type [io.seata.spring.boot.autoconfigure.properties.SpringCloudAlibabaConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:04.943  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'seataProperties' of type [io.seata.spring.boot.autoconfigure.properties.SeataProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:04.944  INFO 13772 --- [           main] i.s.s.b.a.SeataAutoConfiguration         : Automatically configure Seata@b@2022-11-23 15:32:04.951  INFO 13772 --- [           main] io.seata.config.FileConfiguration        : The file name of the operation is registry@b@2022-11-23 15:32:05.055  INFO 13772 --- [           main] io.seata.config.ConfigurationFactory     : load Configuration:FileConfiguration$$EnhancerByCGLIB$$862af1eb@b@2022-11-23 15:32:05.066  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'configProperties' of type [io.seata.spring.boot.autoconfigure.properties.config.ConfigProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:05.073  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'configFileProperties' of type [io.seata.spring.boot.autoconfigure.properties.config.ConfigFileProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:05.073  INFO 13772 --- [           main] io.seata.config.FileConfiguration        : The file name of the operation is file.conf@b@2022-11-23 15:32:05.075  INFO 13772 --- [           main] io.seata.config.ConfigurationFactory     : load Configuration:FileConfiguration$$EnhancerByCGLIB$$862af1eb@b@2022-11-23 15:32:05.197  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'serviceProperties' of type [io.seata.spring.boot.autoconfigure.properties.client.ServiceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:05.232  INFO 13772 --- [           main] i.s.s.a.GlobalTransactionScanner         : Initializing Global Transaction Clients ... @b@2022-11-23 15:32:05.256  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'threadFactoryProperties' of type [io.seata.spring.boot.autoconfigure.properties.client.ThreadFactoryProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:05.269  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'transportProperties' of type [io.seata.spring.boot.autoconfigure.properties.client.TransportProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:05.387  INFO 13772 --- [           main] i.s.core.rpc.netty.NettyClientBootstrap  : NettyClientBootstrap has started@b@2022-11-23 15:32:05.387  INFO 13772 --- [           main] i.s.s.a.GlobalTransactionScanner         : Transaction Manager Client is initialized. applicationId[gamer] txServiceGroup[game]@b@2022-11-23 15:32:05.405  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'rmProperties' of type [io.seata.spring.boot.autoconfigure.properties.client.RmProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:05.405  INFO 13772 --- [           main] io.seata.rm.datasource.AsyncWorker       : Async Commit Buffer Limit: 10000@b@2022-11-23 15:32:05.406  INFO 13772 --- [           main] i.s.rm.datasource.xa.ResourceManagerXA   : ResourceManagerXA init ...@b@2022-11-23 15:32:05.417  INFO 13772 --- [           main] i.s.core.rpc.netty.NettyClientBootstrap  : NettyClientBootstrap has started@b@2022-11-23 15:32:05.417  INFO 13772 --- [           main] i.s.s.a.GlobalTransactionScanner         : Resource Manager is initialized. applicationId[gamer] txServiceGroup[game]@b@2022-11-23 15:32:05.417  INFO 13772 --- [           main] i.s.s.a.GlobalTransactionScanner         : Global Transaction Clients are initialized. @b@2022-11-23 15:32:05.569  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.cloud.dubbo.autoconfigure.DubboOpenFeignAutoConfiguration' of type [com.alibaba.cloud.dubbo.autoconfigure.DubboOpenFeignAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:05.742  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'dubbo.cloud-com.alibaba.cloud.dubbo.env.DubboCloudProperties' of type [com.alibaba.cloud.dubbo.env.DubboCloudProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:05.755  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.cloud.dubbo.autoconfigure.DubboServiceAutoConfiguration' of type [com.alibaba.cloud.dubbo.autoconfigure.DubboServiceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:05.770  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'dubboGenericServiceFactory' of type [com.alibaba.cloud.dubbo.service.DubboGenericServiceFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:05.778  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.cloud.dubbo.util.JSONUtils' of type [com.alibaba.cloud.dubbo.util.JSONUtils] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:05.796  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.cloud.dubbo.util.DubboMetadataUtils' of type [com.alibaba.cloud.dubbo.util.DubboMetadataUtils] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:05.837  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'metadataJsonResolver' of type [com.alibaba.cloud.dubbo.metadata.resolver.DubboServiceBeanMetadataResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:05.907  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration$$EnhancerBySpringCGLIB$$6f976850] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:05.946  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:05.956  INFO 13772 --- [           main] .a.ConfigurationBeanBindingPostProcessor : The configuration bean [<dubbo:application name="gamer" hostname="DESKTOP-SIJ47KQ" qosEnable="false" />] have been binding by the configuration properties [{name=gamer, id=gamer, qos-enable=false}]@b@2022-11-23 15:32:05.961  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'gamer' of type [org.apache.dubbo.config.ApplicationConfig] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:05.972  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'dubboProtocolConfigSupplier' of type [com.alibaba.cloud.dubbo.metadata.DubboProtocolConfigSupplier] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:05.975  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.cloud.dubbo.service.DubboMetadataServiceExporter' of type [com.alibaba.cloud.dubbo.service.DubboMetadataServiceExporter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:05.976  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.cloud.dubbo.autoconfigure.DubboMetadataAutoConfiguration' of type [com.alibaba.cloud.dubbo.autoconfigure.DubboMetadataAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:05.986  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'metadataServiceInstanceSelector' of type [com.alibaba.cloud.dubbo.metadata.repository.RandomServiceInstanceSelector] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:05.995  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.client.discovery.composite.CompositeDiscoveryClientAutoConfiguration' of type [org.springframework.cloud.client.discovery.composite.CompositeDiscoveryClientAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:06.004  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.cloud.nacos.discovery.NacosDiscoveryClientConfiguration' of type [com.alibaba.cloud.nacos.discovery.NacosDiscoveryClientConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:06.014  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.cloud.nacos.discovery.NacosDiscoveryAutoConfiguration' of type [com.alibaba.cloud.nacos.discovery.NacosDiscoveryAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:06.037  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.commons.util.UtilAutoConfiguration' of type [org.springframework.cloud.commons.util.UtilAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:06.051  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'inetUtilsProperties' of type [org.springframework.cloud.commons.util.InetUtilsProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:06.055  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'inetUtils' of type [org.springframework.cloud.commons.util.InetUtils] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:06.061  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.cloud.nacos.NacosServiceAutoConfiguration' of type [com.alibaba.cloud.nacos.NacosServiceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:06.072  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'nacosServiceManager' of type [com.alibaba.cloud.nacos.NacosServiceManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:07.614  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'nacosProperties' of type [com.alibaba.cloud.nacos.NacosDiscoveryProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:07.619  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'nacosServiceDiscovery' of type [com.alibaba.cloud.nacos.discovery.NacosServiceDiscovery] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:07.625  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'nacosDiscoveryClient' of type [com.alibaba.cloud.nacos.discovery.NacosDiscoveryClient] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:07.650  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'server-org.springframework.boot.autoconfigure.web.ServerProperties' of type [org.springframework.boot.autoconfigure.web.ServerProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:07.651  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClientAutoConfiguration' of type [org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClientAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:08.953  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'simpleDiscoveryProperties' of type [org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:08.957  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'simpleDiscoveryClient' of type [org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClient] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:08.965  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'compositeDiscoveryClient' of type [org.springframework.cloud.client.discovery.composite.CompositeDiscoveryClient] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:08.971  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.cloud.dubbo.service.DubboMetadataServiceProxy' of type [com.alibaba.cloud.dubbo.service.DubboMetadataServiceProxy] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:08.976  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.cloud.dubbo.metadata.repository.DubboServiceMetadataRepository' of type [com.alibaba.cloud.dubbo.metadata.repository.DubboServiceMetadataRepository] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:09.018  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.cloud.dubbo.service.parameter.RequestParamServiceParameterResolver' of type [com.alibaba.cloud.dubbo.service.parameter.RequestParamServiceParameterResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:09.034  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration' of type [org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:09.040  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' of type [org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:09.055  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'stringHttpMessageConverter' of type [org.springframework.http.converter.StringHttpMessageConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:09.059  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration' of type [org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:09.064  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration' of type [org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:09.067  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' of type [org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:09.071  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration' of type [org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:09.080  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' of type [org.springframework.boot.autoconfigure.jackson.JacksonProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:09.086  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'standardJacksonObjectMapperBuilderCustomizer' of type [org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration$StandardJackson2ObjectMapperBuilderCustomizer] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:09.091  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration' of type [org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:09.104  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'parameterNamesModule' of type [com.fasterxml.jackson.module.paramnames.ParameterNamesModule] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:09.107  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration' of type [org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:09.119  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'jsonComponentModule' of type [org.springframework.boot.jackson.JsonComponentModule] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:09.128  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'jacksonObjectMapperBuilder' of type [org.springframework.http.converter.json.Jackson2ObjectMapperBuilder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:09.177  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'jacksonObjectMapper' of type [com.fasterxml.jackson.databind.ObjectMapper] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:09.189  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'mappingJackson2HttpMessageConverter' of type [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:09.203  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'messageConverters' of type [org.springframework.boot.autoconfigure.http.HttpMessageConverters] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:09.208  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.cloud.dubbo.service.parameter.RequestBodyServiceParameterResolver' of type [com.alibaba.cloud.dubbo.service.parameter.RequestBodyServiceParameterResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:09.217  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.cloud.dubbo.service.parameter.RequestHeaderServiceParameterResolver' of type [com.alibaba.cloud.dubbo.service.parameter.RequestHeaderServiceParameterResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:09.228  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.cloud.dubbo.service.parameter.PathVariableServiceParameterResolver' of type [com.alibaba.cloud.dubbo.service.parameter.PathVariableServiceParameterResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:09.229  INFO 13772 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.cloud.dubbo.service.DubboGenericServiceExecutionContextFactory' of type [com.alibaba.cloud.dubbo.service.DubboGenericServiceExecutionContextFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)@b@2022-11-23 15:32:09.661  INFO 13772 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8003 (http)@b@2022-11-23 15:32:09.674  INFO 13772 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]@b@2022-11-23 15:32:09.674  INFO 13772 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.37]@b@2022-11-23 15:32:09.878  INFO 13772 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext@b@2022-11-23 15:32:09.878  INFO 13772 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 6288 ms@b@2022-11-23 15:32:10.454  INFO 13772 --- [           main] .a.ConfigurationBeanBindingPostProcessor : The configuration bean [<dubbo:registry address="spring-cloud://127.0.0.1:8848" protocol="spring-cloud" port="8848" />] have been binding by the configuration properties [{address=spring-cloud://127.0.0.1:8848}]@b@2022-11-23 15:32:10.464  INFO 13772 --- [           main] .a.ConfigurationBeanBindingPostProcessor : The configuration bean [<dubbo:protocol name="dubbo" port="-1" />] have been binding by the configuration properties [{name=dubbo, port=-1}]@b@2022-11-23 15:32:10.484  INFO 13772 --- [           main] .a.ConfigurationBeanBindingPostProcessor : The configuration bean [<dubbo:consumer />] have been binding by the configuration properties [{check=false}]@b@2022-11-23 15:32:10.486  INFO 13772 --- [           main] o.a.d.c.s.b.f.a.ReferenceBeanBuilder     : The configBean[type:ReferenceBean] has been built.@b@2022-11-23 15:32:12.163  INFO 13772 --- [           main] o.a.d.config.bootstrap.DubboBootstrap    :  [DUBBO] No value is configured in the registry, the DynamicConfigurationFactory extension[name : spring-cloud] does not support as the config center, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:12.164  INFO 13772 --- [           main] o.a.d.config.bootstrap.DubboBootstrap    :  [DUBBO] The registry[<dubbo:registry address="spring-cloud://127.0.0.1:8848" protocol="spring-cloud" port="8848" />] will be not used as the config center, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:12.215  INFO 13772 --- [           main] o.a.d.c.utils.ConfigValidationUtils      :  [DUBBO] There's no valid monitor config found, if you want to open monitor statistics for Dubbo, please make sure your monitor is configured properly., dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:12.233  INFO 13772 --- [           main] o.a.d.config.bootstrap.DubboBootstrap    :  [DUBBO] No value is configured in the registry, the MetadataReportFactory extension[name : spring-cloud] does not support as the metadata center, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:12.234  INFO 13772 --- [           main] o.a.d.config.bootstrap.DubboBootstrap    :  [DUBBO] The registry[<dubbo:registry address="spring-cloud://127.0.0.1:8848" protocol="spring-cloud" port="8848" />] will be not used as the metadata center, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:12.246  INFO 13772 --- [           main] o.a.d.config.bootstrap.DubboBootstrap    :  [DUBBO] DubboBootstrap has been initialized!, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:12.318  INFO 13772 --- [           main] o.a.d.qos.protocol.QosProtocolWrapper    :  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring-boot configuration., dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:12.348  INFO 13772 --- [           main] c.a.c.dubbo.registry.DubboCloudRegistry  :  [DUBBO] Register: consumer://10.25.91.18/com.seata.interfcae.service.GameFirstService?application=gamer&category=consumers&check=false&dubbo=2.0.2&init=false&interface=com.seata.interfcae.service.GameFirstService&methods=game&pid=13772&qos.enable=false&release=2.7.8&side=consumer&sticky=false&timestamp=1669188732258, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:12.355  INFO 13772 --- [           main] c.a.c.dubbo.registry.DubboCloudRegistry  :  [DUBBO] Subscribe: consumer://10.25.91.18/com.seata.interfcae.service.GameFirstService?application=gamer&category=providers,configurators,routers&check=false&dubbo=2.0.2&init=false&interface=com.seata.interfcae.service.GameFirstService&methods=game&pid=13772&qos.enable=false&release=2.7.8&side=consumer&sticky=false&timestamp=1669188732258, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:12.695  WARN 13772 --- [           main] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance in service[name : providera]@b@2022-11-23 15:32:12.695  WARN 13772 --- [           main] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance from service[name : providera], and then Dubbo Service[key : com.seata.interfcae.service.GameFirstService] will not be available , please make sure the further impact@b@2022-11-23 15:32:12.699  WARN 13772 --- [           main] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance in service[name : providerb]@b@2022-11-23 15:32:12.699  WARN 13772 --- [           main] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance from service[name : providerb], and then Dubbo Service[key : com.seata.interfcae.service.GameFirstService] will not be available , please make sure the further impact@b@2022-11-23 15:32:12.715  INFO 13772 --- [           main] org.apache.dubbo.config.ReferenceConfig  :  [DUBBO] Refer dubbo service com.seata.interfcae.service.GameFirstService from url spring-cloud://127.0.0.1:8848/org.apache.dubbo.registry.RegistryService?application=gamer&check=false&dubbo=2.0.2&init=false&interface=com.seata.interfcae.service.GameFirstService&methods=game&pid=13772&qos.enable=false&register.ip=10.25.91.18&release=2.7.8&side=consumer&sticky=false&timestamp=1669188732258, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:12.728  INFO 13772 --- [           main] o.a.d.c.s.b.f.a.ReferenceBeanBuilder     : The configBean[type:ReferenceBean] has been built.@b@2022-11-23 15:32:12.740  INFO 13772 --- [           main] c.a.c.dubbo.registry.DubboCloudRegistry  :  [DUBBO] Register: consumer://10.25.91.18/com.seata.interfcae.service.GameSecondService?application=gamer&category=consumers&check=false&dubbo=2.0.2&init=false&interface=com.seata.interfcae.service.GameSecondService&methods=game,gameFail&pid=13772&qos.enable=false&release=2.7.8&side=consumer&sticky=false&timestamp=1669188732731, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:12.741  INFO 13772 --- [           main] c.a.c.dubbo.registry.DubboCloudRegistry  :  [DUBBO] Subscribe: consumer://10.25.91.18/com.seata.interfcae.service.GameSecondService?application=gamer&category=providers,configurators,routers&check=false&dubbo=2.0.2&init=false&interface=com.seata.interfcae.service.GameSecondService&methods=game,gameFail&pid=13772&qos.enable=false&release=2.7.8&side=consumer&sticky=false&timestamp=1669188732731, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:12.741  WARN 13772 --- [           main] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance in service[name : providera]@b@2022-11-23 15:32:12.741  WARN 13772 --- [           main] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance from service[name : providera], and then Dubbo Service[key : com.seata.interfcae.service.GameSecondService] will not be available , please make sure the further impact@b@2022-11-23 15:32:12.741  WARN 13772 --- [           main] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance in service[name : providerb]@b@2022-11-23 15:32:12.741  WARN 13772 --- [           main] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance from service[name : providerb], and then Dubbo Service[key : com.seata.interfcae.service.GameSecondService] will not be available , please make sure the further impact@b@2022-11-23 15:32:12.741  INFO 13772 --- [           main] org.apache.dubbo.config.ReferenceConfig  :  [DUBBO] Refer dubbo service com.seata.interfcae.service.GameSecondService from url spring-cloud://127.0.0.1:8848/org.apache.dubbo.registry.RegistryService?application=gamer&check=false&dubbo=2.0.2&init=false&interface=com.seata.interfcae.service.GameSecondService&methods=game,gameFail&pid=13772&qos.enable=false&register.ip=10.25.91.18&release=2.7.8&side=consumer&sticky=false&timestamp=1669188732731, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:12.788  INFO 13772 --- [           main] i.s.s.a.GlobalTransactionScanner         : Bean[com.seata.consumer.controller.GameController] with name [gameController] would use interceptor [io.seata.spring.annotation.GlobalTransactionalInterceptor]@b@2022-11-23 15:32:12.939  WARN 13772 --- [           main] c.n.c.sources.URLConfigurationSource     : No URLs will be polled as dynamic configuration sources.@b@2022-11-23 15:32:12.939  INFO 13772 --- [           main] c.n.c.sources.URLConfigurationSource     : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.@b@2022-11-23 15:32:12.947  WARN 13772 --- [           main] c.n.c.sources.URLConfigurationSource     : No URLs will be polled as dynamic configuration sources.@b@2022-11-23 15:32:12.947  INFO 13772 --- [           main] c.n.c.sources.URLConfigurationSource     : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.@b@2022-11-23 15:32:13.198  INFO 13772 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'@b@2022-11-23 15:32:13.886  INFO 13772 --- [           main] o.s.s.c.ThreadPoolTaskScheduler          : Initializing ExecutorService 'Nacos-Watch-Task-Scheduler'@b@2022-11-23 15:32:14.274  WARN 13772 --- [           main] a.c.d.m.r.DubboServiceMetadataRepository : The Spring application[name : providera] does not expose The REST metadata in the Dubbo services.@b@2022-11-23 15:32:14.275  WARN 13772 --- [           main] a.c.d.m.r.DubboServiceMetadataRepository : The Spring application[name : providerb] does not expose The REST metadata in the Dubbo services.@b@2022-11-23 15:32:14.275  INFO 13772 --- [           main] a.c.d.m.r.DubboServiceMetadataRepository : The metadata of Dubbo services has been initialized@b@2022-11-23 15:32:14.382  INFO 13772 --- [client.listener] a.DubboServiceDiscoveryAutoConfiguration : The event of the service instances[name : providera , size : 0] change is about to be dispatched@b@2022-11-23 15:32:14.384  WARN 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance in service[name : providera]@b@2022-11-23 15:32:14.385  WARN 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance from service[name : providera], and then Dubbo Service[key : com.seata.interfcae.service.GameFirstService] will not be available , please make sure the further impact@b@2022-11-23 15:32:14.385  WARN 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance in service[name : providerb]@b@2022-11-23 15:32:14.385  WARN 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance from service[name : providerb], and then Dubbo Service[key : com.seata.interfcae.service.GameFirstService] will not be available , please make sure the further impact@b@2022-11-23 15:32:14.386  WARN 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance in service[name : providera]@b@2022-11-23 15:32:14.386  WARN 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance from service[name : providera], and then Dubbo Service[key : com.seata.interfcae.service.GameSecondService] will not be available , please make sure the further impact@b@2022-11-23 15:32:14.386  WARN 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance in service[name : providerb]@b@2022-11-23 15:32:14.386  WARN 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance from service[name : providerb], and then Dubbo Service[key : com.seata.interfcae.service.GameSecondService] will not be available , please make sure the further impact@b@2022-11-23 15:32:14.386  INFO 13772 --- [client.listener] a.DubboServiceDiscoveryAutoConfiguration : The event of the service instances[name : providerb , size : 0] change is about to be dispatched@b@2022-11-23 15:32:14.387  WARN 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance in service[name : providera]@b@2022-11-23 15:32:14.387  WARN 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance from service[name : providera], and then Dubbo Service[key : com.seata.interfcae.service.GameFirstService] will not be available , please make sure the further impact@b@2022-11-23 15:32:14.387  WARN 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance in service[name : providerb]@b@2022-11-23 15:32:14.387  WARN 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance from service[name : providerb], and then Dubbo Service[key : com.seata.interfcae.service.GameFirstService] will not be available , please make sure the further impact@b@2022-11-23 15:32:14.388  WARN 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance in service[name : providera]@b@2022-11-23 15:32:14.388  WARN 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance from service[name : providera], and then Dubbo Service[key : com.seata.interfcae.service.GameSecondService] will not be available , please make sure the further impact@b@2022-11-23 15:32:14.388  WARN 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance in service[name : providerb]@b@2022-11-23 15:32:14.388  WARN 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance from service[name : providerb], and then Dubbo Service[key : com.seata.interfcae.service.GameSecondService] will not be available , please make sure the further impact@b@2022-11-23 15:32:14.407  INFO 13772 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8003 (http) with context path ''@b@2022-11-23 15:32:15.780  INFO 13772 --- [           main] org.apache.dubbo.config.ServiceConfig    :  [DUBBO] No valid ip found from environment, try to find valid host from DNS., dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:15.785  WARN 13772 --- [           main] org.apache.dubbo.config.ServiceConfig    :  [DUBBO] Use random available port(20880) for protocol dubbo, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:15.838  INFO 13772 --- [           main] org.apache.dubbo.config.ServiceConfig    :  [DUBBO] Export dubbo service com.alibaba.cloud.dubbo.service.DubboMetadataService to local registry url : injvm://127.0.0.1/com.alibaba.cloud.dubbo.service.DubboMetadataService?anyhost=true&application=gamer&bind.ip=10.25.91.18&bind.port=20880&deprecated=false&dubbo=2.0.2&dynamic=true&generic=false&group=gamer&interface=com.alibaba.cloud.dubbo.service.DubboMetadataService&methods=getAllServiceKeys,getServiceRestMetadata,getExportedURLs,getAllExportedURLs&pid=13772&qos.enable=false&release=2.7.8&revision=2.2.3.RELEASE&side=provider&timestamp=1669188735771&version=1.0.0, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:15.839  INFO 13772 --- [           main] org.apache.dubbo.config.ServiceConfig    :  [DUBBO] Register dubbo service com.alibaba.cloud.dubbo.service.DubboMetadataService url dubbo://10.25.91.18:20880/com.alibaba.cloud.dubbo.service.DubboMetadataService?anyhost=true&application=gamer&bind.ip=10.25.91.18&bind.port=20880&deprecated=false&dubbo=2.0.2&dynamic=true&generic=false&group=gamer&interface=com.alibaba.cloud.dubbo.service.DubboMetadataService&methods=getAllServiceKeys,getServiceRestMetadata,getExportedURLs,getAllExportedURLs&pid=13772&qos.enable=false&release=2.7.8&revision=2.2.3.RELEASE&side=provider&timestamp=1669188735771&version=1.0.0 to registry registry://127.0.0.1:8848/org.apache.dubbo.registry.RegistryService?application=gamer&dubbo=2.0.2&pid=13772&qos.enable=false&registry=spring-cloud&release=2.7.8&timestamp=1669188735770, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:17.700  INFO 13772 --- [           main] o.a.d.remoting.transport.AbstractServer  :  [DUBBO] Start NettyServer bind /0.0.0.0:20880, export /10.25.91.18:20880, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:17.718  INFO 13772 --- [           main] c.a.c.dubbo.registry.DubboCloudRegistry  :  [DUBBO] Register: dubbo://10.25.91.18:20880/com.alibaba.cloud.dubbo.service.DubboMetadataService?anyhost=true&application=gamer&deprecated=false&dubbo=2.0.2&dynamic=true&generic=false&group=gamer&interface=com.alibaba.cloud.dubbo.service.DubboMetadataService&methods=getAllServiceKeys,getServiceRestMetadata,getExportedURLs,getAllExportedURLs&pid=13772&release=2.7.8&revision=2.2.3.RELEASE&side=provider&timestamp=1669188735771&version=1.0.0, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:18.953  INFO 13772 --- [           main] c.a.c.dubbo.registry.DubboCloudRegistry  :  [DUBBO] Subscribe: provider://10.25.91.18:20880/com.alibaba.cloud.dubbo.service.DubboMetadataService?anyhost=true&application=gamer&bind.ip=10.25.91.18&bind.port=20880&category=configurators&check=false&deprecated=false&dubbo=2.0.2&dynamic=true&generic=false&group=gamer&interface=com.alibaba.cloud.dubbo.service.DubboMetadataService&methods=getAllServiceKeys,getServiceRestMetadata,getExportedURLs,getAllExportedURLs&pid=13772&qos.enable=false&release=2.7.8&revision=2.2.3.RELEASE&side=provider&timestamp=1669188735771&version=1.0.0, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:18.993  INFO 13772 --- [           main] m.DynamicConfigurationServiceNameMapping :  [DUBBO] Dubbo service[gamer] mapped to interface name[com.alibaba.cloud.dubbo.service.DubboMetadataService]., dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:18.995  INFO 13772 --- [           main] c.a.c.d.s.DubboMetadataServiceExporter   : The Dubbo service[<dubbo:service exported="true" unexported="false" />] has been exported.@b@2022-11-23 15:32:19.013  INFO 13772 --- [           main] c.a.c.n.registry.NacosServiceRegistry    : nacos registry, DEFAULT_GROUP gamer 10.25.91.18:8003 register finished@b@2022-11-23 15:32:19.027  INFO 13772 --- [           main] o.a.d.config.bootstrap.DubboBootstrap    :  [DUBBO] DubboBootstrap is starting..., dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:19.035  INFO 13772 --- [           main] o.a.d.config.bootstrap.DubboBootstrap    :  [DUBBO] DubboBootstrap is ready., dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:19.035  INFO 13772 --- [           main] o.a.d.config.bootstrap.DubboBootstrap    :  [DUBBO] DubboBootstrap has started., dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:32:19.038  INFO 13772 --- [           main] com.seata.consumer.ConsumerApplication   : Started ConsumerApplication in 20.255 seconds (JVM running for 23.45)@b@2022-11-23 15:33:05.394  INFO 13772 --- [eoutChecker_1_1] i.s.c.r.netty.NettyClientChannelManager  : will connect to 127.0.0.1:8091@b@2022-11-23 15:33:05.410  INFO 13772 --- [eoutChecker_1_1] i.s.core.rpc.netty.NettyPoolableFactory  : NettyPool create channel to transactionRole:TMROLE,address:127.0.0.1:8091,msg:< RegisterTMRequest{applicationId='gamer', transactionServiceGroup='game'} >@b@2022-11-23 15:33:05.418  INFO 13772 --- [eoutChecker_2_1] i.s.c.r.netty.NettyClientChannelManager  : will connect to 127.0.0.1:8091@b@2022-11-23 15:33:05.421  INFO 13772 --- [eoutChecker_2_1] i.s.core.rpc.netty.NettyPoolableFactory  : NettyPool create channel to transactionRole:RMROLE,address:127.0.0.1:8091,msg:< RegisterRMRequest{resourceIds='null', applicationId='gamer', transactionServiceGroup='game'} >@b@2022-11-23 15:33:05.544  INFO 13772 --- [eoutChecker_1_1] i.s.c.rpc.netty.TmNettyRemotingClient    : register TM success. client version:1.4.2, server version:1.4.2,channel:[id: 0x3f100bee, L:/127.0.0.1:57861 - R:/127.0.0.1:8091]@b@2022-11-23 15:33:05.544  INFO 13772 --- [eoutChecker_2_1] i.s.c.rpc.netty.RmNettyRemotingClient    : register RM success. client version:1.4.2, server version:1.4.2,channel:[id: 0xa32a1e24, L:/127.0.0.1:57860 - R:/127.0.0.1:8091]@b@2022-11-23 15:33:05.557  INFO 13772 --- [eoutChecker_1_1] i.s.core.rpc.netty.NettyPoolableFactory  : register success, cost 104 ms, version:1.4.2,role:TMROLE,channel:[id: 0x3f100bee, L:/127.0.0.1:57861 - R:/127.0.0.1:8091]@b@2022-11-23 15:33:05.557  INFO 13772 --- [eoutChecker_2_1] i.s.core.rpc.netty.NettyPoolableFactory  : register success, cost 104 ms, version:1.4.2,role:RMROLE,channel:[id: 0xa32a1e24, L:/127.0.0.1:57860 - R:/127.0.0.1:8091]@b@2022-11-23 15:36:34.114  INFO 13772 --- [erverWorker-3-1] o.a.d.r.t.netty4.NettyServerHandler      :  [DUBBO] The connection of /10.25.91.18:58050 -> /10.25.91.18:20880 is established., dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:36:40.678  INFO 13772 --- [client.listener] a.DubboServiceDiscoveryAutoConfiguration : The event of the service instances[name : providerb , size : 1] change is about to be dispatched@b@2022-11-23 15:36:40.678  WARN 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance in service[name : providera]@b@2022-11-23 15:36:40.678  WARN 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance from service[name : providera], and then Dubbo Service[key : com.seata.interfcae.service.GameFirstService] will not be available , please make sure the further impact@b@2022-11-23 15:36:40.681  INFO 13772 --- [client.listener] c.a.c.d.s.DubboMetadataServiceProxy      : The metadata of Dubbo service[name : providerb] is about to be initialized@b@2022-11-23 15:36:40.699  INFO 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  :  [DUBBO] Register: consumer://10.25.91.18/org.apache.dubbo.rpc.service.GenericService?application=gamer&category=consumers&check=false&dubbo=2.0.2&generic=true&group=providerb&interface=com.alibaba.cloud.dubbo.service.DubboMetadataService&pid=13772&qos.enable=false&release=2.7.8&side=consumer&sticky=false&timestamp=1669189000692&version=1.0.0, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:36:40.700  INFO 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  :  [DUBBO] Subscribe: consumer://10.25.91.18/org.apache.dubbo.rpc.service.GenericService?application=gamer&category=providers,configurators,routers&check=false&dubbo=2.0.2&generic=true&group=providerb&interface=com.alibaba.cloud.dubbo.service.DubboMetadataService&pid=13772&qos.enable=false&release=2.7.8&side=consumer&sticky=false&timestamp=1669189000692&version=1.0.0, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:36:40.769  INFO 13772 --- [client.listener] o.a.d.remoting.transport.AbstractClient  :  [DUBBO] Successed connect to server /10.25.91.18:20881 from NettyClient 10.25.91.18 using dubbo version 2.7.8, channel is NettyChannel [channel=[id: 0x9e9e9bd3, L:/10.25.91.18:58080 - R:/10.25.91.18:20881]], dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:36:40.769  INFO 13772 --- [client.listener] o.a.d.remoting.transport.AbstractClient  :  [DUBBO] Start NettyClient /10.25.91.18 connect to the server /10.25.91.18:20881, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:36:40.769  INFO 13772 --- [lientWorker-4-1] o.a.d.r.t.netty4.NettyClientHandler      :  [DUBBO] The connection of /10.25.91.18:58080 -> /10.25.91.18:20881 is established., dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:36:40.817  INFO 13772 --- [client.listener] org.apache.dubbo.config.ReferenceConfig  :  [DUBBO] Refer dubbo service org.apache.dubbo.rpc.service.GenericService from url spring-cloud://127.0.0.1:8848/org.apache.dubbo.registry.RegistryService?anyhost=true&application=gamer&bind.ip=10.25.91.18&bind.port=20881&check=false&deprecated=false&dubbo=2.0.2&dynamic=true&generic=true&group=providerb&interface=com.alibaba.cloud.dubbo.service.DubboMetadataService&methods=getAllServiceKeys,getServiceRestMetadata,getExportedURLs,getAllExportedURLs&pid=13772&qos.enable=false&register.ip=10.25.91.18&release=2.7.8&remote.application=providerb&revision=2.2.3.RELEASE&side=consumer&sticky=false&timestamp=1669189000692&version=1.0.0, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:36:40.950  WARN 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance in service[name : providera]@b@2022-11-23 15:36:40.950  WARN 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  : There is no instance from service[name : providera], and then Dubbo Service[key : com.seata.interfcae.service.GameSecondService] will not be available , please make sure the further impact@b@2022-11-23 15:36:59.817  INFO 13772 --- [erverWorker-3-2] o.a.d.r.t.netty4.NettyServerHandler      :  [DUBBO] The connection of /10.25.91.18:58114 -> /10.25.91.18:20880 is established., dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:37:03.635  INFO 13772 --- [client.listener] a.DubboServiceDiscoveryAutoConfiguration : The event of the service instances[name : providera , size : 1] change is about to be dispatched@b@2022-11-23 15:37:03.637  INFO 13772 --- [client.listener] c.a.c.d.s.DubboMetadataServiceProxy      : The metadata of Dubbo service[name : providera] is about to be initialized@b@2022-11-23 15:37:03.650  INFO 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  :  [DUBBO] Register: consumer://10.25.91.18/org.apache.dubbo.rpc.service.GenericService?application=gamer&category=consumers&check=false&dubbo=2.0.2&generic=true&group=providera&interface=com.alibaba.cloud.dubbo.service.DubboMetadataService&pid=13772&qos.enable=false&release=2.7.8&side=consumer&sticky=false&timestamp=1669189023643&version=1.0.0, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:37:03.650  INFO 13772 --- [client.listener] c.a.c.dubbo.registry.DubboCloudRegistry  :  [DUBBO] Subscribe: consumer://10.25.91.18/org.apache.dubbo.rpc.service.GenericService?application=gamer&category=providers,configurators,routers&check=false&dubbo=2.0.2&generic=true&group=providera&interface=com.alibaba.cloud.dubbo.service.DubboMetadataService&pid=13772&qos.enable=false&release=2.7.8&side=consumer&sticky=false&timestamp=1669189023643&version=1.0.0, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:37:03.655  INFO 13772 --- [client.listener] o.a.d.remoting.transport.AbstractClient  :  [DUBBO] Successed connect to server /10.25.91.18:20882 from NettyClient 10.25.91.18 using dubbo version 2.7.8, channel is NettyChannel [channel=[id: 0x0bb94979, L:/10.25.91.18:58131 - R:/10.25.91.18:20882]], dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:37:03.655  INFO 13772 --- [client.listener] o.a.d.remoting.transport.AbstractClient  :  [DUBBO] Start NettyClient /10.25.91.18 connect to the server /10.25.91.18:20882, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:37:03.655  INFO 13772 --- [lientWorker-4-2] o.a.d.r.t.netty4.NettyClientHandler      :  [DUBBO] The connection of /10.25.91.18:58131 -> /10.25.91.18:20882 is established., dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:37:03.656  INFO 13772 --- [client.listener] org.apache.dubbo.config.ReferenceConfig  :  [DUBBO] Refer dubbo service org.apache.dubbo.rpc.service.GenericService from url spring-cloud://127.0.0.1:8848/org.apache.dubbo.registry.RegistryService?anyhost=true&application=gamer&bind.ip=10.25.91.18&bind.port=20882&check=false&deprecated=false&dubbo=2.0.2&dynamic=true&generic=true&group=providera&interface=com.alibaba.cloud.dubbo.service.DubboMetadataService&methods=getAllServiceKeys,getServiceRestMetadata,getExportedURLs,getAllExportedURLs&pid=13772&qos.enable=false&register.ip=10.25.91.18&release=2.7.8&remote.application=providera&revision=2.2.3.RELEASE&side=consumer&sticky=false&timestamp=1669189023643&version=1.0.0, dubbo version: 2.7.8, current host: 10.25.91.18@b@2022-11-23 15:38:45.740  INFO 13772 --- [nio-8003-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'@b@2022-11-23 15:38:45.741  INFO 13772 --- [nio-8003-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'@b@2022-11-23 15:38:45.794  INFO 13772 --- [nio-8003-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 53 ms@b@2022-11-23 15:38:46.054 ERROR 13772 --- [nio-8003-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet]    : Servlet.service() for servlet

...

5) 接口测试类com.seata.consumer.controller.GameController,分别进行测试/game正常接口(入库两个记录)、/gameFail接口模拟seata分布式事务异常测试(无入库记录)、/gameFail2本地spring事务(只能入库一条)

    @GetMapping("/game")@b@    @GlobalTransactional(timeoutMills = 300000, name = "aaa", rollbackFor = Exception.class)@b@    public String game() {@b@//      分别插入两条数据@b@        DemoFirst demoFirst = new DemoFirst();@b@        demoFirst.setCode("code1");@b@        demoFirst.setName("name1");@b@        gameFirstService.game(demoFirst);@b@@b@        DemoSecond demoSecond = new DemoSecond();@b@        demoSecond.setCode("code1");@b@        demoSecond.setName("name1");@b@        gameSecondService.game(demoSecond);@b@@b@        return "ok";@b@    }@b@@b@    @GetMapping("/gameFail")@b@    @GlobalTransactional(timeoutMills = 300000, name = "aaa", rollbackFor = Exception.class)@b@    public String gameFail() {@b@//      分别插入两条数据@b@        DemoFirst demoFirst = new DemoFirst();@b@        demoFirst.setCode("code2");@b@        demoFirst.setName("name2");@b@        gameFirstService.game(demoFirst);@b@@b@        DemoSecond demoSecond = new DemoSecond();@b@        demoSecond.setCode("code2");@b@        demoSecond.setName("name2");@b@        gameSecondService.gameFail(demoSecond);@b@@b@        return "err";@b@    }@b@@b@    @GetMapping("/gameFail2")@b@    @Transactional(rollbackFor = Exception.class)@b@    public String gameFail2() {@b@@b@        DemoFirst demoFirst = new DemoFirst();@b@        demoFirst.setCode("code3");@b@        demoFirst.setName("name3");@b@        gameFirstService.game(demoFirst);@b@@b@        DemoSecond demoSecond = new DemoSecond();@b@        demoSecond.setCode("code3");@b@        demoSecond.setName("name3");@b@        gameSecondService.gameFail(demoSecond);@b@@b@        return "err2";@b@    }

5.1)调用http://localhost:8003/game接口 - 入库两天数据库记录

seata基于nacos注册中心实现默认AT模式完整demo项目代码

5.2)调用http://localhost:8003/gameFail - 测试seata异常分布式事务,因异常所以提交被回滚(两个表都无插入记录)

seata基于nacos注册中心实现默认AT模式完整demo项目代码

5.3)调用http://localhost:8003/gameFail2 - 测试本地spring事务,只能回滚异常服务(入库一条数据,及first表插入数据)

seata基于nacos注册中心实现默认AT模式完整demo项目代码