Configuring Hazelcast for JLAN clustering

cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring Hazelcast for JLAN clustering

resplin
Intermediate
0 0 1,400

Obsolete Pages{{Obsolete}}

The official documentation is at: http://docs.alfresco.com



High Availability4.0

The JLAN library that is used to provide the FTP, CIFS and NFS filesystem protocols
File Server Subsystem depends upon a 'file state cache' which amongst other things controls file locking over a network.  This is an additional layer on top of the alfresco repository.    Starting in alfresco 4.0 this file state cache can be syncronized over a network by the Hazelcast library.

There are two implementations of the file state cache, standalone and clustered.


Configuration


Configuration for Alfresco 4.0   (Community 4.0a, Community 4.0b, Community 4.0c, Community 4.0d, Enterprise 4.0.0, Enterprise 4.0.1, Enterprise 4.0.2)


filesystem.cluster.enabled: Enables or disables the filesystem cluster.

filesystem.cluster.configFile : Location of Hazelcast configuration file e.g. c:\\temp\\hazelcastConfig.xml

Configuration for Alfresco > 4.0


On versions of alfresco greater than 4.0 the hazelcast clustering is used by the other areas of Alfresco.   So to configure the clustering,  including filesystem clustering simply set: 


alfresco.cluster.name: Enables or disables alfresco clustering, including the filesystem cluster.

filesystem.cluster.enabled and filesystem.cluster.configFile are not used.


Configuration for Alfresco > 4.1


Please see Hazelcast Configuration (v4.1+)