Github user anew commented on a diff in the pull request:
https://github.com/apache/incubator-tephra/pull/53#discussion_r138682945
--- Diff:
tephra-core/src/main/java/org/apache/tephra/persist/AbstractTransactionLog.java
---
@@ -211,26 +212,36 @@ private void sync() throws IOException {
// prevent writer being dereferenced
--- End diff --
That's what i thought... removing it now.---
