You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Fred Krone (JIRA)" <ji...@apache.org> on 2017/07/19 15:56:00 UTC

[jira] [Created] (GEODE-3250) Users want the cluster to have correct data after a crash

Fred Krone created GEODE-3250:
---------------------------------

             Summary: Users want the cluster to have correct data after a crash
                 Key: GEODE-3250
                 URL: https://issues.apache.org/jira/browse/GEODE-3250
             Project: Geode
          Issue Type: Sub-task
            Reporter: Fred Krone


Problem: In a look aside cache pattern when the cache is down the database will move ahead and become more accurate, up-to-date, while the cache will become stale.  Users would like recovery to include automatically invalidating or destroying (this can be configured) stale keys in the cache.

Some ideas here were to use a client cache to hold updated keys while the cluster is coming back online.  OR have application update a DB table with updated keys... and have recovery pull those keys to invalidate / destroy.

Do not allow writes / reads before the data is being invalidated / destroyed from the list of keys above.

Have a cluster setting for "Recovering" and "recovered" to know when to open up the pool.





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)