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 2022/11/17 10:35:36 UTC

[inlong] branch master updated: [INLONG-6572][Dashboard] Stream is not deleted by default when the sink is deleted (#6573)

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 b1c7cdbba [INLONG-6572][Dashboard] Stream is not deleted by default when the sink is deleted (#6573)
b1c7cdbba is described below

commit b1c7cdbba20aca2c96077b697d0458a69117b091
Author: Lizhen <88...@users.noreply.github.com>
AuthorDate: Thu Nov 17 18:35:30 2022 +0800

    [INLONG-6572][Dashboard] Stream is not deleted by default when the sink is deleted (#6573)
---
 inlong-dashboard/src/pages/GroupDetail/DataStorage/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inlong-dashboard/src/pages/GroupDetail/DataStorage/index.tsx b/inlong-dashboard/src/pages/GroupDetail/DataStorage/index.tsx
index 3c836da23..aa56b9b5c 100644
--- a/inlong-dashboard/src/pages/GroupDetail/DataStorage/index.tsx
+++ b/inlong-dashboard/src/pages/GroupDetail/DataStorage/index.tsx
@@ -76,7 +76,7 @@ const Comp = ({ inlongGroupId, readonly }: Props, ref) => {
             method: 'DELETE',
             params: {
               sinkType: options.sinkType,
-              startProcess: true,
+              startProcess: false,
             },
           });
           await getList();