xiaozhihong created IOTDB-3582:
----------------------------------
Summary: Deleting a storage group with a ** path reports an error
Key: IOTDB-3582
URL: https://issues.apache.org/jira/browse/IOTDB-3582
Project: Apache IoTDB
Issue Type: Bug
Affects Versions: 0.14.0-SNAPSHOT
Reporter: xiaozhihong
Assignee: Jialin Qiao
Attachments: logs.zip
During the test, the storage group containing ** in the path was deleted many
times, and the deletion of the storage group group failed occasionally.
{code:java}
IoTDB> delete storage group root.**;
Msg: 500: [INTERNAL_SERVER_ERROR(500)] Exception occurred: "delete storage
group root.**". executeStatement failed. error code: TSStatus(code:500,
message:Error in calling method deleteStorageGroups)
{code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)