ascherbakoff commented on a change in pull request #5935: IGNITE-11059 Log tx 
lock timeout.
URL: https://github.com/apache/ignite/pull/5935#discussion_r255025352
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/internal/IgniteKernal.java
 ##########
 @@ -320,6 +320,9 @@
     /** Separator for formatted coordinator properties. */
     public static final String COORDINATOR_PROPERTIES_SEPARATOR = ",";
 
+    /** Default long operations dump timeout. */
+    public static final long DFLT_LONG_OPERATIONS_DUMP_TIMEOUT = 60_000L;
 
 Review comment:
   Currently used only in LockTimeoutObject , but should be used in 
IgniteKernal too:
   final long longOpDumpTimeout =
               
IgniteSystemProperties.getLong(IgniteSystemProperties.IGNITE_LONG_OPERATIONS_DUMP_TIMEOUT,
 60_000);

----------------------------------------------------------------
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

Reply via email to