You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "xiaozhihong (Jira)" <ji...@apache.org> on 2022/11/08 05:48:00 UTC

[jira] [Created] (IOTDB-4875) When creating a timeseries path is illegal, the msg reports 500

xiaozhihong created IOTDB-4875:
----------------------------------

             Summary: When creating a timeseries path is illegal, the msg reports 500
                 Key: IOTDB-4875
                 URL: https://issues.apache.org/jira/browse/IOTDB-4875
             Project: Apache IoTDB
          Issue Type: Bug
          Components: mpp-cluster
    Affects Versions: 0.14.0-SNAPSHOT
            Reporter: xiaozhihong
            Assignee: Yukun Zhou


In 0.14.0 snapshot version, created a illegal path timeseries, then returned message reports 500.
Like this:
{code:java}
IoTDB> create timeseries root with datatype=INT32,encoding=RLE;
Msg: 500: [INTERNAL_SERVER_ERROR(500)] Exception occurred: "create timeseries root with datatype=INT32,encoding=RLE". executeStatement failed. Index 1 out of bounds for length 1
 {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)