Maps embeddable to respect containers' auto-refresh #96550
Labels
bug
Fixes for quality problems that affect the customer experience
[Deprecated-Use Team:Presentation]Team:Geo
Former Team Label for Geo Team. Now use Team:Presentation
v7.13.0
v8.0.0
Recently we did some improvements to how auto-refresh works in Dashboard and maps embeddable should be tweaked a bit to follow a general pattern and to fix some edge cases.
What has changed in Dashboard?
The problem with map embeddable is that currently, it has its own auto-refresh loop:
kibana/x-pack/plugins/maps/public/connected_components/map_container/map_container.tsx
Line 165 in d9ef5c2
That loop is not synchronized with the dashboards' search sessions and causes bugs, for example, "start a new loop when the request completes" isn't respected. This breaks the dashboard's auto-refresh when aggressive refresh intervals are used.
To consider this fixed:
input.searchSessionId
changescc @nreese since you've already fixed some bugs in maps embeddable around search sessions
The text was updated successfully, but these errors were encountered: