MessageBundleService check cache for negative lookups

Description

The CachingMessageBundleServiceImpl should check for negative lookups of bundles so to avoid continually querying the db for nonexistent bundles.

There are a lot of localization properties provided via the localization project where many bundles simply don't exist most of the time but they're continuously queried for by the MessageBundleService.

Activity

Show:

Daniel Merino September 29, 2020 at 4:22 AM

After applying this patch in 20.1 we have experienced lots of stacktraces like these:

It seems that they are harmless though. Anyone else has seen them?

Fixed

Details

Priority

Affects versions

Fix versions

Components

Assignee

Reporter

Created August 10, 2020 at 4:14 PM
Updated December 7, 2020 at 10:05 PM
Resolved August 11, 2020 at 8:35 AM