[
https://issues.redhat.com/browse/ISPN-11435?page=com.atlassian.jira.plugi...
]
Dan Berindei commented on ISPN-11435:
-------------------------------------
{{HotRodServer.startTransport}} is not called in single port configurations, and because
of that the server doesn't pre-start all the caches defined in the XML configuration.
Defined caches will be started if a client accesses this server when it first connects,
but later requests will go to the servers that already have the cache running.
The server sometimes doesn't start all the caches
-------------------------------------------------
Key: ISPN-11435
URL:
https://issues.redhat.com/browse/ISPN-11435
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 10.1.3.Final, 11.0.0.Alpha2
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Major
Fix For: 10.1.4.Final, 11.0.0.Dev03
Our regression tests are reporting throughput variations between builds with no
significant differences, and we tracked it down to some servers not starting all the
caches.
{{HotRodServer}} is currently responsible for starting all the defined caches in the
{{preStartCaches()}} method. We might want to move this functionality to the generic
server or to {{DefaultCacheManager}} itself.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)