whaon opened a new issue, #7009: URL: https://github.com/apache/incubator-seata/issues/7009
<!-- Please do not use this issue template to report security vulnerabilities but refer to our [security policy](https://github.com/seata/seata/security/policy). --> - [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description using DM8 when upgrade from 2.1.0 to 2.2.0,an error occured maven like below: ``` <dependency> <groupId>org.apache.seata</groupId> <artifactId>seata-spring-boot-starter</artifactId> <version>2.1.0</version> </dependency> ``` ### Ⅱ. Describe what happened If there is an exception, please attach the exception trace: ``` 2024-11-18T14:26:06.307+08:00 ERROR 317292 --- [consumer] [h_RMROLE_1_2_32] o.a.s.rm.datasource.DataSourceManager : branchRollback failed. branchType:[AT], xid:[10.0.7.195:8091:477967410643387686], branchId:[477967410643387689], resourceId:[jdbc:dm://192.168.8.31:5237/TEST], applicationData:[null]. reason:[Branch session rollback failed and try again later xid = 10.0.7.195:8091:477967410643387686 branchId = 477967410643387689 第 1 行, 第 27 列[context]附近出现错误: 语法分析出错] 2024-11-18T14:26:06.308+08:00 INFO 317292 --- [consumer] [h_RMROLE_1_2_32] org.apache.seata.rm.AbstractRMHandler : Branch Rollbacked result: PhaseTwo_RollbackFailed_Retryable ``` it always retry and never stop ### Ⅲ. Describe what you expected to happen debug and find the code is added in 2.2.0  the DELETE_SUB_UNDO_LOG_SQL is ``` DELETE FROM undo_log WHERE context = ? AND xid = ? ``` while the **context** is key word in DM8 it should be **CONTEXT** -- 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: notifications-unsubscr...@seata.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org