Skip to content

Commit

Permalink
IGNITE-23434 (minor) Added TODO to properly format lockkey.
Browse files Browse the repository at this point in the history
  • Loading branch information
xtern committed Nov 22, 2024
1 parent 0bb1df9 commit b39f618
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public SystemView<?> get() {
.build();
}

// TODO https://issues.apache.org/jira/browse/IGNITE-23755 Provide more user-friendly information about locked objects
private String formatLockKey(LockKey lockKey) {
return lockKey.toString();
}
Expand Down

0 comments on commit b39f618

Please sign in to comment.