[filebeat][fix] include ESStorageExtension identity in state store cache key #49729
[filebeat][fix] include ESStorageExtension identity in state store cache key #49729barkhayot wants to merge 2 commits intoelastic:mainfrom
ESStorageExtension identity in state store cache key #49729Conversation
|
💚 CLA has been signed |
🤖 GitHub commentsJust comment with:
|
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe changes modify ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
dd39290 to
f916f64
Compare
openStateStoreis called with differentESStorageExtensioninstances but the samebackend/path, the global registry cache (globalStores) was keyed only by backend://path. The second caller would reuse the first caller's esRegistry, causing cross-receiver state leakage