ascherbakoff commented on a change in pull request #5935: IGNITE-11059 Log tx
lock timeout.
URL: https://github.com/apache/ignite/pull/5935#discussion_r253009953
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtLockFuture.java
##########
@@ -1154,6 +1156,9 @@ private void loadMissingFromStore() {
* Lock request timeout object.
*/
private class LockTimeoutObject extends GridTimeoutObjectAdapter {
+ /** */
+ final long longOpDumpTimeout = IgniteSystemProperties.getLong(
+ IgniteSystemProperties.IGNITE_LONG_OPERATIONS_DUMP_TIMEOUT,
60_000L);
Review comment:
Default value is already used elsewhere. Better to use same default
(declared by constant) value in both cases.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services