alexr17 commented on code in PR #13836:
URL: https://github.com/apache/hudi/pull/13836#discussion_r2320794500
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/transaction/lock/StorageBasedLockProvider.java:
##########
@@ -193,6 +196,7 @@ private static Functions.Function3<String, String,
TypedProperties, StorageLockC
this.ownerId = ownerId;
this.logger = logger;
this.hoodieLockMetrics = Option.ofNullable(hoodieLockMetrics);
+ this.storageLpAuditService =
AuditServiceFactory.createStorageLPAuditService(properties, ownerId,
config.getHudiTableBasePath(), storageLockClient);
Review Comment:
this will reduce the perf slightly as we have to make a head call each time
--
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]