This is an automated email from the ASF dual-hosted git repository.
mivanac pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from a2f4756 Revert "roll develop to 1.16.0 now that support/1.15 has been
created (#7309)" (#7453)
add e9a5243 GEODE-9642: Wait for colocation completed at partitioned
region initialization (#6909)
No new revisions were added by this update.
Summary of changes:
.../internal/cache/PRHARedundancyProvider.java | 3 +-
.../geode/internal/cache/PartitionedRegion.java | 3 +-
.../partitioned/CreateMissingBucketsTask.java | 80 ++++++
.../internal/cache/PRHARedundancyProviderTest.java | 20 ++
.../partitioned/CreateMissingBucketsTaskTest.java | 277 +++++++++++++++++++++
5 files changed, 380 insertions(+), 3 deletions(-)
create mode 100644
geode-core/src/test/java/org/apache/geode/internal/cache/partitioned/CreateMissingBucketsTaskTest.java