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

ASF subversion and git services commented on GEODE-7049:
--------------------------------------------------------

Commit 2c512a701cd1a75f850146689fc447be03688c50 in geode's branch 
refs/heads/develop from Dan Smith
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=2c512a7 ]

Merge pull request #3888 from Nordix/feature/GEODE-7049

GEODE-7049: Add timeout to Java client Execute::execute() methods

> Add timeout parameter to Java client Execution::execute() methods 
> ------------------------------------------------------------------
>
>                 Key: GEODE-7049
>                 URL: https://issues.apache.org/jira/browse/GEODE-7049
>             Project: Geode
>          Issue Type: Improvement
>          Components: native client
>            Reporter: Alberto Gomez
>            Assignee: Alberto Gomez
>            Priority: Major
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> The Java client only allows to set a timeout to functions by means of a 
> system property (gemfire.CLIENT_FUNCTION_TIMEOUT) while the C++ and C# native 
> clients allow to pass a timeout parameter on a function execution basis.
> It will be good to have the same functionality on the Java client by means of 
> having the following methods on the Execution interface:
>  
> {code:java}
> ResultCollector<OUT, AGG> execute(Function function, int timeoutMs) throws 
> FunctionException;
> ResultCollector<OUT, AGG> execute(String functionId, int timeoutMs) throws 
> FunctionException; 
> {code}
>  



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

Reply via email to