[jira] [Closed] (IOTDB-228) Catch RuntimeException in interting to memtable

2019-09-21 Thread Jialin Qiao (Jira)


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

Jialin Qiao closed IOTDB-228.
-
Fix Version/s: 0.9.0
   Resolution: Fixed

> Catch RuntimeException in interting to memtable
> ---
>
> Key: IOTDB-228
> URL: https://issues.apache.org/jira/browse/IOTDB-228
> Project: Apache IoTDB
>  Issue Type: Improvement
>Reporter: Jialin Qiao
>Priority: Major
> Fix For: 0.9.0
>
>
> When parsing data values into different types in the inserting process, 
> RuntimeException often occurs and will terminate the connection. It's better 
> to catch this and return message to users.



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


[jira] [Created] (IOTDB-233) Keep MetadataPlan clear

2019-09-21 Thread Jialin Qiao (Jira)
Jialin Qiao created IOTDB-233:
-

 Summary: Keep MetadataPlan clear
 Key: IOTDB-233
 URL: https://issues.apache.org/jira/browse/IOTDB-233
 Project: Apache IoTDB
  Issue Type: Improvement
Reporter: Jialin Qiao


The metadata operator and metadataPlan have both a path and a deletePathList, 
which is confusing. It seems that they are used in different scenarios: 

 private Path path;  (for set storage group, create timeseries)
 private List deletePathList;  (for delete timeseries)

 

It's better to make it clear. Maybe by using more types of physical plans.



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