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 2022/02/08 07:58:56 UTC

[GitHub] [superset] zhaoyongjie commented on pull request #18576: feat: Improve state key generation for dashboards and charts

zhaoyongjie commented on pull request #18576:
URL: https://github.com/apache/superset/pull/18576#issuecomment-1032313707


   @michael-s-molina Thanks for working on this! there are 2 concerns in this PR.
   1. How to treat cache temporarily unavailable
   a) make a chart
   b) remove all cache data from Redis or filesystem(depend on how to set up Superset)
   c) refresh explore page
   d) chart will be crash
   
   ![image](https://user-images.githubusercontent.com/2016594/152942709-0c03831e-dc37-4660-83e8-295b30917454.png)
   
   2. How to treat the same user login in different terminal
   a) open same chart from 2 different browser, like Chrome and Firefox.
   b) user have different session, but they can sync form data because they use same cache key. we can use session id to avoid it.


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org