[
https://issues.apache.org/jira/browse/IOTDB-264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jialin Qiao closed IOTDB-264.
-----------------------------
Fix Version/s: 0.9.0
Resolution: Fixed
> Lake checking datatype before writing WAL
> -----------------------------------------
>
> Key: IOTDB-264
> URL: https://issues.apache.org/jira/browse/IOTDB-264
> Project: Apache IoTDB
> Issue Type: Bug
> Affects Versions: 0.8.0
> Reporter: Jialin Qiao
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.9.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> When execute an InsertPlan, we first check whether the timeseries exists or
> not. Then we write the InsertPlan to WAL and insert it to memtable. However,
> if the data type mismatches the registered schema, WAL will still be written
> but inserting to memtable will fail.
>
> When restart IoTDB, the WAL cannot be replayed due to NumberFormatException
> and IoTDB will fail to restart.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)