Li Wang created ZOOKEEPER-4703:
----------------------------------
Summary: 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.8.1, 3.7.1, 3.6.1
Reporter: Li Wang
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)