[GitHub] geode pull request #477: GEODE-2398: fix oplog corruption in overflow oplogs

2017-04-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode/pull/477 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] geode pull request #477: GEODE-2398: fix oplog corruption in overflow oplogs

2017-04-24 Thread agingade
Github user agingade commented on a diff in the pull request: https://github.com/apache/geode/pull/477#discussion_r113087379 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/OverflowOplog.java --- @@ -724,8 +727,31 @@ public final void flush() throws IOException

[GitHub] geode pull request #477: GEODE-2398: fix oplog corruption in overflow oplogs

2017-04-24 Thread lgallinat
GitHub user lgallinat opened a pull request: https://github.com/apache/geode/pull/477 GEODE-2398: fix oplog corruption in overflow oplogs * ported changes from original fix in Oplog.java to OverflowOplog.java @agingade @dschneider-pivotal @pivotal-eshu @pdxrunner