You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2023/03/19 09:33:15 UTC

[inlong] 04/06: [INLONG-7632][Manager] Mask the audit information that Sort sent successfully (#7633)

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

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

commit 539132fec293ef0e3275e8b3ff1f00fbbabae953
Author: fuweng11 <76...@users.noreply.github.com>
AuthorDate: Sat Mar 18 20:45:41 2023 +0800

    [INLONG-7632][Manager] Mask the audit information that Sort sent successfully (#7633)
---
 .../org/apache/inlong/manager/service/core/impl/AuditServiceImpl.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AuditServiceImpl.java b/inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AuditServiceImpl.java
index 5ba805875..9b8c49c10 100644
--- a/inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AuditServiceImpl.java
+++ b/inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AuditServiceImpl.java
@@ -261,7 +261,6 @@ public class AuditServiceImpl implements AuditService {
         if (sinkNodeType == null) {
             auditSet.add(getAuditId(ClusterType.DATAPROXY, true));
         } else {
-            auditSet.add(getAuditId(sinkNodeType, true));
             auditSet.add(getAuditId(sinkNodeType, false));
         }