Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.6.1, 3.7.1, 3.8.1
Description
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 }
Attachments
Issue Links
- supercedes
-
ZOOKEEPER-4693 Modify the comments of dataDir field and snapDir in FileTxnSnapLog class
- Resolved
- links to