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

[jira] [Commented] (IOTDB-2978) [compaction error log ] Log level and "null" error message handling

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

周沛辰 commented on IOTDB-2978:
----------------------------

When a thread is been interrupted, it will throw:

(1) InterruptedException, when it is in sleep, wait, join blocking, etc.

(2) ClosedByInterruptException, when it is in the process of calling a blocking I/O operation on an interruptible channel (eg: serverSocketChannel.accept(), socketChannel.connect, socketChannel.open, socketChannel.read, socketChannel.write, fileChannel.read, fileChannel.write)

> [compaction error log ]  Log level and  "null" error message handling
> ---------------------------------------------------------------------
>
>                 Key: IOTDB-2978
>                 URL: https://issues.apache.org/jira/browse/IOTDB-2978
>             Project: Apache IoTDB
>          Issue Type: Bug
>          Components: Core/Compaction
>    Affects Versions: 0.14.0-SNAPSHOT
>            Reporter: 刘珍
>            Assignee: 周沛辰
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 0.14.0
>
>         Attachments: image-2022-04-22-10-24-41-780.png
>
>   Original Estimate: 20h
>  Remaining Estimate: 20h
>
> master_0420_6bd0f2c
> stop-server.sh compaction error log:
> 问题1 :status:  abort 日志级别需处理为warn 或info
> 问题2:ERROR o.a.i.d.e.c.i.InnerSpaceCompactionTask:197 - root.test.g_44-0 [Compaction] Throwable is caught during execution of SizeTieredCompaction, null
> 需处理
> 问题3:ERROR o.a.i.t.r.r.LocalTsFileInput:92 - Error happened while reading /data/iotdb_data/data/sequence/root.test.g_44/0/0/1650443726681-274-0-0.tsfile from position 3490553
> 需处理
>  !image-2022-04-22-10-24-41-780.png! 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)