xiaozhihong created IOTDB-1271:
----------------------------------

             Summary: Delete the timeseries, the  information is wrong,about 
report 304
                 Key: IOTDB-1271
                 URL: https://issues.apache.org/jira/browse/IOTDB-1271
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Server
    Affects Versions: 0.11.3
         Environment: 192.168.31.50
            Reporter: xiaozhihong
             Fix For: 0.11.3


The operation is as follows:(for example)

IoTDB> show timeseries
+--------------------------+-----+-------------+--------+--------+-----------+----+----------+
| timeseries|alias|storage group|dataType|encoding|compression|tags|attributes|
+--------------------------+-----+-------------+--------+--------+-----------+----+----------+
| root.ln.wf.double| null| root.ln| INT32| RLE| SNAPPY|null| null|
| root.ln.wf.double.double| null| root.ln| INT32| RLE| SNAPPY|null| null|
| root.ln.wf.double.double1| null| root.ln| INT32| RLE| SNAPPY|null| null|
|root.test.wf02.wt02.status| null| root.test| BOOLEAN| PLAIN| SNAPPY|null| null|
+--------------------------+-----+-------------+--------+--------+-----------+----+----------+
Total line number = 4
It costs 0.011s
IoTDB> delete timeseries root.ln.*
Msg: 304: org.apache.iotdb.db.exception.metadata.PathNotExistException: Path 
[root.ln.wf.double.double] does not exist
IoTDB> show timeseries root.ln.wf.double
+----------+-----+-------------+--------+--------+-----------+----+----------+
|timeseries|alias|storage group|dataType|encoding|compression|tags|attributes|
+----------+-----+-------------+--------+--------+-----------+----+----------+
+----------+-----+-------------+--------+--------+-----------+----+----------+
Empty set.
It costs 0.006s



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to