From 5bcd0c31cbacca52c1ed356db1dead8929a51581 Mon Sep 17 00:00:00 2001 From: Violet Hynes Date: Mon, 26 Sep 2022 10:26:07 -0400 Subject: [PATCH] VAULT-6938 Remove license from being cache exempt (#17265) * VAULT-6938 Remove license from being cache exempt * VAULT-6938 Add changelog * VAULT-6938 Typo in changelog name * Update changelog/17265.txt Co-authored-by: Nick Cabatoff Co-authored-by: Nick Cabatoff --- changelog/17265.txt | 3 +++ sdk/physical/cache.go | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelog/17265.txt diff --git a/changelog/17265.txt b/changelog/17265.txt new file mode 100644 index 000000000..fe2d3b9a0 --- /dev/null +++ b/changelog/17265.txt @@ -0,0 +1,3 @@ +```release-note:improvement +core: License location is no longer cache exempt, meaning sys/health will not contribute as greatly to storage load when using consul as a storage backend. +``` diff --git a/sdk/physical/cache.go b/sdk/physical/cache.go index ffac33189..af40f5385 100644 --- a/sdk/physical/cache.go +++ b/sdk/physical/cache.go @@ -29,7 +29,6 @@ var cacheExceptionsPaths = []string{ "sys/expire/", "core/poison-pill", "core/raft/tls", - "core/license", } // CacheRefreshContext returns a context with an added value denoting if the