Bug 1118634 - Procedure 7.2. Distributed Cache Configuration, clustering mode
Summary: Procedure 7.2. Distributed Cache 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:12 UTC by Vitalii Chepeliuk
Modified: 2014-07-21 02:14 UTC (History)
3 users (show)

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


Attachments (Terms of Use)

Description Vitalii Chepeliuk 2014-07-11 08:12:29 UTC
Title: Configure Distribution Mode (Library Mode)

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


Suggestions for improvement:
<clustering mode="distribution"> 

Additional information:

Comment 1 Vitalii Chepeliuk 2014-07-11 08:16:44 UTC
And I think all configuration should look like this 
Define transport configuration for cache manager
<global>
    <transport clusterName="${NAME}"
        distributedSyncTimeout="${TIME}"
        transportClass="${CLASS}" />

</global>

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

Comment 4 Rakesh 2014-07-11 13:30:08 UTC
Also, modified procedure 4. Specify Transport Configuration instruction

Comment 5 Misha H. Ali 2014-07-21 02:14:58 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.