yanghq168

Results 3 comments of yanghq168

这个问题有解决吗

request fail. non txmanager is alive 可能原因: TC与TM断开连接超过 8 × 6000毫秒后,再启动TM无效。目前TC无法感知 处理方式: 先重启所有TM,然后将所有依赖TM的TC重启

已经解决,解决方式: TC端:com.codingapi.txlcn.tm.txmsg.transaction.JoinGroupExecuteService 类修改内容 @Override public Serializable execute(TransactionCmd transactionCmd) throws TxManagerException { try { DTXContext dtxContext = dtxContextRegistry.get(transactionCmd.getGroupId()); JoinGroupParams joinGroupParams = transactionCmd.getMsg().loadBean(JoinGroupParams.class); txLogger.txTrace(transactionCmd.getGroupId(), joinGroupParams.getUnitId(), "unit:{} try join group:{}", joinGroupParams.getUnitId(), transactionCmd.getGroupId()); transactionManager.join(dtxContext,...