On Mon, Feb 9, 2009 at 9:40 PM, majohnst <[email protected]> wrote:
> I understand the need for the janitor thread, to clean the revisions table
> periodically. Say we have 3 nodes on our cluster and they all are active and
> we regularly use the janitor thread to cleanup the database. What happens if
> we add a brand new 4th node to the cluster? Will the new node have all the
> current data that the other nodes have? Or will it be updated with only the
> data that is in the journal table?

AFAIK it will start with the persisted data (ie. from the persistence
manager). The revision table is only required from then on (for that
node) to be up-to-date when running live.

Regards,
Alex

-- 
Alexander Klimetschek
[email protected]

Reply via email to