xiaozhihong created IOTDB-3500:
----------------------------------

             Summary:  for new standalone IoTDB, there is a error when deleting 
more than or equal to 2 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: Yukun Zhou
         Attachments: log_all.log

Start a new stand-alone version, create 2 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)

Reply via email to