You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@livy.apache.org by "Saisai Shao (Jira)" <ji...@apache.org> on 2019/11/25 03:50:00 UTC

[jira] [Resolved] (LIVY-714) Cannot remove the app in leakedAppTags when timeout

     [ https://issues.apache.org/jira/browse/LIVY-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Saisai Shao resolved LIVY-714.
------------------------------
    Fix Version/s: 0.7.0
         Assignee: runzhiwang
       Resolution: Fixed

Issue resolved by pull request 259
https://github.com/apache/incubator-livy/pull/259

> Cannot remove the app in leakedAppTags when timeout
> ---------------------------------------------------
>
>                 Key: LIVY-714
>                 URL: https://issues.apache.org/jira/browse/LIVY-714
>             Project: Livy
>          Issue Type: New Feature
>            Reporter: runzhiwang
>            Assignee: runzhiwang
>            Priority: Major
>             Fix For: 0.7.0
>
>         Attachments: image-2019-11-20-09-50-52-316.png
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> # var isRemoved = false should be in while(iter.hasNext), otherwise if there are two apps, the first app will be removed and the second app will timeout in this loop, and after remove the first app, isRemoved = true, and the second app cannot pass the if(!isRemoved) and only will be delete in the next loop.
>  # entry.getValue - now is negative, and never greater than sessionLeakageCheckTimeout.
> !image-2019-11-20-09-50-52-316.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)