You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Jialin Qiao (Jira)" <ji...@apache.org> on 2022/03/14 06:58:00 UTC

[jira] [Commented] (IOTDB-2722) NPE when moving out of tsfile file with unspecified path

    [ https://issues.apache.org/jira/browse/IOTDB-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17506030#comment-17506030 ] 

Jialin Qiao commented on IOTDB-2722:
------------------------------------

Fixed in 0.13.0

> NPE when moving out of tsfile file with unspecified path
> --------------------------------------------------------
>
>                 Key: IOTDB-2722
>                 URL: https://issues.apache.org/jira/browse/IOTDB-2722
>             Project: Apache IoTDB
>          Issue Type: Bug
>          Components: TsFile
>    Affects Versions: 0.12.5
>            Reporter: xiaozhihong
>            Assignee: Jialin Qiao
>            Priority: Minor
>             Fix For: 0.13.0
>
>         Attachments: image-2022-03-11-17-21-25-989.png
>
>
> When executing the removal of tsfile to a specific directory, the tsfile in the specific path is not specified, and a 500 error is reported.
> {code:java}
> IoTDB> move "1629596172078-62-1-0.tsfile" "/home/cluster"
> Msg: 500: [INTERNAL_SERVER_ERROR] Exception occurred while executing non query plan. null
> IoTDB> move "/home/cluster/iotdb/12.5/apache-iotdb-0.12.5-all-bin/data/data/sequence/root.goldwind/0/0/1646986737506-1-0-0.tsfile" "/home/cluster"
> Msg: The statement is executed successfully. {code}
> The log is:
> !image-2022-03-11-17-21-25-989.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)