groupcache/groupcachepb
ct16k 7f8db4d8ed fix: add generation tracking to prevent keys surviving a clear operation
Running a Purge and a Get at the same time could allow an old key to be
pulled back into the cache if the request was initiated by a node that
had been cleared and sent to a node that hadn't. This patch tries to
mitigate this, by adding an additional `generation` field, that keeps
track of the number of purges issued. Requests are fulfilled successfully
only if boths ends of a request are on the same generation.
2023-01-22 10:58:45 +02:00
..
example.proto Get() now returns immediately when context is done 2019-06-10 14:16:39 -05:00
groupcache.pb.go fix: add generation tracking to prevent keys surviving a clear operation 2023-01-22 10:58:45 +02:00
groupcache.proto fix: add generation tracking to prevent keys surviving a clear operation 2023-01-22 10:58:45 +02:00