You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/02/28 22:45:18 UTC

[jira] [Commented] (APEXCORE-358) Make RPC timeout configurable

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

ASF GitHub Bot commented on APEXCORE-358:
-----------------------------------------

GitHub user vrozov opened a pull request:

    https://github.com/apache/incubator-apex-core/pull/248

    APEXCORE-358 - Make RPC timeout configurable. 

    Introduced "com.datatorrent.stram.rpc.*" system properties that may be used to set RPC timeouts.
    
    @tweise Please merge

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

    $ git pull https://github.com/vrozov/incubator-apex-core APEXCORE-358

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

    https://github.com/apache/incubator-apex-core/pull/248.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 #248
    
----
commit 899ec0aca61abc0658dc956e49fe900dcf1bca59
Author: Vlad Rozov <v....@datatorrent.com>
Date:   2016-02-28T21:43:00Z

    APEXCORE-358 - Make RPC timeout configurable. Introduced "com.datatorrent.stram.rpc.*" system properties that may be used to set RPC timeouts.

----


> Make RPC timeout configurable
> -----------------------------
>
>                 Key: APEXCORE-358
>                 URL: https://issues.apache.org/jira/browse/APEXCORE-358
>             Project: Apache Apex Core
>          Issue Type: Improvement
>    Affects Versions: 3.2.0, 3.3.0, 3.2.1, 3.4.0, 3.3.1
>            Reporter: Vlad Rozov
>            Assignee: Vlad Rozov
>
> Currently RPC timeout is hardcoded to be 5 seconds. Under heavy load it is possible that Application master may respond with significant delays. It is necessary to make this configurable.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)