doleyzi commented on code in PR #10232:
URL: https://github.com/apache/inlong/pull/10232#discussion_r1603300243
##########
inlong-audit/audit-sdk/src/main/java/org/apache/inlong/audit/AuditReporterImpl.java:
##########
@@ -56,8 +57,10 @@ public class AuditReporterImpl implements Serializable {
private static final String FIELD_SEPARATORS = ":";
private static final long DEFAULT_AUDIT_VERSION = -1;
private static final int BATCH_NUM = 100;
- private final ReentrantLock GLOBAL_LOCK = new ReentrantLock();
private static final int PERIOD = 1000 * 60;
+ // Resource isolation key is used in checkpoint and other
scenarios.DEFAULT 0.
Review Comment:
done
--
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]