You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/04/10 14:09:21 UTC

[GitHub] [incubator-superset] heisenberg1205 opened a new issue #7277: 504 (Gateway Time-out) and Unexpected error with slices/SQLLAB queries.

heisenberg1205 opened a new issue #7277: 504 (Gateway Time-out) and Unexpected error with slices/SQLLAB queries.
URL: https://github.com/apache/incubator-superset/issues/7277
 
 
   A clear and concise description of what the bug is.
   
   ### Expected results
   Heavy queries are not returning any results because -:
   1. SQLLAB queries are running for long. They're throwing the errors 504 (Gateway Time-out) at 120 secs. 
   2. Slices are throwing unexpected error after running for 120 secs. 
   what you expected to happen.
   All the SQLLAB queries and slices should return the results.
   ### Actual results
   Throwing errors as explained above. 
   
   I've done the following changes -:
   1. running the gunicorn server with 300 secs by default it was 120 secs.
   2. Changed the following parameters -:
   2.1 SQLLAB_TIMEOUT to 300 secs.
   2.2 SQLLAB_ASYNC_TIME_LIMIT_SEC to 60 * 5
   2.3 SUPERSET_WEBSERVER_TIMEOUT to 300 secs.
   
   Still getting the same error. Any help will be appreciated. All our Superset users got blocked because of this.
   what actually happens.
   
   #### Screenshots
   
   If applicable, add screenshots to help explain your problem.
   
   #### How to reproduce the bug
   
   1. Go to '...'
   2. Click on '....'
   3. Scroll down to '....'
   4. See error
   
   ### Environment
   
   (please complete the following information):
   
   - superset version: [v0.27]
   - python version: `python --version`
   - node.js version: `node -v`
   - npm version: `npm -v`
   
   ### Checklist
   
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [yes ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [ ] I have reproduced the issue with at least the latest released version of superset.
   - [ yes] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   ### Additional context
   
   Add any other context about the problem here.
   

----------------------------------------------------------------
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.
 
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