ByteTCC is a distributed transaction manager based on the TCC(Try/Confirm/Cancel) mechanism. It’s compatible with the JTA specification. User guide: https://github.com/liuyangming/ByteTCC/wiki
启动过程一直循环出现:
2018-10-29 19:17:22,684 DEBUG (CompensableCleanupWork.java:95) - Current node is not the master!
2018-10-29 19:17:27,657 DEBUG (CompensableWork.java:71) - Only the master node can perform the recovery operation!
启动过程一直循环出现: 2018-10-29 19:17:22,684 DEBUG (CompensableCleanupWork.java:95) - Current node is not the master! 2018-10-29 19:17:27,657 DEBUG (CompensableWork.java:71) - Only the master node can perform the recovery operation!
然后应用进程就退出了,请教该怎么解决?