Jzow opened a new issue, #11751:
URL: https://github.com/apache/inlong/issues/11751
### What happened
**Description:**
1. Unable to delete groups under the ingestion menu. When checking the logs,
it was found that the task type was `Group DeleteMQ` and the deletion failed,
but `Group DeleteSource` prompted that the deletion was successful.
error message: `failed to delete inlong group for groupId=test_pulsar_group`
2. Unable to delete groups under the synchronization menu normally.
error message: `groupId=test_pulsar_group1 have [1] inlong streams, deleted
failed`
Here is the table data of Inlong Stream that I retrieved from the local
Docker MySQL container.
can see the `is_deleted` flag, which has values of **"0"** and **"1"** and
**"2"** in three different situations. Normally, it should only have two
situations, indicating that it has not been deleted or has been deleted
# Inlong Stream Table
| id | inlong_group_id | inlong_stream_id | name | description |
mq_resource | data_type | wrap_type | data_encoding | data_separator
| data_escape_char | sync_send | daily_records | daily_storage | peak_records |
max_length | storage_period | ext_params
| status | previous_status | is_deleted |
creator | modifier | create_time | modify_time | version |
|----|--------------------|--------------------|-------|-------------|--------------------|-----------|---------------|---------------|----------------|------------------|-----------|---------------|---------------|--------------|------------|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------|-----------------|------------|---------|----------|---------------------|---------------------|---------|
| 1 | test_pulsar_group | data_flow_1 | ???1? | |
data_flow_1 | CSV | INLONG_MSG_V0 | UTF-8 | 124
| NULL | 0 | 1 | 10 | 100 |
1024 | 1 |
{"ignoreParseError":true,"kvSeparator":null,"lineSeparator":null,"useExtendedFields":false,"predefinedFields":"","sinkMultipleEnable":false,"extendedFieldSize":0}
| 120 | 100 | 1 | admin | admin | 2025-01-22
09:36:17 | 2025-02-11 07:57:03 | 2 |
| 2 | test_pulsar_group | d | NULL | | d
| CSV | INLONG_MSG_V0 | UTF-8 | 124 |
NULL | 0 | 10 | 10 | 1000 |
10240 | 1 |
{"ignoreParseError":true,"kvSeparator":null,"lineSeparator":null,"useExtendedFields":false,"predefinedFields":"","sinkMultipleEnable":false,"extendedFieldSize":0}
| 100 | 100 | 2 | admin | admin | 2025-01-22
09:49:08 | 2025-01-22 09:49:15 | 2 |
| 3 | test_pulsar_group1 | test_pulsar_group1 | NULL | |
test_pulsar_group1 | NULL | INLONG_MSG_V0 | UTF-8 | 124
| NULL | 0 | 10 | 10 | 1000 |
10240 | 1 |
{"ignoreParseError":null,"kvSeparator":null,"lineSeparator":null,"useExtendedFields":false,"predefinedFields":null,"sinkMultipleEnable":true,"extendedFieldSize":0}
| 120 | 100 | 0 | admin | admin | 2025-01-22
09:53:27 | 2025-02-11 07:45:53 | 3 |
### What you expected to happen
Can delete data stream groups normally.
### How to reproduce
Create a data flow group, note: there was a configuration error during
creation, but it was still successfully created.
### Environment
Linux CentOS
### InLong version
master
### InLong Component
InLong Dashboard, InLong Manager
### Are you willing to submit PR?
- [x] Yes, I am willing to submit a PR!
### Code of Conduct
- [x] I agree to follow this project's [Code of
Conduct](https://www.apache.org/foundation/policies/conduct)
--
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]