[infinispan-issues] [JBoss JIRA] Created: (ISPN-1231) default timeout settings for hotrod server produce warning
Michal Linhard (JIRA)
jira-events at lists.jboss.org
Tue Jul 12 16:29:23 EDT 2011
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
Priority: Minor
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