You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Liuxuxin (Jira)" <ji...@apache.org> on 2023/01/12 10:57:00 UTC

[jira] [Commented] (IOTDB-5163) [monitor]the file size of sequence of datanode is different from actual facts

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

Liuxuxin commented on IOTDB-5163:
---------------------------------

This bug cannot be reproduced now. We guessed that the issue of IOTDB-5286 might have caused the inaccurate file count, and as the ISSUE was fixed, the bug no longer appeared.

> [monitor]the file size of sequence of datanode is different from actual facts
> -----------------------------------------------------------------------------
>
>                 Key: IOTDB-5163
>                 URL: https://issues.apache.org/jira/browse/IOTDB-5163
>             Project: Apache IoTDB
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: changxue
>            Assignee: Liuxuxin
>            Priority: Major
>         Attachments: image-2022-12-09-14-24-03-964.png
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> [monitor]the file size of sequence of datanode is different from actual facts
> the monitor:
>  !image-2022-12-09-14-24-03-964.png! 
> the actual facts on disk:
> {code}
> 51M	./datanode/data/unsequence/root.test
> 51M	./datanode/data/unsequence
> 124G	./datanode/data/sequence/root.test
> 124G	./datanode/data/sequence
> 228G	./datanode/data
> 35M	./datanode/wal/root.test-3
> 66M	./datanode/wal/root.test-0
> 53M	./datanode/wal/root.test-1
> 80M	./datanode/wal/root.test-4
> 16M	./datanode/wal/root.test-2
> 248M	./datanode/wal
> 21G	./datanode/data/snapshot/root.test-3
> 21G	./datanode/data/snapshot/root.test-0
> 22G	./datanode/data/snapshot/root.test-1
> 21G	./datanode/data/snapshot/root.test-4
> 21G	./datanode/data/snapshot/root.test-2
> 104G	./datanode/data/snapshot
> {code}
> sequence:
> {code}
> [atmos@i-rh6m726k root.test]$ du -hl -d 1
> 26G	./4
> 26G	./0
> 24G	./3
> 26G	./1
> 25G	./2
> 124G .
> {code}
> the monitor show seq is about 22.7G but the disk is 124G



--
This message was sent by Atlassian Jira
(v8.20.10#820010)