zstan commented on code in PR #13136:
URL: https://github.com/apache/ignite/pull/13136#discussion_r3286863737
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/transactions/TxDeadlockDetection.java:
##########
@@ -55,7 +56,7 @@ public class TxDeadlockDetection {
public static final int DFLT_TX_DEADLOCK_DETECTION_TIMEOUT = 60000;
/** Deadlock detection maximum iterations. */
- private static int deadLockTimeout =
+ private static final int DEAD_LOCK_TIMEOUT =
Review Comment:
disagree, why do we need to support non-final definition only for test cases
?
test work properly well without this reflection changes, i run it multiple
times, you can check it through TC
--
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]