YongGoose commented on issue #7568: URL: https://github.com/apache/incubator-seata/issues/7568#issuecomment-3170466342
@funky-eyes There’s something I’d like to discuss. With the current implementation(#7570), `getOrder()` and `order()` are set up to return the same number. However, in the case of `TccActionInterceptorHandler`, `getOrder()` returns a value read from the configuration file, while `order()` returns `1`. - https://github.com/apache/incubator-seata/blob/26d7c15c15bc1e2c3846b55513bd1cb94bf3710d/tcc/src/main/java/org/apache/seata/rm/tcc/interceptor/TccActionInterceptorHandler.java#L206 This means `order()` and `getOrder()` could return different values. What are your thoughts on this? -- 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]
