I just came across one client where they are using “shard all “(Shared Data Store and shared Journal-fileJournal) configuration. I have never come across such configuration till now.
I am looking to know pros and cons of using this configuration. Is there any known issue related to performance with this configuration.
Solved! Go to Solution.
Views
Replies
Total Likes
Here is some more infromation from one of our Adobe Product members:
"The main reason to use the shared journal is reduce and maybe eliminate the split-brain problem. I have come across issues in the past with things like code deploys that restart the CRX OSGi bundles that can cause the repo to loose its mind. While these issues are rare the customer always wants a fool-proof setup and process so sometimes we have to resort to the shared journal. The downside to a shared journal is that you are doing a lot of network file I/O so a very low latency network FS is required or performance will suffer."
See:
http://www.day.com/content/kb/home/Crx/Troubleshooting/JournalTooMuchDiskSpace.html
http://dev.day.com/docs/en/crx/current/administering/cluster.html#Shared External Database
Views
Replies
Total Likes
Here is some more infromation from one of our Adobe Product members:
"The main reason to use the shared journal is reduce and maybe eliminate the split-brain problem. I have come across issues in the past with things like code deploys that restart the CRX OSGi bundles that can cause the repo to loose its mind. While these issues are rare the customer always wants a fool-proof setup and process so sometimes we have to resort to the shared journal. The downside to a shared journal is that you are doing a lot of network file I/O so a very low latency network FS is required or performance will suffer."
See:
http://www.day.com/content/kb/home/Crx/Troubleshooting/JournalTooMuchDiskSpace.html
http://dev.day.com/docs/en/crx/current/administering/cluster.html#Shared External Database
Views
Replies
Total Likes
thanks for your reply
Do you think having Journal fileJornal between two clustered node(NFS network attached storage) is safe or it is not having any major impact on performance ?
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies