]
Tristan Tarrant updated ISPN-10718:
-----------------------------------
Fix Version/s: 10.0.0.Final
(was: 10.0.0.CR3)
Ensure protobuf metadata cache is predictably started when the cache
manager has finished initializing
------------------------------------------------------------------------------------------------------
Key: ISPN-10718
URL:
https://issues.jboss.org/browse/ISPN-10718
Project: Infinispan
Issue Type: Enhancement
Components: Remote Querying
Affects Versions: 10.0.0.CR2
Reporter: Nistor Adrian
Assignee: Nistor Adrian
Priority: Major
Fix For: 10.0.0.Final
Casual code browsing led me to ProtobufMetadataCacheStartedTest where I see we actually
assert that protobuf metadata cache is not started on cache manager start, it is actually
started lazily, when first non-internal cache starts. And the code is written as if this
is a (happy) accident. That's very dangerous. We should start it predictably, when the
cache manager has finished startup.