[PATCH] Clear session storage on session stop

Vladimir Davydov vdavydov.dev at gmail.com
Tue Mar 27 18:32:03 MSK 2018


Looks good to me.

On Tue, Mar 27, 2018 at 04:29:14PM +0300, Georgy Kirichenko wrote:
> * session_run_on_disconnect_triggers is called only if there are
> corresponding triggers so move session_storage_cleanup to
> session_destroy.
> * fix session storage cleanup path: use
> "box.session.aggregate_storage[sid]" instead of
> "session.aggregate_storage[sid]" (what was wrong)
> 
> Fixed #3279
> ---
> https://github.com/tarantool/tarantool/tree/gh-3279-clear-session-storage
> 
>  src/box/lua/session.c                 | 3 +++
>  src/box/session.cc                    | 2 +-
>  test/box-tap/session.storage.test.lua | 2 +-
>  3 files changed, 5 insertions(+), 2 deletions(-)



More information about the Tarantool-patches mailing list