Repository: geode Updated Branches: refs/heads/feature/GEODE-2801 9e5b10b3b -> 30703224e
spotless Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/30703224 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/30703224 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/30703224 Branch: refs/heads/feature/GEODE-2801 Commit: 30703224e69aa26f48703c8a46090745ec801464 Parents: 9e5b10b Author: Darrel Schneider <[email protected]> Authored: Wed Apr 19 17:11:18 2017 -0700 Committer: Darrel Schneider <[email protected]> Committed: Wed Apr 19 17:11:18 2017 -0700 ---------------------------------------------------------------------- .../src/main/java/org/apache/geode/internal/cache/Oplog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/30703224/geode-core/src/main/java/org/apache/geode/internal/cache/Oplog.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/Oplog.java b/geode-core/src/main/java/org/apache/geode/internal/cache/Oplog.java index ddf92f2..7f84393 100755 --- a/geode-core/src/main/java/org/apache/geode/internal/cache/Oplog.java +++ b/geode-core/src/main/java/org/apache/geode/internal/cache/Oplog.java @@ -5814,7 +5814,7 @@ public final class Oplog implements CompactableOplog, Flushable { } // this krf existence check fixes 45089 - // TODO: should we wait for the async KRF creation to finish by calling this.finishKrf? + // TODO: should we wait for the async KRF creation to finish by calling this.finishKrf? if (getParent().getDiskInitFile().hasKrf(this.oplogId)) { if (this.getKrfFile().exists()) { FileUtils.copyFileToDirectory(this.getKrfFile(), targetDir);
