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

[jira] [Assigned] (IOTDB-1028) create a timeseries but the MAX_POINT_NUMBER is not positive integer

     [ https://issues.apache.org/jira/browse/IOTDB-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Haonan Hou reassigned IOTDB-1028:
---------------------------------

    Assignee: Haonan Hou

> create a timeseries but the MAX_POINT_NUMBER is not positive integer
> --------------------------------------------------------------------
>
>                 Key: IOTDB-1028
>                 URL: https://issues.apache.org/jira/browse/IOTDB-1028
>             Project: Apache IoTDB
>          Issue Type: Bug
>          Components: Core/Engine
>            Reporter: lming
>            Assignee: Haonan Hou
>            Priority: Major
>
> create a timeseries but the MAX_POINT_NUMBER is not positive integer
>  create a timeseries , set the parameter MAX_POINT_NUMBER isn't positive integer,IoTDB return a right response ,but when user query record by this timeseries,system tips "error code 500 For input string"
>  for example :
> {code:sql}
> set storage group to root.ln;
> create timeseries root.ln.dev.ch1 with datatype=float, encoding=plain, COMPRESSOR=SNAPPY, MAX_POINT_NUMBER=2.5;{code}



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