]
Gustavo Fernandes updated ISPN-5933:
------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Make RemoteQueryEngine a cache-level component
----------------------------------------------
Key: ISPN-5933
URL:
https://issues.jboss.org/browse/ISPN-5933
Project: Infinispan
Issue Type: Enhancement
Components: Remote Querying
Affects Versions: 8.0.0.Final
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 8.1.0.Beta2, 8.0.2.Final
A RemoteQueryEngine is instantiated per remote query request. While this is cheap to
build (it's mostly stateless and has few internal fields) it would still be better to
construct it only once during module init and register in the component registry. Should
provide some minor performance improvement.