SiyaoIsHiding opened a new pull request, #2060:
URL: https://github.com/apache/zookeeper/pull/2060

   As in the class `FileTxnSnapLog`
   ```java
       //the directory containing
       //the transaction logs
       final File dataDir;
       //the directory containing
       //the snapshot directory
       final File snapDir;
   ```
   The `DataDir` is the one for logs. Therefore, the file path for 
`DataDirSize` and `LogDirSize` should be swapped.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to