slievrly commented on issue #6347: URL: https://github.com/apache/incubator-seata/issues/6347#issuecomment-1951803500
@linghengqian I apologize for any inconvenience this may have caused you, and thank you for your feedback. 1. The `service.enableDegrade` has been deprecated, and I have removed it from both the code and the sample configuration files. 2. Seata currently supports simulating empty transaction commit during runtime to decide on transaction degrade or upgrade. The `tm.degradeCheck` configuration (default is false) indicates whether to enable this feature. The `tm.degradeCheckPeriod` configuration (default is 2s) specifies the interval for the periodic detection. The `tm.degradeCheckAllowTimes` configuration (default is 10) represents the threshold of consecutive events required to trigger degrade or upgrade. Additionally, the code for degrade was mistakenly deleted [before](https://github.com/apache/incubator-seata/pull/5165/files#diff-8b145faecedf1cd8fa75d129e460c3f98a3285ef2161151b1d39dfc9925ce2b0L353) and will be fixed in version 2.1. -- 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]
