[JBoss JIRA] (ISPN-11133) Server arguments are not applied to jgroups transport
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-11133:
--------------------------------------
Summary: Server arguments are not applied to jgroups transport
Key: ISPN-11133
URL: https://issues.redhat.com/browse/ISPN-11133
Project: Infinispan
Issue Type: Bug
Components: Configuration, Server
Affects Versions: 10.1.0.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 10.1.1.Final
The server -b and -n arguments are not passed to the jgroups transport
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 11 months
[JBoss JIRA] (ISPN-11132) Data not indexed during state transfer in server mode
by Gustavo Fernandes (Jira)
[ 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_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 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_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}} 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_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 cacheStarting phase.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 11 months
[JBoss JIRA] (ISPN-11132) Data not indexed during state transfer in server mode
by Gustavo Fernandes (Jira)
[ 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_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.
was:
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 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_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.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 11 months
[JBoss JIRA] (ISPN-11132) Data not indexed during state transfer in server mode
by Gustavo Fernandes (Jira)
[ 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_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}} 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 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 SearchWorkCreator used is the default. The correct one, {{ProtobufValueWrapperSearchWorkCreator}}, is only installed at cacheStarting phase, after the ST.
> 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_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}} 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)
4 years, 11 months
[JBoss JIRA] (ISPN-6162) Drop Query.getResultSize() method
by Nistor Adrian (Jira)
[ https://issues.redhat.com/browse/ISPN-6162?page=com.atlassian.jira.plugin... ]
Nistor Adrian commented on ISPN-6162:
-------------------------------------
This was deprecated in 10.1 but not removed yet as it is needed in many uses cases and there is no suitable replacement yet. It should have a suitable replacement by 11.
> Drop Query.getResultSize() method
> ---------------------------------
>
> Key: ISPN-6162
> URL: https://issues.redhat.com/browse/ISPN-6162
> Project: Infinispan
> Issue Type: Task
> Components: Embedded Querying, Remote Querying
> Reporter: Tristan Tarrant
> Assignee: Nistor Adrian
> Priority: Major
> Fix For: 11.0.0.Final
>
>
> Do we keep org.infinispan.query.dsl.Query.getResultSize? Does it return int or long? Return -1 if actual figure unknown/hard to compute? Result size might be non-trivial for non-indexed or hybrid case and will require full scan even for queries with limit. Deprecate it now, remove in ispn 9.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 11 months
[JBoss JIRA] (ISPN-6162) Drop Query.getResultSize() method
by Nistor Adrian (Jira)
[ https://issues.redhat.com/browse/ISPN-6162?page=com.atlassian.jira.plugin... ]
Nistor Adrian updated ISPN-6162:
--------------------------------
Fix Version/s: 11.0.0.Final
> Drop Query.getResultSize() method
> ---------------------------------
>
> Key: ISPN-6162
> URL: https://issues.redhat.com/browse/ISPN-6162
> Project: Infinispan
> Issue Type: Task
> Components: Embedded Querying, Remote Querying
> Reporter: Tristan Tarrant
> Assignee: Nistor Adrian
> Priority: Major
> Fix For: 11.0.0.Final
>
>
> Do we keep org.infinispan.query.dsl.Query.getResultSize? Does it return int or long? Return -1 if actual figure unknown/hard to compute? Result size might be non-trivial for non-indexed or hybrid case and will require full scan even for queries with limit. Deprecate it now, remove in ispn 9.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 11 months
[JBoss JIRA] (ISPN-11132) Data not indexed during state transfer in server mode
by Gustavo Fernandes (Jira)
[ 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 SearchWorkCreator used is the default. The correct one, {{ProtobufValueWrapperSearchWorkCreator}}, is only installed at cacheStarting phase, after the ST.
was:
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 SearchWorkCreator used is the default. The correct on, {{ProtobufValueWrapperSearchWorkCreator}}, is only installed at cacheStarting phase, after the ST.
> 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 SearchWorkCreator used is the default. The correct one, {{ProtobufValueWrapperSearchWorkCreator}}, is only installed at cacheStarting phase, after the ST.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 11 months
[JBoss JIRA] (ISPN-11132) Data not indexed during state transfer in server mode
by Gustavo Fernandes (Jira)
[ 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 SearchWorkCreator used is the default. The correct on, {{ProtobufValueWrapperSearchWorkCreator}}, is only installed at cacheStarting phase, after the ST.
was:
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.
> 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 SearchWorkCreator used is the default. The correct on, {{ProtobufValueWrapperSearchWorkCreator}}, is only installed at cacheStarting phase, after the ST.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 11 months
[JBoss JIRA] (ISPN-11132) Data not indexed during state transfer in server mode
by Gustavo Fernandes (Jira)
[ 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 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.
> 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)
4 years, 11 months
[JBoss JIRA] (ISPN-11132) Data not indexed during state transfer in server mode
by Gustavo Fernandes (Jira)
[ 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)
4 years, 11 months