You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/03/21 02:51:39 UTC

[GitHub] [incubator-kyuubi] wForget commented on pull request #2179: [KYUUBI #2178] Add abstract session store to store session

wForget commented on pull request #2179:
URL: https://github.com/apache/incubator-kyuubi/pull/2179#issuecomment-1073431478


   The abstraction of SessionStore does not need to store Session objects, but only needs to store sessionHandle and Engine instance.
   We can add Cache layer to cache Session objects, MemorySessionStore or others that only store sessionHandle and Engine instance, what do you think?


-- 
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@kyuubi.apache.org

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



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