WireBaron opened a new pull request #31: GEODE-6233: Use a new hash-map for each PutAll batch in PrePopulateRegion URL: https://github.com/apache/geode-benchmarks/pull/31 We see an occasional delay/hang when simply clearing and reusing the same hashmap for multiple putAll requests. This change creates a new hashmap every time it starts a new batch. This also increases the keyRange for the benchmarks from 10k to 1M. Co-Authored-By: Helena Bales <[email protected]>
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
