]
Dan Berindei updated ISPN-11127:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 11.0.0.Dev03
Resolution: Done
Protocol servers don't pre-start caches when transport is
disabled
------------------------------------------------------------------
Key: ISPN-11127
URL:
https://issues.redhat.com/browse/ISPN-11127
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 10.1.0.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Priority: Major
Fix For: 11.0.0.Dev03, 10.1.5.Final
The various protocol servers have different initialization steps to ensures that caches
are pre-started which don't work in all cases. In particular the REST server
doesn't pre-start caches and the Hot Rod server pre-starts only if the transport is
enabled.
This should be handled uniformly.