sashapolo commented on code in PR #5059:
URL: https://github.com/apache/ignite-3/pull/5059#discussion_r1918275999
##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/HeapLockManager.java:
##########
@@ -167,6 +174,12 @@ public HeapLockManager(int rawSlotsMaxSize, int
lockMapSize) {
this.lockMapSize = lockMapSize;
}
+ private static int intProperty(SystemLocalConfiguration systemProperties,
String name, int defaultValue) {
Review Comment:
The method is called `intProperty` it gets a property and converts it to an
`int`
--
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]