You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2020/07/02 13:13:22 UTC

[GitHub] [geode] jujoramos opened a new pull request #5337: GEODE-8029: Allow OplogEntryIdSet to Overflow (#5329)

jujoramos opened a new pull request #5337:
URL: https://github.com/apache/geode/pull/5337


   Do not delete drf files during member startup as that should be only
   done by the compactor thread. Instead, allow the OplogEntryIdSet to
   grow over the default capacity and log a warning message instructing
   the user to manually compact the disk-stores.
   
   - Added unit tests.
   - Replaced usages of 'junit.Assert' by 'assertj'.
   - Modified DiskStoreImpl.deadRecordCount to return long instead of int.
   - Added internal overflow implementation to the OplogEntryIdSet so it can
     grow above the default limit.
   
   (cherry picked from commit fdc440131f0d562d97f2340d2e7ba5aacf935d62)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [geode] jujoramos merged pull request #5337: GEODE-8029: Allow OplogEntryIdSet to Overflow (#5329)

Posted by GitBox <gi...@apache.org>.
jujoramos merged pull request #5337:
URL: https://github.com/apache/geode/pull/5337


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org