[
https://issues.apache.org/jira/browse/GEODE-4085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16291420#comment-16291420
]
ASF subversion and git services commented on GEODE-4085:
--------------------------------------------------------
Commit d06524dd7fc906ce0308d118439ab7b88e649fcd in geode's branch
refs/heads/feature/GEM-883 from [~bschuchardt]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=d06524d ]
GEODE-4085 The cache server thinks that all protobuf clients have a 10 second
read timeout
Set the operation timeout to zero in order to keep in-process operations
from having their connection timed out.
This closes pull request #1158
> The cache server thinks that all protobuf clients have a 10 second read
> timeout
> -------------------------------------------------------------------------------
>
> Key: GEODE-4085
> URL: https://issues.apache.org/jira/browse/GEODE-4085
> Project: Geode
> Issue Type: Bug
> Components: client/server
> Reporter: Bruce Schuchardt
> Assignee: Bruce Schuchardt
>
> Since protobuf clients cannot currently inform the server of what they'd like
> to use as a read-timeout the server thinks all of them have the default 10
> second timeout. Until these clients are able to inform the servers of their
> read-timeout it would be better if the servers didn't time out client
> connections if an operation takes more than 10 seconds. We still have the
> idle timeout in the server that will clean up connections if they take longer
> than a minute to perform an operation.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)