[infinispan-issues] [JBoss JIRA] Commented: (ISPN-958) Java HotRod: Add client timeout option
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Wed Mar 9 03:54:49 EST 2011
[ https://issues.jboss.org/browse/ISPN-958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586774#comment-12586774 ]
Galder Zamarreño commented on ISPN-958:
---------------------------------------
This should be quick to fix by making sure setSoTimeout() on the Socket is called.
> Java HotRod: Add client timeout option
> --------------------------------------
>
> Key: ISPN-958
> URL: https://issues.jboss.org/browse/ISPN-958
> Project: Infinispan
> Issue Type: Feature Request
> Affects Versions: 4.2.1.CR3
> Reporter: Radoslav Husar
> Assignee: Galder Zamarreño
> Fix For: 4.2.1.FINAL
>
>
> There does not seem to be an option to specify a client time-out. This is pretty common and IMHO a valid feature with any client out there.
> http://docs.jboss.org/infinispan/4.2/apidocs/org/infinispan/client/hotrod/exceptions/package-summary.html
> The only option is to be catching a HotRodTimeoutException which is rethrowed on replication timeout on the Infinispan side, which is not it.
> http://docs.jboss.org/infinispan/4.2/apidocs/org/infinispan/client/hotrod/exceptions/HotRodTimeoutException.html
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list