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

Ling Mao updated ZOOKEEPER-4703:
--------------------------------
    Fix Version/s: 3.10

> Datadir and DatalogDir size are incorrect
> -----------------------------------------
>
>                 Key: ZOOKEEPER-4703
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4703
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.6.1, 3.7.1, 3.8.1
>            Reporter: Li Wang
>            Assignee: Li Wang
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 3.10
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Zookeeper server reports incorrect size for DataDir and DataLogDir.  
> For example, DirCommand returns the following
> {
>   "datadir_size" : 2214592528,
>   "logdir_size" : 24556680368,
>   "command" : "dirs",
>   "error" : null
> }
> Excepted response: 
> {
>   "datadir_size" : 24556680368
>   "logdir_size" : 2214592528,
>   "command" : "dirs",
>   "error" : null
> }
>  



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

Reply via email to