Bug 1167319
| Summary: | Better documentation of state-transfer configuration and behaviour | |||
|---|---|---|---|---|
| Product: | [JBoss] JBoss Data Grid 6 | Reporter: | wfink | |
| Component: | Documentation | Assignee: | Rakesh <rghatvis> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | ||
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 6.4.0 | CC: | dberinde, jdg-bugs, mhusnain, rghatvis, tsykora, wfink | |
| Target Milestone: | ER8 | Flags: | wfink:
needinfo+
|
|
| Target Release: | 6.4.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1168043 (view as bug list) | 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: | 2015-01-27 23:44:06 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: | ||||
| Bug Blocks: | 1168043 | |||
|
Description
wfink
2014-11-24 13:06:44 UTC
Description of the element in XSD seems wrong. The chunk-size is always in number of entities and not byte's! The default will be changed from 10,000 to 512 which seems better a rule of thumb is - larger entities ==> smaller chunk - smaller entitues ==> larger chunk Thanks, wfink. Tristan or someone in his team will have to fix the xsd part so I'll log a bug copying your comment over in the other component. For this bug, we will work on the issues reported in comment #0. Perhaps it would be best not to mention Integer.MAX_VALUE at all, since it can cause OutOfMemoryErrors in the entry iterator: https://issues.jboss.org/browse/ISPN-5027 (In reply to Dan Berindei from comment #5) > Perhaps it would be best not to mention Integer.MAX_VALUE at all, since it > can cause OutOfMemoryErrors in the entry iterator: > > https://issues.jboss.org/browse/ISPN-5027 Thanks Dan, duly noted. Wolf, "non-blocking state transfer" actually refers to state transfer blocking write operations on nodes that are already running, not to getCache() being blocking or not. Wolf, I'm not sure it's worth discussing which node's settings are actually used in the documentation. I would expect both nodes to have the same state transfer/cache store configuration, especially since it's not possible to change the configuration without restarting the cache. For a Moving release note text and flag to build bug here since we usually document the dev bug in release notes: https://bugzilla.redhat.com/show_bug.cgi?id=1168043 Rakesh, so far so good. But for 7.6 and 8.4 we should add : iv. The timeout parameter specifies the maximum time (in milliseconds) the cache waits for responses from neighboring caches with the requested states. If no response is received within the timeout period, the start up process aborts and an exception is thrown. ++ As a result of the failed ST the cache is not available on this instance! Looks good to me now! Great thanks Rakesh I am verifying that requested changes are in place. |