mikebridge commented on PR #42760: URL: https://github.com/apache/superset/pull/42760#issuecomment-5446251127
One more commit on top, `b015734d50`, from the same data-systems pass — four hardening items, none of which changed behaviour for correct configurations: containment now honors `DATA_CACHE_MAX_VALUE_SIZE` (oversized results are served, not stored; `store_skipped` metric), a herd of identical misses stores once instead of once per request and the lease spin is jittered, `GLOBAL` scope bypasses containment whenever a Superset RLS key applies (semantic views don't support RLS yet; this closes the gap before they do), and a descriptor pickled by an older `CachedEntry` shape now costs one miss rather than a lookup failure until it expires, with a test pinning the shape to `IDENTITY_FORMAT_VERSION`. Docs updated for the cap, the metric, and the RLS rule. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
