-
Bug
-
Resolution: Done
-
Major
-
9.4.17.Final, 10.1.0.Final
-
None
A REPL cache with index auto-config, during State transfer is skipping index of data.
The order of events observed is:
CACHE_STARTING LIFECYCLE -> ST HAPPENS -> DATA WRITTEN -> CACHE STARTED LIFECYCLE
During data writes, the ProtobufValueWrapperIndexingInterceptor is activated by Hibernate Search and skips the indexing altogether since the ProtobufValueWrapperSearchWorkCreator is not used, and thus it cannot extract the descriptor from the entities. That search creator is only installed at cacheStarted phase.
- causes
-
JDG-3416 Stored index will not be replicated if a new node join the cluster
-
- Closed
-