]
Pedro Zapata Fernandez updated ISPN-11435:
------------------------------------------
Priority: Critical (was: Major)
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: Critical
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.