You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a '_generate' or '_divide' update is triggered it requires the expiration and re-caching of some topology_views. Currently, Store.apply_update will pass a view_expire flag (here) back to Engine, which triggers self.state.build_topology_views(): (here). This expires and re-caches ALL of the topology_views across the entire Store hierarchy. It would be more efficient if it knew to only expire and re-cache the topology_view of the subset of processes that are connected to the affected stores.
The text was updated successfully, but these errors were encountered:
If a
'_generate'
or'_divide'
update is triggered it requires the expiration and re-caching of sometopology_views
. Currently,Store.apply_update
will pass aview_expire
flag (here) back toEngine
, which triggersself.state.build_topology_views()
: (here). This expires and re-caches ALL of thetopology_views
across the entireStore
hierarchy. It would be more efficient if it knew to only expire and re-cache thetopology_view
of the subset of processes that are connected to the affected stores.The text was updated successfully, but these errors were encountered: