[infinispan-issues] [JBoss JIRA] Updated: (ISPN-1231) default timeout settings for hotrod server produce warning

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Wed Jul 13 09:30:23 EDT 2011


     [ https://issues.jboss.org/browse/ISPN-1231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Galder Zamarreño updated ISPN-1231:
-----------------------------------

              Status: Pull Request Sent  (was: Coding In Progress)
    Git Pull Request: https://github.com/infinispan/infinispan/pull/431


> default timeout settings for hotrod server produce warning
> ----------------------------------------------------------
>
>                 Key: ISPN-1231
>                 URL: https://issues.jboss.org/browse/ISPN-1231
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Cache Server
>    Affects Versions: 5.0.0.CR7
>            Reporter: Michal Linhard
>            Assignee: Galder Zamarreño
>             Fix For: 5.0.0.FINAL
>
>
> org.infinispan.config.TimeoutConfigurationValidatingVisitor checks timeout values and produces following output:
> ISPN00148: Invalid <transport>: distributedSyncTimout value of 60000. It can not be higher than <stateRetrieval>:timeout which is 10000
> TransportType:
> protected Long distributedSyncTimeout = 240000L; // default
> (in EDG this is overriden to 60000)
> StateRetrievalType:
> protected Long timeout = 240000L;
> when HotRodServer creates its topology cache, it supplies default value of 10000 (see TOPO_REPL_TIMEOUT_DEFAULT in https://github.com/infinispan/infinispan/blob/master/server/core/src/main/scala/org/infinispan/server/core/Main.scala)
> but this leads to above WARN message.

--
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