GitHub user mgaido91 reopened a pull request:

    https://github.com/apache/incubator-livy/pull/116

    [LIVY-520] Add log when session is GC-ed

    ## What changes were proposed in this pull request?
    
    When a session is inactive for a long time, it is GC-ed, ie. it is closed. 
Currently this operation is not logged, so it is not easy to understand why a 
session was closed.
    
    The PR proposes to add a log in order to explain what happened.
    
    ## How was this patch tested?
    
    manual tests


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mgaido91/incubator-livy LIVY-520

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-livy/pull/116.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #116
    
----
commit 8a11292cbed0c96bb4b3f7e5906a03d3d479d2b0
Author: Marco Gaido <mgaido@...>
Date:   2018-09-27T10:14:52Z

    [LIVY-520] Add log when session is GC-ed

----


---

Reply via email to