Hi, I've created a clustered repository and want to store data concurrent from different workstations to improve the storage performance (3 nodes should be faster than 1 was my simple idea). What happens at the moment is, that one node can access the repository and store data into it and the other two nodes hang in AbstractJournal line 241 (this.rwLock.writeLock().acquire();).
Is there a way to use multiple nodes to improve the performance when storing data in a content repository? Or do multiple nodes only improve search performance/stability? Kindly regards, Robert Seidel
