[
https://issues.apache.org/jira/browse/IOTDB-3500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Haonan Hou reassigned IOTDB-3500:
---------------------------------
Assignee: Haonan Hou (was: Yukun Zhou)
> for new standalone IoTDB, there is a error when deleting storage groups
> -------------------------------------------------------------------------
>
> Key: IOTDB-3500
> URL: https://issues.apache.org/jira/browse/IOTDB-3500
> Project: Apache IoTDB
> Issue Type: Bug
> Components: Core/Server
> Affects Versions: 0.14.0-SNAPSHOT
> Reporter: xiaozhihong
> Assignee: Haonan Hou
> Priority: Major
> Attachments: log_all.log
>
>
> Start a new stand-alone version, create one more storage groups in the CLI,
> and report an error when deleting the storage group containing ** in the path.
> {code:java}
> IoTDB> show storage group;
> +-------------+----+-------------------------+-----------------------+-----------------------+
> |storage group|
> ttl|schema_replication_factor|data_replication_factor|time_partition_interval|
> +-------------+----+-------------------------+-----------------------+-----------------------+
> | root.sg|null| 0| 0|
> 0|
> | root.ln|null| 0| 0|
> 0|
> +-------------+----+-------------------------+-----------------------+-----------------------+
> Total line number = 2
> It costs 0.052s
> IoTDB> delete storage group root.**;
> Msg: 500: [INTERNAL_SERVER_ERROR(500)] Exception occurred: "delete storage
> group root.**". executeStatement failed. error code: TSStatus(code:500)
> {code}
> log information view attachment.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)