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 2018/06/25 12:17:57 UTC

[GitHub] sjmeyer opened a new issue #5279: Slices backed by AWS Athena load sequentially, not in parallel.

sjmeyer opened a new issue #5279: Slices backed by AWS Athena load sequentially, not in parallel.
URL: https://github.com/apache/incubator-superset/issues/5279
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stacktraces and included it here as text if any
   - [x] I have reproduced the issue with at least the latest released version of superset
   - [x] I have checked the issue tracker for the same issue and I haven't found one similar
   
   
   ### Superset version
   
   Versions: 0.22.1, 0.23, 0.25.6
   
   
   ### Expected results
   
   Slices should load simultaneously. Athena logs should also show queries to be called at the same time. 
   
   ### Actual results
   
   Slices load one after the other, making for poor user experience. The Athena logs also shows a query is called only once the previous one finishes.
   
   Athena log timestamps:
   
       2018/06/25 13:53:43 UTC+-2 Query...
       2018/06/25 13:53:41 UTC+-2 Query...
       2018/06/25 13:53:37 UTC+-2 Query...
       2018/06/25 13:53:36 UTC+-2 Query...
       2018/06/25 13:53:36 UTC+-2 Query...
       2018/06/25 13:53:34 UTC+-2 Query...
       2018/06/25 13:53:31 UTC+-2 Query...
   
   
   ### Steps to reproduce
   
   - Build a dashboard with multiple slices, each built on it's own Athena query.
   - Use the below gunicorn command line arguments:
   
      GUNICORN_CMD_ARGS "-w 2 -k gevent --threads 12 --timeout 120 -b  0.0.0.0:8088 --limit-request-line 0  --limit-request-field_size 0 --proxy-protocol true --proxy-allow-from * --forwarded-allow-ips * --keep-alive 75" 
   

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