| Summary: | JMX statistics for Queries partially doesn't work | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Data Grid 6 | Reporter: | Martin Gencur <mgencur> |
| Component: | unspecified | Assignee: | Tristan Tarrant <ttarrant> |
| Status: | VERIFIED --- | QA Contact: | Martin Gencur <mgencur> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | jdg-bugs, vjuranek |
| Target Milestone: | ER5 | ||
| Target Release: | 6.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 1017190 | ||
|
Description
Martin Gencur
2013-10-30 15:06:30 UTC
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 |