Jingzhou Zhao

Results 5 issues of Jingzhou Zhao

HmilyTransaction hmilyTransaction = executor.preTry(point); try { //execute try returnValue = point.proceed(); hmilyTransaction.setStatus(HmilyActionEnum.TRYING.getCode()); //假设执行到此处宕机,此时Transaction 和 Participant status应该还是PRE_TRY? executor.updateStartStatus(hmilyTransaction); 然后在Recovery时: for (HmilyParticipant hmilyParticipant : hmilyParticipantList) { .... 这里判断是PRE_TRY,直接continue if (hmilyParticipant.getStatus() == HmilyActionEnum.PRE_TRY.getCode())...

按照文档配置好后,发现dubbo-resolve.properties中的直连服务配置无效,相关直连服务还是通过zk去查找provider了。

Caused by: org.apache.rocketmq.remoting.exception.RemotingConnectException: connect to null failed Fix the problem that dashboard cannot connect to namesrv

还有TxManagerHttpRequestServiceImpl.java

video_desc_list = self.video_path.split("\\") 应该是这行代码导致的,分隔符应该不能写死