This is an automated email from the ASF dual-hosted git repository.
reuvenlax pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from b7125d0 [BEAM-10961] enable strict dependency checking for
sdks/java/extensions/google-cloud-platform-core (#14084)
add 3f01950 [BEAM-11707] Change WindmillStateCache cache invalidation to
be based upon reference invalidation instead of expensive set management.
Reduce operations of shared cache by caching per-key object sets locally and
flushing as groups to shared cache. Remove byte tracking which could be racy
based upon background evictions in favor of just iterating for rendering the
status page. This also lets us capture more stats.
add 31825af Merge pull request #13862: [BEAM-11707] Change
WindmillStateCache cache invalidation to be based…
No new revisions were added by this update.
Summary of changes:
.../dataflow/worker/WindmillStateCache.java | 361 +++++++++++----------
.../dataflow/worker/WindmillStateInternals.java | 58 ++--
.../dataflow/worker/WindmillStateCacheTest.java | 84 +++--
.../worker/WindmillStateInternalsTest.java | 25 +-
4 files changed, 288 insertions(+), 240 deletions(-)