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 2018/12/21 21:41:25 UTC

[GitHub] WireBaron opened a new pull request #31: GEODE-6233: Use a new hash-map for each PutAll batch in PrePopulateRegion

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 <hb...@pivotal.io>

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services