-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Sql Lab] Fix QueryAutoRefresh component pulling do not stop #4244
[Sql Lab] Fix QueryAutoRefresh component pulling do not stop #4244
Conversation
LGTM 👍 |
@graceguo-supercat are we sure that this is right? I don't see anymore polling on our staging. Could be unrelated though, haven't dug to the bottom yet. |
Ran some tests and this breaks polling. We can talk about how we should timeout /cleanup old/dead queries in a way that would prevent hyperactive pooling. Reverting |
…)" This reverts commit 1c56319.
Thanks for fixing it!~~ The problem bothered me is when query in current tab is stopped/succeeded, because of polling in other tabs, current results tab keeps re-rendering. My code change is not right fix. thanks! |
(cherry picked from commit f8dcbf7)
Currently in SQL lab, the query results pulling doesn't stop.
@michellethomas @williaster