You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/02/16 16:20:19 UTC

[jira] [Commented] (STORM-63) timeout request stay in queue of drpc server

    [ https://issues.apache.org/jira/browse/STORM-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13902729#comment-13902729 ] 

ASF GitHub Bot commented on STORM-63:
-------------------------------------

GitHub user xiaokang opened a pull request:

    https://github.com/apache/incubator-storm/pull/33

    STORM-63 remove timeout drpc request from its function's request queue

    It's for jira issue https://issues.apache.org/jira/browse/STORM-63. It prevent a timed-out drpc request wasting drpc server memory and spout/bolt computing resource.

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

    $ git pull https://github.com/apache/incubator-storm STORM-63

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

    https://github.com/apache/incubator-storm/pull/33.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 #33
    
----
commit 0108765688e64fa7c039e9478b303c118882d972
Author: Kang Xiao <kx...@gmail.com>
Date:   2014-02-16T15:12:54Z

    STORM-63 remove timeout drpc request from its function's request queue

----


> timeout request stay in queue of drpc server
> --------------------------------------------
>
>                 Key: STORM-63
>                 URL: https://issues.apache.org/jira/browse/STORM-63
>             Project: Apache Storm (Incubating)
>          Issue Type: Improvement
>            Reporter: James Xu
>
> https://github.com/nathanmarz/storm/issues/430
> When a drpc request timeout, it is not removed from the queue of drpc server. This will cause memory leak.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)