venkatamandavilli-code commented on issue #40115: URL: https://github.com/apache/superset/issues/40115#issuecomment-4471304965
Thanks for reporting this issue and including the screenshots. The behavior described makes sense, especially in environments where dashboard state, filters, and cached query contexts interact across multiple refresh cycles. Based on the symptoms, it looks possible that part of the dashboard state or filter synchronization logic is not being fully refreshed after the update event completes. In some cases, asynchronous state updates or cached query metadata can create inconsistent rendering behavior between dashboard reloads and user-triggered interactions. It may help to verify: * whether the affected state is being fully rehydrated after refresh * whether cached query context is reused unexpectedly * whether filter or dashboard metadata updates are occurring before all async requests complete A small regression test covering repeated refresh/update scenarios could probably help prevent similar issues in future releases as well. Thanks again for documenting the issue clearly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
