You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "dschneider-pivotal (GitHub)" <gi...@apache.org> on 2018/10/04 23:49:01 UTC

[GitHub] [geode] dschneider-pivotal commented on pull request #2552: introduce region level tombstone sweeper

The way you have this designed every region has its own tombstone service. I think we wanted most regions to share a service (like they currently do) and only have the lucene regions have their own. It would be best if this could be done when the region is created instead of after it is created. The region creation code has InternalRegionAttributes that you can use so that this does not become a feature we need to document.

[ Full content available at: https://github.com/apache/geode/pull/2552 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org