Zhong Wang created IOTDB-2136:
---------------------------------
Summary: Time series deletion issues in cluster mode
Key: IOTDB-2136
URL: https://issues.apache.org/jira/browse/IOTDB-2136
Project: Apache IoTDB
Issue Type: Bug
Reporter: Zhong Wang
Deleting a timeseries results in the following error:
{code}
Msg: 400: The following errors occurred when executing the query, please retry
or contact the DBA: [[506@RaftNode(node:Node(internalIp:127.0.0.1,
metaPort:9005, nodeIdentifier:-1448377481, dataPort:40012, clientPort:16669,
clientIp:0.0.0.0), raftId:0):null],
[506@RaftNode(node:Node(internalIp:127.0.0.1, metaPort:9007,
nodeIdentifier:-1448377419, dataPort:40014, clientPort:16671,
clientIp:0.0.0.0), raftId:0):null]]
{code}
Way to reproduce:
{code:sql}
create timeseries root.sg.d1.s1 with datatype=TEXT;
delete timeseries root.sg.d1.s1;
{code}
Reason:
[IOTDB-1361] changes the exception type from PathNotExistException to
MetadataException when the path to be deleted doesn't exist.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)