Bug 1118645 - Procedure 9.2. Invalidation Mode Configuration, clustering mode
Summary: Procedure 9.2. Invalidation Mode Configuration, clustering mode
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: Documentation
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: GA
: 6.3.0
Assignee: Rakesh
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-07-11 08:30 UTC by Vitalii Chepeliuk
Modified: 2014-07-21 02:14 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Build Name: 12532, Administration and Configuration Guide-6.3 Build Date: 07-07-2014 11:21:19 Topic ID: 13560-621873 [Latest]
Last Closed: 2014-07-21 02:14:57 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Vitalii Chepeliuk 2014-07-11 08:30:17 UTC
Title: Configure Invalidation Mode (Library Mode)

Describe the issue:
<clustering mode="inv">

Suggestions for improvement:
Define transport configuration for cache container
<global>
    <transport clusterName="${NAME}"
        distributedSyncTimeout="${TIME}"
        transportClass="${CLASS}" />
</global>

Define invalidation clustering mode for cache
<clustering mode="invalidation">
        <sync replTimeout="${TIME}" />
        <stateTransfer chunkSize="${SIZE}"
                       fetchInMemoryState="{true/false}"
                       awaitInitialTransfer="{true/false}"
                       timeout="${TIME}" />
</clustering>

Additional information:

Comment 3 Rakesh 2014-07-11 13:29:17 UTC
Also, modified procedure 4. Specify Transport Configuration instruction

Comment 4 Misha H. Ali 2014-07-21 02:14:57 UTC
Now available on access.redhat.com under the JBoss Data Grid 6.3 documentation label.


Note You need to log in before you can comment on or make changes to this bug.