Skip to content

Change RootSize#limit cache key to use plan limits

Vijay Hawoldar requested to merge vij-bust-limits-cache into master

What does this MR do and why?

Change RootSize#limit cache key to use plan limits

In order to effectively cache the limit for a namespace, we now use the PlanLimits#cache_key_with_version so that the cache is busted when the limits are adjusted.

Similar to !126949 (merged)

Refs #419618 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Vijay Hawoldar

Merge request reports