|
As discussed on https://forum.hibernate.org/viewtopic.php?f=9&t=1032144
A JMS master node can receive messages to update an index named "X", while the IndexManager for X is defined by a DynamicShardingStrategy. The current code is not triggering the IndexManager initialization, but rather fails reporting that this IndexManager isn't found.
A possible workaround is to trigger initialization of all indexes, for example running a full-text query on all indexes right after boot but this would need to happen before the first message is processed.
|