denis-chudov commented on code in PR #2918:
URL: https://github.com/apache/ignite-3/pull/2918#discussion_r1423959164
##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/OrphanDetector.java:
##########
@@ -176,7 +176,7 @@ private Void handleLockHolder(UUID txId) throws
NodeStoppingException {
* @param txId Transaction id that holds a lock.
* @return Future to complete.
*/
- private void handleLockHolderInternal(UUID txId) {
+ private void checkOrphanhoodInternal(UUID txId) {
Review Comment:
renamed
--
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]