manojpec commented on a change in pull request #4427:
URL: https://github.com/apache/hudi/pull/4427#discussion_r774410513



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/transaction/lock/InProcessLockProvider.java
##########
@@ -42,7 +43,7 @@
  * HoodieLockException. Threads other than the current lock owner, will
  * block on lock() and return false on tryLock().
  */
-public class InProcessLockProvider implements 
LockProvider<ReentrantReadWriteLock> {
+public class InProcessLockProvider implements 
LockProvider<ReentrantReadWriteLock>, Serializable {

Review comment:
       Can you please fix line 48, the Logger class name?




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