funky-eyes commented on code in PR #7133: URL: https://github.com/apache/incubator-seata/pull/7133#discussion_r1957112141
########## common/src/main/java/org/apache/seata/common/DefaultValues.java: ########## @@ -397,6 +402,11 @@ public interface DefaultValues { */ int DEFAULT_ROLLBACKING_RETRY_PERIOD = 1000; + /** + * the constant DEFAULT_END_STATUS_RETRY_PERIOD + */ + int DEFAULT_END_STATUS_RETRY_PERIOD = 1000; Review Comment: I believe that for transactions in the end state, they should not be processed with such high frequency, because the probability of end state transactions not being processed by the business thread is very low. Thirty seconds might be more appropriate. -- 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 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