Adrian Nistor <anistor> made a comment on jira ISPN-3335 This seems to be caused by a bug in the way MutableSearchFactory of Hibernate Search is reconfigured when new indexable classes are found in cache. A new copy of the factory is created and all configs are copied from the previous. The statistics object is not (including the enable statistics flag) - this was overlooked maybe. This can be immediately worked around in Infinispan by reimplementing the query statistics mbean to not rely on it being copied during search factory reconfiguration, as the original one does. But this is a messy workaround, so I'll file an issue on Hibernate Search and see when can they provide a proper fix.
Adrian Nistor <anistor> updated the status of jira ISPN-3335 to Coding In Progress
Adrian Nistor <anistor> made a comment on jira ISPN-3335 Created an issue on Hibernate Search: https://hibernate.atlassian.net/browse/HSEARCH-1461 For now we'll do our own workaround until Hibernate Search fixes it.
Adrian Nistor <anistor> made a comment on jira ISPN-3335 Added ISPN-3782 to track a proper fix later.
Adrian Nistor <anistor> made a comment on jira ISPN-3335 Integrated in master
Verified with JDG_6.2.0.ER5
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.