You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by al...@apache.org on 2021/07/28 14:03:53 UTC

[geode] branch develop updated (9b13911 -> 277222d)

This is an automated email from the ASF dual-hosted git repository.

albertobr pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 9b13911  add 1.12.4 to old versions on develop
     add 277222d  GEODE-9300: write-buffer-size value not used when creating disk store (#6596)

No new revisions were added by this update.

Summary of changes:
 .../cache/DiskStoreImplIntegrationTest.java        | 17 +++++++
 .../geode/internal/cache/OplogRVVJUnitTest.java    |  2 +
 .../org/apache/geode/internal/cache/Oplog.java     | 24 ++++++++--
 .../apache/geode/internal/cache/OverflowOplog.java | 25 ++++++++--
 .../org/apache/geode/internal/cache/properties.md  |  2 +-
 .../geode/management/internal/i18n/CliStrings.java |  2 +-
 .../org/apache/geode/internal/cache/OplogTest.java | 56 ++++++++++++++--------
 ...egionCommitTest.java => OverflowOplogTest.java} | 42 ++++++++--------
 .../gfsh/command-pages/create.html.md.erb          |  2 +-
 9 files changed, 122 insertions(+), 50 deletions(-)
 copy geode-core/src/test/java/org/apache/geode/internal/cache/{RegionCommitTest.java => OverflowOplogTest.java} (51%)