[
https://issues.redhat.com/browse/ISPN-11132?page=com.atlassian.jira.plugi...
]
Gustavo Fernandes updated ISPN-11132:
-------------------------------------
Description:
A REPL cache with index auto-config, during State transfer is skipping index of data.
The order of events observed is:
CACHE_STARTED LIFECYCLE -> ST HAPPENS -> DATA WRITTEN -> CACHE STARTING
LIFECYCLE
During data writes, the {{ProtobufValueWrapperIndexingInterceptor}} is activated by
Hibernate Search and skips the indexing altogether since the
{{ProtobufValueWrapperSearchWorkCreator }} injects a descriptor AFTER the data writing.
That search creator is only installed at cacheStarting phase.
was:
A REPL cache with index auto-config, during State transfer is skipping index of data.
The order of events observed is:
CACHE_STARTED -> ST HAPPENS -> DATA WRITTEN -> CACHE STARTING
During data writes, the {{ProtobufValueWrapperIndexingInterceptor}} is activated by
Hibernate Search and skips the indexing altogether since the
{{ProtobufValueWrapperSearchWorkCreator }} injects a descriptor AFTER the data writing.
That search creator is only installed at cacheStarting phase.
Data not indexed during state transfer in server mode
-----------------------------------------------------
Key: ISPN-11132
URL:
https://issues.redhat.com/browse/ISPN-11132
Project: Infinispan
Issue Type: Bug
Components: Remote Querying
Affects Versions: 10.1.0.Final
Reporter: Gustavo Fernandes
Assignee: Nistor Adrian
Priority: Major
A REPL cache with index auto-config, during State transfer is skipping index of data.
The order of events observed is:
CACHE_STARTED LIFECYCLE -> ST HAPPENS -> DATA WRITTEN -> CACHE STARTING
LIFECYCLE
During data writes, the {{ProtobufValueWrapperIndexingInterceptor}} is activated by
Hibernate Search and skips the indexing altogether since the
{{ProtobufValueWrapperSearchWorkCreator }} injects a descriptor AFTER the data writing.
That search creator is only installed at cacheStarting phase.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)