alexr17 commented on code in PR #13103:
URL: https://github.com/apache/hudi/pull/13103#discussion_r2036453416
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/transaction/lock/StorageBasedLockProvider.java:
##########
@@ -276,9 +264,9 @@ private synchronized boolean
isLockStillValid(StorageLockFile lock) {
*/
@Override
public synchronized boolean tryLock() {
- assertHeartBeatManagerExists();
+ assertHeartbeatManagerExists();
Review Comment:
I'm not familiar with what this does?
--
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]