alexr17 commented on code in PR #13103:
URL: https://github.com/apache/hudi/pull/13103#discussion_r2036457492


##########
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 guess this could work, but I think we want to throw HoodieLockException, 
so not sure if IllegalStateException makes sense.



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

Reply via email to