findepi commented on issue #3886: Long queries run successfully but aren't displaying any results
URL: https://github.com/apache/incubator-superset/issues/3886#issuecomment-386291032
I have the apparently the same issue, however I didn't change SQLLAB_TIMEOUT -- I think
it doesn't make sense to open a separate issue, but it's worth noting that non-default configuration
is not a required as a repro condition.
I do:
- run a long query (> 30s)
- in the browser's console i see `/sql_json` request being closed after 30s (abruptly;
i don't see any response)
- browser's console shows the below:
```
Uncaught TypeError: Cannot read property 'indexOf' of undefined
at Object.n [as error] (sqllab.6554f1029fea6108ef2b.entry.js:102)
at l (sqllab.6554f1029fea6108ef2b.entry.js:34)
at Object.fireWith [as rejectWith] (sqllab.6554f1029fea6108ef2b.entry.js:34)
at S (sqllab.6554f1029fea6108ef2b.entry.js:34)
at XMLHttpRequest.<anonymous> (sqllab.6554f1029fea6108ef2b.entry.js:34)
```
- .. but the UI still shows "loading" (`loading.gif`) and shows progress bar (however,
even though UI polls for progress updates, there are no progress updates even after the query
is finished in Presto)

----------------------------------------------------------------
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:
users@infra.apache.org
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org
|