Github user OuYangLiang commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/414#discussion_r149251675
--- Diff:
src/java/main/org/apache/zookeeper/server/persistence/FileTxnLog.java ---
@@ -255,30 +255,19 @@ private void padFile(FileOutputStream out) throws
IOException {
*/
public static File[] getLogFiles(File[] logDirList,long snapshotZxid) {
List<File> files = Util.sortDataDir(logDirList, "log", true);
--- End diff --
Agree, I'll make the change, thanks.---
