remove stale comments
This commit is contained in:
parent
2370ace922
commit
469a179ab1
|
@ -146,9 +146,6 @@ public class TranslogWriter extends TranslogReader {
|
||||||
outputStream.flush();
|
outputStream.flush();
|
||||||
offsetToSync = totalOffset;
|
offsetToSync = totalOffset;
|
||||||
opsCounter = operationCounter;
|
opsCounter = operationCounter;
|
||||||
// we can do this outside of the write lock but we have to protect from
|
|
||||||
// concurrent syncs
|
|
||||||
ensureOpen(); // just for kicks - the checkpoint happens or not either way
|
|
||||||
try {
|
try {
|
||||||
checkpoint(offsetToSync, opsCounter, channelReference);
|
checkpoint(offsetToSync, opsCounter, channelReference);
|
||||||
} catch (Throwable ex) {
|
} catch (Throwable ex) {
|
||||||
|
|
Loading…
Reference in New Issue