Bug 1168043
Summary: | Better documentation of state-transfer configuration and behaviour | ||
---|---|---|---|
Product: | [JBoss] JBoss Data Grid 6 | Reporter: | Misha H. Ali <mhusnain> |
Component: | Build | Assignee: | Tristan Tarrant <ttarrant> |
Status: | CLOSED UPSTREAM | QA Contact: | Martin Gencur <mgencur> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.4.0 | CC: | chuffman, jdg-bugs, wfink |
Target Milestone: | ER8 | ||
Target Release: | 6.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
In Red Hat JBoss Data Grid, for a cache store where <parameter>sharing</parameter> is set to <literal>false</literal>, the <parameter>fetchInMemory</parameter> and <parameter>fetchPersistence</parameter> parameters must also be set to <literal>true</literal> or different nodes may contain different copies of the same data.
For a cache store where the <parameter>shared</parameter> parameter is set to <literal>true</literal>, set <parameter>fetchPersistence</parameter> must be set to <literal>false</literal> because the persistence is shared and enabling it results in unnecessary state transfers.
However, the <parameter>fetchInMemory</parameter> parameter can be set to either <literal>true</literal> or <literal>false</literal>. Setting this to <literal>true</literal> loads the in-memory state via the network and resulted in a faster start up. Setting the value to <literal>false</literal> loads the data from persistence without transferring the data remotely from other nodes.
This is a known issue in JBoss Data Grid 6.4 and the only workaround for this issue is to follow the stated guidelines above and to ensure that each node in the cluster uses the same configuration to prevent unexpected results based on the start up order.
|
Story Points: | --- |
Clone Of: | 1167319 | Environment: |
Build Name: 12532, Administration and Configuration Guide-6.4 Beta
Build Date: 18-11-2014 21:29:46
Topic IDs:
5792-710800 [Latest]
|
Last Closed: | 2025-02-10 03:43:40 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1167319 | ||
Bug Blocks: |
Comment 3
Misha H. Ali
2014-12-23 23:15:26 UTC
This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |