mistercrunch commented on issue #3886: Long queries run successfully but aren't displaying any results URL: https://github.com/apache/incubator-superset/issues/3886#issuecomment-386477876 I haven't dug it, but we really shouldn't poll for database in sync mode. It must be some race condition between the state handling on the callback and the one from the polling. It could also have something to do with timestamps/timezones around the polling. In theory the polling should just confirm the state reported by the async javascript call, but somehow it isn't. The way to debug is to install the redux browser plugin and look into what's up in the "time traveling debugger"
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
