Oslaric opened a new issue, #661:
URL: https://github.com/apache/incubator-seata-samples/issues/661
sample code in run abnormally.
sample project : incubator-seata-samples/tcc-sample/spring-dubbo-seata-tcc
**seata server(version2.0.0) :**
` 501 5470 1 0 2:22下午 ttys000 0:34.90
/Library/Java/JavaVirtualMachines/openjdk.jdk/Contents/Home//bin/java
-Dlog.home=/Users/amy/logs/seata -server
-Dloader.path=/Users/amy/servers/seata-server/seata/lib -Xmx2048m -Xms2048m
-Xss640k -XX:SurvivorRatio=10 -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=256m
-XX:MaxDirectMemorySize=1024m -XX:-OmitStackTraceInFastThrow
-XX:-UseAdaptiveSizePolicy -XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=/Users/amy/logs/seata/java_heapdump.hprof
-XX:+DisableExplicitGC
-Xlog:gc*:file=/Users/amy/logs/seata/seata_gc.log:time,tags:filecount=10,filesize=102400
-Dio.netty.leakDetectionLevel=advanced -Dapp.name=seata-server -Dapp.pid=5453
-Dapp.home=/Users/amy/servers/seata-server/seata
-Dbasedir=/Users/amy/servers/seata-server/seata
-Dspring.config.additional-location=/Users/amy/servers/seata-server/seata/conf/
-Dspring.config.location=/Users/amy/servers/seata-server/seata/conf/application.yml
-Dlogging.config=/Users/amy/servers/seata-ser
ver/seata/conf/logback-spring.xml -jar
/Users/amy/servers/seata-server/seata/target/seata-server.jar -h 127.0.0.1 -p
8091 -m file
`
**Provider output :**
`TccActionOne prepare, xid:192.168.0.252:8091:2972889466923155463, a:1`
the provider should execute commit or rollback method of TccActionOne , but
it didn't .
**Consumer output**
`14:49:14.192 [main] INFO io.seata.tm.api.DefaultGlobalTransaction -
transaction 192.168.0.252:8091:2972889466923155463 will be commit
14:49:14.199 [NettyClientSelector_TMROLE_1_1] DEBUG
io.seata.core.rpc.netty.AbstractNettyRemoting -
io.seata.core.rpc.netty.TmNettyRemotingClient@24014dce msgId:3,
body:GlobalCommitResponse{globalStatus=CommitRetrying, resultCode=Failed,
msg='TransactionException[java.lang.RuntimeException: rm client is not
connected.
dbkey:DubboTccActionOne,clientId:tcc-sample-reference:127.0.0.1:53007]'}
14:49:14.200 [main] INFO io.seata.tm.api.DefaultGlobalTransaction -
transaction end, xid = 192.168.0.252:8091:2972889466923155463
14:49:14.200 [main] DEBUG io.seata.core.context.RootContext - unbind
192.168.0.252:8091:2972889466923155463
14:49:14.201 [main] INFO io.seata.tm.api.DefaultGlobalTransaction -
[192.168.0.252:8091:2972889466923155463] commit status: CommitRetrying
192.168.0.252:8091:2972889466923155463
transaction id : 192.168.0.252:8091:2972889466923155463
transaction commit demo finish.`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]