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 2022/04/26 21:55:02 UTC

[GitHub] [geode] upthewaterspout commented on pull request #7596: GEODE-10242: Generate tail key after all child regions become primary

upthewaterspout commented on PR #7596:
URL: https://github.com/apache/geode/pull/7596#issuecomment-1110288344

   @pivotal-eshu and I discussed an alternative to this fix that involved making all colocated BucketAdvisors use the same read/write lock (instead of many, as we do currently). This would ensure that we could not still have operations in progress on the old primary for some regions as well as in progress on the new primary for other regions.
   
   I feel like something along those lines is a cleaner fix - something that doesn't involve introducing additional state with additional locking.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

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