On Mon, Dec 7, 2015 at 7:14 PM, David Marginian <[email protected]> wrote:
> Yes, each node however is referencing the same mongo instance.  Is there a 
> way to tell jackrabbit to grab the document from mongo instead of using the 
> cluster cache (assuming that is what's going on).

Each cluster node has a thread (background read thread) which, in
crude sense, absorbs changes from other nodes. Although, simultaneous
conflicting writes are avoided but a state of node that's visible to
layers above (Jcr, etc) don't get to see changes from other nodes
until background read is done with absorbing changes from other nodes.

Thanks,
Vikas

Reply via email to