This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 11a15d9380 [INLONG-9375][Agent] Modify the agent's real-time audit id 
to prevent duplication (#9376)
11a15d9380 is described below

commit 11a15d93809ca8ca6edd19fe9ee8d28dc5677958
Author: justinwwhuang <hww_jus...@163.com>
AuthorDate: Sun Dec 3 17:58:28 2023 +0800

    [INLONG-9375][Agent] Modify the agent's real-time audit id to prevent 
duplication (#9376)
---
 .../main/java/org/apache/inlong/agent/metrics/audit/AuditUtils.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/metrics/audit/AuditUtils.java
 
b/inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/metrics/audit/AuditUtils.java
index b4eda2ce60..eda8754b1d 100644
--- 
a/inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/metrics/audit/AuditUtils.java
+++ 
b/inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/metrics/audit/AuditUtils.java
@@ -42,8 +42,8 @@ public class AuditUtils {
     public static final int AUDIT_DEFAULT_MAX_CACHE_ROWS = 2000000;
     public static final int AUDIT_ID_AGENT_READ_SUCCESS = 3;
     public static final int AUDIT_ID_AGENT_SEND_SUCCESS = 4;
-    public static final int AUDIT_ID_AGENT_READ_SUCCESS_REAL_TIME = 25;
-    public static final int AUDIT_ID_AGENT_SEND_SUCCESS_REAL_TIME = 26;
+    public static final int AUDIT_ID_AGENT_READ_SUCCESS_REAL_TIME = 47;
+    public static final int AUDIT_ID_AGENT_SEND_SUCCESS_REAL_TIME = 48;
     public static final int AUDIT_ID_AGENT_SEND_FAILED = 10004;
     public static final int AUDIT_ID_AGENT_SEND_FAILED_REAL_TIME = 10026;
 

Reply via email to