Skip to content

fix/languages-map-race#7579

Open
gilesw wants to merge 2 commits into
mainfrom
fix/languages-map-race
Open

fix/languages-map-race#7579
gilesw wants to merge 2 commits into
mainfrom
fix/languages-map-race

Conversation

@gilesw

@gilesw gilesw commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

LanguagesMap keeps a shared, in-memory map of "available languages, translated for each locale." It filled that
map lazily — the first request for a given language wrote the entry. But the map (TreeMap) isn't safe for two threads writing at once. This caused an outage on startup on one node. This work is the result of the analysis of the threaddump from that outage.

@gilesw
gilesw requested a review from amontenegro July 15, 2026 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants